summaryrefslogtreecommitdiffstats
path: root/src/object (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-09-22Move URL toString to a more useful place and some minor fixesMartin Owens1-0/+20
2018-09-21minor correction to MRMarc Jeanmougin1-2/+1
2018-09-19fix bug 1791694Xortex1-19/+0
2018-09-14fix 3D boxes with inverted y-axis (follow-up)Thomas Holder2-19/+18
2018-09-13Fix DPI wrong code pointed by McJabiertxof1-9/+9
2018-09-13Add per embed/linked SVG a DPI valueJabiertxof2-20/+57
2018-09-13fixes and improvementes to power clip and powermaskJabiertxof11-35/+61
2018-09-12fix object-set-test crashThomas Holder1-2/+3
2018-09-12New option to invert y-axisThomas Holder4-31/+95
2018-09-11Requested revisions + more typos and grammar fixesluz.paz1-3/+3
2018-09-11Misc. typosluz.paz3-4/+4
2018-09-11Fix bug 1684238Jabiertxof2-52/+63
2018-08-27Fix rendering when a <tspan> has a CSS 'display' property with value 'none'.Tavmjong Bah1-0/+5
2018-08-15Relative values for strokes:Tavmjong Bah2-3/+44
2018-08-05Fixes pointed by TavJabier Arraiza1-4/+1
2018-08-05Update to trunk and styling fixesJabier Arraiza1-4/+4
2018-08-05coding style fixesJabier Arraiza1-5/+5
2018-08-05Refactor with Tav helpJabier Arraiza1-1/+5
2018-08-05Revert changesJabier Arraiza2-4/+3
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2-3/+4
2018-06-21Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline...Tavmjong Bah2-200/+246
2018-06-21Move global functions into SPImage methods.Emmanuel Gil Peyrot2-11/+12