| Commit | Date | |
|---|---|---|
|
[r4063]
by
david_costanzo
Remove the "wxWidgets" suffix from the version in the About Box. This is not unnecessary since the wxWidgets version is the only version (that is, it's implied by the version number of 7.0) |
2016-04-16 15:35:33 | Tree |
|
[r4062]
by
david_costanzo
Remove the now-unused translations for LOCALIZED_ERROR_HHCTRLATOMNOTFOUND. |
2016-04-16 15:34:02 | Tree |
|
[r4061]
by
david_costanzo
Remove the build-time dependency on HTML Help Workshop and instead use wxWidgets API to access the help. This became possible after the Borland OWL version was removed and the screensaver was ported to wxWidgets. This was done to make FMSLogo easier to build. |
2016-04-16 15:21:05 | Tree |
| 2016-04-16 15:15:14 | Tree | |
|
[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 |