summaryrefslogtreecommitdiffstats
path: root/src/device-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop using obsolete GdkDevice API. Needs testing with extended input devicesAlex Valavanis2012-05-271-13/+39
| | | (bzr r11425)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+1
| | | (bzr r11030)
* Fix desktop-events backward compat (typo)Alex Valavanis2012-01-051-1/+1
| | | (bzr r10847)
* Backward compatibility for gdk_device_get_has_cursorAlex Valavanis2012-01-051-2/+3
| | | (bzr r10844)
* Fix remaining GSEAL issues in device manager and restore backward compatibility.Alex Valavanis2012-01-051-4/+89
| | | | | | | | | | | | I have defined a GdkDeviceFake structure, which contains copies of all the private fields of GdkDevice. The isValidDevice function should probably be checked carefully to ensure that I have implemented it correctly. Previously, it appeared to compare pointers to GdkDevices rather than checking that the fields were identical. Fixed bugs: - https://launchpad.net/bugs/911174 (bzr r10842)
* Backward compatibility: gdk_device_get_n_keys needs GTK 2.24Alex Valavanis2012-01-031-1/+10
| | | (bzr r10832)
* A few GSEAL issues in device-managerAlex Valavanis2012-01-031-11/+18
| | | (bzr r10829)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Simplifying sigc::bind use. Possible fix for mac compile.Jon A. Cruz2010-04-121-12/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/196195 (bzr r9317)
* Do not emit signals when setting values to their existing state.Jon A. Cruz2010-04-101-4/+9
| | | (bzr r9304)
* Cleanup of device internal handling and API.Jon A. Cruz2010-04-081-37/+295
| | | (bzr r9300)
* Const char fixupJon A. Cruz2008-04-051-5/+5
| | | (bzr r5351)
* Fixed unlinking of devicesJon A. Cruz2008-03-241-19/+31
| | | (bzr r5186)
* Tracking of live axesJon A. Cruz2008-03-221-1/+29
| | | (bzr r5172)
* Adding signals and linkingJon A. Cruz2008-03-201-13/+178
| | | (bzr r5129)
* Turned off fake test sourcesJon A. Cruz2008-03-151-1/+1
| | | (bzr r5094)
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-151-0/+225
(bzr r5092)