| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-25 | Extensions: add a few missing calls to Gtk::manage() | Patrick Storz | 1 | -1/+1 | |
| 2019-08-31 | Simplify pref_name() function | Patrick Storz | 1 | -6/+2 | |
| 2019-08-31 | Remove completely unused "doc" and "node" parameters | Patrick Storz | 1 | -14/+10 | |
| 2019-08-31 | Parameter float: add note regarding rounding issue | Patrick Storz | 1 | -0/+3 | |
| 2019-08-31 | Optimize parameter string generation | Patrick Storz | 1 | -5/+4 | |
| Also rename overloaded string() functions, so it's clear what they actually do, as it's not the same thing at all... | |||||
| 2019-08-31 | More cleanup | Patrick Storz | 1 | -2/+2 | |
| 2019-08-31 | Rename Parameter -> InxParameter for consistency | Patrick Storz | 1 | -1/+1 | |
| 2019-08-31 | Create new InxWidget base class for extension widgets. | Patrick Storz | 1 | -1/+1 | |
| 2019-08-31 | cleanup includes in parameters | Patrick Storz | 1 | -5/+8 | |
| 2019-08-31 | Refactor a lot of the parameter handling code | Patrick Storz | 1 | -58/+48 | |
| Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333 | |||||
| 2019-08-31 | Rename parameter source files to avoid name conflicts | Patrick Storz | 1 | -1/+2 | |
| 2019-08-31 | Move prefdialog to own directory | Patrick Storz | 1 | -0/+0 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -13/+13 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -4/+4 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -4/+4 | |
| 2017-12-18 | Replace GimpSpinScale by InkSpinScale. | Tavmjong Bah | 1 | -1/+4 | |
| 2017-04-24 | Restore r14978 which was reverted in r15047 due to messed up merge | Eduard Braun | 1 | -1/+0 | |
| http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14978 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 (bzr r15638) | |||||
| 2017-04-24 | Restore r14955 which was reverted in r15047 due to messed up merge | Eduard Braun | 1 | -2/+2 | |
| 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-09 | Some code refactoring for consistency | Eduard Braun | 1 | -5/+5 | |
| (notably "gui_hidden" -> hidden", "guitext" -> "text", "desc" -> "description") (bzr r15633.1.3) | |||||
| 2017-04-09 | Remove unused field "scope" | Eduard Braun | 1 | -2/+1 | |
| (bzr r15633.1.2) | |||||
| 2017-04-09 | Remove unused field "gui_tip" | Eduard Braun | 1 | -2/+1 | |
| ("gui_description" does now what "gui_tip" was supposed to do) (bzr r15633.1.1) | |||||
| 2017-02-13 | Extensions: Work around gtk3 width/height calculation bug for long labels | Eduard Braun | 1 | -1/+1 | |
| Also use constants for most dimensions so they can easily be chaned in future. (bzr r15511) | |||||
| 2017-02-13 | Extensions: Make "int" and "float" parameters specifying ↵ | Eduard Braun | 1 | -1/+1 | |
| 'appearance="full"'expand in horizontal direction when the window is expanded (bzr r15510) | |||||
| 2017-02-12 | Extensions: Make "indent" attribute a common attribute for all parameters ↵ | Eduard Braun | 1 | -18/+17 | |
| 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-28 | extensions: Drop GTKMM2 fallbacks | Alex Valavanis | 1 | -10/+2 | |
| (bzr r15023.2.5) | |||||
| 2016-06-11 | Clean up includes after r14955 | Eduard Braun | 1 | -1/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1589300 (bzr r14978) | |||||
| 2016-06-05 | Extensions: Fixes and improvements for "gui-text" parameter attribute | Eduard Braun | 1 | -2/+2 | |
| - "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-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -4/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 1 | -0/+2 | |
| has it. (bzr r12353) | |||||
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 1 | -0/+2 | |
| versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | |||||
| 2012-09-22 | Fix for 1014988 : Converts slide widgets to new spin-scale widget | John Smith | 1 | -12/+13 | |
| (bzr r11691) | |||||
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 1 | -5/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | |||||
| 2012-04-30 | gtkmm-3.0 changes for Gtk::Adjustment | Alex Valavanis | 1 | -1/+14 | |
| (bzr r11308) | |||||
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -0/+1 | |
| (bzr r11030) | |||||
| 2012-02-09 | Backward compat fix for Gtkmm 2.20 | Alex Valavanis | 1 | -0/+4 | |
| Fixed bugs: - https://launchpad.net/bugs/928520 (bzr r10956) | |||||
| 2012-02-06 | Extensions: replace deprecated gtkmm symbols | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10943) | |||||
| 2012-01-03 | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 1 | -2/+2 | |
| (bzr r10830) | |||||
| 2011-12-19 | Const correctness fixes that also correct bug #893146. | Jon A. Cruz | 1 | -33/+31 | |
| Fixed bugs: - https://launchpad.net/bugs/893146 (bzr r10783) | |||||
| 2011-08-06 | Extensions. New "indent" attribute to add an indent level to extension elements. | Nicolas Dufour | 1 | -11/+30 | |
| Filters. Adding the new "indent" attribute to parameters groups. (bzr r10529) | |||||
| 2011-04-16 | extensions: use improved spinbutton with math expression evaluation | Johan B. C. Engelen | 1 | -2/+2 | |
| (bzr r10173) | |||||
| 2011-03-23 | Filters. Posterize basic tweaks. Extensions. Int and Float adjustment ↵ | Nicolas Dufour | 1 | -1/+1 | |
| widgets adjustment. (bzr r10125) | |||||
| 2011-03-14 | Extensions. Slider in Float and Int extension widgets. | Nicolas Dufour | 1 | -2/+21 | |
| (bzr r10103) | |||||
| 2010-09-26 | Extensions. Fix for bug #647744 ([inx] min/max float values ignored with ↵ | Nicolas Dufour | 1 | -2/+2 | |
| locale using comma as decimal separator). (bzr r9791) | |||||
| 2010-05-02 | Extensions. Use locale dependent string to float convertion for default ↵ | Nicolas Dufour | 1 | -2/+2 | |
| values (Bug #571196). Fixed bugs: - https://launchpad.net/bugs/571196 (bzr r9391) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -4/+4 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -4/+4 | |
| (bzr r8408) | |||||
