]> git.tdb.fi Git - libs/gui.git/history - source/input
Use libjpeg's boolean type for better compatibility
[libs/gui.git] / source / input /
2015-11-23 Mikko RasaImplement tap gestures
2015-11-21 Mikko RasaImplement additional two-finger gestures
2015-11-21 Mikko RasaCombine swipe gestures into a single drag gesture
2015-11-21 Mikko RasaImprove detection of the pinch gesture
2015-11-20 Mikko RasaRefactor GestureDetector and add some comments to it
2014-12-22 Mikko RasaFix the Windows version check in Touchscreen::is_available
2014-12-19 Mikko RasaAdd a dedicated exception class for unavailable input...
2014-12-19 Mikko RasaAdd an availability check to Touchscreen
2014-12-19 Mikko RasaImprove SmoothControl range API
2014-12-19 Mikko RasaAdd a gesture detector input device
2014-12-19 Mikko RasaAdd an activator system to Control
2014-12-19 Mikko RasaFix an incorrect all to set_button_state in Touchscreen...
2014-12-19 Mikko RasaAdd a generic directory for fallback implementations
2014-12-19 Mikko RasaAdd touchscreen support on Android
2014-11-13 Mikko RasaInherit input devices using Window::signal_input_event...
2014-11-13 Mikko RasaTouchscreen input device
2014-10-12 Mikko RasaAndroid support
2014-10-12 Mikko RasaCosmetic changes
2014-10-12 Mikko RasaCorrect the offset of function keys in the X11 keymap
2014-10-12 Mikko RasaZero-initialize JsDevice name buffer to avoid valgrind...
2014-09-11 Mikko RasaAdd a game controller input device
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