Pietro Gagliardi
|
e7490ce49b
|
Added link to info in dialog_windows.c; removed TODOs in area_window.c and basicctrls_windows.c that I decided were fine as they were; more TODOs otherwise.
|
2014-08-25 23:35:20 -04:00 |
Pietro Gagliardi
|
95c42353fb
|
Added error return checks to MessageBeep();
|
2014-08-25 01:44:14 -04:00 |
Pietro Gagliardi
|
ac6d0429f1
|
Implemented TextField.Invalid() on Windows.
|
2014-08-20 14:17:00 -04:00 |
Pietro Gagliardi
|
e06e327155
|
Implemented TextField.OnChanged() on Windows.
|
2014-08-20 12:04:36 -04:00 |
Pietro Gagliardi
|
c1dc235d3b
|
Stripped C-style comments from C sources and headers where appropriate.
|
2014-08-14 10:42:10 -04:00 |
Pietro Gagliardi
|
b4a97e871a
|
Settled the placement of functions formerly in sizing_windows.c and updated the winapi_windows.h header file to suit.
|
2014-08-09 10:26:42 -04:00 |
Pietro Gagliardi
|
2c107d7057
|
Converted the new Windows Control code to use interfaces instead of controlbase, just like the GTK+ and Mac OS X backends do now.
|
2014-08-03 21:52:21 -04:00 |
Pietro Gagliardi
|
80828b8a7d
|
Changed LPCWSTR to LPWSTR in the Windows code as the C means const and there are a few cases of const->non-const conversions as a result.
|
2014-08-01 18:25:59 -04:00 |
Pietro Gagliardi
|
5a51263adc
|
Renamed the controls* and containers* files to basicctrls* and containerctrls*, respectively, in preparation for the widget hierarchy redo.
|
2014-07-30 00:54:50 -04:00 |