summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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-1812-39/+40
| | | | | | | | | | | | | | | | | | | | clearer.
* | | | | New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-1813-2/+60
| | | | | | | | | | | | | | | | | | | | 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
| | | |
* | | | dir-util-test: #include "io/dir-util.h"Thomas Holder2018-10-131-1/+1
| | | |
* | | | Revert "Add dir-util.h to the include path."Thomas Holder2018-10-131-1/+0
| | | | | | | | | | | | | | | | This reverts commit a4668b5c3a06de1ddcadc32dcd5ed386c498b4ac.
* | | | Update POTFILES.inEduard Braun2018-10-131-2/+2
| | | |
* | | | Fix Windows buildEduard Braun2018-10-131-6/+0
| | | | | | | | | | | | | | | | (remove remnant from faf43f2ffa88561acb95909861bb28fcdfaeb858)
* | | | CMake/tests: SimplifyEduard Braun2018-10-131-1/+1
| | | |
* | | | remove old code.Shlomi Fish2018-10-131-9/+0
| | | |
* | | | update googletest and refactor the script.Shlomi Fish2018-10-132-8/+13
| | | |
* | | | Add dir-util.h to the include path.Shlomi Fish2018-10-131-0/+1
| | | | | | | | | | | | | | | | Fixes tests in the prev commit.
* | | | Move some files to 'io' directory.Tavmjong Bah2018-10-1324-42/+1593
| | | |
* | | | CI/AppVeyor: increase clone depthEduard Braun2018-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | Decreases probability an MR can't be merged anymore because a common ancestor is missing
* | | | Fix install location of .mo filesEduard Braun2018-10-123-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | .mo files were copied to e.g. "en.mo" instead of "inkscape.mo" This was broken after e939fcccf36f2a89435b0f8328db9be32ce3b600 as there was one tiny customization in our copy of FindGettext.cmake
* | | | Updated icelandic translation is.poSveinn í Felli2018-10-121-322/+278
| |/ / |/| |
* | | fix masked object's selection bboxThomas Holder2018-10-122-1/+5
| | |
* | | Hopefully last fix for e4c44f8b4674b88c0174270f27d61db808f66bc6Eduard Braun2018-10-111-1/+1
| | |
* | | Add new object-style test to test cascading and precidence.Martin Owens2018-10-112-0/+132
| | |
* | | CI/AppVeyor: Give MRs a distinctive nameEduard Braun2018-10-101-1/+7
| | |
* | | config.h: Rename WITH_IMAGE_MAGICK -> WITH_MAGICKEduard Braun2018-10-101-5/+2
| | | | | | | | | | | | | | | | | | (change missing from e4c44f8b4674b88c0174270f27d61db808f66bc6) Also remove HAVE_FPSETMASK after a7088303ab9967e801c8af9c20c61d7ce0ad718d
* | | More minor cleanup to main.cpp.Tavmjong Bah2018-10-101-62/+53
| | |
* | | Minor cleanup of main.ccTavmjong Bah2018-10-102-17/+12
| | |
* | | update extensions submoduleThomas Holder2018-10-101-0/+0
| | |
* | | Merge branch 'cmake-cxx11' of gitlab.com:xzcvczx/inkscapeMarc Jeanmougin2018-10-082-0/+6
|\ \ \
| * | | Add CMAKE_CXX_STANDARD for cmake 3.1Simon Wells2018-10-082-0/+6
| | | | | | | | | | | | | | | | add note saying can remove -std=c++11 when minimum cmake is 3.1
* | | | 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-0731-93/+93
|\ \ \ \
| * | | | Removed typo introduced in previous commitluz.paz2018-10-061-1/+1
| | | | |
| * | | | Misc. typosluz.paz2018-10-0631-94/+94
| | | | | | | | | | | | | | | Found via `codespell`
* | | | | SVGLength::read handle infThomas Holder2018-10-071-4/+4
| | | | |
* | | | | Fix for e9de1bbc (Thanks @spelo3)Marc Jeanmougin2018-10-071-1/+1
| | | | |