| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: clean up SPI constructors | Thomas Holder | 2019-10-28 | 1 | -1/+1 |
| | | |||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -29/+31 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | Update internal extensions for latest .inx format changes | Patrick Storz | 2019-09-01 | 1 | -9/+9 |
| | | |||||
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -3/+3 |
| | | | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | ||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Ensure arena is released when the WMF failes to save | James Collier | 2019-06-20 | 1 | -0/+3 |
| | | |||||
| * | Extract a common expression into a variable/const. | Shlomi Fish | 2019-05-22 | 1 | -56/+58 |
| | | | | | | | | | | | | | | | See: * https://refactoring.com/catalog/extractMethod.html * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well. | ||||
| * | rename to avoid name clashes. | Shlomi Fish | 2019-05-12 | 1 | -2/+2 |
| | | |||||
| * | Extract the TagEmitter.append method. | Shlomi Fish | 2019-05-12 | 1 | -41/+39 |
| | | | | | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://refactoring.com/catalog/extractMethod.html * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well. | ||||
| * | Extract a common expression into a variable/const. | Shlomi Fish | 2019-05-12 | 1 | -63/+64 |
| | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well. | ||||
| * | 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 | ||||
| * | Misc. typos | luz.paz | 2018-10-06 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -5/+0 |
| | | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -4/+3 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -8/+12 |
| | | |||||
| * | Fixes compiling bugs | Jabier Arraiza | 2018-08-05 | 1 | -2/+2 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -7/+11 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -26/+7 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -7/+26 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -3/+3 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | 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 | -3/+3 |
| | | | | | 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 | -46/+46 |
| | | | | | | 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 | -11/+11 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -11/+11 |
| | | |||||
| * | 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 | -2/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | EMF/WMF: Hopefully resolve locale issues with decimal separator for good | Eduard Braun | 2017-04-06 | 1 | -0/+16 |
| | | | | | | | | | | | | | 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) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -5/+2 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | resolve bug 1665421 | mathog | 2017-02-17 | 1 | -0/+10 |
| | | | | (bzr r15525) | ||||
| * | Add exporters | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+5 |
| | | | | (bzr r15142.1.32) | ||||
| * | Extensions: Use underscored variants of parameters / attribute names in ↵ | Eduard Braun | 2016-06-11 | 1 | -9/+9 |
| | | | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979) | ||||
| * | provide end user debugging for EMF and WMF issues | mathog | 2016-02-18 | 1 | -6/+26 |
| | | | | (bzr r14660) | ||||
| * | minor tweaks to libUEMF and related code | mathog | 2015-05-21 | 1 | -2/+4 |
| | | | | (bzr r14169) | ||||
| * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -4/+2 |
| | | | | (bzr r14126) | ||||
| * | enable default pen object for WMF files | mathog | 2015-04-28 | 1 | -1/+5 |
| | | | | (bzr r14067) | ||||
| * | patch for bugs 1447850 and 1447382 | mathog | 2015-04-27 | 1 | -22/+42 |
| | | | | (bzr r14062) | ||||
| * | fix for bug 1425317 | mathog | 2015-02-25 | 1 | -2/+2 |
| | | | | (bzr r13947) | ||||
| * | two typos in patch at rev 13914 | mathog | 2015-02-09 | 1 | -2/+2 |
| | | | | (bzr r13915) | ||||
| * | fix for bug 1419926 | mathog | 2015-02-09 | 1 | -11/+19 |
| | | | | (bzr r13914) | ||||
| * | fix for bug 1405292 | mathog | 2015-02-09 | 1 | -1/+1 |
| | | | | (bzr r13913) | ||||
| * | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -1/+3 |
| |\ | | | | | (bzr r13341.1.255) | ||||
| | * | resolves bug 1348417 and implements addition features for bug 1302857 | mathog | 2014-09-04 | 1 | -1/+3 |
| | | | | | | | (bzr r13544) | ||||
| * | | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -0/+1 |
| |/ | | | (bzr r13341.1.184) | ||||
| * | Fix for bug 1340683 for WMF input | mathog | 2014-07-28 | 1 | -3/+19 |
| | | | | (bzr r13473) | ||||
| * | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 1 | -2/+2 |
| | | | | (bzr r13459) | ||||
| * | Warnings cleaup. | Jon A. Cruz | 2014-07-15 | 1 | -1/+0 |
| | | | | (bzr r13454) | ||||
| * | Improved support for clipping on EMF/WMF import, see bug 1302857 | mathog | 2014-04-29 | 1 | -24/+122 |
| | | | | (bzr r13322) | ||||
| * | Fix for bug 1306138 | mathog | 2014-04-28 | 1 | -41/+4 |
| | | | | (bzr r13319) | ||||
