| Commit | Date | |
|---|---|---|
| 2016-06-18 14:41:55 | Tree | |
|
[r4115]
by
david_costanzo
Fix bug #473; which is a regression in KEYBOARDVALUE from the OWL version where a handful of characters on a US keyboard (;/`[]\=) has inconsistent with MSWLogo. The root cause is that I tried to write some platform-independent handlers that would return the correct values using only wxWidget API. Having looked into this in more detail, I don't think this is possible, as I would at least need some platform-specific logic to determine the keyboard layout. I have therefore decided that, if platform-specific logic is required, the Windows version might as well use the raw platform codes from the event, which should exactly match the codes used by OWL. I have retained the platform-independent logic for non-Windows platforms. |
2016-06-12 21:55:58 | Tree |
|
[r4114]
by
david_costanzo
Document the keycode for "Alt" which could not be captured with OWL, but is captured in wxWidgets. |
2016-06-12 16:27:25 | Tree |
|
[r4113]
by
david_costanzo
Replace constants from winuser.h for virtual key codes with codes that are local to FMSLogo so that KEYBOARDON can work on non-Windows platforms. This also adds some virtual key codes for media keyboards. |
2016-06-12 03:56:35 | Tree |
| 2016-06-12 03:40:02 | Tree | |
|
[r4111]
by
david_costanzo
More clearly document that KEYBOARDON with one input is for capturing text and KEYBOARDON with two inputs is for capturing keystrokes. Include documentation of the numeric representation of the keystrokes. |
2016-06-11 21:18:13 | Tree |
|
[r4110]
by
david_costanzo
Fix some false-positives failures about library routines not being document that were introduced when the Logolib files were lower-cased to make them work properly on GNU/Linux. |
2016-06-11 18:57:22 | Tree |
|
[r4109]
by
david_costanzo
Fix a problem with the way the updated icon was exported in the previous revision. Apparently Windows cannot process icons with embedded PNGs (at least Windows XP cannot). |
2016-06-05 03:58:40 | Tree |
|
[r4108]
by
david_costanzo
Update the icon to the latest version provided by Jan Grabe. This includes separate layers for the light green triangle and the polygon decorations on the turtle's shell, and the turtle's shell. It also includes a white background for the text to make it more prominent. |
2016-06-05 02:59:41 | Tree |
| 2016-06-05 02:30:45 | Tree |