summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/emf-print.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-2/+2
- eliminate value_default - make value private (-> _value) - add value() method
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-8/+8
2019-08-31Adjust <print> extensions for previous commit.Patrick Storz1-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)
2019-08-23Eliminate clang warningsThomas Holder1-1/+1
-Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
2019-04-06More document.h cleanup.Tavmjong Bah1-1/+1
2019-03-06Fix wmf/emf file opening and embed missing font config data.Martin Owens1-2/+0
2019-01-02modernize loopsMarc Jeanmougin1-10/+10
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-08-05coding style fixesJabier Arraiza1-2/+2
2018-08-05Refactor with Tav helpJabier Arraiza1-4/+4
2018-08-05Revert changesJabier Arraiza1-46/+7
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza1-7/+46
pref optional to scale dashes on stroke scale
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-10/+10
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-3/+3
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-32/+32
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-16/+16
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-16/+16
2018-04-29moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-10/+11
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-04-06EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun1-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)
2016-11-10patch for bug 1405292, start clipping with COPY instead of OR so GDI ↵mathog1-1/+1
clipping works (bzr r15235)
2016-11-07Remove embedded build date, to allow reproducible building.Mattia Rizzolo1-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)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-3/+11
(bzr r14954.1.19)
2016-06-01Remove last use of getSVGUnit() and remove all remnants of this abomination.Tavmjong Bah1-1/+1
(bzr r14939)
2016-03-11patch for bug 1538361, work around limits in mingw/MSVCRTmathog1-1/+1
(bzr r14699)
2016-01-27patch fixes bug 1538786mathog1-19/+30
(bzr r14620)
2016-01-17patch probably fixes bug 1534833mathog1-1/+1
(bzr r14594)
2015-10-29patch for bug 1511508mathog1-1/+1
(bzr r14435)
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-4/+4
(bzr r14059.1.20)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-10/+10
(bzr r14059.2.1)
2015-04-27patch for bugs 1447850 and 1447382mathog1-7/+5
(bzr r14062)
2015-02-25fix for bug 1425317mathog1-0/+4
(bzr r13947)
2015-02-09fix for bug 1405292mathog1-1/+1
(bzr r13913)
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen1-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)
2014-09-04resolves bug 1348417 and implements addition features for bug 1302857mathog1-24/+163
(bzr r13544)
2014-07-22Replaced some abs/fabs with std::abs.Markus Engel1-1/+1
(bzr r13459)
2014-07-15Warnings cleaup.Jon A. Cruz1-2/+2
(bzr r13454)
2014-05-27SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski1-4/+4
(bzr r13341.6.19)
2014-04-29Improved support for clipping on EMF/WMF import, see bug 1302857mathog1-0/+4
(bzr r13322)
2014-04-24Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah1-2/+2
(bzr r13300)
2014-03-25Patch for several issues in libuemf.David Mathog1-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)
2014-03-23emf-print.cpp : fix coding... :'(Johan B. C. Engelen1-12/+12
(bzr r13189)
2014-03-18Warning cleanups.Jon A. Cruz1-1/+1
(bzr r13162)
2014-03-11Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah1-13/+12
properties. Split style.h into more manageable size files. (bzr r13135)
2014-02-22Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵David Mathog1-5/+5
import/export (bug #1278645). Fixed bugs: - https://launchpad.net/bugs/1278645 (bzr r13049)