| Commit | Date | |
|---|---|---|
|
[r4038]
by
david_costanzo
Fix the "test" target after refactoring the source code into a different |
2016-03-22 20:07:17 | Tree |
|
[r4037]
by
david_costanzo
Reorganize the directory layout in subversion to make logo, www, and extra This fits better with how it was in CVS and how it should have been imported |
2016-03-22 20:01:35 | Tree |
|
[r4036]
by
david_costanzo
Never refresh the background when refreshing an invalid rectangle on the screen. Since the entire rectangle is always refreshed, there's no benefit to refreshing the background as well--doing so only slows down the repainting and adds more potential for flicker. In truth, this change has little practical benefit. |
2016-03-22 17:23:07 | Tree |
|
[r4035]
by
david_costanzo
Update the expected version to 7.0.0, in preparation for the next release. |
2016-03-22 14:36:03 | Tree |
|
[r4034]
by
david_costanzo
Update the test log to match the expected results for the wxWidgets version of FMSLogo. The log had previously been the output from the OWL version, but this version no longer exists. |
2016-03-22 14:35:19 | Tree |
|
[r4033]
by
david_costanzo
Remove a work-around that was added for the Borland Resource Compiler which made the translated strings harder to read. Specifically, "http://" is no longer written as "http:\x2F/". Since FMSLogo is no longer compiled with Borland's compiler, this work-around is no longer needed. |
2016-03-22 13:42:05 | Tree |
|
[r4032]
by
david_costanzo
Drop support for paletted display devices. After dropping suppport for Windows 95/98/ME, the logic for populating and clearing the system palette became unneeded as there are no longer any display devices which use a color palette. By removing the logic to support this now-defunct technology, the FMSLogo code base is made simpler and easier to port to a non-Windows platform using pure wxWidgets API. |
2016-03-22 00:20:33 | Tree |
|
[r4031]
by
david_costanzo
Rework the #ifndef WX_PURE so that paste_all_turtles() is called |
2016-03-13 22:57:44 | Tree |
|
[r4030]
by
david_costanzo
Change paste_all_turtles so that it uses a wxDC instead of a HDC, which is only available on Windows. This was done to make the turtle appear on the experimental version of FMSLogo that runs on GNU/Linux. |
2016-03-13 22:40:09 | Tree |
|
[r4029]
by
david_costanzo
Fix a problem introduced in the previous revision where the mkdir didn't get called (I had thought that "?" was the character that disables echo, but it's "@", and after using it, I released that it's not what I want either, as it doesn't mute the response). |
2016-03-13 22:23:30 | Tree |