summaryrefslogtreecommitdiffstats
path: root/src/extension/param/enum.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-4/+4
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+0
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-26/+6
* Some code refactoring for consistencyEduard Braun2017-04-091-22/+22
* Remove unused field "scope"Eduard Braun2017-04-091-2/+1
* Remove unused field "gui_tip"Eduard Braun2017-04-091-2/+1
* Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-241-1/+1
* Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun2017-02-131-1/+1
* Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun2017-02-121-12/+12
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash o...Johan B. C. Engelen2014-10-121-27/+28
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira2013-06-051-0/+18
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-4/+0
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-5/+0
* Header cleaningAlex Valavanis2012-02-251-2/+2
* Cleaning up a few headersAlex Valavanis2012-02-121-0/+1
* Backward compat fix for Gtkmm 2.20Alex Valavanis2012-02-091-0/+4
* Fix typo in gtkmm-2.22 backward compatibilityAlex Valavanis2012-02-071-1/+1
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-071-0/+5
* Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-061-2/+2
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-2/+1
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-4/+1
* Const correctness fixes that also correct bug #893146.Jon A. Cruz2011-12-191-42/+47
* Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour2011-08-061-12/+31
* Extensions. New context support in extensions (enum attribute only), should f...Nicolas Dufour2010-10-021-3/+11
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* Fix bug #168979 and clean up some pointer-to-ustring sillynessKrzysztof Kosi??ski2009-02-261-33/+27
* Fixed small translation issue for extensions.Marcin Floryan2009-02-051-5/+5
* From trunkTed Gould2008-10-271-14/+6
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-5/+8
* fix enumsbulia byak2008-05-091-2/+2
* r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould2008-04-041-0/+258