| Commit | Date | |
|---|---|---|
|
[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 |
|
[r2631]
by
david_costanzo
Remove CCommander::OnRichTextChar(), which was only added as an experiment to see if the corresponding event was ever generated. |
2008-03-30 08:54:38 | Tree |
|
[r2630]
by
david_costanzo
Add the "Erase Procedures" dialog box. It doesn't do anything yet, but it looks similar to the one in FMSLogo. |
2008-03-14 06:29:16 | Tree |
|
[r2629]
by
david_costanzo
Add the "Edit Procedures" dialog box. It doesn't do anything yet, but it looks similar to the one in FMSLogo. |
2008-03-14 06:09:32 | Tree |
| 2008-03-14 05:59:35 | Tree |