summaryrefslogtreecommitdiff
path: root/redo/basicctrls_windows.c
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Demoted TODO to non-TODO.Pietro Gagliardi
2014-08-25Added link to info in dialog_windows.c; removed TODOs in area_window.c and ↵Pietro Gagliardi
basicctrls_windows.c that I decided were fine as they were; more TODOs otherwise.
2014-08-25Added error return checks to MessageBeep();Pietro Gagliardi
2014-08-20Implemented TextField.Invalid() on Windows.Pietro Gagliardi
2014-08-20Implemented TextField.OnChanged() on Windows.Pietro Gagliardi
2014-08-14Stripped C-style comments from C sources and headers where appropriate.Pietro Gagliardi
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-03Converted the new Windows Control code to use interfaces instead of ↵Pietro Gagliardi
controlbase, just like the GTK+ and Mac OS X backends do now.
2014-08-01Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there ↵Pietro Gagliardi
are a few cases of const->non-const conversions as a result.
2014-07-30Renamed the controls* and containers* files to basicctrls* and ↵Pietro Gagliardi
containerctrls*, respectively, in preparation for the widget hierarchy redo.