| Commit | Date | |
|---|---|---|
|
[r4136]
by
david_costanzo
Finish fixing bug #373 (give screensaver command parity with main environment). This revision enables WINDOWCREATE and DIALOGCREATE by providing a way for them to set the "always on top" flag, which is needed so that the dialog boxes and windows stay on top of the screensaver. |
2016-07-02 19:12:21 | Tree |
|
[r4135]
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-07-02 14:48:10 | Tree |
|
[r4134]
by
david_costanzo
For consistency, change the text of "espacio de trabajo" to "area de trabajo", |
2016-06-28 04:27:54 | Tree |
|
[r4133]
by
david_costanzo
Fix a build break on GNU/Linux that resulted from unifying the logic in |
2016-06-28 02:41:56 | Tree |
|
[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 |