summaryrefslogtreecommitdiffstats
path: root/src/extension/param/notebook.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-31Move prefdialog to own directoryPatrick Storz1-413/+0
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-4/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
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-21/+21
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+0
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-84/+41
2017-04-24Extensions: Fixes and improvements for "gui-description" parameter attribute ...Eduard Braun1-1/+1
2017-04-09Some code refactoring for consistencyEduard Braun1-31/+31
2017-04-09Remove unused field "scope"Eduard Braun1-19/+3
2017-04-09Remove unused field "gui_tip"Eduard Braun1-10/+3
2017-02-26Gtk+ 3 deprecation fixesAlex Valavanis1-0/+4
2017-02-12Extensions: Harmonize appearance and try to simplify layouting a bitEduard Braun1-3/+4
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-7/+32
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-8/+0
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2014-05-22i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...Nicolas Dufour1-1/+1
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/+1
2012-12-16Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook pag...Nicolas Dufour1-8/+10
2012-05-22Drop deprecated GtkNotebookPage usageAlex Valavanis1-2/+9
2012-03-01various minor thingsKris De Gussem1-16/+18
2012-02-29cppcheckKris De Gussem1-2/+0
2012-02-06Extensions: replace deprecated gtkmm symbolsAlex Valavanis1-1/+1
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-4/+4
2012-01-03Fixed null-pointer ctor crashes.Jon A. Cruz1-2/+5
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-10/+2
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-76/+68
2011-10-28fix initialization. add todo comment about gui-hidden not being used.Johan B. C. Engelen1-1/+3
2010-12-03Extensions. Notebooks now work with internal extensions.Nicolas Dufour1-1/+39
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-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-6/+6
2009-08-05SPDocument->Documentjohnce1-6/+6
2008-10-27From trunkTed Gould1-10/+4
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-4/+5
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-0/+6
2008-04-04r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould1-8/+26
2008-03-02revert a bit of svnrev 17570. remove obsolete commentJohan B. C. Engelen1-8/+0
2008-03-01Warning and whitespace cleanupJon A. Cruz1-24/+24
2008-02-29r18220@shi: ted | 2008-02-29 13:18:55 -0800Ted Gould1-65/+53
2008-02-28Warning cleanupJon A. Cruz1-25/+25
2008-02-27Fix passing of notebook extension parameters.Johan B. C. Engelen1-28/+33
2007-06-27r15506@tres: ted | 2007-05-24 22:30:55 -0700Ted Gould1-5/+5
2007-02-19Cleaned up DOS line ends that had snuck in.Jon A. Cruz1-427/+427
2006-09-30fixed bug: fixed two of the 'quark > 0' console errors.Johan B. C. Engelen1-10/+10