| Commit | Date | |
|---|---|---|
|
[r2641]
by
david_costanzo
Fix bug #1551634; Integrate some MCI examples into the manual and remove the "Help -> MCI" and "Help - Using Help" menu options to remove final remanants of the defunct .hlp format. Removing mcistrwh.hlp has a few benefits. First .hlp files are not supported on Vista. They are also not supported on GNU/Linux, so this could have been an impediment to porting FMSLogo to GNU/Linux. But the most significant reason is that I was unable to locate a copyright for mcistrwh.hlp and therefore could not prove that its license was compatible with the GPL. Distributing this file put both FMSLogo and SourceForge at unnecessary legal risk. |
2008-04-17 04:40:14 | Tree |
|
[r2640]
by
david_costanzo
Update the system requirements in some examples. It looks like they hadn't been updated in over 15 years (one of them referred to Windows 3.1, which is not supported). |
2008-04-16 15:28:06 | Tree |
| 2008-04-16 04:38:10 | Tree | |
|
[r2638]
by
david_costanzo
Add some logic for creating only one workspace editor window. The design was taken from the Borland OWL-based implementation of FMSLogo. |
2008-04-09 08:01:14 | Tree |
|
[r2637]
by
david_costanzo
Remove an unused "#include <windows.h>". I'd rather not use platform-specific headers when it can be avoided. |
2008-04-07 06:34:18 | Tree |
|
[r2636]
by
david_costanzo
Get the wxWidgets version of FMSLogo to compile on my Fedora Core 8 box, again. |
2008-04-07 05:24:20 | Tree |
|
[r2635]
by
david_costanzo
Centralize the logic for getting/setting platform-specific font information from/to persistent storage. The logic is a bit clumsy, so I don't want to copy and paste it throughout the code base. |
2008-04-07 02:28:11 | Tree |
| 2008-04-06 06:12:57 | Tree | |
|
[r2633]
by
david_costanzo
Fix a bug where setting the font in the registry didn't work in the wxWidgets build. The problem was that I had declared a struct static in SetConfigurationFont(), which means that it should only get initialized the first time it is referenced. So on subsequent calls, the previous value would be used. |
2008-04-06 06:10:41 | Tree |
|
[r2632]
by
david_costanzo
Add the rudiments of FMSLogo's minieditor (the special-purpose editor for creating one procedure. |
2008-03-31 03:32:22 | Tree |