summaryrefslogtreecommitdiff
path: root/redo
AgeCommit message (Expand)Author
2014-07-11Improved the structure type output of zwinconstgen.go.Pietro Gagliardi
2014-07-11Converted zwinconstgen.go to use a template to generate its output.Pietro Gagliardi
2014-07-11Added basic struct parsing to zwinconstgen.go.Pietro Gagliardi
2014-07-11Fixed compiler errors in zwinconstgen.go output.Pietro Gagliardi
2014-07-11Added beginning of Windows init code.Pietro Gagliardi
2014-07-10Actually never mind I'm dumb there's no Windows files yetPietro Gagliardi
2014-07-10Moved winconstgen.go into a tools/ folder because blah more than one package ...Pietro Gagliardi
2014-07-10Fixed compilation errors in zwinconstgen.go.Pietro Gagliardi
2014-07-09Added the beginning of a modified winconstgen.go that'll be more thorough tha...Pietro Gagliardi
2014-07-08Implemented window closing on Mac OS X. This drops the "single delegate objec...Pietro Gagliardi
2014-07-08Switched to using Grand Central Dispatch and Objective-C blocks in the Mac OS...Pietro Gagliardi
2014-07-08Added the beginning of the Mac OS X code.Pietro Gagliardi
2014-07-08Implemented the Window OnClosing() event on GTK+. It works!Pietro Gagliardi
2014-07-08Defined events.Pietro Gagliardi
2014-07-08Fixed runtime crashes for now. Whee, we have a window again!Pietro Gagliardi
2014-07-08Fixed other compilation errors and added a test file. Now to figure out why t...Pietro Gagliardi
2014-07-08Made event handlers more robust.Pietro Gagliardi
2014-07-07Fixed most compilation errors and added GTK+ string helper functions to commo...Pietro Gagliardi
2014-07-07Added gtk_unix.h from the old ui; removed the line about gdk-pixbuf. Let's ho...Pietro Gagliardi
2014-07-07Added Go() and the GTK+ uitask functions.Pietro Gagliardi
2014-07-07Made event handler setters return a Request, implemented stubs on GTK+ so I c...Pietro Gagliardi
2014-07-07Added the GTK+ implementation of Window, added the Window constructors, and r...Pietro Gagliardi
2014-07-07Added Window to the redo.Pietro Gagliardi
2014-07-07Added GetNewButton as a helper function and split the other controls to xcont...Pietro Gagliardi
2014-07-07Added beginning of Unix Control reimplementation.Pietro Gagliardi
2014-07-07Started the redo Control system.Pietro Gagliardi
2014-07-06Added the new common uitask code to the redo.Pietro Gagliardi
2014-07-06Added the Request model of the new, concurrent API.Pietro Gagliardi