summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/input.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-6/+7
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
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-5/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-5/+5
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
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
2017-11-07Misc. typosUnknown1-1/+1
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
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-129/+2
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+9
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+0
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+1
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-2/+2
2014-03-23"fix" GTK3 build.Johan B. C. Engelen1-39/+43
2013-03-19Fixing regressionjtx1-0/+2
2013-03-17Working with widjetsJabier Arraiza Cenoz1-2/+0
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-0/+2
2013-03-13Migrate remaining dialogs to Gtk::GridAlex Valavanis1-2/+86
2013-01-20UI uniformisationKris De Gussem1-1/+1
2012-12-16GTK+ 3: Switch to more orientable widgetsAlex Valavanis1-0/+21
2012-12-10Fix for 1086643 : Input devices : Simplify dialogJohn Smith1-122/+341
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-21/+0
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-23/+0
2012-05-26Stop using deprecated private members of GdkDevice.Alex Valavanis1-6/+18
2012-05-26Some GDK deprecation fixes for Input Devices dialogAlex Valavanis1-6/+31
2012-05-24Don't use extension events API in GTK+3 buildsAlex Valavanis1-0/+5
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-9/+16
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
2012-02-11Lots of gtkmm deprecation fixesAlex Valavanis1-0/+25
2012-01-02Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ...Nicolas Dufour1-2/+4
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-02-03Translations. Context removed in filter-enums (context support too complex to...Nicolas Dufour1-1/+1
2010-12-29Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem1-2/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-09-23Tablet auto-organization and naming.Jon A. Cruz1-32/+122
2010-09-18Simplify/clarify enabling of individual devices.Jon A. Cruz1-13/+65
2010-04-12Simplifying sigc::bind use. Possible fix for mac compile.Jon A. Cruz1-12/+14
2010-04-11Switching to new input dialog. Allows for a better UI and addresses bug #3348...Jon A. Cruz1-142/+376
2010-04-08Cleanup of device internal handling and API.Jon A. Cruz1-17/+17
2008-10-27From trunkTed Gould1-29/+33
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-13/+13
2008-03-24Visually indicate linked devicesJon A. Cruz1-11/+137