]> git.tdb.fi Git - libs/gui.git/history - source/input/control.h
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / control.h
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 RasaRename ControlSrcType::NONE to NO_SOURCE
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-17 Mikko RasaKeep track of edges in Control
2014-12-19 Mikko RasaAdd an activator system to Control
2013-06-24 Mikko RasaForce c'tors and d'tors of classes with external symbol...
2011-08-26 Mikko RasaConsistently label the graphics part as graphics
2011-08-25 Mikko RasaStyle update: spaces around assignments
2011-08-25 Mikko RasaDrop Id tags and copyright notices from files
2008-10-06 Mikko RasaNormalize device axis ranges to [-1, 1]
2008-06-08 Mikko RasaAdd a missing include
2008-03-10 Mikko RasaAdd set_source method to Control
2008-03-06 Mikko RasaReorganize files to separate gbase and input