summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/prefdialog.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-1/+1
2019-08-31Remove completely unused "doc" and "node" parametersPatrick 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-2/+2
2019-08-31Implement "translationdomain" attribute for extensionsPatrick Storz1-2/+2
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-2/+2
2019-08-31Remove unused and disabled "help" feature for extensionsPatrick Storz1-35/+1
2019-08-31Rename parameter source files to avoid name conflictsPatrick Storz1-1/+1
2019-08-31Move prefdialog to own directoryPatrick Storz1-4/+5
2019-03-05Revert modal fix to fix #108Martin Owens1-2/+2
2019-01-24Modal should not be active for live-preview (reverse modal)Martin Owens1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-25Fix for bug 1777530 on masterJabier Arraiza1-0/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-35/+35
2018-06-06Fixes to extension system and simplify the codeJabiertxo Arraiza Cenoz1-26/+3
2018-05-09Apply fixedJabier Arraiza1-1/+32
2018-05-09Reset old code to reaply fixedJabier Arraiza1-32/+1
2018-05-09Add patch to branch https://inkscape.org/en/paste/10993/Jabier Arraiza1-0/+5
2018-05-09Start migrating 0.92 patch to masterJabier Arraiza1-1/+27
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-12-20Make script warnings transient for "Working..." dialogEduard Braun1-0/+4
2017-04-09Remove unused field "scope"Eduard Braun1-1/+1
2017-02-13Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun1-0/+2
2017-02-12Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun1-6/+6
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-1/+0
2016-12-26Fix Gtkmm deprecations in extensionsAlex Valavanis1-5/+2
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-26/+1
2016-06-11Extensions: Use underscored variants of parameters / attribute names in inter...Eduard Braun1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-14Always check result of sp_repr_read_mem for NULLBryce Harrington1-0/+4
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-06-18Extensions. Fix for Bug #433860 (Live preview doesn't work after updating the...Nicolas Dufour1-0/+3
2014-03-24Patch for base constructor calls.Markus Engel1-2/+2
2013-03-08Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis1-0/+15
2012-12-16GTK+ 3: Use orientable widgetsAlex Valavanis1-0/+5
2012-10-13GTK+ 3: Fix crash with live-preview checkbox in extensions dialogAlex Valavanis1-6/+4
2012-09-10Fix for 649441 : Extension dialogs without live preview should not be modalJohn Smith1-0/+5
2012-05-06A couple of simple Gtk3 fixesAlex Valavanis1-0/+8
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-1/+1
2012-02-26header cleaningAlex Valavanis1-1/+3
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-1/+0
2008-07-12copyeditbulia byak1-1/+1
2008-04-18allow inx to suppress live preview checkboxbulia byak1-1/+1
2008-03-03r18238@shi: ted | 2008-03-01 14:46:00 -0800Ted Gould1-2/+2
2008-03-03r18237@shi: ted | 2008-03-01 14:41:25 -0800Ted Gould1-4/+1
2008-02-29r18223@shi: ted | 2008-02-29 14:22:41 -0800Ted Gould1-2/+7
2008-02-29r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould1-41/+85