.. |
SDL_cocoaclipboard.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoaclipboard.m
|
Mac: Fix a crash when SDL is compiled with SDL_MAC_NO_SANDBOX enabled, by increasing the stack size of the mouse tap thread back to OS X' default of 512 KB.
|
2016-05-21 12:09:23 -03:00 |
SDL_cocoaevents.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoaevents.m
|
Removed Mac OS 10.5 support (bug #3137). Also fixed a warning about deprecated Carbon code when using SDL_audio (bug #3127, thanks Dominik!)
|
2016-05-21 00:20:52 -03:00 |
SDL_cocoakeyboard.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoakeyboard.m
|
Mac: Fix a crash when SDL is compiled with SDL_MAC_NO_SANDBOX enabled, by increasing the stack size of the mouse tap thread back to OS X' default of 512 KB.
|
2016-05-21 12:09:23 -03:00 |
SDL_cocoamessagebox.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoamessagebox.m
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoamodes.h
|
Removed Mac OS 10.5 support (bug #3137). Also fixed a warning about deprecated Carbon code when using SDL_audio (bug #3127, thanks Dominik!)
|
2016-05-21 00:20:52 -03:00 |
SDL_cocoamodes.m
|
Mac: Fixed crash if SDL_GetDisplayDPI() got NULL pointers for output parameters.
|
2016-06-26 21:08:57 +02:00 |
SDL_cocoamouse.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoamouse.m
|
Cocoa mouse code: Replaced NSPointInRect with NSMouseInRect (thanks Eric Wasylishen!) Fixes bug #3312.
|
2016-05-01 21:41:30 -03:00 |
SDL_cocoamousetap.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoamousetap.m
|
Mac: Fix a crash when SDL is compiled with SDL_MAC_NO_SANDBOX enabled, by increasing the stack size of the mouse tap thread back to OS X' default of 512 KB.
|
2016-05-21 12:09:23 -03:00 |
SDL_cocoaopengl.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoaopengl.m
|
Mac: allows apps to use OpenGL on a slower, integrated GPU.
|
2016-01-04 22:00:04 -05:00 |
SDL_cocoashape.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoashape.m
|
Removed Mac OS 10.5 support (bug #3137). Also fixed a warning about deprecated Carbon code when using SDL_audio (bug #3127, thanks Dominik!)
|
2016-05-21 00:20:52 -03:00 |
SDL_cocoavideo.h
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
SDL_cocoavideo.m
|
Mac: Implemented SDL_GetDisplayDPI (thanks, Kirill!).
|
2016-01-07 14:02:37 -05:00 |
SDL_cocoawindow.h
|
Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity().
|
2016-01-05 02:46:10 -05:00 |
SDL_cocoawindow.m
|
cocoa: Fixed incorrect autorelease, noted by static analysis.
|
2016-08-28 19:06:31 -04:00 |