| Commit | Date | |
|---|---|---|
|
[r4174]
by
david_costanzo
Don't register an event handler for EVT_STC_CLIPBOARD_PASTE on |
2016-07-17 14:54:26 | Tree |
|
[r4173]
by
david_costanzo
Remove a "bool Padding" in the Turtle struct that wasn't referenced by the code. I assume this was added so that an array of Turtle would be word-aligned for performance, but compilers do this anyway and having an explicit field for padding only risks making the structure larger than needed. |
2016-07-17 05:02:34 | Tree |
|
[r4172]
by
david_costanzo
Replace comments that referred to the "OWL-based version of FMSLogo" with "MSWLogo" or simply remove them. This was done to remove confusion for anyone reading the code, since the OWL-based version of FMSLogo no longer exists. |
2016-07-17 04:46:11 | Tree |
|
[r4171]
by
david_costanzo
Fix a bug number reference to use the new bug number after SourceForge made each project have its own number space. |
2016-07-17 03:48:52 | Tree |
|
[r4170]
by
david_costanzo
Replace a call to "sprintf" with a call to "snprintf". The only reason snprintf wasn't used originally is because Borland's compiler didn't support it. Now that FMSLogo doesn't use OWL, it does not need to use Borland's compiler, so it can use snprintf. |
2016-07-17 03:41:50 | Tree |
|
[r4169]
by
david_costanzo
Change the OnPaste handler to instead by an EVT_STC_CLIPBOARD_PASTE, which became available in wxWidgets 3.1.0. This results in simpler code that does not need to access the clipboard directly. |
2016-07-17 03:17:25 | Tree |
|
[r4168]
by
david_costanzo
Ignore the temporary file that is created and deleted by the READWORD benchmark. |
2016-07-17 02:50:15 | Tree |
| 2016-07-17 01:52:50 | Tree | |
|
[r4166]
by
david_costanzo
Remove the logic that strips some text off the top of commander history if adding text to the bottom fails. This logic was a vestige from MSWLogo when the control was a simple edit control and Windows 95's edit control had a limit of how much text it could hold. This limit is no longer applicabale, since Windows 95 is not supported and the control is now a wxRichTextCtrl. As a result, the removing-from-top logic was effectively dead code. |
2016-07-17 01:35:47 | Tree |
|
[r4165]
by
david_costanzo
Extend the wxWidgets 3.1.0 patch to include a fix for a regression from wxWidgets 2.8.12 that introduced strange glyphs into the logo code editors when some non-printing characters are pressed (F1-F12, media keys, etc.). The bug in wxWidgets is tracked at http://trac.wxwidgets.org/ticket/17598 |
2016-07-17 00:50:22 | Tree |