| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests for {SVG,CSS}OStringStreamTest | Thomas Holder | 2019-11-17 | 3 | -177/+0 |
| | | |||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 1 | -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:1047524 | Ralf Engels | 2019-04-15 | 1 | -1/+1 |
| | | |||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -2/+2 |
| | | |||||
| * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 3 | -25/+21 |
| | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 2 | -6/+6 |
| | | |||||
| * | Fix indenting in CMakeLists.txt files | Jabier Arraiza | 2018-12-24 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 28 | -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 inf | Thomas Holder | 2018-10-07 | 1 | -4/+4 |
| | | |||||
| * | Fix for NaN checking | Marc Jeanmougin | 2018-10-07 | 1 | -0/+4 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 4 | -13/+1 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -7/+0 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -0/+7 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 3 | -13/+13 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Apply fixed | Jabier Arraiza | 2018-05-09 | 2 | -2/+3 |
| | | |||||
| * | Reset old code to reaply fixed | Jabier Arraiza | 2018-05-09 | 2 | -3/+2 |
| | | |||||
| * | fix bug compiling | Jabiertxo Arraiza Cenoz | 2018-05-09 | 1 | -5/+2 |
| | | |||||
| * | Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688 | Jabier Arraiza | 2018-05-09 | 2 | -3/+7 |
| | | |||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 9 | -22/+22 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 9 | -22/+22 |
| | | |||||
| * | Add lots of README's. | Tavmjong Bah | 2018-03-30 | 1 | -0/+8 |
| | | |||||
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -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] libsvg | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+44 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -1/+4 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 2 | -3/+3 |
| | | | | Found via `codespell` | ||||
| * | fix asserts | Marc Jeanmougin | 2017-10-31 | 1 | -3/+3 |
| | | |||||
| * | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| | | |||||
| * | fix a brunch of memory leaks pt.2 | chr | 2017-05-23 | 1 | -1/+3 |
| | | | | | | | I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12) | ||||
| * | add missing header | Marc Jeanmougin | 2017-02-05 | 1 | -0/+2 |
| | | | | (bzr r15480) | ||||
| * | Use M_PI, M_PI_2. We use these constants everywhere so if they are not ↵ | Tavmjong Bah | 2016-08-17 | 1 | -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 instead | Alex Valavanis | 2016-08-08 | 1 | -32/+0 |
| | | | | (bzr r15046) | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 6 | -13/+2 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 6 | -2/+13 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 6 | -13/+2 |
| | | | | (bzr r15025) | ||||
| * | Add line-height unit selector to text toolbar. | Tavmjong Bah | 2016-03-22 | 3 | -26/+1 |
| | | | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 2 | -2/+2 |
| | | | | (bzr r14639) | ||||
| * | Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes. | Tavmjong Bah | 2015-12-05 | 2 | -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 list | Juan Luis Boya García | 2015-08-13 | 1 | -1/+1 |
| | | | | (bzr r14293.1.2) | ||||
| * | Fix compilation failure in make check | Krzysztof Kosi??ski | 2015-07-05 | 1 | -117/+4 |
| | | | | (bzr r14228) | ||||
| * | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 2015-05-22 | 1 | -5/+5 |
| | | | | (bzr r14059.2.16) | ||||
| * | Fix node editing problems | Krzysztof Kosi??ski | 2015-05-08 | 1 | -6/+5 |
| | | | | (bzr r14059.2.4) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -7/+8 |
| | | | | (bzr r14059.2.1) | ||||
| * | Partial fix for bug 1430873. Rectangles should behave properly with % values. | Tavmjong Bah | 2015-03-14 | 2 | -2/+58 |
| | | | | (bzr r14004) | ||||
| * | Mitre is not an SVG/CSS unit. Don't test. | Tavmjong Bah | 2015-02-20 | 1 | -1/+4 |
| | | | | (bzr r13928) | ||||
| * | Patch from NJH from report 1378843. Fixes build with lcms disabled. | Nathan Hurst | 2014-11-26 | 1 | -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 Bah | 2014-11-25 | 2 | -1/+5 |
| | | | | | | match handling of 'ft'. (bzr r13758) | ||||
| * | Fix length tests. | Johan B. C. Engelen | 2014-11-19 | 1 | -3/+3 |
| | | | | | | svg_length_read is casting the result to float ! (bzr r13739) | ||||
