log

age author description
2008-02-10 Sam Lantinga Show integer scancode, since that's how it's defined in the header.
2008-02-10 Sam Lantinga Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.
2008-02-10 Sam Lantinga Added support for keypad enter
2008-02-10 Sam Lantinga Updated Visual C++ project
2008-02-09 Sam Lantinga Friggin' Windows remaps alphabetic keys based on keyboard layout.
2008-02-09 Sam Lantinga Undo keyboard layout based alphabetic key mapping. Grr.... HACK HACK HACK...
2008-02-09 Sam Lantinga Implemented text input event for Win32
2008-02-08 Sam Lantinga Untested Win32 keyboard scancode code.
2008-02-07 Sam Lantinga Fixed array overrun
2008-02-07 Sam Lantinga Fixed compile errors
2008-02-07 Sam Lantinga First pass of new SDL scancode concept for X11.
2008-02-05 Sam Lantinga Christian's comment:
2008-02-05 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
2008-02-04 Ryan C. Gordon Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().
2008-01-24 Sam Lantinga Merged fix for bug #542 from SDL 1.2
2008-01-15 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
2008-01-12 Bob Pendleton Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.
2008-01-12 Bob Pendleton one more time... I must be brain dead...
2008-01-12 Bob Pendleton More typos
2008-01-09 Bob Pendleton Fixed some typos in SDL_x11keyboard.c
2008-01-08 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
2008-01-03 Sam Lantinga Updated config scripts
2008-01-01 Sam Lantinga Merged fix for bug #531 from SDL 1.2 revision 3511
2007-12-30 Sam Lantinga Merged -fvisibility detection fix from SDL 1.2 revision 3500
2007-12-29 Sam Lantinga Christian Walther fixed bug #529
2007-12-29 Sam Lantinga Christian Walther fixed bug #530
2007-12-29 Sam Lantinga Merged fix for bug #508 from SDL 1.2 revision 3495
2007-12-29 Sam Lantinga Merged fix for bug #482 from SDL 1.2 revision 3492.
2007-12-29 Sam Lantinga Fixed bug #478
2007-12-29 Sam Lantinga Merged fix for bug #503 from SDL 1.2 revision 3487
2007-12-29 Sam Lantinga Fixed bug #497
2007-12-29 Sam Lantinga Fixed bug #464
2007-12-29 Sam Lantinga Merged revision 3472 from SDL 1.2, fixing bug #493
2007-12-28 Sam Lantinga Fixed fatbuild.sh script for building on Mac OS X 10.5
2007-12-28 Sam Lantinga Date: Wed, 14 Nov 2007 22:20:27 -0500
2007-12-28 Sam Lantinga Merged changeset 3463 from SDL 1.2, fixed compile error with Intel compiler.
2007-12-28 Sam Lantinga Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype
2007-12-28 Sam Lantinga Merged revision 3455 from SDL 1.2, fixing documentation typo.
2007-12-13 Bob Pendleton Added SDL_rect.h and SDL_surface.h to the initialization of HDRS in Makefile.in. Because they were missing those header files were not being installed and
2007-09-25 Ryan C. Gordon Merged r3449:3450 from branches/SDL-1.2: SDL_config.h.in Linux joystick fix.
2007-09-10 Sam Lantinga Split out the SDL_rect and SDL_surface functions into their own headers.
2007-09-10 Sam Lantinga indent
2007-08-21 Sam Lantinga Fixed bug #471
2007-08-20 Ryan C. Gordon Minor PulseAudio fixes: corrected OpenDevice return code, human-readable
2007-08-20 Ryan C. Gordon Ported PulseAudio target from 1.2 to 1.3 interfaces, and added it to the trunk.
2007-08-19 Sam Lantinga Date: Sun, 19 Aug 2007 18:29:28 +0200
2007-08-19 Sam Lantinga Whoops, missing file...
2007-08-19 Sam Lantinga Date: Thu, 05 Jul 2007 14:02:33 -0700
2007-08-18 Sam Lantinga Okay, still some bugs, but everything builds again...
2007-08-18 Sam Lantinga More work in progress integrating SDL_Surface and the new SDL_Texture API
2007-08-17 Sam Lantinga More work in progress...
2007-08-17 Sam Lantinga Enabled SSE2 intrinsics
2007-08-17 Sam Lantinga More work in progress, still doesn't compile...
2007-08-17 Sam Lantinga Work in progress: merging new texture features into SDL blit system
2007-08-17 Sam Lantinga Enabled 3DNow! intrinsic support
2007-08-17 Sam Lantinga indent
2007-08-17 Sam Lantinga Date: Fri, 17 Aug 2007 01:12:31 +0200
2007-08-17 Sam Lantinga Date: Fri, 17 Aug 2007 01:12:31 +0200
2007-08-17 Sam Lantinga Moved the colorkey and per-surface alpha into the blit info,
2007-08-16 Sam Lantinga Getting ready to add slow blitters. Everyone will love me. :)