summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/param/parameter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-31Rename parameter source files to avoid name conflictsPatrick Storz1-415/+0
2019-08-31Remove unused functionsPatrick Storz1-46/+0
2019-08-31Move prefdialog to own directoryPatrick Storz1-0/+0
2019-01-02modernize loopsMarc Jeanmougin1-3/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-9/+13
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-38/+38
2018-05-14Misc. typosluz.paz1-1/+1
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
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
2017-04-24Restore r14978 which was reverted in r15047 due to messed up mergeEduard Braun1-1/+0
2017-04-24Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun1-0/+8
2017-04-24Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun1-0/+11
2017-04-09Some code refactoring for consistencyEduard Braun1-44/+44
2017-04-09Remove unused field "scope"Eduard Braun1-29/+13
2017-04-09Remove unused field "gui_tip"Eduard Braun1-26/+14
2017-02-13Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun1-4/+8
2017-02-13Extensions: Do not require name for pure UI elements (i.e. parameters that do...Eduard Braun1-2/+9
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-15/+28
2016-06-11Clean up includes after r14955Eduard Braun1-1/+2
2016-06-05Extensions: Fixes and improvements for "gui-text" parameter attributeEduard Braun1-0/+11
2015-12-27Fix more GThreads issuesAlex Valavanis1-5/+2
2014-06-01moved ColorNotebook to ui/widgetTomasz Boczkowski1-2/+1
2014-05-30SPColorNotebok c++-sification - available pages listTomasz Boczkowski1-0/+4
2013-06-05Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira1-0/+18
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-147/+122
2011-10-28one constructor cannot call the other to initialize the object. See C++faq-li...Johan B. C. Engelen1-2/+18
2011-10-23Warning cleanup.Jon A. Cruz1-3/+2
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-1/+1
2011-04-16remove unnecessary includes.Johan B. C. Engelen1-4/+0
2011-03-25Extensions. Replacing the groupheader element with an appearance mode in the ...Nicolas Dufour1-4/+5
2011-03-15Extensions. Float and Int default mode set to minimal. Filters' mode changed ...Nicolas Dufour1-6/+6
2011-03-14Extensions. Slider in Float and Int extension widgets.Nicolas Dufour1-2/+10
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2010-12-03Extensions. Notebooks now work with internal extensions.Nicolas Dufour1-2/+7
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-09-07Extensions. General UI improvements (gnome HIG). New group header extension p...Nicolas Dufour1-1/+5
2010-03-18Added wrappers for the "optiongroup" type that correspond to existing "float"...Jon A. Cruz1-0/+21
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-13/+13
2009-08-05SPDocument->Documentjohnce1-13/+13
2008-10-27From trunkTed Gould1-6/+6
2008-09-20release reprs properlybulia byak1-0/+2
2008-05-24Added an 'appearance' hint to .inx optiongroups to allow for dropdowns instea...Jon A. Cruz1-1/+6
2008-04-15Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp...Marcin Floryan1-0/+5
2008-04-04r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould1-93/+42
2008-03-01Warning and whitespace cleanupJon A. Cruz1-13/+13