summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-02Improve speed of LPE's updating widgets on release knots instead when value c...Jabiertxof1-4/+4
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-2/+2
2019-06-01Allow rects be LPE like other primitivesJabier Arraiza1-23/+0
2019-05-23Improvements to Copy Rotate LPEJabiertxof1-0/+1
2019-02-20Fix for issue 95: Crash on applying Perspective/Envelope LPE to a groupJabiertxof1-7/+21
2019-02-18Update issues on CIJabiertxof1-1/+2
2019-02-18Add apply functionJabiertxof1-1/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-03Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...Jabiertxof1-10/+27
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-07-21adding gtk-themeJabier Arraiza1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-11/+11
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-03-26Base LPE refactorJabier Arraiza1-29/+14
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-12/+18
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a power...Jabier Arraiza1-3/+5
2017-09-09Fix a bug when creating a cloned LPE with fill between manyJabier Arraiza1-1/+1
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+1
2017-05-05Remove unwanted coutJabier Arraiza Cenoz1-1/+0
2017-05-05Improve responsive from LPEJabier Arraiza Cenoz1-1/+14
2017-05-01Remove unised signals from previous commitJabiertxof1-1/+0
2017-05-01Fix erase lpe in multi LPE modeJabiertxof1-26/+13
2017-04-29minor bugfixingJabiertxof1-6/+9
2017-04-29Rewrite UXJabiertxof1-2/+17
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-1/+0
2016-12-03Improvements and fixes for buds pointed by suv on measure line LPEJabiertxof1-2/+4
2016-11-05Fix change between multiples LPE in the same itemJabier Arraiza Cenoz1-12/+2
2016-11-02Fix bug:1013141 crash deleting LPEJabier Arraiza Cenoz1-1/+11
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-10/+1
2016-07-30Full rewrite on working mode now no linked paths necesaryJabier Arraiza Cenoz1-0/+8
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-7/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+10
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-10/+1
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-6/+25
2015-02-22Make icon creation more consistent - use sp_icon_new where possibleLiam P. White1-28/+14
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+5
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-11-25Fix applying LPE to clones (through the "+" button in the LPE dialog).Johan B. C. Engelen1-2/+6
2014-11-15ignore this commitJabier Arraiza Cenoz1-25/+10
2014-11-15ignore this commitJabier Arraiza Cenoz1-10/+25
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-60/+67
2014-03-31Fix Gtkmm 3.8 build issues on systems with Gtk+ 3.10Alex Valavanis1-4/+4
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-1/+1
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-4/+28
2013-10-04C++Johan B. C. Engelen1-3/+3