| Commit | Date | |
|---|---|---|
| 2007-04-15 06:47:08 | Tree | |
| 2007-04-15 06:45:35 | Tree | |
| 2007-04-12 05:17:00 | Tree | |
|
[r2225]
by
david_costanzo
Fix a bug where :lasterror was used by never defined. The problem is that I copied and pasted a bug fix, but didn't copy the entire bug fix. |
2007-04-12 05:16:38 | Tree |
|
[r2224]
by
david_costanzo
Fix bug #1327723; EDIT now finds the editor that belongs to the same instance of FMSLogo, instead of finding it by window caption. The fix was to extend the qlist class such that arbitrary elements could be removed. Then, whenever an editor window is created, the TWindow* gets inserted into a list of editors in TMainFrame. Whenever an editor is destroyed, it gets removed from the list. When EDIT is run, if the list is not empty, some element within the list is made visible. |
2007-04-12 05:11:15 | Tree |
|
[r2223]
by
david_costanzo
Resize the buttons in the color picker dialog to fit the French translation. This required changing the layout a little. |
2007-04-09 01:40:26 | Tree |
|
[r2222]
by
david_costanzo
Add a comment that localizers should look on the Web when trying to localize the colors because the set of names that I chose have probably been localized into every language that FMSLogo will ever be localized into. |
2007-04-09 01:34:05 | Tree |
| 2007-04-09 01:32:52 | Tree | |
|
[r2220]
by
david_costanzo
Move the definitions of COPY_PUT and XOR_PUT to the same file. |
2007-04-08 07:56:20 | Tree |
|
[r2219]
by
david_costanzo
Replace some of the command-processing logic with calls to ANSI C library functions. This makes the code smaller and easier to read. |
2007-04-08 07:46:08 | Tree |