]> git.tdb.fi Git - libs/gui.git/history - source/input
Fill in more fields of DEVMODE to avoid a crash
[libs/gui.git] / source / input /
2013-10-02 Mikko RasaBasic OS X support
2013-07-12 Mikko RasaFix handling of various special keys on Windows
2013-06-24 Mikko RasaForce c'tors and d'tors of classes with external symbol...
2013-06-05 Mikko RasaAdd KEY_NONE constant
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories
2013-03-24 Mikko RasaAllow event handling to be interrupted
2012-12-01 Mikko RasaAdd the target type to lexical_cast invocations
2012-12-01 Mikko RasaFix mouse buttons on Windows
2012-07-25 Mikko RasaXKeycodeToKeysym is deprecated
2011-09-06 Mikko RasaFix a stray header name
2011-09-04 Mikko RasaUse hashes to make button/axis indices in Hub predictable
2011-08-30 Mikko RasaFall back to Device::get_*_name if name can't be determined
2011-08-30 Mikko RasaAvoid generating events for unknown keys
2011-08-30 Mikko RasaFix windows compilation
2011-08-30 Mikko RasaStyle update: remove alignment
2011-08-30 Mikko RasaRemove modifier constants
2011-08-30 Mikko RasaDiscard the EventSource abstraction
2011-08-26 Mikko RasaConsistently label the graphics part as graphics
2011-08-25 Mikko RasaException changes
2011-08-25 Mikko RasaHeader updates
2011-08-25 Mikko RasaComment changes
2011-08-25 Mikko RasaStyle update: spaces around assignments
2011-08-25 Mikko RasaDrop Id tags and copyright notices from files
2010-11-02 Mikko RasaFix an uninitialized variable
2010-02-28 Mikko RasaAdd EventSource abstraction layer below Window
2008-10-06 Mikko RasaNormalize device axis ranges to [-1, 1]
2008-10-05 Mikko RasaHide the platform-specific parts of other classes as...
2008-06-08 Mikko RasaAdd a missing include
2008-03-19 Mikko RasaOpenGL can now be required as a package on all archs
2008-03-10 Mikko RasaAdd platform independent constants for keys (win32...
2008-03-10 Mikko RasaAdd set_source method to Control
2008-03-06 Mikko RasaReorganize files to separate gbase and input