summaryrefslogtreecommitdiffstats
path: root/src/extension/param (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Templates. Fix for Bug #1402182 (Crash with color widget used in procedural ↵Nicolas Dufour2015-06-301-2/+4
| | | | | | | | template). Fixed bugs: - https://launchpad.net/bugs/1402182 (bzr r14223)
* Introduced fixes after merge proposal reviewTomasz Boczkowski2015-05-031-1/+1
| | | (bzr r14059.1.16)
* gtk3 compile fixTomasz Boczkowski2015-05-021-1/+0
| | | (bzr r14059.1.13)
* merge with trunkTomasz Boczkowski2015-05-029-36/+0
|\ | | | | (bzr r14059.1.12)
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-279-36/+0
| | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-263-43/+39
|\ \ | | | | | | (bzr r14059.1.10)
| * | ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-011-2/+3
| | | | | | | | | (bzr r13341.6.52)
| * | moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-012-3/+2
| | | | | | | | | (bzr r13341.6.51)
| * | disconnecting in ParamColor destructorTomasz Boczkowski2014-06-011-1/+1
| | | | | | | | | (bzr r13341.6.47)
| * | Using SelectedColor in extenstion/param/colorTomasz Boczkowski2014-06-012-32/+28
| | | | | | | | | (bzr r13341.6.45)
* | | merged SPNotebook c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-0/+4
|\| | | |/ |/| (bzr r14059.1.5)
| * SPColorNotebok c++-sification - available pages listTomasz Boczkowski2014-05-301-0/+4
| | | | | | (bzr r13341.6.28)
* | Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh).Nicolas Dufour2015-03-021-17/+24
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426684 (bzr r13963)
* | fix potential nullptr deref.Johan B. C. Engelen2014-11-081-1/+1
| | | | | | (bzr r13685)
* | Extension enumeration/dropdownbox parameter: fix potential NULL-deref crash ↵Johan B. C. Engelen2014-10-121-27/+28
| | | | | | | | | | on xml == nullptr. (bzr r13599)
* | Fix "Argument with 'nonnull' attribute passed null" API bug in extension ↵Johan B. C. Engelen2014-10-111-5/+7
| | | | | | | | | | | | | | | | | | | | color parameter construction. Clang static analyzer has found an "Argument with 'nonnull' attribute passed null". The applied fix here checks if the defaulthex argument is nullptr before making the call. A default initialization value is added to the constructor in case defaulthex == nullptr. (with additional whitespace improvements) (bzr r13587)
* | i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not ↵Nicolas Dufour2014-05-221-1/+1
|/ | | | | | | | translated). Fixed bugs: - https://launchpad.net/bugs/1318339 (bzr r13396)
* Fix for bug #1204732 (Inkscape crashed with SIGABRT in ↵Nicolas Dufour2013-12-261-1/+4
| | | | | | | | __gnu_cxx::__verbose_terminate_handler()). Fixed bugs: - https://launchpad.net/bugs/1204732 (bzr r12861)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-069-0/+18
| | | | | has it. (bzr r12353)
* Add command line option to specify PDF export version. Patch from schwieni.Vinícius dos Santos Oliveira2013-06-054-1/+46
| | | | | | | | | | | | | From the patch's author: Additional command line option added to export to different PDF-versions supported by cairo (currently only "PDF 1.4" and "PDF 1.5"). The user must provide the exact string found in the PDF-export dialog of Inkscape. This feature was previously only accessible via the GUI of Inkscape. This option is useful for people opting for PDF-a conformance in their PDFs. Moreover, the Extension and Parameter classes are extended by setters for enum parameters (used in combo boxes). (bzr r12348)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-049-0/+17
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix for 1171434 : trunk: INX <optiongroup> broken^John Smith2013-05-052-3/+27
| | | (bzr r12322)
* fix bug where extension radiobutton parameters cannot be set from cmdline ↵Johan B. C. Engelen2013-04-061-1/+1
| | | | | (e.g. "--export-area-drawing" did not work) (bzr r12267)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook ↵Nicolas Dufour2012-12-161-8/+10
| | | | | page triggers crash). (bzr r11956)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-262-8/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-222-24/+26
| | | (bzr r11691)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-057-36/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Drop deprecated GtkNotebookPage usageAlex Valavanis2012-05-221-2/+9
| | | (bzr r11401)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-302-2/+28
| | | (bzr r11308)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-282-0/+9
| | | (bzr r11304)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+1
| | | | | gtkmm 3.4) (bzr r11261)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+5
| | | (bzr r11230)
* Extensions. Script parameters values can now be translated (see Bug #955798).Nicolas Dufour2012-03-191-1/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/955798 (bzr r11099)
* various minor thingsKris De Gussem2012-03-011-16/+18
| | | (bzr r11036)
* cppcheckKris De Gussem2012-02-291-2/+0
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-2914-35/+66
| | | (bzr r11030)
* header cleaningAlex Valavanis2012-02-261-2/+2
| | | (bzr r11017)
* Header cleaningAlex Valavanis2012-02-252-5/+3
| | | (bzr r11016)
* Header cleaningAlex Valavanis2012-02-252-6/+11
| | | (bzr r11015)
* cppcheckKris De Gussem2012-02-151-1/+1
| | | (bzr r10977)
* Cleaning up a few headersAlex Valavanis2012-02-122-0/+2
| | | (bzr r10961)
* Backward compat fix for Gtkmm 2.20Alex Valavanis2012-02-097-0/+32
| | | | | | Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-082-4/+2
| | | (bzr r10952)
* Fix typo in gtkmm-2.22 backward compatibilityAlex Valavanis2012-02-071-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10948)
* Cleaning up my mess... backward compatibility and fix Windows build (hopefully)Alex Valavanis2012-02-072-0/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/927992 (bzr r10947)
* Extensions: replace deprecated gtkmm symbolsAlex Valavanis2012-02-068-11/+11
| | | (bzr r10943)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-062-4/+2
| | | (bzr r10940)
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-038-19/+19
| | | (bzr r10830)
* Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-031-2/+5
| | | (bzr r10828)