summaryrefslogtreecommitdiffstats
path: root/src/extension/param/radiobutton.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-31Move prefdialog to own directoryPatrick Storz1-349/+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-5/+5
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
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-28/+8
2017-04-28Fix regression introduced in r15634Eduard Braun1-2/+2
2017-04-24Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun1-1/+1
2017-04-09Some code refactoring for consistencyEduard Braun1-17/+17
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-12Extensions: Make "indent" attribute a common attribute for all parameters tha...Eduard Braun1-17/+15
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-7/+2
2016-06-05Extensions: Fixes and improvements for "gui-text" parameter attributeEduard Braun1-1/+1
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis1-4/+0
2015-03-02Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh).Nicolas Dufour1-17/+24
2014-11-08fix potential nullptr deref.Johan B. C. Engelen1-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/+2
2013-05-05Fix for 1171434 : trunk: INX <optiongroup> broken^John Smith1-3/+25
2013-04-06fix bug where extension radiobutton parameters cannot be set from cmdline (e....Johan B. C. Engelen1-1/+1
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-4/+0
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-0/+8
2012-02-26header cleaningAlex Valavanis1-2/+2
2012-02-12Cleaning up a few headersAlex Valavanis1-0/+1
2012-02-09Backward compat fix for Gtkmm 2.20Alex Valavanis1-0/+4
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
2012-02-07Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis1-0/+4
2012-02-06Extensions: replace deprecated gtkmm symbolsAlex Valavanis1-2/+2
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-2/+1
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-3/+3
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-6/+1
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-42/+36
2011-08-06Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour1-14/+27
2010-10-09Extensions, i18n. Adding context to description, groupheader and radiobutton ...Nicolas Dufour1-4/+14
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-7/+7
2009-08-05SPDocument->Documentjohnce1-7/+7
2009-02-05Fixed small translation issue for extensions.Marcin Floryan1-1/+2
2008-10-27From trunkTed Gould1-6/+4
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-5/+7
2008-05-24Added an 'appearance' hint to .inx optiongroups to allow for dropdowns instea...Jon A. Cruz1-22/+84
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1