summaryrefslogtreecommitdiffstats
path: root/src/object (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused includes.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* remove sp-text.cpp.origThomas Holder2018-10-151-1324/+0
|
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-0/+1324
|
* fix masked object's selection bboxThomas Holder2018-10-122-1/+5
|
* fix 1795276 clipped object's selection bboxThomas Holder2018-10-081-1/+1
| | | | reverts a line from 95b1c7b549
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-10-071-11/+11
|\
| * Misc. typosluz.paz2018-10-061-11/+11
| | | | | | Found via `codespell`
* | Fix for e9de1bbc (Thanks @spelo3)Marc Jeanmougin2018-10-071-1/+1
| |
* | Fix for NaN checkingMarc Jeanmougin2018-10-071-8/+0
| |
* | sensible behavior when reading NaN valuesMarc Jeanmougin2018-10-071-0/+8
| |
* | Fix crash when viewing an image with invalid coords (NaN or inf)Marc Jeanmougin2018-10-071-1/+5
| | | | | | | | (Does not make it visible either.)
* | SPAttributeEnum typed function argumentsThomas Holder2018-10-06155-163/+165
|/
* Fix signaling issue with gradient stops not updating their parentMartin Owens2018-10-053-1/+11
|
* Replicate some of the sp-item attribute handling for sp-stopMartin Owens2018-10-051-3/+6
|
* Removal of code but breaks gradientsMartin Owens2018-10-056-220/+25
|
* fix 1795942 "object to path" uses outdated stateThomas Holder2018-10-055-0/+5
|
* Remove old unset code which isn't used any moreMartin Owens2018-10-041-15/+0
|
* Fixes for LPE transforms and a bug when closing inkscape, related to ↵Jabiertxof2018-10-025-22/+4
| | | | lpeobject-reference
* Move macros.h and remove unneeded macrosEduard Braun2018-10-016-13/+1
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0125-83/+10
|
* Use _WIN32 instead of WIN32Eduard Braun2018-10-012-6/+6
| | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
* Fix for bug #263620 comment 5,Jabier Arraiza2018-10-015-43/+13
| | | | Duplicating LPE path more like clone
* Improvements to transforms in LPEJabier Arraiza2018-10-015-27/+24
|
* Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elementsJabier Arraiza2018-09-301-4/+5
|
* fix 1787601 star stroke width scaled by 3.78Thomas Holder2018-09-305-5/+0
|
* Fix bug: #1644805Jabier Arraiza2018-09-291-1/+0
| | | | LPE Parallel crashes Inkscape with Text converted to Path
* Fix for bug: #1791784 LPE path effect undo does not workJabier Arraiza2018-09-296-14/+39
|
* Fix unneeded headers from previous commit removing fix for 1219324 not ↵Jabier Arraiza2018-09-281-3/+0
| | | | needed now
* Remove uneeded fix for bugJabier Arraiza2018-09-281-8/+0
|
* SP_ACTIVE_DESKTOP: check for NULL or eliminateThomas Holder2018-09-271-1/+1
|
* Add preference for default global snapping and make it falseMartin Owens2018-09-271-1/+3
|
* Merge branch 'style-internal-refactor'Martin Owens2018-09-261-0/+20
|\
| * Move URL toString to a more useful place and some minor fixesMartin Owens2018-09-241-0/+20
| |
* | Revert 9688e3858010724f4cd16664025e5c54b4e9872fJabier Arraiza2018-09-261-4/+2
| |
* | Fix #1787601 star stroke width broken (scaled by 3.78)Jabier Arraiza2018-09-261-2/+4
|/
* !SP_ACTIVE_DESKTOP -> is_yaxisdown trueThomas Holder2018-09-233-8/+8
| | | | Fixes 3D box --export-png
* fix "Arrange" dialog with inverted y-axisThomas Holder2018-09-231-8/+4
|
* minor correction to MRMarc Jeanmougin2018-09-211-2/+1
|
* fix bug 1791694Xortex2018-09-191-19/+0
|
* fix 3D boxes with inverted y-axis (follow-up)Thomas Holder2018-09-142-19/+18
| | | | The initial fix was only correct for parallel/infinite Y direction
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-133-6/+6
|\
| * Requested revisions + more typos and grammar fixesluz.paz2018-09-111-3/+3
| |
| * Misc. typosluz.paz2018-09-113-4/+4
| | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
* | Fix DPI wrong code pointed by McJabiertxof2018-09-131-9/+9
| |
* | Add per embed/linked SVG a DPI valueJabiertxof2018-09-132-20/+57
| |
* | fixes and improvementes to power clip and powermaskJabiertxof2018-09-1311-35/+61
| |
* | fix object-set-test crashThomas Holder2018-09-121-2/+3
| |
* | New option to invert y-axisThomas Holder2018-09-124-31/+95
|/ | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* Fix bug 1684238Jabiertxof2018-09-112-52/+63
|
* Fix rendering when a <tspan> has a CSS 'display' property with value 'none'.Tavmjong Bah2018-08-271-0/+5
|