| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-31 | Move prefdialog to own directory | Patrick Storz | 1 | -276/+0 | |
| 2019-03-05 | Revert modal fix to fix #108 | Martin Owens | 1 | -2/+2 | |
| 2019-01-24 | Modal should not be active for live-preview (reverse modal) | Martin Owens | 1 | -2/+2 | |
| 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-06-25 | Fix for bug 1777530 on master | Jabier Arraiza | 1 | -0/+1 | |
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -35/+35 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-06 | Fixes to extension system and simplify the code | Jabiertxo Arraiza Cenoz | 1 | -26/+3 | |
| 2018-05-09 | Apply fixed | Jabier Arraiza | 1 | -1/+32 | |
| 2018-05-09 | Reset old code to reaply fixed | Jabier Arraiza | 1 | -32/+1 | |
| 2018-05-09 | Add patch to branch https://inkscape.org/en/paste/10993/ | Jabier Arraiza | 1 | -0/+5 | |
| 2018-05-09 | Start migrating 0.92 patch to master | Jabier Arraiza | 1 | -1/+27 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2017-12-20 | Make script warnings transient for "Working..." dialog | Eduard Braun | 1 | -0/+4 | |
| This turned out to be a bit of a mess due to the interplay between the classes Script / ExecutionEnv / Effect / PrefDialog. (Basically they don't talk to each other much but all want to contribute to the GUI) Likely "Script" (and possibly "ExecutionEnv") should be refactored to let the other classes handle UI exclusively and throw errors where suitable. | |||||
| 2017-04-09 | Remove unused field "scope" | Eduard Braun | 1 | -1/+1 | |
| (bzr r15633.1.2) | |||||
| 2017-02-13 | Extensions: Work around gtk3 width/height calculation bug for long labels | Eduard Braun | 1 | -0/+2 | |
| Also use constants for most dimensions so they can easily be chaned in future. (bzr r15511) | |||||
| 2017-02-12 | Extensions: Harmonize appearance and try to simplify layouting a bit | Eduard Braun | 1 | -6/+6 | |
| (bzr r15509) | |||||
| 2016-12-27 | Rm remaining Gtk::Stock usage | Alex Valavanis | 1 | -1/+0 | |
| (bzr r15368) | |||||
| 2016-12-26 | Fix Gtkmm deprecations in extensions | Alex Valavanis | 1 | -5/+2 | |
| (bzr r15359) | |||||
| 2016-07-28 | extensions: Drop GTKMM2 fallbacks | Alex Valavanis | 1 | -26/+1 | |
| (bzr r15023.2.5) | |||||
| 2016-06-11 | Extensions: Use underscored variants of parameters / attribute names in ↵ | Eduard Braun | 1 | -1/+1 | |
| internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-09-14 | Always check result of sp_repr_read_mem for NULL | Bryce Harrington | 1 | -0/+4 | |
| In cases where undefined or invalid XML is passed to sp_repr_read_mem(), it will indicate failure by returning NULL. All callers must check for this and handle the error condition accordingly. Fixes: lp: #1170248 Fixed bugs: - https://launchpad.net/bugs/1170248 (bzr r13556) | |||||
| 2014-09-07 | Update to experimental r13543 | Liam P. White | 1 | -1/+1 | |
| (bzr r13090.1.108) | |||||
| 2014-09-02 | Remove misleading dialogs directory | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.192) | |||||
| 2014-06-18 | Extensions. Fix for Bug #433860 (Live preview doesn't work after updating ↵ | Nicolas Dufour | 1 | -0/+3 | |
| the values many times). Fixed bugs: - https://launchpad.net/bugs/433860 (bzr r13430) | |||||
| 2014-03-24 | Patch for base constructor calls. | Markus Engel | 1 | -2/+2 | |
| (bzr r13202) | |||||
| 2013-03-08 | Drop deprecated get_vbox method in Gtk::Dialog | Alex Valavanis | 1 | -0/+15 | |
| (bzr r12181) | |||||
| 2012-12-16 | GTK+ 3: Use orientable widgets | Alex Valavanis | 1 | -0/+5 | |
| (bzr r11959) | |||||
| 2012-10-13 | GTK+ 3: Fix crash with live-preview checkbox in extensions dialog | Alex Valavanis | 1 | -6/+4 | |
| Fixed bugs: - https://launchpad.net/bugs/1012741 (bzr r11792) | |||||
| 2012-09-10 | Fix for 649441 : Extension dialogs without live preview should not be modal | John Smith | 1 | -0/+5 | |
| (bzr r11660) | |||||
| 2012-05-06 | A couple of simple Gtk3 fixes | Alex Valavanis | 1 | -0/+8 | |
| (bzr r11342) | |||||
| 2012-04-28 | gtkmm-3.0 fixes for Gtk::Box and header inclusions | Alex Valavanis | 1 | -1/+1 | |
| (bzr r11304) | |||||
| 2012-02-26 | header cleaning | Alex Valavanis | 1 | -1/+3 | |
| (bzr r11017) | |||||
| 2008-09-16 | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 1 | -1/+0 | |
| 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-07-12 | copyedit | bulia byak | 1 | -1/+1 | |
| (bzr r6264) | |||||
| 2008-04-18 | allow inx to suppress live preview checkbox | bulia byak | 1 | -1/+1 | |
| (bzr r5469) | |||||
| 2008-03-03 | r18238@shi: ted | 2008-03-01 14:46:00 -0800 | Ted Gould | 1 | -2/+2 | |
| Fixing it so that input/output have OK/Cancel like they used to. (bzr r4935) | |||||
| 2008-03-03 | r18237@shi: ted | 2008-03-01 14:41:25 -0800 | Ted Gould | 1 | -4/+1 | |
| Fix for LP: #191772 Makes it so that the response handler handles the DELETE_EVENT response also. Basically handled the same as close. (bzr r4934) | |||||
| 2008-02-29 | r18223@shi: ted | 2008-02-29 14:22:41 -0800 | Ted Gould | 1 | -2/+7 | |
| Fix for LP: 169066 Makes it so that the preference dialog doesn't try to run an effect that doesn't exist for input/output pref dialogs. (bzr r4909) | |||||
| 2008-02-29 | r18220@shi: ted | 2008-02-29 13:18:55 -0800 | Ted Gould | 1 | -41/+85 | |
| Okay, sadly I'm not keeping the version history because I'm not convenced that SVK will do it right. One mega-patch, but that's life. Reshuffle the exection-env and prefdialog code so that the state machines aren't intertwines, which fixes a whole host of bugs with them. I think the behavior is correct now. Make it so that the effects can count how many preferences they have to determine if the dialog should be shown (fix above). Once this code was written it was easy to make it show an ellipsis on the verb if there is a dialog or not. This involved removing ellipsis from those effects that had it hard coded. Make it so that the parameters know that their command line options are going into a list. They don't have to acknowledge it, but they can, and specifically notebook does and handles it differently. This should fix the notebooks on Win32, but doesn't apparently completely. Change the script extension on windows to use pythonw instead of python so that the command line doesn't appear all the time. (bzr r4908) | |||||
| 2008-02-20 | pointer check, to prevent rapid crash on pdf/ps-export | Adib Taraben | 1 | -4/+7 | |
| (bzr r4793) | |||||
| 2008-02-04 | r17821@shi: ted | 2008-01-31 12:59:57 -0800 | Ted Gould | 1 | -60/+17 | |
| Okay, I'm not 100% sure what all these changes are but I want to start working on this again from a checked in point. I'll fix the bugs from here. (bzr r4653) | |||||
| 2007-11-04 | Fix bug [ 1811188 ] save as PS/EPS crashes | Johan B. C. Engelen | 1 | -1/+6 | |
| (bzr r4023) | |||||
| 2007-09-15 | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 1 | -3/+3 | |
| (bzr r3753) | |||||
| 2007-09-01 | r16474@tres: ted | 2007-08-31 21:37:33 -0700 | Ted Gould | 1 | -2/+1 | |
| Changes that SVK borked. (bzr r3656) | |||||
| 2007-09-01 | r16442@tres: ted | 2007-08-30 21:51:42 -0700 | Ted Gould | 1 | -0/+7 | |
| One preference dialog per effect. Nothing crazy here. Also setting the timer to be ref counted in lock/unlock mode. This way the whole thing stays locked while the dialog is shown. (bzr r3653) | |||||
| 2007-09-01 | r16406@tres: ted | 2007-08-29 20:14:55 -0700 | Ted Gould | 1 | -3/+10 | |
| Reroute the way that the preferences signal changes so that pinning works as expected. Fixes a segmentation fault. (bzr r3645) | |||||
| 2007-09-01 | r16405@tres: ted | 2007-08-29 19:50:24 -0700 | Ted Gould | 1 | -0/+1 | |
| Removing some debug messages. (bzr r3644) | |||||
