summaryrefslogtreecommitdiff
path: root/redo
AgeCommit message (Expand)Author
2014-07-17Removed Windows constant generation code as we will no longer need it.Pietro Gagliardi
2014-07-17Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ...Pietro Gagliardi
2014-07-17Some Unicode-related fixups and additions in the new Windows code.Pietro Gagliardi
2014-07-17Migrated window_windows.go to C.Pietro Gagliardi
2014-07-17Migrated sizing_windows.go to C.Pietro Gagliardi
2014-07-17Migrated init_windows.go to C.Pietro Gagliardi
2014-07-17Migrated controls_windows.go to C.Pietro Gagliardi
2014-07-17Migrated comctl32_windows.go to C.Pietro Gagliardi
2014-07-17Began the drudgery of converting all the Windows code to use cgo, because I'm...Pietro Gagliardi
2014-07-17Added the code for the subclassing. And it smashes the stack. Wonderful...Pietro Gagliardi
2014-07-17Migrated the comctl32.dll code and added all the window subclassing stuff. St...Pietro Gagliardi
2014-07-17Laid down the framework for control events on Windows. The only problem left ...Pietro Gagliardi
2014-07-17Implemented button clicking on GTK+.Pietro Gagliardi
2014-07-17Added button click events to the Mac OS X backend.Pietro Gagliardi
2014-07-17Migrated control sizing code for Mac OS X.Pietro Gagliardi
2014-07-16Re-added the Windows sizing code.Pietro Gagliardi
2014-07-16Ported over the sizing framework from the old package and implemented it on t...Pietro Gagliardi
2014-07-16Added Button and control adding to the Mac OS X backend.Pietro Gagliardi
2014-07-15Added basic control showing to the Windows backend.Pietro Gagliardi
2014-07-15Fixed a flaw in the SetControl() for GTK+ Window: it forgot to unparent old c...Pietro Gagliardi
2014-07-15Refined zregen.sh to accept argumetns and not run the 64-bit generator if the...Pietro Gagliardi
2014-07-15Added the beginninig of the Windows Control code.Pietro Gagliardi
2014-07-15Added parenting/unparenting of controls to the GTK+ backend and the test prog...Pietro Gagliardi
2014-07-15Implemented window resize handling on Mac OS X. Now for actually setting chil...Pietro Gagliardi
2014-07-15Implemented resize event detection on Windows.Pietro Gagliardi
2014-07-14Added window resize handling to the GTK+ backend.Pietro Gagliardi
2014-07-14Added the widget container to the GTK+ code.Pietro Gagliardi
2014-07-13Implemented Stop() on Mac OS X.Pietro Gagliardi
2014-07-13Implemented Stop() on GTK+.Pietro Gagliardi
2014-07-13Some comment cleanup.Pietro Gagliardi
2014-07-13Changed the semantics of uitask() to allow it to handle recursive main loops ...Pietro Gagliardi
2014-07-13Added Stop() and implemented it on Windows.Pietro Gagliardi
2014-07-12Pinned down event behavior of Windows.Close().Pietro Gagliardi
2014-07-12Added zconstants regeneration script.Pietro Gagliardi
2014-07-12Implemented Window.Close() on Windows.Pietro Gagliardi
2014-07-12More TODOs.Pietro Gagliardi
2014-07-12Fixed the Windows code. Now to implement closing properly.Pietro Gagliardi
2014-07-12Finished writing initial Windows implementation. Now to find out why it doesn...Pietro Gagliardi
2014-07-11Added function generation to zwinconstgen.go. cgo uses DWARF to get function ...Pietro Gagliardi
2014-07-11More zwinconstgen.go work.Pietro Gagliardi
2014-07-11More zwinconstgen.go output refinement.Pietro Gagliardi
2014-07-11More refinement of struct output in zwinconstgen.go.Pietro Gagliardi
2014-07-11Added a handler for embedded structure values in zwinconstgen.go.Pietro Gagliardi
2014-07-11Added an attempt at overriding HWND, etc. in the zwinconstgen.go type generat...Pietro Gagliardi
2014-07-11Fixed up output of zwinconstgen.go to some extent.Pietro Gagliardi
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