summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize path read from INKSCAPE_DATADIR environment variableEduard Braun2018-09-301-0/+4
* Inkscapestream: Make some things const and avoid unnecessary copiesEduard Braun2018-09-292-9/+8
* Purge gunichar from InkscapestreamEduard Braun2018-09-2915-49/+46
* Clean up stream output in repr-io.cppEduard Braun2018-09-291-19/+10
* Inkscapestream: Fix write methods for string typesEduard Braun2018-09-291-7/+7
* fix 90 deg cw/ccw rotation with inverted y-axisThomas Holder2018-09-291-1/+2
* Fix for bug:#1005036Jabier Arraiza2018-09-291-3/+2
* Fix bug: #1644805Jabier Arraiza2018-09-292-1/+6
* 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 needed...Jabier Arraiza2018-09-281-3/+0
* Remove uneeded fix for bugJabier Arraiza2018-09-281-8/+0
* Fix bug #1791696: PowerClip: Using a group as a clip doesn't work as expectedJabier Arraiza2018-09-283-16/+23
* fix 1789208 poppler 0.69Thomas Holder2018-09-287-45/+80
* Comment out a crash creating signal and remove some commentsMartin Owens2018-09-271-5/+5
* Merge branch 'master' of gitlab.com:inkscape/inkscapeMartin Owens2018-09-275-11/+7
|\
| * SP_ACTIVE_DESKTOP: check for NULL or eliminateThomas Holder2018-09-275-11/+7
* | Make attrdialog use the new iconrenderer sigc++ signalMartin Owens2018-09-272-25/+10
|/
* Propagate IconRenderer's activate signal so we don't have to guess where the ...Martin Owens2018-09-272-2/+16
* Add preference for default global snapping and make it falseMartin Owens2018-09-273-1/+10
* Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscapeMarc Jeanmougin2018-09-273-1/+4
|\
| * cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-263-1/+4
* | fix crash with PNG/JPG command line argumentThomas Holder2018-09-271-1/+1
* | Refactor addtoicon and turn into more generic iconrenderer CellRendererMartin Owens2018-09-278-60/+55
* | Fix crash in fill and stroke dialogMartin Owens2018-09-271-0/+1
* | Fix crash in URL get_value when url not set.Martin Owens2018-09-261-1/+2
|/
* Merge branch 'style-internal-refactor'Martin Owens2018-09-263-672/+342
|\
| * Fix if style with braceMartin Owens2018-09-261-54/+54
| * Merge into remoteMartin Owens2018-09-261-1/+1
| |\
| | * Move URL toString to a more useful place and some minor fixesMartin Owens2018-09-222-10/+26
| | * Remove most write overrides and replace to get_value plus one generic write m...Martin Owens2018-09-212-669/+323
| * | Rename unit to unit_out for less confusionMartin Owens2018-09-261-6/+6
| * | Move URL toString to a more useful place and some minor fixesMartin Owens2018-09-242-10/+26
| * | Remove most write overrides and replace to get_value plus one generic write m...Martin Owens2018-09-242-669/+323
* | | Revert 9688e3858010724f4cd16664025e5c54b4e9872fJabier Arraiza2018-09-261-4/+2
* | | Fix PDF bitmap export (inverted y-axis)Thomas Holder2018-09-262-13/+12
* | | Fix #1787601 star stroke width broken (scaled by 3.78)Jabier Arraiza2018-09-261-2/+4
* | | cppcheck: out of bounds ziptoolJulien Nabet2018-09-251-1/+1
* | | cppcheck: fix Same expression in font-variantsJulien Nabet2018-09-241-1/+1
|/ /
* | Remove #include "config.h" from header files where possibleEduard Braun2018-09-2488-303/+43
* | LPE PointParam: use doc2dtThomas Holder2018-09-231-2/+1
* | !SP_ACTIVE_DESKTOP -> is_yaxisdown trueThomas Holder2018-09-233-8/+8
* | fix .odg and .fx export with inverted y-axisThomas Holder2018-09-232-19/+11
* | fix "Arrange" dialog with inverted y-axisThomas Holder2018-09-233-18/+9
* | Inkscapestream: Incredible speed up for writing of stringsEduard Braun2018-09-221-2/+3
* | Fix a bug if shape is not defined in powerclipJabier Arraiza2018-09-221-0/+3
* | Allow ask for SVG dragged import method. Also split ask question from one to ...Jabier Arraiza2018-09-226-8/+19
* | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-227-43/+22
|/
* fix CTRL+button2 rotation directionThomas Holder2018-09-211-0/+1
* Fix window resize canvas orientation interferenceThomas Holder2018-09-211-1/+4
* minor correction to MRMarc Jeanmougin2018-09-212-4/+3