| 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 | ||||
| * | Fix various minor code problems | Marc Jeanmougin | 2019-10-05 | 1 | -1/+2 |
| | | |||||
| * | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2019-10-05 | 1 | -1/+1 |
| | | |||||
| * | Update internal extensions for latest .inx format changes | Patrick Storz | 2019-09-01 | 1 | -6/+6 |
| | | |||||
| * | Adjust <print> extensions for previous commit. | Patrick Storz | 2019-08-31 | 1 | -8/+8 |
| | | | | | | (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. | ||||
| * | Display an error dialog when image is too large for WMF | James Collier | 2019-06-20 | 1 | -14/+27 |
| | | |||||
| * | Fix typo mentioned in #44 | James Collier | 2019-06-20 | 1 | -1/+1 |
| | | |||||
| * | 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 | -5/+5 |
| | | |||||
| * | 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 | -6/+0 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-08-05 | 1 | -2/+2 |
| | | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -2/+5 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -3/+4 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -3/+3 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -44/+5 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -5/+44 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -9/+9 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | 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 | -17/+17 |
| | | | | | | 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 | -13/+13 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -13/+13 |
| | | |||||
| * | 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/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -3/+3 |
| | | | | Found via `codespell` | ||||
| * | Avoid name conflict with libwmf (wmf_free). | Tavmjong Bah | 2017-06-01 | 1 | -1/+1 |
| | | | | (bzr r15724) | ||||
| * | improve dot dash support in wmf export | mathog | 2017-02-17 | 1 | -1/+22 |
| | | | | (bzr r15526) | ||||
| * | patch probably fixes bug 1534833 | mathog | 2016-01-17 | 1 | -1/+4 |
| | | | | (bzr r14594) | ||||
| * | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 2015-05-22 | 1 | -1/+1 |
| | | | | (bzr r14059.2.16) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2015-05-22 | 1 | -2/+2 |
| |\ | | | | | (bzr r14059.2.15) | ||||
| | * | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 2015-05-03 | 1 | -2/+2 |
| | | | | | | | (bzr r14059.1.20) | ||||
| | * | merge with trunk | Tomasz Boczkowski | 2015-05-02 | 1 | -3/+3 |
| | |\ | | | | | | | (bzr r14059.1.12) | ||||
| | * \ | merged SPPattern c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-25 | 1 | -2/+2 |
| | |\ \ | | | | | | | | | (bzr r14059.1.2) | ||||
| | | * | | SPPattern c++-sification: replacing pattern_ functions by methods pt1 | Tomasz Boczkowski | 2014-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | (bzr r13341.6.19) | ||||
| * | | | | Merge from trunk | Krzysztof Kosi??ski | 2015-05-08 | 1 | -3/+3 |
| |\ \ \ \ | | |_|/ | |/| | | (bzr r14059.2.11) | ||||
| | * | | | patch for bugs 1447850 and 1447382 | mathog | 2015-04-27 | 1 | -3/+3 |
| | |/ / | | | | | | | (bzr r14062) | ||||
| * / / | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -10/+9 |
| |/ / | | | | | (bzr r14059.2.1) | ||||
| * | | Fixing dead assignment and uninitialized argument value. | Nicolas Dufour | 2015-02-07 | 1 | -1/+2 |
| | | | | | | | (bzr r13908) | ||||
| * | | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 1 | -1/+1 |
| |/ | | | (bzr r13459) | ||||
| * | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 2014-04-24 | 1 | -2/+2 |
| | | | | (bzr r13300) | ||||
| * | Warning cleanups. | Jon A. Cruz | 2014-03-18 | 1 | -1/+1 |
| | | | | (bzr r13162) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -7/+6 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵ | David Mathog | 2014-02-22 | 1 | -6/+10 |
| | | | | | | | | | import/export (bug #1278645). Fixed bugs: - https://launchpad.net/bugs/1278645 (bzr r13049) | ||||
| * | libUEMF update; EMF linear gradient bug fixes (bug #1263242) | David Mathog | 2014-01-17 | 1 | -57/+59 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953) | ||||
| * | "fix" some "unused parameter" warnings | Kris De Gussem | 2013-10-29 | 1 | -1/+1 |
| | | | | (bzr r12746) | ||||
| * | Fix for Bug 1241783 (WMF image output size) | David Mathog | 2013-10-25 | 1 | -1/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12726) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -6/+7 |
| |\ | | | | | (bzr r12475.1.29) | ||||
