| Commit | Date | |
|---|---|---|
|
[r5378]
by
david_costanzo
Fix a leak in BENCHMARK.PLIST. |
2020-07-21 02:18:39 | Tree |
|
[r5377]
by
david_costanzo
Fix a build break when using wxWidgets 3.0.4. |
2020-07-20 03:44:26 | Tree |
|
[r5376]
by
david_costanzo
Update FMSLogo to from wxWidgets 3.1.0 to wxWidgets 3.1.3. The main reason for this is to get a bug fix for Unicode command line processing that will enable me to remove a hack in fmslogo.cpp. However, it's also good to stay up-to-date on libraries to minimize the number of problems caused by each upgrade. This library update cooresponds with a major version number increase in FMSLogo from 7.7.0 to 8.0.0. It's good to include a potentially disruptive change to a library in major version increase, since it's somewhat expected that things will be incompatible and possibly be broken. |
2020-07-20 02:31:33 | Tree |
|
[r5375]
by
david_costanzo
Remove gbm_guess_filetype() and extension(). |
2020-07-19 14:13:40 | Tree |
|
[r5374]
by
david_costanzo
Change wxSTC_SCMOD_CTRL to wxSTC_KEYMOD_CTRL. |
2020-07-19 13:55:22 | Tree |
|
[r5373]
by
david_costanzo
Call SetCursor directly form OnSetCursor() instead of calling into lsetcursorarrow() |
2020-07-19 13:40:14 | Tree |
| 2020-07-17 22:07:11 | Tree | |
| 2020-07-17 21:43:56 | Tree | |
|
[r5370]
by
david_costanzo
Remove gbm_find_word and gbm_find_word_prefix |
2020-07-17 21:19:14 | Tree |
|
[r5369]
by
david_costanzo
Fix the GIF* API to accept Unicode filenames. The gbm subsystem which implements GIF used the POSIX I/O functions (open(), read(), write(), etc.), so this involved porting it to use the C stdio routines (fopen(), fread(), fwrite(), etc.) and using wxFopen, which supports wide characters. It also involved changing an int file descriptor to FILE* and using wchar_t instead of char wherever filename are used. As a result, the files underwent sweeping changes, even if only a few are significant. |
2020-07-17 21:07:26 | Tree |