]> git.tdb.fi Git - libs/gui.git/history - source/input
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input /
2023-01-04 Mikko RasaPut feature control macros before any headers
2023-01-04 Mikko RasaFix a compiler warning from MSVC
2023-01-04 Mikko RasaAdd decorations for things which should be exported...
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaRemove unnecessary std:: qualifiers
2022-11-27 Mikko RasaReimplement reverse key lookup with a sorted vector
2022-11-27 Mikko RasaUse constexpr instead of enum to define "typeless"...
2022-11-27 Mikko RasaRename ControlSrcType::NONE to NO_SOURCE
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2022-11-27 Mikko RasaUse the override specifier where appropriate
2022-11-27 Mikko RasaRemove destructor declarations from exception classes
2022-11-27 Mikko RasaStreamline iterators and loop constructs
2022-11-27 Mikko RasaMake ControlScheme's destructor virtual
2022-11-20 Mikko RasaAdd constants for mouse axes and buttons
2022-11-19 Mikko RasaAdd classes for storing and applying bindings to controls
2022-11-19 Mikko RasaAdd functions to look up subdevices of composite input...
2022-11-19 Mikko RasaAdd conversions to/from string for key names and device...
2022-11-17 Mikko RasaKeep track of edges in Control
2022-11-17 Mikko RasaAdd a type enumeration for devices
2022-11-17 Mikko RasaGo back to using vector to store devices in a Hub
2021-11-17 Mikko RasaChange call to hash function
2021-11-02 Mikko RasaUse size_t for I/O operation sizes
2021-11-02 Mikko RasaAdapt to container type change in mspcore
2019-09-20 Mikko RasaGenerate synthetic key release events for repeated...
2019-09-18 Mikko RasaHandle WM_SYSKEYDOWN, WM_SYSKEYUP and WM_SYSCHAR events
2019-06-06 Mikko RasaSort game controller devices for consistency
2017-12-04 Mikko RasaImplement the required virtual functions in JsDevice
2016-11-25 Mikko RasaAlter the starting condition for gestures
2016-11-25 Mikko RasaFix incorrect comparisons
2016-09-20 Mikko RasaImplement game controllers on Windows through XInput
2016-09-20 Mikko RasaEnumerate available game controllers
2016-09-19 Mikko RasaFix GameController multiple inclusion guards
2016-09-19 Mikko RasaImplement three-finger tap and drag gestures
2016-09-19 Mikko RasaRefactor GestureDetector logic
2016-09-19 Mikko RasaTweak GestureDetector button and axis names
2016-07-23 Mikko RasaDon't leak memory if JsDevice constructor throws
2016-07-21 Mikko RasaAdd support for blocking ticks and EventDispatcher...
2016-01-30 Mikko RasaSupport some additional keys
2016-01-30 Mikko RasaCheck for event type and source in Android touchscreen...
2015-12-20 Mikko RasaAdd missing initializer
2015-12-20 Mikko RasaCosmetic fixes
2015-12-20 Mikko RasaWindows compilation fixes
2015-12-20 Mikko RasaClose the game controller device when deleting the...
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