summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason2018-10-1811-38/+39
* New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason2018-10-1812-2/+59
* Code cleanup and adding comments.Tavmjong Bah2018-10-172-64/+93
* fix vi modelines: encoding -> fileencodingThomas Holder2018-10-1510-20/+10
* remove sp-text.cpp.origThomas Holder2018-10-151-1324/+0
* Fix Windows buildEduard Braun2018-10-131-6/+0
* Move some files to 'io' directory.Tavmjong Bah2018-10-1324-42/+1593
* fix masked object's selection bboxThomas Holder2018-10-122-1/+5
* Hopefully last fix for e4c44f8b4674b88c0174270f27d61db808f66bc6Eduard Braun2018-10-111-1/+1
* More minor cleanup to main.cpp.Tavmjong Bah2018-10-101-62/+53
* Minor cleanup of main.ccTavmjong Bah2018-10-101-16/+12
* Fix bug in measure segments pointed by Maren in: https://chat.inkscape.org/ch...Jabiertxof2018-10-081-2/+2
* Improve Meassure tool by a sugestion from Maren: https://chat.inkscape.org/ch...Jabiertxof2018-10-081-4/+4
* fix 1795276 clipped object's selection bboxThomas Holder2018-10-081-1/+1
* Make middle-click functionality on color fields discoverable.Maren Hachmann2018-10-071-2/+2
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-10-0727-89/+89
|\
| * Removed typo introduced in previous commitluz.paz2018-10-061-1/+1
| * Misc. typosluz.paz2018-10-0627-90/+90
* | SVGLength::read handle infThomas Holder2018-10-071-4/+4
* | Fix for e9de1bbc (Thanks @spelo3)Marc Jeanmougin2018-10-071-1/+1
* | Fix for NaN checkingMarc Jeanmougin2018-10-072-8/+4
* | 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
* | Fix crash when changing grid that was created with documentMarc Jeanmougin2018-10-071-0/+3
* | Fix dot size for calligraphyMarc Jeanmougin2018-10-071-1/+1
* | Fix crash in filter dialogMarc Jeanmougin2018-10-071-1/+1
* | Fix warning object!=nullptrMarc Jeanmougin2018-10-061-1/+1
* | SPAttributeEnum typed function argumentsThomas Holder2018-10-06161-182/+186
|/
* Add new style register style property for stop color and opacityMartin Owens2018-10-051-0/+3
* 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-0512-240/+50
* fix 1795942 "object to path" uses outdated stateThomas Holder2018-10-057-4/+16
* Remove old unset code which isn't used any moreMartin Owens2018-10-042-176/+8
* fix compiling on macOSThomas Holder2018-10-041-1/+1
* SPStyle property lookup helper classThomas Holder2018-10-041-519/+197
* Fix updating widgets on LPE missed in the refactorJabiertxof2018-10-043-1/+5
* Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...Jabiertxof2018-10-0312-34/+47
* Use existing colour toString in style writerMartin Owens2018-10-031-15/+1
* Use SPStyle and SPStyleEnum instead of getStyleProperty.Martin Owens2018-10-031-11/+6
* Fixes for LPE transforms and a bug when closing inkscape, related to lpeobjec...Jabiertxof2018-10-026-24/+7
* CMake: Allow to build with GraphicsMagick instead of ImageMagickEduard Braun2018-10-022-7/+7
* 2geom: update to c709d6b6780098d3e53363d925f7aee3c2640478Eduard Braun2018-10-0128-1117/+47
* Avoid duplicating defines in config.h and on command lineEduard Braun2018-10-014-1/+17
* Move macros.h and remove unneeded macrosEduard Braun2018-10-0138-66/+41
* Remove #include "config.h" wherever possibleEduard Braun2018-10-01311-1029/+144
* Use _WIN32 instead of WIN32Eduard Braun2018-10-0137-92/+92
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-0121-57/+128
* End fix bug bug:#1769679 #18; Crash when opening file with live path effectJabier Arraiza2018-10-011-1/+6
* Fix warnings in LPE rulerJabiertxof2018-10-011-6/+12