| Commit | Date | |
|---|---|---|
| 2016-06-19 01:47:56 | Tree | |
|
[r4118]
by
david_costanzo
Remove a work-around for an alignment bug in the GTK wxWidgets 2.8. |
2016-06-18 19:07:46 | Tree |
|
[r4117]
by
david_costanzo
Update the install banner to include the symbolism of the new FMSLogo icon. |
2016-06-18 18:51:10 | Tree |
| 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 |