| Commit | Date | |
|---|---|---|
|
[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 | |
|
[r2627]
by
david_costanzo
Fix bug #1669735; FOREACH now throws a "not enough inputs" error when given fewer than two inputs. |
2008-03-09 16:39:48 | Tree |
|
[r2626]
by
david_costanzo
Add a test that FOREACH is a macro, not a prodcedure (that is, that OUTPUT or STOP will run in the caller's context). |
2008-03-09 16:34:45 | Tree |