summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix closing issuesJabiertxof2018-10-252-11/+18
| |
* | Fixing coding styleJabiertxof2018-10-252-2/+3
| |
* | Fix initial widthJabiertxof2018-10-251-1/+1
| |
* | Add minor string tweaksJabiertxof2018-10-252-4/+5
| |
* | Fix coding styleJabier Arraiza2018-10-252-28/+37
| |
* | Fixes fror knot LPEJabier Arraiza2018-10-252-16/+34
| |
* | Modify behavior of interpolationTanja Bast2018-10-242-7/+49
| | | | | | | | | | | | | | | | Make sure that the original paths stay the start and end of the interpolation, even after modifying their shape. This is done by transforming the trajectory so that it starts at the bounding box center of the first path and ends at the bounding box center of the second path.
* | Apply clang formatTanja Bast2018-10-242-36/+39
| |
* | ShapeEditor: Always keep KnotHolders in set_item()Eduard Braun2018-10-242-18/+8
| |
* | Fix assert when removing LPE DefinitionJabiertxof2018-10-221-4/+4
| |
* | Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-2239-70/+63
| |
* | Fix memory leakMarc Jeanmougin2018-10-191-0/+1
| |
* | Fix typosMarc Jeanmougin2018-10-192-28/+29
| |
* | Makes page sizes in document properties customizableMarc Jeanmougin2018-10-193-188/+175
| | | | | | | | Works similarly as prefs
* | Add some more const to SPFilter.Emmanuel Gil Peyrot2018-10-191-9/+7
| |
* | Sprinkle some const qualifiers on SPFilter methods.Emmanuel Gil Peyrot2018-10-192-6/+6
| |
* | Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot2018-10-1923-139/+130
| |
* | Remove unused includes.Emmanuel Gil Peyrot2018-10-193-5/+0
| |
* | Remove unused filter-list.h header.Emmanuel Gil Peyrot2018-10-193-67/+0
| |
* | Remove unused map-list.h header.Emmanuel Gil Peyrot2018-10-192-69/+0
| |
* | Remove unused function.h header.Emmanuel Gil Peyrot2018-10-192-123/+0
| |
* | Remove unused tuple.h header.Emmanuel Gil Peyrot2018-10-192-183/+0
| |
* | Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-188-70/+31
| |
* | Merge branch ↵Marc Jeanmougin2018-10-184-23/+37
|\ \ | | | | | | | | | 'bugfix-1789838-confirmation-needed-before-overwriting-template' of gitlab.com:ccrb/inkscape
| * | Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras2018-08-314-23/+37
| | |
* | | Merge branch 'master' of gitlab.com:xhorak/inkscapeMarc Jeanmougin2018-10-182-1/+7
|\ \ \
| * | | Nulling pointer after destroying its data.Jan Horak2018-10-161-0/+3
| | | |
| * | | Fix use after free in error reportingJan Horak2018-10-161-1/+4
| | | |
* | | | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason2018-10-1811-38/+39
| | | | | | | | | | | | | | | | clearer.
* | | | New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-1812-2/+59
| | | | | | | | | | | | | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters.
* | | | 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
| | | | | | | | | | | | (remove remnant from faf43f2ffa88561acb95909861bb28fcdfaeb858)
* | | 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: ↵Jabiertxof2018-10-081-2/+2
| | | | | | | | https://chat.inkscape.org/channel/team_development?msg=pY3MMyASo84HvB7DN and https://chat.inkscape.org/channel/team_development?msg=YJgqhk3dRNYLBnDRc
* | Improve Meassure tool by a sugestion from Maren: ↵Jabiertxof2018-10-081-4/+4
| | | | | | | | https://chat.inkscape.org/channel/team_development?msg=sPPQMgwiGyvwfBGnv
* | fix 1795276 clipped object's selection bboxThomas Holder2018-10-081-1/+1
| | | | | | | | reverts a line from 95b1c7b549
* | 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
| | | | | | | | | Found via `codespell`
* | | 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
| | |