summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests for {SVG,CSS}OStringStreamTestThomas Holder2019-11-173-177/+0
|
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Remove support for LCMS 1Karl Cheng2019-05-121-4/+4
| | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
* Prevent buffer overflow in svg transformation reading; lp:1047524Ralf Engels2019-04-151-1/+1
|
* More document.h cleanup.Tavmjong Bah2019-04-061-2/+2
|
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-063-25/+21
| | | | This makes the code a lot less readable and greppable for no reason.
* modernize loopsMarc Jeanmougin2019-01-022-6/+6
|
* Fix indenting in CMakeLists.txt filesJabier Arraiza2018-12-241-1/+1
|
* Clarify licensesMax Gaukler2018-11-0828-34/+170
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* SVGLength::read handle infThomas Holder2018-10-071-4/+4
|
* Fix for NaN checkingMarc Jeanmougin2018-10-071-0/+4
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-014-13/+1
|
* Revert changesJabier Arraiza2018-08-051-7/+0
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-0/+7
| | | | pref optional to scale dashes on stroke scale
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-183-13/+13
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Apply fixedJabier Arraiza2018-05-092-2/+3
|
* Reset old code to reaply fixedJabier Arraiza2018-05-092-3/+2
|
* fix bug compilingJabiertxo Arraiza Cenoz2018-05-091-5/+2
|
* Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza2018-05-092-3/+7
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-049-22/+22
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-299-22/+22
|
* Add lots of README's.Tavmjong Bah2018-03-301-0/+8
|
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-44/+0
| | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY
* [meson-build] libsvgFelipe Corrêa da Silva Sanches2018-03-171-0/+44
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+4
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-082-3/+3
| | | Found via `codespell`
* fix assertsMarc Jeanmougin2017-10-311-3/+3
|
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
|
* fix a brunch of memory leaks pt.2chr2017-05-231-1/+3
| | | | | | I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12)
* add missing headerMarc Jeanmougin2017-02-051-0/+2
| | | (bzr r15480)
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵Tavmjong Bah2016-08-171-4/+0
| | | | | | | defined we are already in trouble. No need to define them ourselves (except maybe in shared libraries). (bzr r15063)
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-32/+0
| | | (bzr r15046)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-036-13/+2
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-286-2/+13
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-286-13/+2
| | | (bzr r15025)
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-223-26/+1
| | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-082-2/+2
| | | (bzr r14639)
* Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-052-2/+2
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1522478 - https://launchpad.net/bugs/262528 - https://launchpad.net/bugs/168845 (bzr r14505)
* Do not add .def files to the build listJuan Luis Boya García2015-08-131-1/+1
| | | (bzr r14293.1.2)
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-051-117/+4
| | | (bzr r14228)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-5/+5
| | | (bzr r14059.2.16)
* Fix node editing problemsKrzysztof Kosi??ski2015-05-081-6/+5
| | | (bzr r14059.2.4)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-7/+8
| | | (bzr r14059.2.1)
* Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-142-2/+58
| | | (bzr r14004)
* Mitre is not an SVG/CSS unit. Don't test.Tavmjong Bah2015-02-201-1/+4
| | | (bzr r13928)
* Patch from NJH from report 1378843. Fixes build with lcms disabled.Nathan Hurst2014-11-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1396372 (bzr r13765)
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to ↵Tavmjong Bah2014-11-252-1/+5
| | | | | match handling of 'ft'. (bzr r13758)
* Fix length tests.Johan B. C. Engelen2014-11-191-3/+3
| | | | | svg_length_read is casting the result to float ! (bzr r13739)