2008-02-29 |
Sam Lantinga |
* Added configure option --enable-screensaver, to allow enabling the screensaver by default.
SDL-1.2
|
2007-12-29 |
Sam Lantinga |
Fixed bug #502
SDL-1.2
|
2007-09-01 |
Ryan C. Gordon |
ANSI C fix (all variables need to be defined at start of block).
SDL-1.2
|
2007-07-04 |
Sam Lantinga |
Fixed bug #450
SDL-1.2
|
2007-06-25 |
Ryan C. Gordon |
Significantly improved XIM support.
SDL-1.2
|
2007-04-06 |
Ryan C. Gordon |
Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL's
SDL-1.2
|
2008-08-02 |
Szymon Wilczek |
First comments and code upgrades in X11
gsoc2008_manymouse
|
2008-07-03 |
Szymon Wilczek |
Relative mode for tablets. Info on wiki.
gsoc2008_manymouse
|
2008-07-02 |
Szymon Wilczek |
Proximity events and evil-temporary makefile repair
gsoc2008_manymouse
|
2008-06-19 |
Szymon Wilczek |
Major bug fixes
gsoc2008_manymouse
|
2008-06-06 |
Szymon Wilczek |
http://wilku.ravenlord.ws/doku.php?id=documentation for information how things work. Currently implemented: detecting many pointing devices and pressure detection. Still a bug. Each program has to be comipled with a flag -lXi
gsoc2008_manymouse
|
2010-01-24 |
Sam Lantinga |
Fixed bug #926
|
2010-01-21 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
2009-09-27 |
Sam Lantinga |
Fixed bug #716
|
2009-09-05 |
Sam Lantinga |
Fixed a few issues compiling with Mac OS X 10.6
|
2009-06-11 |
Bob Pendleton |
Mouse events now report the correct window id and window enter/leave events are now reported.
|
2009-06-10 |
Sam Lantinga |
Whoops, didn't mean to commit unfinished patch
|
2009-06-10 |
Sam Lantinga |
indent
|
2009-01-14 |
Sam Lantinga |
indent
|
2009-01-12 |
Sam Lantinga |
Don't complain when the GNOME screensaver isn't running (or available)
|
2009-01-12 |
Sam Lantinga |
This is so wrong, it hurts.
|
2009-01-12 |
Sam Lantinga |
Added an API to enable/disable the screen saver.
|
2009-01-10 |
Sam Lantinga |
Removed extra debug output
|
2009-01-10 |
Sam Lantinga |
Reverted Bob's indent checkin
|
2009-01-09 |
Bob Pendleton |
I ran a global "make indent" it modified the following files.
|
2009-01-05 |
Sam Lantinga |
Fixed mouse events with --disable-video-x11-xinput
|
2009-01-04 |
Sam Lantinga |
indent
|
2009-01-04 |
Sam Lantinga |
Technically more correct
|
2009-01-04 |
Sam Lantinga |
The core pointer is comprised of merging the inputs of all mice.
|
2009-01-01 |
Sam Lantinga |
indent
|
2009-01-01 |
Sam Lantinga |
Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.
|
2008-12-08 |
Sam Lantinga |
Updated copyright date
|
2008-11-27 |
Sam Lantinga |
Fixed mouse coordinate range on Mac OS X
|
2008-09-17 |
Ryan C. Gordon |
Some cleanups on the new XInput code.
|
2008-09-01 |
Sam Lantinga |
Fixed a bunch of compile warnings on Mac OS X
|
2008-08-25 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
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-02-07 |
Sam Lantinga |
Fixed compile errors
|
2008-02-07 |
Sam Lantinga |
First pass of new SDL scancode concept for X11.
|
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-08 |
Bob Pendleton |
Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
|
2006-10-01 |
Sam Lantinga |
Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
|
2006-07-27 |
Sam Lantinga |
Initial work on X11 window code in.
|
2006-07-10 |
Sam Lantinga |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
2006-05-09 |
Sam Lantinga |
More compile fixes for systems without the DPMS extension
|
2006-05-09 |
Sam Lantinga |
Fixed bug #104
|
2006-05-08 |
Sam Lantinga |
Disable the screensaver in DGA mode, which is even more important than X11...
|
2006-05-08 |
Sam Lantinga |
Fixed bug #203
|
2006-05-29 |
Sam Lantinga |
more tweaking indent options
SDL-1.3
|
2006-05-28 |
Sam Lantinga |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
SDL-1.3
|
2006-05-17 |
Sam Lantinga |
Merge trunk-1.3-3
SDL-1.3
|
2006-05-01 |
Sam Lantinga |
glSDL support
SDL-1.3
|
2006-04-28 |
Sam Lantinga |
Merge trunk-1.3-2
SDL-1.3
|
2006-03-22 |
Ryan C. Gordon |
Updated dynamic X11 code. See details in Bugzilla #170.
|