summaryrefslogtreecommitdiffstats
path: root/src/device-manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-30/+16
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-0/+1
2019-01-02modernize loopsMarc Jeanmougin1-19/+19
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-4/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-25/+25
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
2016-08-08Use Gdk::Seat instead of Gdk::DeviceManagerAlex Henrie1-3/+17
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2016-07-27device-manager: Drop GTK2 fallbacksAlex Valavanis1-39/+9
2015-02-14device-manager: Get rid of GListsAlex Valavanis1-55/+51
2015-02-14device-manager: Migrate to GtkmmAlex Valavanis1-91/+102
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-2/+1
2013-02-23Fix missing headers for Gtk+ 3 buildAlex Valavanis1-0/+1
2013-01-04ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis1-9/+0
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-8/+1
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-2/+2
2012-07-24Don't include keyboards in input-device list. Remove comments about private f...Alex Valavanis1-70/+20
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-43/+0
2012-05-27Stop using obsolete GdkDevice API. Needs testing with extended input devicesAlex Valavanis1-13/+39
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
2012-01-05Fix desktop-events backward compat (typo)Alex Valavanis1-1/+1
2012-01-05Backward compatibility for gdk_device_get_has_cursorAlex Valavanis1-2/+3
2012-01-05Fix remaining GSEAL issues in device manager and restore backward compatibility.Alex Valavanis1-4/+89
2012-01-03Backward compatibility: gdk_device_get_n_keys needs GTK 2.24Alex Valavanis1-1/+10
2012-01-03A few GSEAL issues in device-managerAlex Valavanis1-11/+18
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-04-12Simplifying sigc::bind use. Possible fix for mac compile.Jon A. Cruz1-12/+12
2010-04-10Do not emit signals when setting values to their existing state.Jon A. Cruz1-4/+9
2010-04-08Cleanup of device internal handling and API.Jon A. Cruz1-37/+295
2008-04-05Const char fixupJon A. Cruz1-5/+5
2008-03-24Fixed unlinking of devicesJon A. Cruz1-19/+31
2008-03-22Tracking of live axesJon A. Cruz1-1/+29
2008-03-20Adding signals and linkingJon A. Cruz1-13/+178
2008-03-15Turned off fake test sourcesJon A. Cruz1-1/+1
2008-03-15Split data mode apart from UI and added button trackersJon A. Cruz1-0/+225