| Commit | Date | |
|---|---|---|
|
[r4059]
by
david_costanzo
Fix problems that prevented Logolib routines from being callable on platforms |
2016-04-16 00:10:24 | Tree |
|
[r4058]
by
david_costanzo
Fix the #include to include only the definition of wxString, |
2016-04-16 00:00:09 | Tree |
| 2016-04-15 23:55:04 | Tree | |
|
[r4056]
by
david_costanzo
Remove references to the GiveFocusToEditbox global variable. Once upon a time, this was used to give focus to the commander's edit box after the "Edall" button was pressed. This was a vestige from MSWLogo, which was compiled using Borland OWL and was unable to redirect keystrokes from the Edall button to the commander input after the Edall button had focus. In the current wxWidgets implementation, this isn't needed and its existence made the code unnecessarily more difficult to understand. |
2016-04-13 03:15:51 | Tree |
|
[r4055]
by
david_costanzo
Replace win32 calls for opening the file picker with wxWidgets API calls. This became required after the previous revision, where I replaced the FILEFILTER localized strings with ones that only worked in wxWidgets. |
2016-04-11 02:49:44 | Tree |
|
[r4054]
by
david_costanzo
Rework the file load/save dialog boxes to use pure wxWidgets code, |
2016-04-11 00:09:25 | Tree |
| 2016-04-10 03:30:32 | Tree | |
|
[r4052]
by
david_costanzo
Fix the expected output of infinity to match the output of gcc, instead of Borland's compiler. Now that the Borland OWL version of FMSLogo has been removed from the source tree, there's no reason these tests should fail when run from the only FMSLogo version that remains. |
2016-04-05 23:27:55 | Tree |
|
[r4051]
by
david_costanzo
Use the same icon for the screensaver as in the main FMSLogo environment. Previously the screensaver used the same icon as the Borland version of FMSLogo and the wxWidgets version used its own icon to account for the way wxWidgets works. Since the Borland version no longer exists and the screen saver uses wxWidgets, it doesn't make sense to maintain two icon files. |
2016-04-04 23:21:08 | Tree |
| 2016-04-03 23:38:38 | Tree |