| Commit | Date | |
|---|---|---|
|
[r2608]
by
david_costanzo
Fix an invalid memory read bug that only recently became a problem due to the change that accepts files on the command-line. Basically, the logic would read memory beyond the end of the command line when a "-L" was given, but it would ignore all of the input until it found a NUL. After my last change, FMSLogo no longer ignored this memory, so it became more obvious that something bad was happening. I suppose this could explain some strange behavior whenever the -L parameter was given, but I have never seen any problems that I would blame on this bug. |
2008-03-03 09:09:21 | Tree |
| 2008-03-03 08:50:12 | Tree | |
|
[r2606]
by
david_costanzo
Implement request #1423937; FMSLogo no longer requires the -L on the command line to load a logo file on startup. This makes it easier to create file associations and allows you to drag-and-drop a Logo program on an FMSLogo desktop shortcut. |
2008-03-03 01:54:36 | Tree |
| 2008-03-02 21:39:34 | Tree | |
|
[r2604]
by
david_costanzo
Rename "commandarg" to "g_FileToLoad" to be more explicit about its intended purpose. |
2008-03-02 20:51:00 | Tree |
| 2008-03-02 08:57:19 | Tree | |
|
[r2602]
by
david_costanzo
Redeclare bWidth and bHeight as static, since they are never used outside of main.cpp. |
2008-03-02 07:40:01 | Tree |
|
[r2601]
by
david_costanzo
Fix the logic for moving down off of the commander history to the commander's input. |
2008-03-01 08:31:39 | Tree |
|
[r2600]
by
david_costanzo
Add logic for copying the currently selected item in the commander history to the commander input. |
2008-03-01 08:04:56 | Tree |
|
[r2599]
by
david_costanzo
Add the wxWANTS_CHARS style so that directional keys are passed to OnChar(). This enables the MSWLogo-style commander navigation. |
2008-02-28 06:08:28 | Tree |