summaryrefslogtreecommitdiffstats
path: root/src/extension/param/radiobutton.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31Move prefdialog to own directoryPatrick Storz1-349/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-19/+19
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
A lot of header clean-up.
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-28/+8
2017-04-28Fix regression introduced in r15634Eduard Braun1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1686549 (bzr r15647)
2017-04-24Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun1-1/+1
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14955 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 Fixed bugs: - https://launchpad.net/bugs/1669951 (bzr r15633)
2017-04-09Some code refactoring for consistencyEduard Braun1-17/+17
(notably "gui_hidden" -> hidden", "guitext" -> "text", "desc" -> "description") (bzr r15633.1.3)
2017-04-09Remove unused field "scope"Eduard Braun1-2/+1
(bzr r15633.1.2)
2017-04-09Remove unused field "gui_tip"Eduard Braun1-2/+1
("gui_description" does now what "gui_tip" was supposed to do) (bzr r15633.1.1)
2017-02-13Extensions: Work around gtk3 width/height calculation bug for long labelsEduard Braun1-1/+1
Also use constants for most dimensions so they can easily be chaned in future. (bzr r15511)
2017-02-12Extensions: Make "indent" attribute a common attribute for all parameters ↵Eduard Braun1-17/+15
that behaves more consistent and predictable than before. - Every "Parameter" now has an "_indent" member variable (specifying the indentation level; set in "Parameter::make()", see parameter.cpp) - Indentation is achieved by using "set_margin_left()" on the parameter's widget. This fixes bug #1662035 (comment #4 contains some more details about this patch). - Specifying "indent" on a parameter will now work consistently for all parameters. Previously the "indent" attribute often had no effect at all, e.g. for notebooks but also for parameters with 'appearance="full"' which was reasonable in most cases but made the outcome of using this attribute often unpredictable and is unnecessarily restrictive. - Most visible change: "description"s always used an indentation level of at least one (even if no indentation was specified). For the sake of consistency this discrepancy was dropped. Previous appearance can easily be restored by setting 'indent="1"'. Fixed bugs: - https://launchpad.net/bugs/1662035 (bzr r15508)
2016-07-28extensions: Drop GTKMM2 fallbacksAlex Valavanis1-7/+2
(bzr r15023.2.5)
2016-06-05Extensions: Fixes and improvements for "gui-text" parameter attributeEduard Braun1-1/+1
- "gui-text" was always translated (as opposed to only "_gui-text") - This made it impossible to have parameters without label (since the empty string returns the whole .po file header when translated), which caused an issue in restack extension - Added possibility to specify "msgctxt" for "gui-text" (bzr r14955)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2015-03-02Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh).Nicolas Dufour1-17/+24
Fixed bugs: - https://launchpad.net/bugs/1426684 (bzr r13963)
2014-11-08fix potential nullptr deref.Johan B. C. Engelen1-1/+1
(bzr r13685)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-05-05Fix for 1171434 : trunk: INX <optiongroup> broken^John Smith1-3/+25
(bzr r12322)
2013-04-06fix bug where extension radiobutton parameters cannot be set from cmdline ↵Johan B. C. Engelen1-1/+1
(e.g. "--export-area-drawing" did not work) (bzr r12267)
2012-11-26Drop support for GTK+ < 2.24Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-04-28gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis1-0/+8
(bzr r11304)
2012-02-26header cleaningAlex Valavanis1-2/+2
(bzr r11017)
2012-02-12Cleaning up a few headersAlex Valavanis1-0/+1
(bzr r10961)
2012-02-09Backward compat fix for Gtkmm 2.20Alex Valavanis1-0/+4
Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956)
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
(bzr r10952)
2012-02-07Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis1-0/+4
Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
2012-02-06Extensions: replace deprecated gtkmm symbolsAlex Valavanis1-2/+2
(bzr r10943)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-2/+1
(bzr r10940)
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-3/+3
(bzr r10830)
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-6/+1
(bzr r10827)
2011-12-19Const correctness fixes that also correct bug #893146.Jon A. Cruz1-42/+36
Fixed bugs: - https://launchpad.net/bugs/893146 (bzr r10783)
2011-08-06Extensions. New "indent" attribute to add an indent level to extension elements.Nicolas Dufour1-14/+27
Filters. Adding the new "indent" attribute to parameters groups. (bzr r10529)
2010-10-09Extensions, i18n. Adding context to description, groupheader and radiobutton ↵Nicolas Dufour1-4/+14
extension parameters. (bzr r9821)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-7/+7
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-7/+7
(bzr r8408)
2009-02-05Fixed small translation issue for extensions.Marcin Floryan1-1/+2
(bzr r7233)
2008-10-27From trunkTed Gould1-6/+4
(bzr r6885)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-5/+7
the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
2008-05-24Added an 'appearance' hint to .inx optiongroups to allow for dropdowns ↵Jon A. Cruz1-22/+84
instead of radio buttons. (bzr r5748)
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)