| 2013-03-11 | 
Sam Lantinga | Merged SDL 1.3 revision 5424, fixing a crash in the...  | 
commit | commitdiff | tree | snapshot | 
| 2013-03-11 | 
Ryan C. Gordon | Backport from 1.3 branch: clean up opened joysticks...  | 
commit | commitdiff | tree | snapshot | 
| 2013-03-11 | 
Sam Lantinga | Hi Sam | 
commit | commitdiff | tree | snapshot | 
| 2013-03-11 | 
Ryan C. Gordon | Add dynamic symbol for _XGetRequest, which libX11 1...  | 
commit | commitdiff | tree | snapshot | 
| 2013-03-11 | 
Andreas Müller | SDL_x11sym.h: add symbols for _XGetRequest | 
commit | commitdiff | tree | snapshot | 
| 2013-02-14 | 
notaz | fix incorrect assumption, minor refactoring | 
commit | commitdiff | tree | snapshot | 
| 2013-02-09 | 
notaz | NEONize a few more blit types | 
commit | commitdiff | tree | snapshot | 
| 2013-02-09 | 
notaz | use offscreen blitting when SDL_DOUBLEBUF is not set | 
commit | commitdiff | tree | snapshot | 
| 2013-02-02 | 
notaz | support .unicode of returned events | 
commit | commitdiff | tree | snapshot | 
| 2013-02-02 | 
notaz | delay omapfb layer enable | 
commit | commitdiff | tree | snapshot | 
| 2012-08-28 | 
notaz | fix vram realloc | 
commit | commitdiff | tree | snapshot | 
| 2012-08-22 | 
notaz | refactor NEON blit checks | 
commit | commitdiff | tree | snapshot | 
| 2012-08-22 | 
notaz | unify NEON code, use preload | 
commit | commitdiff | tree | snapshot | 
| 2012-08-22 | 
notaz | add some more NEON blitters from _wb_ | 
commit | commitdiff | tree | snapshot | 
| 2012-07-04 | 
Darren Alton | Add "scaled" and "pixelperfect" layer sizes. | 
commit | commitdiff | tree | snapshot | 
| 2012-04-09 | 
notaz | limited minimize support | 
commit | commitdiff | tree | snapshot | 
| 2012-03-15 | 
notaz | add scancode support | 
commit | commitdiff | tree | snapshot | 
| 2012-03-12 | 
notaz | support external mouse through X events | 
commit | commitdiff | tree | snapshot | 
| 2012-03-11 | 
notaz | rename omapsdl.h, for consistency | 
commit | commitdiff | tree | snapshot | 
| 2012-03-11 | 
notaz | handle multibuffering better | 
commit | commitdiff | tree | snapshot | 
| 2012-03-10 | 
notaz | flip before vsync | 
commit | commitdiff | tree | snapshot | 
| 2012-03-10 | 
notaz | try harder with screen res detection | 
commit | commitdiff | tree | snapshot | 
| 2012-03-10 | 
notaz | setup_omap_layer: handle bad arguments better | 
commit | commitdiff | tree | snapshot | 
| 2011-12-18 | 
notaz | add some NEON 32bpp blitters | 
commit | commitdiff | tree | snapshot | 
| 2011-12-17 | 
notaz | fix alpha for 32bpp screen | 
commit | commitdiff | tree | snapshot | 
| 2011-11-27 | 
notaz | don't have fn as modifier | 
commit | commitdiff | tree | snapshot | 
| 2011-11-25 | 
notaz | stop force-doublebuf hack from interfering | 
commit | commitdiff | tree | snapshot | 
| 2011-11-24 | 
notaz | update readme | 
commit | commitdiff | tree | snapshot | 
| 2011-11-23 | 
notaz | Add support for border removal | 
commit | commitdiff | tree | snapshot | 
| 2011-11-23 | 
notaz | Add touchscreen coordinate translation | 
commit | commitdiff | tree | snapshot | 
| 2011-11-22 | 
notaz | adjust default layer size to fit screen | 
commit | commitdiff | tree | snapshot | 
| 2011-11-22 | 
notaz | don't force double buffering | 
commit | commitdiff | tree | snapshot | 
| 2011-11-16 | 
notaz | don't depend on system SDL headers | 
commit | commitdiff | tree | snapshot | 
| 2011-11-15 | 
notaz | blit: improve BlitNtoNSurfaceAlphaKey for 16bpp | 
commit | commitdiff | tree | snapshot | 
| 2011-11-15 | 
notaz | really support 24 and 32 bpp | 
commit | commitdiff | tree | snapshot | 
| 2011-11-15 | 
notaz | update common code to latest from PCSX rearmed | 
commit | commitdiff | tree | snapshot | 
| 2011-11-15 | 
notaz | map remaining fn keys to something | 
commit | commitdiff | tree | snapshot | 
| 2011-09-16 | 
notaz | don't needlessly realloc memory | 
commit | commitdiff | tree | snapshot | 
| 2011-09-09 | 
notaz | fix fn keys, make them closer to default SDL | 
commit | commitdiff | tree | snapshot | 
| 2010-11-17 | 
notaz | allow variable resolutions | 
commit | commitdiff | tree | snapshot | 
| 2010-11-16 | 
notaz | detect default resolution properly, fix res list | 
commit | commitdiff | tree | snapshot | 
| 2010-11-16 | 
notaz | allow empty lines in config | 
commit | commitdiff | tree | snapshot | 
| 2010-11-16 | 
notaz | fail on offscreen hardware surfaces | 
commit | commitdiff | tree | snapshot | 
| 2010-11-14 | 
notaz | unify messages, small readme update | 
commit | commitdiff | tree | snapshot | 
| 2010-11-14 | 
notaz | some basic readme | 
commit | commitdiff | tree | snapshot | 
| 2010-11-14 | 
notaz | add OMAP layer handling | 
commit | commitdiff | tree | snapshot | 
| 2010-11-14 | 
notaz | fix deadlock if ts_cb is not set | 
commit | commitdiff | tree | snapshot | 
| 2010-11-13 | 
notaz | add touchscreen support | 
commit | commitdiff | tree | snapshot | 
| 2010-11-13 | 
notaz | hook into SDL | 
commit | commitdiff | tree | snapshot | 
| 2010-11-13 | 
notaz | implement input to avoid PD common dependency | 
commit | commitdiff | tree | snapshot | 
| 2010-11-12 | 
notaz | rename input.c to avoid conflicts, some small refactoring | 
commit | commitdiff | tree | snapshot | 
| 2010-11-12 | 
notaz | standalone: refactor for becoming also a SDL driver | 
commit | commitdiff | tree | snapshot | 
| 2010-11-12 | 
notaz | add input, basic config | 
commit | commitdiff | tree | snapshot | 
| 2010-11-12 | 
notaz | Initial standalone code, some stuff runs | 
commit | commitdiff | tree | snapshot | 
| 2010-11-09 | 
notaz | SDL-1.2.14 | 
commit | commitdiff | tree | snapshot | 
 |