summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Translations. Context removed in filter-enums (context support too complex ↵Nicolas Dufour2011-02-031-1/+1
| | | | | to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030)
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-2/+2
| | | (bzr r9990)
* 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)
* Tablet auto-organization and naming.Jon A. Cruz2010-09-231-32/+122
| | | (bzr r9777)
* Simplify/clarify enabling of individual devices.Jon A. Cruz2010-09-181-13/+65
| | | (bzr r9765)
* Simplifying sigc::bind use. Possible fix for mac compile.Jon A. Cruz2010-04-121-12/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/196195 (bzr r9317)
* Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz2010-04-111-142/+376
| | | | | | | | | #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
* Cleanup of device internal handling and API.Jon A. Cruz2010-04-081-17/+17
| | | (bzr r9300)
* From trunkTed Gould2008-10-271-29/+33
| | | (bzr r6885)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-13/+13
| | | (bzr r5594)
* Visually indicate linked devicesJon A. Cruz2008-03-241-11/+137
| | | (bzr r5187)
* Tracking of live axesJon A. Cruz2008-03-221-12/+32
| | | (bzr r5172)
* Numeric values on test areaJon A. Cruz2008-03-221-0/+7
| | | (bzr r5164)
* Adding axis detection to new input dialogJon A. Cruz2008-03-211-41/+223
| | | (bzr r5140)
* Adding signals and linkingJon A. Cruz2008-03-201-31/+120
| | | (bzr r5129)
* Improved visibility of button indicators and added updating when tools switchJon A. Cruz2008-03-151-31/+50
| | | (bzr r5098)
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-151-125/+112
| | | (bzr r5092)
* Turn off debug simulated devicesJon A. Cruz2008-03-131-1/+1
| | | (bzr r5077)
* Adding new extended input devices dialogJon A. Cruz2008-03-131-0/+801
(bzr r5076)