src/video/mir


Log

Author Commit Date CI Message
Ryan C. Gordon 4f4c4b62 2016-09-29T22:52:41 Added SDL_SetWindowResizable(). (thanks, Ethan!)
Brandon Schaefer 89c538a4 2016-09-21T18:23:59 Mir: Add gamma support set/get. Still need one more function to complete the set
Brandon Schaefer a729c4f9 2016-09-21T16:28:23 Mir: Add fixme (waiting for a public api to be added)
Brandon Schaefer 705ecf78 2016-09-21T15:57:15 [Mir] Move to the new MirDisplayConfig API
Brandon Schaefer ebb05891 2016-08-30T12:58:00 Mir: Add mouse grab support (requires mir 0.24)
Brandon Schaefer eadb30cd 2016-07-13T07:07:08 MIR: Fix system cursors. Been broken since custom cursor support was added!
Brandon Schaefer 4a339a46 2016-06-08T08:01:21 MIR: Add better error handling for a failed connection
Brandon Schaefer f0708fc9 2016-06-07T09:01:23 MIR: Support relative mouse mode
Brandon Schaefer 90ef601d 2016-02-25T10:06:33 Mir: Do not use opengl to find the valid pixel format if we dont use opengl
Philipp Wiesemann 966aa372 2016-02-24T21:07:19 Mir: Replaced memcpy() with SDL_memcpy().
Philipp Wiesemann b4b36122 2016-02-24T21:06:46 Mir: Fixed comment at conditional compilation macro.
Philipp Wiesemann 92209c26 2016-02-22T19:00:22 Mir: Fixed crash if allocating memory for cursor failed.
bschaefer 3607d3b7 2016-02-21T15:19:35 Fix API/ABI breakage in Mir 0.13/0.14.
Ryan C. Gordon df4be2f2 2016-02-18T23:27:58 x11/wayland/mir: Make the dynamic loading macro salsa a little less messy.
Sam Lantinga 42065e78 2016-01-02T10:10:34 Updated copyright to 2016
Ryan C. Gordon e346f142 2015-07-17T21:03:58 SDL_WarpMouseGlobal() should return non-void. There are platforms it isn't implemented on (and currently can't be implemented on!), and there's currently no way for an app to know this. This shouldn't break ABI on apps that moved to a revision between 2.0.3 and 2.0.4.
Philipp Wiesemann 0e45984f 2015-06-21T17: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().