Fri, 07 Mar 2008 17:20:37 +0000 |
Bob Pendleton |
more valgrind errors fixed. Plus I ran make indent which changed a few files.
|
Thu, 06 Mar 2008 23:07:02 +0000 |
Bob Pendleton |
Fixed many valgrind errors. But, I broke testdyngl.
|
Thu, 06 Mar 2008 17:08:10 +0000 |
Bob Pendleton |
Fixing valgrind errors.
|
Tue, 04 Mar 2008 23:09:28 +0000 |
Bob Pendleton |
SetupWindowData in SDL_X11window.c was realloc()ing the display window list and incrementing numwindows even though those are being updated in functions that call
|
Sat, 01 Mar 2008 20:34:36 +0000 |
Bob Pendleton |
Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in
|
Sat, 23 Feb 2008 05:10:40 +0000 |
Sam Lantinga |
Now the program will process all events and then terminate. :)
|
Wed, 20 Feb 2008 23:27:33 +0000 |
Bob Pendleton |
HandleEvent() returns done each time it is called. If done was set to 0 the program should quit, but because done is not checked until *all* events are handled a
|
Mon, 11 Feb 2008 21:06:32 +0000 |
Sam Lantinga |
Windows also remaps the numeric keypad... grrr
|
Mon, 11 Feb 2008 20:26:22 +0000 |
Sam Lantinga |
Checkout directly to the SDL 1.3 folder
|
Sun, 10 Feb 2008 17:29:23 +0000 |
Sam Lantinga |
Show integer scancode, since that's how it's defined in the header.
|
Sun, 10 Feb 2008 16:21:05 +0000 |
Sam Lantinga |
Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.
|
Sun, 10 Feb 2008 05:34:33 +0000 |
Sam Lantinga |
Added support for keypad enter
|
Sun, 10 Feb 2008 05:14:28 +0000 |
Sam Lantinga |
Updated Visual C++ project
|
Sat, 09 Feb 2008 22:28:27 +0000 |
Sam Lantinga |
Friggin' Windows remaps alphabetic keys based on keyboard layout.
|
Sat, 09 Feb 2008 07:18:38 +0000 |
Sam Lantinga |
Undo keyboard layout based alphabetic key mapping. Grr.... HACK HACK HACK...
|
Sat, 09 Feb 2008 06:47:46 +0000 |
Sam Lantinga |
Implemented text input event for Win32
|
Fri, 08 Feb 2008 08:35:49 +0000 |
Sam Lantinga |
Untested Win32 keyboard scancode code.
|
Thu, 07 Feb 2008 16:14:43 +0000 |
Sam Lantinga |
Fixed array overrun
|
Thu, 07 Feb 2008 16:00:29 +0000 |
Sam Lantinga |
Fixed compile errors
|
Thu, 07 Feb 2008 15:31:09 +0000 |
Sam Lantinga |
First pass of new SDL scancode concept for X11.
|
Tue, 05 Feb 2008 07:30:50 +0000 |
Sam Lantinga |
Christian's comment:
|
Tue, 05 Feb 2008 07:19:23 +0000 |
Sam Lantinga |
First pass implementation of new SDL scancode concept, as discussed with
|
Mon, 04 Feb 2008 17:25:33 +0000 |
Ryan C. Gordon |
Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().
|
Thu, 24 Jan 2008 15:51:52 +0000 |
Sam Lantinga |
Merged fix for bug #542 from SDL 1.2
|
Tue, 15 Jan 2008 22:37:17 +0000 |
Bob Pendleton |
Minimal implementation of textinput events for x11. It only works for latin-1.
|
Sat, 12 Jan 2008 18:07:06 +0000 |
Bob Pendleton |
Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.
|
Sat, 12 Jan 2008 16:56:42 +0000 |
Bob Pendleton |
one more time... I must be brain dead...
|
Sat, 12 Jan 2008 16:53:30 +0000 |
Bob Pendleton |
More typos
|
Wed, 09 Jan 2008 23:40:56 +0000 |
Bob Pendleton |
Fixed some typos in SDL_x11keyboard.c
|
Tue, 08 Jan 2008 00:10:46 +0000 |
Bob Pendleton |
Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
|
Thu, 03 Jan 2008 06:07:30 +0000 |
Sam Lantinga |
Updated config scripts
|
Tue, 01 Jan 2008 15:26:11 +0000 |
Sam Lantinga |
Merged fix for bug #531 from SDL 1.2 revision 3511
|
Sun, 30 Dec 2007 05:01:35 +0000 |
Sam Lantinga |
Merged -fvisibility detection fix from SDL 1.2 revision 3500
|
Sat, 29 Dec 2007 22:15:39 +0000 |
Sam Lantinga |
Christian Walther fixed bug #529
|
Sat, 29 Dec 2007 22:13:47 +0000 |
Sam Lantinga |
Christian Walther fixed bug #530
|
Sat, 29 Dec 2007 21:36:17 +0000 |
Sam Lantinga |
Merged fix for bug #508 from SDL 1.2 revision 3495
|
Sat, 29 Dec 2007 20:13:23 +0000 |
Sam Lantinga |
Merged fix for bug #482 from SDL 1.2 revision 3492.
|
Sat, 29 Dec 2007 19:45:09 +0000 |
Sam Lantinga |
Fixed bug #478
|
Sat, 29 Dec 2007 19:29:20 +0000 |
Sam Lantinga |
Merged fix for bug #503 from SDL 1.2 revision 3487
|
Sat, 29 Dec 2007 06:17:31 +0000 |
Sam Lantinga |
Fixed bug #497
|
Sat, 29 Dec 2007 06:09:25 +0000 |
Sam Lantinga |
Fixed bug #464
|
Sat, 29 Dec 2007 03:25:11 +0000 |
Sam Lantinga |
Merged revision 3472 from SDL 1.2, fixing bug #493
|
Fri, 28 Dec 2007 20:42:06 +0000 |
Sam Lantinga |
Fixed fatbuild.sh script for building on Mac OS X 10.5
|
Fri, 28 Dec 2007 18:16:42 +0000 |
Sam Lantinga |
Date: Wed, 14 Nov 2007 22:20:27 -0500
|
Fri, 28 Dec 2007 18:08:43 +0000 |
Sam Lantinga |
Merged changeset 3463 from SDL 1.2, fixed compile error with Intel compiler.
|
Fri, 28 Dec 2007 08:07:57 +0000 |
Sam Lantinga |
Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype
|
Fri, 28 Dec 2007 07:54:35 +0000 |
Sam Lantinga |
Merged revision 3455 from SDL 1.2, fixing documentation typo.
|
Thu, 13 Dec 2007 03:53:02 +0000 |
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
|
Tue, 25 Sep 2007 10:01:10 +0000 |
Ryan C. Gordon |
Merged r3449:3450 from branches/SDL-1.2: SDL_config.h.in Linux joystick fix.
|
Mon, 10 Sep 2007 12:20:02 +0000 |
Sam Lantinga |
Split out the SDL_rect and SDL_surface functions into their own headers.
|
Mon, 10 Sep 2007 12:11:40 +0000 |
Sam Lantinga |
indent
|
Tue, 21 Aug 2007 06:54:07 +0000 |
Sam Lantinga |
Fixed bug #471
|
Mon, 20 Aug 2007 02:08:37 +0000 |
Ryan C. Gordon |
Minor PulseAudio fixes: corrected OpenDevice return code, human-readable
|
Mon, 20 Aug 2007 01:02:37 +0000 |
Ryan C. Gordon |
Ported PulseAudio target from 1.2 to 1.3 interfaces, and added it to the trunk.
|
Sun, 19 Aug 2007 16:36:51 +0000 |
Sam Lantinga |
Date: Sun, 19 Aug 2007 18:29:28 +0200
|
Sun, 19 Aug 2007 16:35:44 +0000 |
Sam Lantinga |
Whoops, missing file...
|
Sun, 19 Aug 2007 14:52:52 +0000 |
Sam Lantinga |
Date: Thu, 05 Jul 2007 14:02:33 -0700
|
Sat, 18 Aug 2007 05:39:09 +0000 |
Sam Lantinga |
Okay, still some bugs, but everything builds again...
|
Sat, 18 Aug 2007 01:44:21 +0000 |
Sam Lantinga |
More work in progress integrating SDL_Surface and the new SDL_Texture API
|
Fri, 17 Aug 2007 06:58:20 +0000 |
Sam Lantinga |
More work in progress...
|