summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-22Add tooltip to set default LPE widgetJabier Arraiza1-0/+6
2017-09-13Fixes for bug #1716926. Consider backportJabiertxo Arraiza Cenoz1-15/+18
2017-09-08Fix for bug: 1715433 :: Clone original LPE can no longer be used to fill a po...Jabiertxo Arraiza Cenoz1-1/+6
2017-06-29Remove old icon handling codeAlexander Valavanis1-6/+9
2017-05-29Initial releaseJabiertxof1-42/+62
2017-05-28Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof1-42/+62
2017-05-28Force not original-d if the clip-path or mask has not a LPE allowed to change itJabiertxof1-42/+62
2017-05-18fix a brunch of memory leakschr1-1/+2
2017-04-29Rewrite UXJabiertxof1-0/+4
2017-04-28ResetJabiertxof1-15/+1
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+11
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+4
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-5/+8
2016-07-02Fix bug #1598009 regression on path parameterJabier Arraiza Cenoz1-3/+1
2016-06-11fix-bugs #540591 #1287996 and #456503 related to undo in path parameters of LPEJabier Arraiza Cenoz1-2/+26
2016-03-18Bug #1419517 Fix Crash when applying new path effect after deleting pattern o...Jabier Arraiza Cenoz1-1/+6
2015-04-29Fix a bug linking a path parameter to a transformed elementjabiertxof1-1/+7
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-3/+3
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-10-05Move more UI code into ui/Liam P. White1-2/+2
2014-09-10Fix bug #1367520 (crash regression)Liam P. White1-1/+1
2014-08-06Fix bug #1241501, improve tooltip text on path parameterJabier Arraiza Cenoz1-1/+1
2014-08-06Fix bug #1241501, improve tooltip text on path parameterJabier Arraiza Cenoz1-1/+1
2014-07-28Don't update path effects on document load (#1299948)Liam P. White1-0/+5
2014-05-10Tentative fix for LPEs and undoLiam P. White1-0/+5
2014-05-10Fix stubborn bug 1299948Liam P. White1-0/+5
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-4/+5
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-01-17const ....Johan B. C. Engelen1-1/+1
2013-01-17const methodsJohan B. C. Engelen1-1/+1
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
2012-04-08clone original path lpe: add boilerplate code to allow to compensate for link...Johan B. C. Engelen1-0/+10
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-0/+2
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-12LPE: add new LPE that outputs the original path data. used to make a clone (w...Johan B. C. Engelen1-1/+6
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-6/+6
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-1/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2010-03-19Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.Jon A. Cruz1-2/+2
2010-01-22Fix some of the LPE issues.Krzysztof Kosi??ski1-2/+2
2010-01-15Warning cleanup.Jon A. Cruz1-2/+2
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-2/+0
2009-12-08Fix LPEs and break mask transform undoKrzysztof Kosi??ski1-6/+27