| Commit | Date | |
|---|---|---|
|
[r4095]
by
david_costanzo
Add missing #include directives to fix build breaks when USE_PRECOMPILED_HEADER is not defined. |
2016-05-29 01:03:12 | Tree |
|
[r4094]
by
david_costanzo
Remove a TODO to enable WX_PRECOMP. |
2016-05-29 00:55:49 | Tree |
|
[r4093]
by
david_costanzo
Fix the "test" target, which broke when "logo", "www", and "extras" were moved into separate subversion projects. |
2016-05-28 14:41:30 | Tree |
|
[r4092]
by
david_costanzo
Fix build breaks on Windows that were introduced in the previous revision (getting CLEARSCREEN to run on GNU/Linux). |
2016-05-28 14:39:47 | Tree |
|
[r4091]
by
david_costanzo
Implement ibm_clear_screen using wxWidgets so that it works on GNU/Linux. |
2016-05-27 23:17:07 | Tree |
|
[r4090]
by
david_costanzo
Move checkwindow() to a platform-independent portion of the code, since it uses pure wxWidgets API. |
2016-05-22 01:10:29 | Tree |
|
[r4089]
by
david_costanzo
Rewrite checkwindow() to be platform-independent (using wxWidgets instead of win32 API) |
2016-05-22 00:21:59 | Tree |
|
[r4088]
by
david_costanzo
Work around a problem that appeared on GNU/Linux after upgrading from wxWidgets 2.8 to wxWidgets 3.0. |
2016-05-21 23:09:10 | Tree |
|
[r4087]
by
david_costanzo
Update CScreen to work better with wxWidgets 3.X for GTK |
2016-05-21 23:04:58 | Tree |
|
[r4086]
by
david_costanzo
Increase the minimum screen size from 200x200 to 400x400. After upgrading wxWidgets from 2.8 to 3.0, the GTK default size no longer worked as before and a window size of 200 was clearly to small, as the commander width follows the screen width and 200 pixels is not large for the history and the buttons. |
2016-05-21 22:27:38 | Tree |