]> git.tdb.fi Git - libs/gui.git/history - source/input/device.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / device.cpp
2023-01-04 Mikko RasaFix a compiler warning from MSVC
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaRemove unnecessary std:: qualifiers
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
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 RasaAdd a type enumeration for devices
2016-11-25 Mikko RasaFix incorrect comparisons
2013-06-24 Mikko RasaForce c'tors and d'tors of classes with external symbol...
2011-09-06 Mikko RasaFix a stray header name
2011-08-25 Mikko RasaStyle update: spaces around assignments
2011-08-25 Mikko RasaDrop Id tags and copyright notices from files
2008-03-06 Mikko RasaReorganize files to separate gbase and input