summaryrefslogtreecommitdiffstats
path: root/src/device-manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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