log src/video/gem/SDL_gemevents.c @ 2849:523b10db69f8

age author description
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
2005-07-07 Patrice Mandin Don't generate multiple mouse focus events
2005-06-07 Patrice Mandin Save/restore system palette when application topped/untopped
2005-06-06 Patrice Mandin Another forgotten variable declaration
2005-06-03 Patrice Mandin Better mouse lose/gain focus
2005-06-02 Patrice Mandin Enable/disable mouse focus
2004-11-30 Patrice Mandin Forgot to change window title in the normal case
2004-11-06 Patrice Mandin Prevent redraws till internal buffers are correctly setup
2004-08-10 Patrice Mandin Forgot to initialize maximum position for mouse
2004-08-10 Patrice Mandin Wrong check for minimum mouse position
2004-08-10 Patrice Mandin Give mouse position relative to window position, and do not generate mouse button event if outside of the window
2004-08-05 Patrice Mandin Correctly set window size if resized or maximized
2004-08-03 Patrice Mandin Absolute mouse position was given as relative movement to SDL
2004-01-04 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
2003-11-12 Patrice Mandin Use new C2P routine + corrections for iconification window
2002-03-26 Sam Lantinga *** empty log message ***
2002-03-06 Sam Lantinga Updated copyright information for 2002
2002-02-22 Sam Lantinga *** empty log message ***
2002-02-17 Sam Lantinga Added initial support for Atari (thanks Patrice!)