summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-inout.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: clean up SPI constructorsThomas Holder2019-10-281-3/+3
|
* refactor SPIEnum: more type safetyThomas Holder2019-10-281-28/+30
| | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-11/+11
|
* Fix various minor typosYuri Chornoivan2019-07-011-2/+2
|
* Extract a common expression into a variable/const.Shlomi Fish2019-05-221-103/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://en.wikipedia.org/wiki/Code_refactoring Some small optimisations may have slipped in as well. ---- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* run clang tidy modernize passMarc Jeanmougin2019-01-021-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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. typosluz.paz2018-10-061-2/+2
| | | Found via `codespell`
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-5/+0
|
* Fixing coding styleJabier Arraiza2018-08-051-10/+10
|
* Fixes pointed by TavJabier Arraiza2018-08-051-16/+11
|
* Update to trunk and styling fixesJabier Arraiza2018-08-051-10/+10
|
* coding style fixesJabier Arraiza2018-08-051-26/+34
|
* Fixes compiling bugsJabier Arraiza2018-08-051-4/+4
|
* Refactor with Tav helpJabier Arraiza2018-08-051-14/+30
|
* Revert changesJabier Arraiza2018-08-051-44/+14
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-14/+44
| | | | pref optional to scale dashes on stroke scale
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | 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 Peyrot2018-06-181-3/+3
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-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 Jeanmougin2018-05-041-12/+12
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-12/+12
|
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Change abs to std::abs to fix warningsSimon Wells2017-11-041-1/+1
|
* EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-061-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 Bah2017-03-201-3/+2
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Add exportersJabier Arraiza Cenoz2016-11-051-2/+3
| | | (bzr r15142.1.32)
* Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun2016-06-111-11/+11
| | | | | | | | 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 issuesmathog2016-02-181-6/+26
| | | (bzr r14660)
* patch for bug 1511508mathog2015-10-291-4/+1
| | | (bzr r14435)
* patch for bugs 1447850 and 1447382mathog2015-04-271-14/+36
| | | (bzr r14062)
* fix for bug 1425317mathog2015-02-251-2/+2
| | | (bzr r13947)
* fix for bug 1419926mathog2015-02-091-15/+24
| | | (bzr r13914)
* fix for bug 1405292mathog2015-02-091-3/+3
| | | (bzr r13913)
* Update to trunk r13580Liam P. White2014-10-061-5/+24
|\ | | | | (bzr r13341.1.255)
| * resolves bug 1348417 and implements addition features for bug 1302857mathog2014-09-041-5/+24
| | | | | | (bzr r13544)
* | Reduce header bloatAlex Valavanis2014-08-301-1/+1
|/ | | (bzr r13341.1.184)
* Fix for bug 1340683mathog2014-07-241-1/+17
| | | (bzr r13468)
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-2/+2
| | | (bzr r13459)
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-291-36/+142
| | | (bzr r13322)
* Fix for bug 1306138mathog2014-04-281-41/+4
| | | (bzr r13319)
* Fix for bug 1294840mathog2014-04-281-4/+1
| | | (bzr r13318)
* Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ↵Tavmjong Bah2014-04-271-194/+149
| | | | | class. (bzr r13310)
* Patch for several issues in libuemf.David Mathog2014-03-251-1/+1
| | | | | | | | | ----- 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)
* EMF import: fix clipPath definition: move transform attribute into the ↵David Mathog2014-03-191-2/+2
| | | | | | | | <rect> element (bug #1294713) Fixed bugs: - https://launchpad.net/bugs/1294713 (bzr r13166)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-44/+33
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)