summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-print.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Eliminate SPIString::value_defaultThomas Holder2019-11-031-2/+2
| | | | | | - eliminate value_default - make value private (-> _value) - add value() method
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-8/+8
|
* Adjust <print> extensions for previous commit.Patrick Storz2019-08-311-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 warningsThomas Holder2019-08-231-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 Bah2019-04-061-1/+1
|
* Fix wmf/emf file opening and embed missing font config data.Martin Owens2019-03-061-2/+0
|
* modernize loopsMarc Jeanmougin2019-01-021-10/+10
|
* 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* coding style fixesJabier Arraiza2018-08-051-2/+2
|
* Refactor with Tav helpJabier Arraiza2018-08-051-4/+4
|
* Revert changesJabier Arraiza2018-08-051-46/+7
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-7/+46
| | | | pref optional to scale dashes on stroke scale
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-10/+10
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-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 Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-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 Jeanmougin2018-05-041-16/+16
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-16/+16
|
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+11
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-061-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 ↵mathog2016-11-101-1/+1
| | | | | clipping works (bzr r15235)
* Remove embedded build date, to allow reproducible building.Mattia Rizzolo2016-11-071-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 SPObjectAdrian Boguszewski2016-07-141-2/+2
| | | (bzr r14954.1.21)
* Second part of new SPObject children listAdrian Boguszewski2016-07-131-3/+11
| | | (bzr r14954.1.19)
* Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah2016-06-011-1/+1
| | | (bzr r14939)
* patch for bug 1538361, work around limits in mingw/MSVCRTmathog2016-03-111-1/+1
| | | (bzr r14699)
* patch fixes bug 1538786mathog2016-01-271-19/+30
| | | (bzr r14620)
* patch probably fixes bug 1534833mathog2016-01-171-1/+1
| | | (bzr r14594)
* patch for bug 1511508mathog2015-10-291-1/+1
| | | (bzr r14435)
* Merge from trunkKrzysztof Kosi??ski2015-05-221-4/+4
|\ | | | | (bzr r14059.2.15)
| * renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-4/+4
| | | | | | (bzr r14059.1.20)
| * merge with trunkTomasz Boczkowski2015-05-021-7/+5
| |\ | | | | | | (bzr r14059.1.12)
| * \ merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-4/+4
| |\ \ | | | | | | | | (bzr r14059.1.2)
| | * | SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-271-4/+4
| | | | | | | | | | | | (bzr r13341.6.19)
* | | | Merge from trunkKrzysztof Kosi??ski2015-05-081-7/+5
|\ \ \ \ | | |_|/ | |/| | (bzr r14059.2.11)
| * | | patch for bugs 1447850 and 1447382mathog2015-04-271-7/+5
| |/ / | | | | | | (bzr r14062)
* / / 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+10
|/ / | | | | (bzr r14059.2.1)
* | fix for bug 1425317mathog2015-02-251-0/+4
| | | | | | (bzr r13947)
* | fix for bug 1405292mathog2015-02-091-1/+1
| | | | | | (bzr r13913)
* | Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-241-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 1302857mathog2014-09-041-24/+163
| | | | | | (bzr r13544)
* | Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
| | | | | | (bzr r13459)
* | Warnings cleaup.Jon A. Cruz2014-07-151-2/+2
|/ | | (bzr r13454)
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-291-0/+4
| | | (bzr r13322)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-2/+2
| | | (bzr r13300)
* Patch for several issues in libuemf.David Mathog2014-03-251-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)