| Commit | Date | |
|---|---|---|
| 2017-04-13 00:14:45 | Tree | |
| 2017-04-12 23:56:43 | Tree | |
|
[r4356]
by
david_costanzo
Remove the translation tables for Simplified Chinese from the manual. Only the GUI was translated and the translation tables are for procedure names. |
2017-04-12 23:56:06 | Tree |
| 2017-04-12 23:30:29 | Tree | |
|
[r4354]
by
david_costanzo
Fix Bug #490; the status dialog no longer shows negative numbers when the number of calls > 2,147,483,648. The fix required two changes. First, make eval_calls a 64-bit integer instead of a 32-bit integer. Second, change the code which displays eval_calls in the status dialog to properly render 64-bit numbers. |
2017-04-09 23:03:27 | Tree |
|
[r4353]
by
david_costanzo
Fill in the real name of the translator of the Chinese version (he originally used the title "test down", but later identified himself as Pachleng). |
2017-04-07 01:33:53 | Tree |
|
[r4352]
by
david_costanzo
Add "-static -lpthread" when building FMSLogo. This was done at the suggestion of Pachleng. From his experience, in later verions of cygwin, MingGW will dynamically link to non-system DLL if you don't include this. |
2017-04-07 00:52:31 | Tree |
|
[r4351]
by
david_costanzo
Update the documentation for LOGOVERSION to include the LCIDs of all currently available translations. |
2017-04-05 00:52:12 | Tree |
|
[r4350]
by
david_costanzo
Reduce the magnitude of the hack that's used to resolve externals in the Simplified Chinese build of FMSLogo. Instead of instanciating an entire wxStyledTextCtrl, the code only declares and defines Platform::Maximum, which is all that was needed to fix the build break. |
2017-04-03 03:20:15 | Tree |
|
[r4349]
by
david_costanzo
Remove the now-defunct symbol ID_HELPEDIT_TOPIC, which was replaced with the more standard wxID_HELP_INDEX. |
2017-04-03 03:02:48 | Tree |