summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/input.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-6/+7
-Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-7/+0
2019-04-02Tidy various dialog UIsNathan Lee1-0/+1
2019-01-02modernize loops (2)Marc Jeanmougin1-6/+4
2019-01-02modernize loopsMarc Jeanmougin1-31/+29
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-5/+4
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-5/+5
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-17Move code related to SwatchesPanel where it belongsStefano Facchini1-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.
2017-11-07Misc. typosUnknown1-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 ```
2017-07-10input devices: Update treeview usageAlexander Valavanis1-54/+4
2017-07-09Update Gtk margin handlingAlexander Valavanis1-1/+11
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-9/+0
(bzr r15034)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-129/+2
(bzr r15023.2.7)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+9
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+0
(bzr r15025)
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+1
Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-2/+2
(bzr r13236)
2014-03-23"fix" GTK3 build.Johan B. C. Engelen1-39/+43
(bzr r13192)
2013-03-19Fixing regressionjtx1-0/+2
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-2/+0
(bzr r11950.1.56)
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-0/+2
(bzr r12206)
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-2/+86
(bzr r12199)
2013-01-20UI uniformisationKris De Gussem1-1/+1
(bzr r12046)
2012-12-16GTK+ 3: Switch to more orientable widgetsAlex Valavanis1-0/+21
(bzr r11960)
2012-12-10Fix for 1086643 : Input devices : Simplify dialogJohn Smith1-122/+341
(bzr r11945)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-21/+0
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-23/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-05-26Stop using deprecated private members of GdkDevice.Alex Valavanis1-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)
2012-05-26Some GDK deprecation fixes for Input Devices dialogAlex Valavanis1-6/+31
(bzr r11419)
2012-05-24Don't use extension events API in GTK+3 buildsAlex Valavanis1-0/+5
(bzr r11413)
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-9/+16
(bzr r11260)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
(bzr r11018)
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-0/+25
(bzr r10957)
2012-01-02Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵Nicolas Dufour1-2/+4
John Smith. (bzr r10818)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-02-03Translations. Context removed in filter-enums (context support too complex ↵Nicolas Dufour1-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)
2010-12-29Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem1-2/+2
(bzr r9990)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-09-23Tablet auto-organization and naming.Jon A. Cruz1-32/+122
(bzr r9777)
2010-09-18Simplify/clarify enabling of individual devices.Jon A. Cruz1-13/+65
(bzr r9765)
2010-04-12Simplifying sigc::bind use. Possible fix for mac compile.Jon A. Cruz1-12/+14
Fixed bugs: - https://launchpad.net/bugs/196195 (bzr r9317)
2010-04-11Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz1-142/+376
#334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
2010-04-08Cleanup of device internal handling and API.Jon A. Cruz1-17/+17
(bzr r9300)
2008-10-27From trunkTed Gould1-29/+33
(bzr r6885)
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-13/+13
(bzr r5594)
2008-03-24Visually indicate linked devicesJon A. Cruz1-11/+137
(bzr r5187)