summaryrefslogtreecommitdiff
path: root/redo/sizing_windows.c
AgeCommit message (Collapse)Author
2014-08-09Settled the placement of functions formerly in sizing_windows.c and updated ↵Pietro Gagliardi
the winapi_windows.h header file to suit.
2014-08-08Mostly fixed Labels on Windows being offset slightly; need to finish the fix ↵Pietro Gagliardi
by making it not apply to standalone Labels and adding comments.
2014-08-04Re-added base units calculation to the resizing code now that container ↵Pietro Gagliardi
stores a HWND again.
2014-08-01Migrated the Windows backend to use sizer.Pietro Gagliardi
2014-08-01Added a function to the Windows backend to keep track of text length. This ↵Pietro Gagliardi
will be important for sizing purposes.
2014-07-28Made the previous commit's changes on Windows. If the Stack Overflow ↵Pietro Gagliardi
question tells me I'm wrong, we can deal with it then. But yay simple sizing code again :D
2014-07-18Added (and applied) standard Windows fonts.Pietro Gagliardi
2014-07-18Added #include "_cgo_export.h" to files that needed it and fixed a cast ↵Pietro Gagliardi
error in controls_windows.c that that revealed. Anyway buttons work now on all platforms, woo :D
2014-07-17Migrated sizing_windows.go to C.Pietro Gagliardi