| Commit | Date | |
|---|---|---|
|
[r4154]
by
david_costanzo
Improve the performance of REPEATWORD by doubling the word until the largest power of two under :repcount. |
2016-07-04 23:44:51 | Tree |
|
[r4153]
by
david_costanzo
Remove an extraneous sizer flag that caused an assert failure in wxWidgets 3.0 whenever SELECTBOX was run. |
2016-07-04 20:22:47 | Tree |
|
[r4152]
by
david_costanzo
Remove extraneous sizer flags that caused an assert failure in wxWidgets 3.0 whenever QUESTIONBOX was run. |
2016-07-04 20:21:50 | Tree |
|
[r4151]
by
david_costanzo
Minor improvements to the documentation for POLYSTART and POLYEND: |
2016-07-04 20:20:43 | Tree |
| 2016-07-04 20:04:26 | Tree | |
| 2016-07-04 19:58:09 | Tree | |
|
[r4148]
by
david_costanzo
Fix a reference to a bug number in the source code (the bug numbers changed when SourceForge.net was bought by DICE and they redid the database backend). |
2016-07-04 02:36:38 | Tree |
| 2016-07-04 02:34:36 | Tree | |
|
[r4146]
by
david_costanzo
Remove the call to GetVersionEx() and everything which depends on it. The only remaining use of this was to determine if HALFTONE was supported by SetStrechBlitMode(). On Windows 95, this is not supported and so COLORONCOLOR was used. Since FMSLogo no longer supports Windows 95, it can assume that HALFTONE is supported. This was done to clean up the code, remove untestable portions, and remove unnecessary platform-dependent code to assist with the GNU/Linux port. |
2016-07-03 22:53:20 | Tree |
|
[r4145]
by
david_costanzo
Remove some unneeded #defines that duplicated what should have been in windows.h, but now generated compiler warnings. This was needed to be able to compile the screensaver with an old version of MinGW whose libc didn't include instructions that weren't implemented in the original Pentium CPUs. As of version 7.0, FMSLogo no longer supports those machines or that compiler, so #defines can be safely removed (and the compiler warnings along with them). |
2016-07-03 16:32:18 | Tree |