| Commit | Date | |
|---|---|---|
| 2016-06-25 18:43:50 | Tree | |
|
[r4121]
by
david_costanzo
Translate some new strings that appear in the file picker as of version 7.0. |
2016-06-25 18:34:08 | Tree |
|
[r4120]
by
david_costanzo
Localize the installer into Spanish. |
2016-06-22 00:52:22 | Tree |
| 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 |