| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-02 | Improve speed of LPE's updating widgets on release knots instead when value ↵ | Jabiertxof | 1 | -4/+4 | |
| change | |||||
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -2/+2 | |
| Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission. | |||||
| 2019-06-01 | Allow rects be LPE like other primitives | Jabier Arraiza | 1 | -23/+0 | |
| 2019-05-23 | Improvements to Copy Rotate LPE | Jabiertxof | 1 | -0/+1 | |
| 2019-02-20 | Fix for issue 95: Crash on applying Perspective/Envelope LPE to a group | Jabiertxof | 1 | -7/+21 | |
| 2019-02-18 | Update issues on CI | Jabiertxof | 1 | -1/+2 | |
| 2019-02-18 | Add apply function | Jabiertxof | 1 | -1/+1 | |
| 2018-11-09 | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 1 | -1/+1 | |
| 2018-11-09 | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 1 | -1/+1 | |
| in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | |||||
| 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-03 | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵ | Jabiertxof | 1 | -10/+27 | |
| with mouse correctly | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -4/+0 | |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -1/+2 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -11/+11 | |
| 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 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-03-26 | Base LPE refactor | Jabier Arraiza | 1 | -29/+14 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -12/+18 | |
| A lot of header clean-up. | |||||
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 | |
| 2017-09-21 | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 1 | -3/+5 | |
| powerstroke path | |||||
| 2017-09-09 | Fix a bug when creating a cloned LPE with fill between many | Jabier Arraiza | 1 | -1/+1 | |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -2/+1 | |
| 2017-05-05 | Remove unwanted cout | Jabier Arraiza Cenoz | 1 | -1/+0 | |
| (bzr r15663) | |||||
| 2017-05-05 | Improve responsive from LPE | Jabier Arraiza Cenoz | 1 | -1/+14 | |
| Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662) | |||||
| 2017-05-01 | Remove unised signals from previous commit | Jabiertxof | 1 | -1/+0 | |
| (bzr r15656) | |||||
| 2017-05-01 | Fix erase lpe in multi LPE mode | Jabiertxof | 1 | -26/+13 | |
| Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655) | |||||
| 2017-04-29 | minor bugfixing | Jabiertxof | 1 | -6/+9 | |
| (bzr r15620.1.13) | |||||
| 2017-04-29 | Rewrite UX | Jabiertxof | 1 | -2/+17 | |
| (bzr r15620.1.12) | |||||
| 2016-12-27 | Rm remaining Gtk::Stock usage | Alex Valavanis | 1 | -1/+0 | |
| (bzr r15368) | |||||
| 2016-12-03 | Improvements and fixes for buds pointed by suv on measure line LPE | Jabiertxof | 1 | -2/+4 | |
| (bzr r15294) | |||||
| 2016-11-05 | Fix change between multiples LPE in the same item | Jabier Arraiza Cenoz | 1 | -12/+2 | |
| (bzr r15212) | |||||
| 2016-11-02 | Fix bug:1013141 crash deleting LPE | Jabier Arraiza Cenoz | 1 | -1/+11 | |
| Fixed bugs: - https://launchpad.net/bugs/1013141 (bzr r15200) | |||||
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 1 | -2/+2 | |
| global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -10/+1 | |
| (bzr r15034) | |||||
| 2016-07-30 | Full rewrite on working mode now no linked paths necesary | Jabier Arraiza Cenoz | 1 | -0/+8 | |
| (bzr r15017.1.15) | |||||
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -7/+0 | |
| (bzr r15023.2.7) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+10 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -10/+1 | |
| (bzr r15025) | |||||
| 2016-07-24 | Add Text tag and update widgets code | Jabier Arraiza Cenoz | 1 | -6/+25 | |
| (bzr r15017.1.2) | |||||
| 2015-02-22 | Make icon creation more consistent - use sp_icon_new where possible | Liam P. White | 1 | -28/+14 | |
| (bzr r13936) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -5/+5 | |
| (bzr r13820) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 | |
| (bzr r13809) | |||||
| 2014-11-25 | Fix applying LPE to clones (through the "+" button in the LPE dialog). | Johan B. C. Engelen | 1 | -2/+6 | |
| The caller to sp_selection_clone_original_path_lpe expects a new path to be selected, and it will change the SVG "id" of that selected path. The bug was that sp_selection_clone_original_path_lpe no longer selected the new path, it maintained the selection of the path to be "clone_original_path'ed". And thus the path referenced by the original clone got its ID changed. Horror resulted. Fixed by selecting the newly created path, as before. Added code to the caller that checks if the newly selected path is not nullptr, and that it is not the same as the selected path before the call. (bzr r13761) | |||||
| 2014-11-15 | ignore this commit | Jabier Arraiza Cenoz | 1 | -25/+10 | |
| (bzr r13682.1.10) | |||||
| 2014-11-15 | ignore this commit | Jabier Arraiza Cenoz | 1 | -10/+25 | |
| (bzr r13682.1.9) | |||||
| 2014-11-10 | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 1 | -60/+67 | |
| (bzr r13700) | |||||
| 2014-03-31 | Fix Gtkmm 3.8 build issues on systems with Gtk+ 3.10 | Alex Valavanis | 1 | -4/+4 | |
| (bzr r13242) | |||||
| 2014-03-30 | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 1 | -1/+1 | |
| (bzr r13236) | |||||
| 2014-01-02 | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 1 | -4/+28 | |
| (bzr r12868) | |||||
| 2013-10-04 | C++ | Johan B. C. Engelen | 1 | -3/+3 | |
| (bzr r12660) | |||||
