| Commit | Date | |
|---|---|---|
|
[r2967]
by
david_costanzo
Remove email addresses from the About box and add a link to FMSLogo's project page on souceforge.net. Having email addresses in the About box was causing many support requests to get misdirected, which was not good for the people requesting the support, or the recipients of the unactionable email. |
2009-11-08 00:38:13 | Tree |
| 2009-11-07 22:45:26 | Tree | |
|
[r2965]
by
david_costanzo
Implement request #2872454; FMSLogo now supports READRAWLINE to read a line from a text file that may contain special characters (to logo). This feature was copied from UCBLogo 6. |
2009-10-18 21:17:19 | Tree |
|
[r2964]
by
david_costanzo
Implement request #2872454; FMSLogo now supports READRAWLINE to read a line from a text file that may contain special characters (to logo). This feature was copied from UCBLogo 6. |
2009-10-18 17:12:43 | Tree |
|
[r2963]
by
david_costanzo
Remove email addresses from the About box and add a link to FMSLogo's project page on souceforge.net. Having email addresses in the About box was causing many support requests to get misdirected, which was not good for the people requesting the support, or the recipients of the unactionable email. |
2009-10-18 17:06:10 | Tree |
|
[r2962]
by
david_costanzo
Remove extraneous <glosslist> tags. Under cygwin, these prevented the glossary entries from being rendered into HTML. As a result, the glossary was blank in the manual (but not in the HTML online manual, which gets compiled on Fedora Core 10). |
2009-10-13 03:26:22 | Tree |
| 2009-10-06 04:33:32 | Tree | |
|
[r2960]
by
david_costanzo
Refactoring: Make some of the argument parsing routines static and remove some dead code. |
2009-09-13 21:27:30 | Tree |
|
[r2959]
by
david_costanzo
Fix a minor inefficiency in GetColorArgument() where a COLORREF was unnecessarily split into RGB values, then rejoined into the same COLORREF before being returned. |
2009-09-13 06:15:27 | Tree |
|
[r2958]
by
david_costanzo
Fix bug #2813364; SETPENCOLOR and other commands that input a color now throw recoverable bad input errors on more bad input. This change also centralizes the code for converting a color input into a color for more consistent behavior (before, SETPIXEL and GIFSAVE used a different function and so did not accept names for colors). This change it not a big benefit for users. Instead, it was done to make the test pass go more smoothly. |
2009-09-13 06:08:49 | Tree |