summaryrefslogtreecommitdiffstats
path: root/src/device-manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-30/+16
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-0/+1
* modernize loopsMarc Jeanmougin2019-01-021-19/+19
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-4/+3
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-25/+25
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
* Use Gdk::Seat instead of Gdk::DeviceManagerAlex Henrie2016-08-081-3/+17
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-39/+13
|\
| * device-manager: Drop GTK2 fallbacksAlex Valavanis2016-07-271-39/+9
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
|/
* device-manager: Get rid of GListsAlex Valavanis2015-02-141-55/+51
* device-manager: Migrate to GtkmmAlex Valavanis2015-02-141-91/+102
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
* ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis2013-01-041-9/+0
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-8/+1
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-2/+2
* Don't include keyboards in input-device list. Remove comments about private f...Alex Valavanis2012-07-241-70/+20
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-43/+0
* Stop using obsolete GdkDevice API. Needs testing with extended input devicesAlex Valavanis2012-05-271-13/+39
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
* Fix desktop-events backward compat (typo)Alex Valavanis2012-01-051-1/+1
* Backward compatibility for gdk_device_get_has_cursorAlex Valavanis2012-01-051-2/+3
* Fix remaining GSEAL issues in device manager and restore backward compatibility.Alex Valavanis2012-01-051-4/+89
* Backward compatibility: gdk_device_get_n_keys needs GTK 2.24Alex Valavanis2012-01-031-1/+10
* A few GSEAL issues in device-managerAlex Valavanis2012-01-031-11/+18
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Simplifying sigc::bind use. Possible fix for mac compile.Jon A. Cruz2010-04-121-12/+12
* Do not emit signals when setting values to their existing state.Jon A. Cruz2010-04-101-4/+9
* Cleanup of device internal handling and API.Jon A. Cruz2010-04-081-37/+295
* Const char fixupJon A. Cruz2008-04-051-5/+5
* Fixed unlinking of devicesJon A. Cruz2008-03-241-19/+31
* Tracking of live axesJon A. Cruz2008-03-221-1/+29
* Adding signals and linkingJon A. Cruz2008-03-201-13/+178
* Turned off fake test sourcesJon A. Cruz2008-03-151-1/+1
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-151-0/+225