| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 1 | -2/+2 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | Update internal extensions for latest .inx format changes | Patrick Storz | 2019-09-01 | 1 | -8/+8 |
| | | |||||
| * | Adjust <print> extensions for previous commit. | Patrick Storz | 2019-08-31 | 1 | -34/+34 |
| | | | | | | (No idea what they do tbh, but I've never seen any of those parameters, so they likely *are* hidden in some way or another) | ||||
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory. | ||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | Fix wmf/emf file opening and embed missing font config data. | Martin Owens | 2019-03-06 | 1 | -2/+0 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -10/+10 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - 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 | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -2/+2 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -4/+4 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -46/+7 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -7/+46 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -10/+10 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -32/+32 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -16/+16 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -16/+16 |
| | | |||||
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -10/+11 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | EMF/WMF: Hopefully resolve locale issues with decimal separator for good | Eduard Braun | 2017-04-06 | 1 | -4/+0 |
| | | | | | | | | | | | | | This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead. Fixed bugs: - https://launchpad.net/bugs/1549015 - https://launchpad.net/bugs/1675755 - https://launchpad.net/bugs/1335660 - https://launchpad.net/bugs/1089857 - https://launchpad.net/bugs/1599763 (bzr r15617) | ||||
| * | patch for bug 1405292, start clipping with COPY instead of OR so GDI ↵ | mathog | 2016-11-10 | 1 | -1/+1 |
| | | | | | | clipping works (bzr r15235) | ||||
| * | Remove embedded build date, to allow reproducible building. | Mattia Rizzolo | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Reproducible Builds is a ongoing project which aims at having "packages" "build" (as in, every build step, be it code compilation, doc generation, etc) be bit-by-bit reproducible regardless of the build environment. With this commit inkscape can be built reproducibly. See https://reproducible-builds.org for more info about the project. (bzr r15222.1.1) | ||||
| * | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -2/+2 |
| | | | | (bzr r14954.1.21) | ||||
| * | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -3/+11 |
| | | | | (bzr r14954.1.19) | ||||
| * | Remove last use of getSVGUnit() and remove all remnants of this abomination. | Tavmjong Bah | 2016-06-01 | 1 | -1/+1 |
| | | | | (bzr r14939) | ||||
| * | patch for bug 1538361, work around limits in mingw/MSVCRT | mathog | 2016-03-11 | 1 | -1/+1 |
| | | | | (bzr r14699) | ||||
| * | patch fixes bug 1538786 | mathog | 2016-01-27 | 1 | -19/+30 |
| | | | | (bzr r14620) | ||||
| * | patch probably fixes bug 1534833 | mathog | 2016-01-17 | 1 | -1/+1 |
| | | | | (bzr r14594) | ||||
| * | patch for bug 1511508 | mathog | 2015-10-29 | 1 | -1/+1 |
| | | | | (bzr r14435) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-22 | 1 | -4/+4 |
| |\ | | | | | (bzr r14059.2.15) | ||||
| | * | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 2015-05-03 | 1 | -4/+4 |
| | | | | | | | (bzr r14059.1.20) | ||||
| | * | merge with trunk | Tomasz Boczkowski | 2015-05-02 | 1 | -7/+5 |
| | |\ | | | | | | | (bzr r14059.1.12) | ||||
| | * \ | merged SPPattern c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-25 | 1 | -4/+4 |
| | |\ \ | | | | | | | | | (bzr r14059.1.2) | ||||
| | | * | | SPPattern c++-sification: replacing pattern_ functions by methods pt1 | Tomasz Boczkowski | 2014-05-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | (bzr r13341.6.19) | ||||
| * | | | | Merge from trunk | Krzysztof Kosi??ski | 2015-05-08 | 1 | -7/+5 |
| |\ \ \ \ | | |_|/ | |/| | | (bzr r14059.2.11) | ||||
| | * | | | patch for bugs 1447850 and 1447382 | mathog | 2015-04-27 | 1 | -7/+5 |
| | |/ / | | | | | | | (bzr r14062) | ||||
| * / / | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -10/+10 |
| |/ / | | | | | (bzr r14059.2.1) | ||||
| * | | fix for bug 1425317 | mathog | 2015-02-25 | 1 | -0/+4 |
| | | | | | | | (bzr r13947) | ||||
| * | | fix for bug 1405292 | mathog | 2015-02-09 | 1 | -1/+1 |
| | | | | | | | (bzr r13913) | ||||
| * | | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | | resolves bug 1348417 and implements addition features for bug 1302857 | mathog | 2014-09-04 | 1 | -24/+163 |
| | | | | | | | (bzr r13544) | ||||
| * | | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 1 | -1/+1 |
| | | | | | | | (bzr r13459) | ||||
| * | | Warnings cleaup. | Jon A. Cruz | 2014-07-15 | 1 | -2/+2 |
| |/ | | | (bzr r13454) | ||||
| * | Improved support for clipping on EMF/WMF import, see bug 1302857 | mathog | 2014-04-29 | 1 | -0/+4 |
| | | | | (bzr r13322) | ||||
| * | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 2014-04-24 | 1 | -2/+2 |
| | | | | (bzr r13300) | ||||
| * | Patch for several issues in libuemf. | David Mathog | 2014-03-25 | 1 | -1/+3 |
| | | | | | | | | | | ----- The patch: 1. Removes half a dozen or so code lines that didn't do anything. 2. Fixes a couple of missing tests for pointers which cannot be NULL. (Note that in many instances the pseudoobject functions in upmf.c do accept null pointers because the objects being constructed have optional parts.) 3. There was one "real" potential memory leak (line 6276 in upmf.c, numbers before the patch). I fixed the others too, but they just never happen (iconv would have to fail in some strange way.) There are no (real) memory access violations or memory leaks in any of this either in standalone libUEMF testing or in use as part of Inkscape as determined from valgrind runs. (bzr r13211) | ||||
