| 
              
ac112e5f
               | 
              
2014-07-06T20:41:39
               | 
              
               | 
              
Fix option for forced run of disabled tests in test harness
               | 
            
            
              
   
               | 
              
3344db40
               | 
              
2014-06-23T11:06:50
               | 
              
               | 
              
Don't redefine standard macros, use SDL specific macros instead to avoid compiler warnings
               | 
            
            
              
   
               | 
              
7e52722d
               | 
              
2014-06-20T11:10:16
               | 
              
               | 
              
Fix compiler warnings in Native Client and Linux builds.
               | 
            
            
              
   
               | 
              
04a0836b
               | 
              
2014-06-05T15:37:33
               | 
              
               | 
              
Turns out visualstudio does not like PRIu64, soo lets just cast it to llu.
               | 
            
            
              
   
               | 
              
1f716769
               | 
              
2014-06-05T15:29:23
               | 
              
               | 
              
Fix warnings, only major one being an SDL_SetError not providing enough arguments.
               | 
            
            
              
   
               | 
              
3dcb451f
               | 
              
2014-04-09T21:29:19
               | 
              
               | 
              
Added a README file regarding WinRT support
To note, this file is currently formatted with CRLF line endings, rather than
LF, to allow the file to be viewed with Notepad.
               | 
            
            
              
   
               | 
              
7a36070a
               | 
              
2014-03-11T07:17:56
               | 
              
               | 
              
Fix bug/add test coverage for SDLTest_GenerateRunSeed helper; improve test harness adding output of repro steps for failures; improve negative test for SDL_GetError/SDL_SetError
               | 
            
            
              
   
               | 
              
58edac3e
               | 
              
2014-02-02T00:53:27
               | 
              
               | 
              
Fixed bug 2374 - Update copyright for 2014...
Is it that time already??
               | 
            
            
              
   
               | 
              
68f2fe64
               | 
              
2014-01-29T00:29:14
               | 
              
               | 
              
Fixed spaces in source file license comment.
               | 
            
            
              
   
               | 
              
f848adff
               | 
              
2013-11-29T10:06:08
               | 
              
               | 
              
Improve Android pause/resume behavior.
               | 
            
            
              
   
               | 
              
e07d7e64
               | 
              
2013-08-29T08:30:21
               | 
              
               | 
              
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
               | 
            
            
              
   
               | 
              
1e49b1ed
               | 
              
2013-08-21T09:47:10
               | 
              
               | 
              
OCD fixes: Adds a space after /* (glory to regular expressions!)
               | 
            
            
              
   
               | 
              
dad42067
               | 
              
2013-08-12T11:13:50
               | 
              
               | 
              
Fixes #2022, do not resume on Android when surfaceChanged
If the app is in landscape mode and the user presses the power button, a pause
is followed immediately by a surfaceChanged event because the lock screen
is shown in portrait mode. This triggers a "false" resume.
So, we just pause and resume following the onWindowFocusChanged events.
Also, wait for SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERBACKGROUND before
blocking the event pump.
               | 
            
            
              
   
               | 
              
1ad936eb
               | 
              
2013-08-11T19:56:43
               | 
              
               | 
              
Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
Rainer Deyke
I'm running Linux Mint 15 with the Cinnamon window manager.  SDL_DestroyWindow consistently locks up for me when the window if fullscreen.
               |