Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 53588ff6 | 2017-01-08 14:16:19 | README-linux: added notes about libsamplerate. | ||
| 42f85aa2 | 2016-10-08 11:30:07 | Fixed building and using fcitx IME support on Linux | ||
| 104c9541 | 2016-10-07 17:46:58 | Converted README documentation to DOS text format | ||
| f33c58b0 | 2016-09-29 12:04:07 | Updated Linux notes on building with Mir and Wayland support. | ||
| 3555e6e5 | 2016-04-01 21:10:43 | Updated info about required Ubuntu version for Mir support in README. | ||
| 0e45984f | 2015-06-21 17:33:46 | Fixed crash if initialization of EGL failed but was tried again later. The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI(). |