summaryrefslogtreecommitdiffstats
path: root/src/object (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-05remove Inkscape::URI::toStringThomas Holder10-44/+19
2018-11-05Replacement for xmlBuildRelativeURIThomas Holder1-11/+62
2018-11-05fix URI::from_dirname("/")Thomas Holder1-1/+6
2018-11-04include <cstring>Thomas Holder1-0/+2
2018-11-04Image HTTP supportThomas Holder1-0/+8
2018-11-03Inkscape::URI API enhancementsThomas Holder3-86/+269
2018-10-31Fix crash with reformatted flowregionsMarc Jeanmougin1-1/+1
2018-10-25Add fixes in review.Jabiertxof1-8/+6
2018-10-25Fixing coding styleJabiertxof1-7/+7
2018-10-25Fix closing issuesJabiertxof1-5/+8
2018-10-22Fix assert when removing LPE DefinitionJabiertxof1-4/+4
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah8-22/+23
2018-10-19Add some more const to SPFilter.Emmanuel Gil Peyrot1-9/+7
2018-10-19Sprinkle some const qualifiers on SPFilter methods.Emmanuel Gil Peyrot2-6/+6
2018-10-19Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot21-136/+127
2018-10-19Remove unused includes.Emmanuel Gil Peyrot1-1/+0
2018-10-15remove sp-text.cpp.origThomas Holder1-1324/+0
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-0/+1324
2018-10-12fix masked object's selection bboxThomas Holder2-1/+5
2018-10-08fix 1795276 clipped object's selection bboxThomas Holder1-1/+1
2018-10-07Fix for e9de1bbc (Thanks @spelo3)Marc Jeanmougin1-1/+1
2018-10-07Fix for NaN checkingMarc Jeanmougin1-8/+0
2018-10-07sensible behavior when reading NaN valuesMarc Jeanmougin1-0/+8
2018-10-07Fix crash when viewing an image with invalid coords (NaN or inf)Marc Jeanmougin1-1/+5
2018-10-06SPAttributeEnum typed function argumentsThomas Holder155-163/+165
2018-10-06Misc. typosluz.paz1-11/+11
2018-10-05Fix signaling issue with gradient stops not updating their parentMartin Owens3-1/+11
2018-10-05Replicate some of the sp-item attribute handling for sp-stopMartin Owens1-3/+6
2018-10-05Removal of code but breaks gradientsMartin Owens6-220/+25
2018-10-05fix 1795942 "object to path" uses outdated stateThomas Holder5-0/+5
2018-10-04Remove old unset code which isn't used any moreMartin Owens1-15/+0
2018-10-02Fixes for LPE transforms and a bug when closing inkscape, related to lpeobjec...Jabiertxof5-22/+4
2018-10-01Move macros.h and remove unneeded macrosEduard Braun6-13/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun25-83/+10
2018-10-01Use _WIN32 instead of WIN32Eduard Braun2-6/+6
2018-10-01Fix for bug #263620 comment 5,Jabier Arraiza5-43/+13
2018-10-01Improvements to transforms in LPEJabier Arraiza5-27/+24
2018-09-30Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elementsJabier Arraiza1-4/+5
2018-09-30fix 1787601 star stroke width scaled by 3.78Thomas Holder5-5/+0
2018-09-29Fix bug: #1644805Jabier Arraiza1-1/+0
2018-09-29Fix for bug: #1791784 LPE path effect undo does not workJabier Arraiza6-14/+39
2018-09-28Fix unneeded headers from previous commit removing fix for 1219324 not needed...Jabier Arraiza1-3/+0
2018-09-28Remove uneeded fix for bugJabier Arraiza1-8/+0
2018-09-27SP_ACTIVE_DESKTOP: check for NULL or eliminateThomas Holder1-1/+1
2018-09-27Add preference for default global snapping and make it falseMartin Owens1-1/+3
2018-09-26Revert 9688e3858010724f4cd16664025e5c54b4e9872fJabier Arraiza1-4/+2
2018-09-26Fix #1787601 star stroke width broken (scaled by 3.78)Jabier Arraiza1-2/+4
2018-09-24Move URL toString to a more useful place and some minor fixesMartin Owens1-0/+20
2018-09-23!SP_ACTIVE_DESKTOP -> is_yaxisdown trueThomas Holder3-8/+8
2018-09-23fix "Arrange" dialog with inverted y-axisThomas Holder1-8/+4