summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/parameter-float.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-25Extensions: add a few missing calls to Gtk::manage()Patrick Storz1-1/+1
2019-08-31Simplify pref_name() functionPatrick Storz1-6/+2
2019-08-31Remove completely unused "doc" and "node" parametersPatrick Storz1-14/+10
2019-08-31Parameter float: add note regarding rounding issuePatrick Storz1-0/+3
2019-08-31Optimize parameter string generationPatrick Storz1-5/+4
2019-08-31More cleanupPatrick Storz1-2/+2
2019-08-31Rename Parameter -> InxParameter for consistencyPatrick Storz1-1/+1
2019-08-31Create new InxWidget base class for extension widgets.Patrick Storz1-1/+1
2019-08-31cleanup includes in parametersPatrick Storz1-5/+8
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-58/+48
2019-08-31Rename parameter source files to avoid name conflictsPatrick Storz1-1/+2
2019-08-31Move prefdialog to own directoryPatrick Storz1-0/+0
2019-01-02modernize loopsMarc Jeanmougin1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-13/+13
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
2017-12-18Replace GimpSpinScale by InkSpinScale.Tavmjong Bah1-1/+4
2017-04-24Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun1-1/+0
2017-04-24Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun1-2/+2
2017-04-09Some code refactoring for consistencyEduard Braun1-5/+5
2017-04-09Remove unused field "scope"Eduard Braun1-2/+1
2017-04-09Remove unused field "gui_tip"Eduard Braun1-2/+1
2017-02-13Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun1-1/+1
2017-02-13Extensions: Make "int" and "float" parameters specifying 'appearance="full"'e...Eduard Braun1-1/+1
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-18/+17
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-10/+2
2016-06-11Clean up includes after r14955Eduard Braun1-1/+0
2016-06-05Extensions: Fixes and improvements for "gui-text" parameter attributeEduard Braun1-2/+2
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith1-12/+13
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-5/+0
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-1/+14
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2012-02-09Backward compat fix for Gtkmm 2.20Alex Valavanis1-0/+4
2012-02-06Extensions: replace deprecated gtkmm symbolsAlex Valavanis1-1/+1
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-2/+2
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-33/+31
2011-08-06Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour1-11/+30
2011-04-16extensions: use improved spinbutton with math expression evaluationJohan B. C. Engelen1-2/+2
2011-03-23Filters. Posterize basic tweaks. Extensions. Int and Float adjustment widgets...Nicolas Dufour1-1/+1
2011-03-14Extensions. Slider in Float and Int extension widgets.Nicolas Dufour1-2/+21
2010-09-26Extensions. Fix for bug #647744 ([inx] min/max float values ignored with loca...Nicolas Dufour1-2/+2
2010-05-02Extensions. Use locale dependent string to float convertion for default value...Nicolas Dufour1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4