summaryrefslogtreecommitdiffstats
path: root/src/sp-path.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-462/+0
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
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
(bzr r15537)
2017-01-24update to trunkJabier Arraiza Cenoz1-16/+15
(bzr r15356.1.18)
2017-01-02Remove clone original codeJabiertxof1-16/+15
(bzr r15295.1.47)
2017-01-01Fixing transforms,clips...Jabiertxof1-13/+14
(bzr r15356.1.8)
2016-12-28First attemp workingJabiertxof1-2/+2
(bzr r15356.1.1)
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-31/+31
(bzr r15302)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2015-09-08Fix for bug 179842Jabier Arraiza Cenoz1-1/+2
Fixed bugs: - https://launchpad.net/bugs/179842 (bzr r14352)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+1
(bzr r14059.2.1)
2015-02-28Workaround for bug #1426090 (more LPE nastiness)Liam P. White1-4/+30
Fixed bugs: - https://launchpad.net/bugs/1426090 (bzr r13954)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-07-28fix build. gcc 4.6.1 does not like double parens here :/Johan B. C. Engelen1-1/+1
(bzr r13480)
2014-07-28Don't update path effects on document load (#1299948)Liam P. White1-2/+15
Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13479)
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
(bzr r13441)
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
(bzr r13341.1.69)
2014-06-11Fix for bug #1241902Jabier Arraiza Cenoz1-0/+2
(bzr r13418)
2014-06-07Fix for Bug #1241902 -Jabier Arraiza Cenoz1-0/+2
(bzr r13341.1.52)
2014-05-10Tentative fix for LPEs and undoLiam P. White1-2/+16
Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13341.1.5)
2014-05-10Fix stubborn bug 1299948Liam P. White1-2/+16
Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13090.1.74)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
(bzr r12785)
2013-10-26Added some consts.Markus Engel1-3/+3
(bzr r12729)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12660)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12659)
2013-10-04LPE: add some const correctness, remove unused function, and fix potential ↵Johan B. C. Engelen1-1/+1
crash bug (bzr r12656)
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen1-12/+12
slowly slowly... (bzr r12593)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-1/+1
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-6/+10
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-1/+0
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-1/+0
(bzr r11608.1.78)
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-8/+6
(bzr r11608.1.76)
2013-04-04Combined some classes.Markus Engel1-136/+114
(bzr r11608.1.75)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-35/+1
(bzr r11608.1.72)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+11
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-8/+14
(bzr r11608.1.67)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-14/+14
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-4/+4
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-39/+11
(bzr r12064)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-3/+3
(bzr r11608.1.46)
2012-09-29Removed old calls to set_shape and update_patheffect.Markus Engel1-1/+1
(bzr r11608.1.45)
2012-08-18Added "virtual pad" to SPPath.Markus Engel1-63/+123
(bzr r11608.1.8)