summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wmf-print.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display an error dialog when image is too large for WMFJames Collier2019-06-201-14/+27
|
* Fix typo mentioned in #44James Collier2019-06-201-1/+1
|
* 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-5/+5
|
* 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-6/+0
|
* Fixing coding styleJabier Arraiza2018-08-051-2/+2
|
* Fixes pointed by TavJabier Arraiza2018-08-051-2/+5
|
* coding style fixesJabier Arraiza2018-08-051-3/+4
|
* Refactor with Tav helpJabier Arraiza2018-08-051-3/+3
|
* Revert changesJabier Arraiza2018-08-051-44/+5
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-5/+44
| | | | pref optional to scale dashes on stroke scale
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-9/+9
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* 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-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 Jeanmougin2018-05-041-13/+13
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-13/+13
|
* 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/+9
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-3/+3
| | | Found via `codespell`
* Avoid name conflict with libwmf (wmf_free).Tavmjong Bah2017-06-011-1/+1
| | | (bzr r15724)
* improve dot dash support in wmf exportmathog2017-02-171-1/+22
| | | (bzr r15526)
* patch probably fixes bug 1534833mathog2016-01-171-1/+4
| | | (bzr r14594)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-1/+1
| | | (bzr r14059.2.16)
* Merge from trunkKrzysztof Kosi??ski2015-05-221-2/+2
|\ | | | | (bzr r14059.2.15)
| * renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-2/+2
| | | | | | (bzr r14059.1.20)
| * merge with trunkTomasz Boczkowski2015-05-021-3/+3
| |\ | | | | | | (bzr r14059.1.12)
| * \ merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+2
| |\ \ | | | | | | | | (bzr r14059.1.2)
| | * | SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-271-2/+2
| | | | | | | | | | | | (bzr r13341.6.19)
* | | | Merge from trunkKrzysztof Kosi??ski2015-05-081-3/+3
|\ \ \ \ | | |_|/ | |/| | (bzr r14059.2.11)
| * | | patch for bugs 1447850 and 1447382mathog2015-04-271-3/+3
| |/ / | | | | | | (bzr r14062)
* / / 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-10/+9
|/ / | | | | (bzr r14059.2.1)
* | Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-071-1/+2
| | | | | | (bzr r13908)
* | Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
|/ | | (bzr r13459)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-2/+2
| | | (bzr r13300)
* Warning cleanups.Jon A. Cruz2014-03-181-1/+1
| | | (bzr r13162)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-111-7/+6
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵David Mathog2014-02-221-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 Mathog2014-01-171-57/+59
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-291-1/+1
| | | (bzr r12746)
* Fix for Bug 1241783 (WMF image output size)David Mathog2013-10-251-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12726)
* Merge from trunk.Matthew Petroff2013-09-201-6/+7
|\ | | | | (bzr r12475.1.29)
| * Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-6/+7
| | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | Merge from trunk.Matthew Petroff2013-09-121-2/+2
|/ | | (bzr r12475.1.16)
* Unduplicate some code in the metafile printing extensionsKrzysztof Kosi??ski2013-09-011-987/+566
| | | (bzr r12499)
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-311-6/+2
| | | | | Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)
* adapt to changes in r12471 (unit refactoring)su_v2013-08-291-3/+2
| | | (bzr r11668.1.76)
* changes_2013_05_22a.patch:David Mathog2013-06-191-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export). 2. Implements CSS 3 (and CSS 2) text-decoration support. Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance: text-decoration: underline solid is valid, but would break CSS2. Solid is the default, so that sort of case is written as: text-decoration: underline If the state is CSS3 specific all of the needed fields are of course include, like text-decoration: underline wavy red 3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces) 4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span. 5. It incorporates code to disable text decorations when text so marked is mapped onto a path. 6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts. 7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. ) (bzr r11668.1.71)