2008-07-11 |
Holmes Futrell |
(none)
gsoc2008_iphone
|
2008-07-11 |
Holmes Futrell |
(none)
gsoc2008_iphone
|
2008-07-09 |
Holmes Futrell |
just testing commit ... please commit to the right place.
gsoc2008_iphone
|
2008-04-23 |
Sam Lantinga |
Creating GSoC 2008 code branches
gsoc2008_iphone
|
2008-03-18 |
Sam Lantinga |
So we don't forget to do this...
|
2008-03-14 |
Bob Pendleton |
ran make indent
|
2008-03-14 |
Bob Pendleton |
re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being
|
2008-03-07 |
Bob Pendleton |
In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was
|
2008-03-07 |
Bob Pendleton |
oops, need to comment out some debug code.
|
2008-03-07 |
Bob Pendleton |
Next version of internationalized input for X11. On my machine (famous last words :-) with a US English keyboard and locale I can compose ` and e and get a text
|
2008-03-07 |
Bob Pendleton |
more valgrind errors fixed. Plus I ran make indent which changed a few files.
|
2008-03-06 |
Bob Pendleton |
Fixed many valgrind errors. But, I broke testdyngl.
|
2008-03-06 |
Bob Pendleton |
Fixing valgrind errors.
|
2008-03-04 |
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
|
2008-03-01 |
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
|
2008-02-23 |
Sam Lantinga |
Now the program will process all events and then terminate. :)
|
2008-02-20 |
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
|
2008-02-11 |
Sam Lantinga |
Windows also remaps the numeric keypad... grrr
|
2008-02-11 |
Sam Lantinga |
Checkout directly to the SDL 1.3 folder
|
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.
|