2006-09-13 |
Patrice Mandin |
Use new keyboard mapping routines
SDL-1.2
|
2006-09-07 |
Patrice Mandin |
/me dumb, sizeof(keymap) != number of elements
SDL-1.2
|
2008-12-08 |
Sam Lantinga |
Updated copyright date
|
2007-07-15 |
Sam Lantinga |
indent
|
2007-07-13 |
Patrice Mandin |
Update GEM driver to new API, will have to fill the void later :)
|
2007-07-13 |
Patrice Mandin |
Simplify setting window title
|
2006-09-24 |
Sam Lantinga |
Formatting update
|
2006-09-20 |
Patrice Mandin |
Forward keyboard reworking from 1.2
|
2006-09-07 |
Patrice Mandin |
/me dumb, sizeof(keymap != number of elements
|
2006-07-10 |
Sam Lantinga |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
2006-06-14 |
Patrice Mandin |
Fix mouse cursor change
|
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-02-23 |
Patrice Mandin |
Added preliminary support for MiNT /dev/mouse driver (disabled atm)
|
2006-02-21 |
Patrice Mandin |
Fixed include files
|
2006-02-21 |
Sam Lantinga |
Use consistent identifiers for the various platforms we support.
|
2006-02-16 |
Sam Lantinga |
New configure-based build system. Still work in progress, but much improved
|
2006-02-10 |
Sam Lantinga |
More header massaging... works great on Windows. ;-)
|
2006-02-08 |
Patrice Mandin |
Fixes for new SDL embedded libc stuff
|
2006-02-07 |
Sam Lantinga |
Use SDL_ prefixed versions of C library functions.
|
2006-02-01 |
Sam Lantinga |
Updated copyright information and removed rcs id lines (problematic in branch merges)
|
2006-01-31 |
Patrice Mandin |
Add flag to post mouse button events or not, and use defined function to post them
|
2006-01-25 |
Patrice Mandin |
Correctly manage mouse relative motion
|
2006-01-06 |
Patrice Mandin |
Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.
|
2006-01-02 |
Patrice Mandin |
Use a simple table for Unicode translation
|
2006-01-01 |
Patrice Mandin |
Added preliminary missingtranslation from Atari to Unicode charset
|
2005-07-07 |
Patrice Mandin |
Forgot variable declaration
|
2005-07-07 |
Patrice Mandin |
Correctly process top/bottom event messages
|
2005-07-07 |
Patrice Mandin |
Send window to the bottom
|
2005-07-07 |
Patrice Mandin |
Don't use both mouse events for the same task
|