| Commit | Date | |
|---|---|---|
|
[r4132]
by
david_costanzo
Fix build breaks on GNU/Linux that resulted from changing the type of |
2016-06-28 02:33:48 | Tree |
|
[r4131]
by
david_costanzo
Add some missing "const" qualifiers to fix compiler warnings with gcc (same as with the other .xpm files) |
2016-06-28 02:24:04 | Tree |
|
[r4130]
by
david_costanzo
Change the type of a scroll position from UNIT to int. UNIT is a Windows-specific type and was used because the OWL version of FMSLogo used it. Now that the OWL version has been deleted, it's more natural (and platform-independent) to use what wxWidgets uses, which is int. |
2016-06-27 01:09:42 | Tree |
|
[r4129]
by
david_costanzo
Combine the logic within CScreen::OnPaint() and PaintToScreenWindow() so that there's a single function which works for both the full FMSLogo environment and the screen saver. This became possible once both environments stated to use wxWidgets. |
2016-06-26 03:36:31 | Tree |
|
[r4128]
by
david_costanzo
Remove the platform-dependent code from ShowMessage() so that it can be called correctly on non-Windows platforms. |
2016-06-25 22:46:55 | Tree |
| 2016-06-25 22:25:26 | Tree | |
| 2016-06-25 22:03:34 | Tree | |
| 2016-06-25 21:45:47 | Tree | |
|
[r4124]
by
david_costanzo
Remove LOCALIZED_EDITOR_TEST_BUTTON. This was only used in the OWL version of FMSLogo and serves no purpose now that the OWL version has been deleted. |
2016-06-25 21:01:24 | Tree |
|
[r4123]
by
david_costanzo
Remove the LOCALIZED_STRINGTABLE_* strings which were referenced by the OWL version of FMSLogo, but not by the wxWidgets version. Since the OWL version no longer exists, these strings provide no benefit, but make it harder to localize FMSLogo. |
2016-06-25 20:10:12 | Tree |