| Commit | Date | |
|---|---|---|
|
[r4179]
by
david_costanzo
Fix bug #338; SETACTIVEAREA now throw errors when given non-integer values. This required a little refactoring of the argument and conversion logic to provide an "integer only" argument checker. This revision also includes a regression test that SETACTIVEAREA persists the new settings to the configuration. |
2016-07-18 03:59:44 | Tree |
| 2016-07-18 03:05:35 | Tree | |
|
[r4177]
by
david_costanzo
Add a function to uninitialize the DLL subsystem. This cleans up memory which a Logo programmer may have forgotten. It also fixes an assert failure in the case when DLLFREE is not called. |
2016-07-17 21:33:04 | Tree |
|
[r4176]
by
david_costanzo
Enable the procedures in term.cpp under WX_PURE. |
2016-07-17 15:23:43 | Tree |
|
[r4175]
by
david_costanzo
Use the same flags for CCommanderDialog, regardless of platform. |
2016-07-17 15:15:05 | Tree |
|
[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 |