summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-462/+0
2018-01-08Misc. typosluz.paz1-1/+1
2017-09-13Fixes for clone original LPEJabiertxo Arraiza Cenoz1-0/+1
2017-06-24Working with powerclip and powermaskJabier Arraiza1-2/+1
2017-02-21Improvements to fill between strokes and fill between many LPE'sJabier Arraiza Cenoz1-1/+6
2017-01-24update to trunkJabier Arraiza Cenoz1-16/+15
2017-01-02Remove clone original codeJabiertxof1-16/+15
2017-01-01Fixing transforms,clips...Jabiertxof1-13/+14
2016-12-28First attemp workingJabiertxof1-2/+2
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-31/+31
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
2015-09-08Fix for bug 179842Jabier Arraiza Cenoz1-1/+2
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+1
2015-02-28Workaround for bug #1426090 (more LPE nastiness)Liam P. White1-4/+30
2015-02-25create SPObject factoryLiam P. White1-10/+0
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
2014-07-28fix build. gcc 4.6.1 does not like double parens here :/Johan B. C. Engelen1-1/+1
2014-07-28Don't update path effects on document load (#1299948)Liam P. White1-2/+15
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
2014-06-11Fix for bug #1241902Jabier Arraiza Cenoz1-0/+2
2014-06-07Fix for Bug #1241902 -Jabier Arraiza Cenoz1-0/+2
2014-05-10Tentative fix for LPEs and undoLiam P. White1-2/+16
2014-05-10Fix stubborn bug 1299948Liam P. White1-2/+16
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-10-26Added some consts.Markus Engel1-3/+3
2013-10-04C++Johan B. C. Engelen1-1/+1
2013-10-04C++Johan B. C. Engelen1-1/+1
2013-10-04LPE: add some const correctness, remove unused function, and fix potential cr...Johan B. C. Engelen1-1/+1
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... slo...Johan B. C. Engelen1-12/+12
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-1/+1
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-6/+10
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+0
2013-04-05Merged Item.Markus Engel1-1/+0
2013-04-05Merged more classes.Markus Engel1-1/+0
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-8/+6
2013-04-04Combined some classes.Markus Engel1-136/+114
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-35/+1
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+11
2013-04-01Added constructors to SP classes.Markus Engel1-8/+14
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-14/+14
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-39/+11
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-3/+3
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-1/+1
2012-08-18Added "virtual pad" to SPPath.Markus Engel1-63/+123