summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate clang warningsThomas Holder2019-08-231-6/+7
| | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-7/+0
|
* Tidy various dialog UIsNathan Lee2019-04-021-0/+1
|
* modernize loops (2)Marc Jeanmougin2019-01-021-6/+4
|
* modernize loopsMarc Jeanmougin2019-01-021-31/+29
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-5/+4
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-0/+1
| | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* input devices: Update treeview usageAlexander Valavanis2017-07-101-54/+4
|
* Update Gtk margin handlingAlexander Valavanis2017-07-091-1/+11
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-129/+2
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-129/+2
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+0
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+9
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-9/+0
|/ | | (bzr r15025)
* i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-2/+2
| | | (bzr r13236)
* "fix" GTK3 build.Johan B. C. Engelen2014-03-231-39/+43
| | | (bzr r13192)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-0/+2
| | | (bzr r12206)
* Migrate remaining dialogs to Gtk::GridAlex Valavanis2013-03-131-2/+86
| | | (bzr r12199)
* UI uniformisationKris De Gussem2013-01-201-1/+1
| | | (bzr r12046)
* GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-161-0/+21
| | | (bzr r11960)
* Fix for 1086643 : Input devices : Simplify dialogJohn Smith2012-12-101-122/+341
| | | (bzr r11945)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-21/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-23/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Stop using deprecated private members of GdkDevice.Alex Valavanis2012-05-261-6/+18
| | | | | | | Unfortunately, the axis range is inaccessible in new versions of Gdk so we cannot set the range indicators in the input-devices dialog. There may be another way of doing this, using underlying system API. (bzr r11420)
* Some GDK deprecation fixes for Input Devices dialogAlex Valavanis2012-05-261-6/+31
| | | (bzr r11419)
* Don't use extension events API in GTK+3 buildsAlex Valavanis2012-05-241-0/+5
| | | (bzr r11413)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-9/+16
| | | (bzr r11260)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-0/+25
| | | (bzr r10957)
* Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵Nicolas Dufour2012-01-021-2/+4
| | | | | John Smith. (bzr r10818)
* 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)