summaryrefslogtreecommitdiff
path: root/redo/controls_windows.go
AgeCommit message (Collapse)Author
2014-07-30Renamed the controls* and containers* files to basicctrls* and ↵Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.
2014-07-29Changed Control.setParent() to take the same argument type on all platforms; ↵Pietro Gagliardi
this is needed for re-adding Stack and Grid. This argument type is defined by each platform.
2014-07-29Added Label and implemented it on all platforms.Pietro Gagliardi
2014-07-28Fixed up borders for currently implemented controls on Windows.Pietro Gagliardi
2014-07-26Made TextFields properly horizontally scrollable on Windows.Pietro Gagliardi
2014-07-26Implemented TextField on Windows.Pietro Gagliardi
2014-07-25Simplified the control nesting model by removing Control.unparent() and ↵Pietro Gagliardi
requiring all Windows to have a Control at construct time; implemented such on Windows.
2014-07-25Added the framework for tabs, added necessary assistant routines for tabs, ↵Pietro Gagliardi
and implemented those assistant routines on the Windows backend.
2014-07-21More TODOs.Pietro Gagliardi
2014-07-21Mostly added Checkbox to the Windows backend; it doesn't show up right away ↵Pietro Gagliardi
and it crashes in WM_NCDESTROY...
2014-07-19Fixed more conversion kinks. Now for a major change...Pietro Gagliardi
2014-07-19Started dropping the whole request/response system because it fell apart... ↵Pietro Gagliardi
time to make a ui.Do(func(){ ... })
2014-07-18Added (and applied) standard Windows fonts.Pietro Gagliardi
2014-07-18Fixed all the remaining compiler errors. C conversion works!Pietro Gagliardi
2014-07-17Migrated common_windows.go to C. Now to nuke unneeded files and fix compiler ↵Pietro Gagliardi
errors...
2014-07-17Migrated controls_windows.go to C.Pietro Gagliardi
2014-07-17Added the code for the subclassing. And it smashes the stack. Wonderful...Pietro Gagliardi
2014-07-17Laid down the framework for control events on Windows. The only problem left ↵Pietro Gagliardi
is that we need to use functions from comctl32.dll, so it's time to bring that blob of code back.
2014-07-15Added basic control showing to the Windows backend.Pietro Gagliardi
2014-07-15Added the beginninig of the Windows Control code.Pietro Gagliardi