| Commit | Date | |
|---|---|---|
|
[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 |
|
[r4085]
by
david_costanzo
Fix a build break on non-Windows platforms caused by upgrading to wxWidgets 3.X. This is not surprising, since the code had been relying on an internal |
2016-05-14 19:24:15 | Tree |
| 2016-05-14 03:25:16 | Tree | |
| 2016-05-14 03:01:16 | Tree | |
|
[r4082]
by
david_costanzo
Fix two crashing bugs that were introduced on Unicode builds when wxWidgets was upgraded from 2.8.1 to 3.1.0. First was that "argv" stopped behaving like the ANSI C "argv" in that argv[argc] was invalid memory, instead of NULL. Second is on debug builds, trying to print out all memory leaks crashed because a "const char *" can no longer be converted to a wxString after the atexit handlers have started to be invoked. |
2016-05-13 02:44:10 | Tree |
|
[r4081]
by
david_costanzo
Convert the text control of the minieditor to be a CLogoCodeCtrl instead of a wxRichTextCtrl. This was done to add syntax coloring and matching paren highlights to the minieditor. |
2016-05-10 23:32:45 | Tree |