|
18d9b23c
|
2017-01-02T10:30:32
|
|
Fixed bug 3539 - SDL2, missing MIR LDFLAGS
Gianfranco
Hello, this is the failure I got
https://launchpadlibrarian.net/300679206/buildlog_ubuntu-zesty-amd64.libsdl2_2.0.5+dfsg1-2ubuntu1_BUILDING.txt.gz
LTLINK build/libSDL2.la
build/.libs/SDL_mirvideo.o: In function `MIR_InitDisplayFromOutput':
././src/video/mir/SDL_mirvideo.c:258: undefined reference to `mir_output_get_current_mode'
collect2: error: ld returned 1 exit status
|
|
45b774e3
|
2017-01-01T18:33:28
|
|
Updated copyright for 2017
|
|
524bf3c2
|
2016-12-09T01:47:43
|
|
Fixed bug 3513 - SDL_GL_SwapWindow does not return error status
Return an error code from SDL_GL_SwapWindow(), like the other SDL APIs.
|
|
4f4c4b62
|
2016-09-29T22:52:41
|
|
Added SDL_SetWindowResizable(). (thanks, Ethan!)
|
|
89c538a4
|
2016-09-21T18:23:59
|
|
Mir: Add gamma support set/get. Still need one more function to complete the set
|
|
a729c4f9
|
2016-09-21T16:28:23
|
|
Mir: Add fixme (waiting for a public api to be added)
|
|
705ecf78
|
2016-09-21T15:57:15
|
|
[Mir] Move to the new MirDisplayConfig API
|
|
ebb05891
|
2016-08-30T12:58:00
|
|
Mir: Add mouse grab support (requires mir 0.24)
|
|
eadb30cd
|
2016-07-13T07:07:08
|
|
MIR: Fix system cursors. Been broken since custom cursor support was added!
|
|
4a339a46
|
2016-06-08T08:01:21
|
|
MIR: Add better error handling for a failed connection
|
|
f0708fc9
|
2016-06-07T09:01:23
|
|
MIR: Support relative mouse mode
|
|
90ef601d
|
2016-02-25T10:06:33
|
|
Mir: Do not use opengl to find the valid pixel format if we dont use opengl
|
|
966aa372
|
2016-02-24T21:07:19
|
|
Mir: Replaced memcpy() with SDL_memcpy().
|
|
b4b36122
|
2016-02-24T21:06:46
|
|
Mir: Fixed comment at conditional compilation macro.
|
|
92209c26
|
2016-02-22T19:00:22
|
|
Mir: Fixed crash if allocating memory for cursor failed.
|
|
3607d3b7
|
2016-02-21T15:19:35
|
|
Fix API/ABI breakage in Mir 0.13/0.14.
|
|
df4be2f2
|
2016-02-18T23:27:58
|
|
x11/wayland/mir: Make the dynamic loading macro salsa a little less messy.
|
|
42065e78
|
2016-01-02T10:10:34
|
|
Updated copyright to 2016
|
|
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.
|
|
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().
|