summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* emf-print.cpp : fix coding... :'(Johan B. C. Engelen2014-03-231-12/+12
| | | (bzr r13189)
* cairo-render-context: swap order of header inclusion to redefinition clash ↵Johan B. C. Engelen2014-03-211-1/+1
| | | | | of #define STRICT in pangowin32.h with windef.h (pango should check if STRICT is already defined or not) (bzr r13180)
* remove #pragma for 11 year old compiler that I cannot imagine anyone using ↵Johan B. C. Engelen2014-03-201-8/+0
| | | | | at this point (bzr r13174)
* WMF support: last piece of the code cleanup from bug #1248753David Mathog2014-03-191-64/+49
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1248753 (bzr r13167)
* 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)
* Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.Jon A. Cruz2014-03-181-19/+16
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1293295 (bzr r13163)
* Warning cleanups.Jon A. Cruz2014-03-182-2/+2
| | | (bzr r13162)
* Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski2014-03-132-13/+9
| | | | | | | | Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143)
* pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski2014-03-132-28/+30
| | | (bzr r13142)
* Change stroke-dasharray and stroke-dashoffset handling to match other ↵Tavmjong Bah2014-03-117-107/+88
| | | | | | | properties. Split style.h into more manageable size files. (bzr r13135)
* Remove unused includes to tidy up the code.Martin Owens2014-03-093-2/+2
| | | (bzr r13132)
* WMF: fix for files with swapped W, H in the SETWINDOWEXT recordDavid Mathog2014-03-061-86/+81
| | | | | | | | EMF: code cleanup Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r13119)
* Remove dom/* code and replace two uses of dom/uri with uri.Martin Owens2014-03-032-19/+9
|\ | | | | (bzr r13107)
| * Merge to trunkMartin Owens2014-02-281-1/+1
| |\ | | | | | | (bzr r13047.1.7)
| * | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-262-19/+9
| | | | | | | | | | | | | | | ziptool to utils. (bzr r13047.1.5)
* | | More memory leak fixes (Bug #1275170)Kris De Gussem2014-03-031-1/+3
| |/ |/| | | (bzr r13105)
* | Fix whitespace formatting of dbus documentation (bug 1282045)Tomasz Boczkowski2014-02-271-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1282045 (bzr r13066)
* | Revert unintended checkin.Tavmjong Bah2014-02-251-3/+3
| | | | | | (bzr r13058)
* | Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah2014-02-251-3/+3
|/ | | | | | | | | | | | Symbols cannot have 'tranform' attribute. The old code copied the group 'transform' attribute to the symbol. The new code creates an intermediate group with the required 'transform' if it is not a simple translation. A simple translation is removed and applied instead to the new <use> element. Multiple objects can now be turned into a symbol without first grouping the objects. (At the cost that multiple groups can no longer be turned into multiple symbols at one go.) This better matches marker and pattern creation. (bzr r13057)
* Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵David Mathog2014-02-224-15/+23
| | | | | | | | import/export (bug #1278645). Fixed bugs: - https://launchpad.net/bugs/1278645 (bzr r13049)
* Image import dialog: add dpi option (from file or default), use compacter ↵su_v2014-02-121-5/+17
| | | | | | | | layout (help as tooltips) Fixed bugs: - https://launchpad.net/bugs/1253051 (bzr r13026)
* Set bitmap upscaling preference in Cairo based PS and PDF output.Tavmjong Bah2014-02-121-1/+22
| | | (bzr r13025)
* Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.Tavmjong Bah2014-02-111-0/+4
| | | (bzr r13023)
* Set 'preserveAspectRatio' to 'none' when importing an image.Tavmjong Bah2014-02-111-0/+6
| | | (bzr r13020)
* Extensions->Render submenu. Scaling into document units for grid.cpp (Bug ↵Alvin Penner2014-02-101-5/+7
| | | | | 1240455) (bzr r13018)
* EMF/WMF support: Various changes (see bug #1263242 c35 for details)David Mathog2014-02-087-71/+163
| | | | | | | | | | | | | | | | | | | | EMF support: - linear gradients: improve numeric stability on round-trip editing - linear gradients: fix scaling issue libTERE/text_reassemble update: - improve handling of whitespace created with large x kerns - fix handling of absolute RTL-positioning of LTR text in EMF files WMF support: - fix support for 'textout' records and Placeable headers - add support for CREATEPATTERNBRUSH - fix offset on load if opened via GUI (bug #1250250) Fixed bugs: - https://launchpad.net/bugs/1263242 - https://launchpad.net/bugs/1250250 (bzr r13008)
* Fix for Bug #1275443 (Including picture results in crash).Nicolas Dufour2014-02-071-0/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1275443 (bzr r13006)
* Protect against infinate looping of new included hrefsMartin Owens2014-01-221-1/+1
| | | (bzr r12970)
* EMF export: fix handling of transformed rectangular gradients (bug #1263242)David Mathog2014-01-211-9/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12968)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-1712-664/+1034
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). ↵Tavmjong Bah2014-01-151-3/+3
| | | | | Note: 523285 is not a bug. (bzr r12935)
* drop useless checks for hard Cairo version dependencyAlex Valavanis2014-01-152-8/+0
| | | (bzr r12933)
* fix warningsJohan B. C. Engelen2014-01-081-4/+4
| | | (bzr r12897)
* Fix for bug #1204732 (Inkscape crashed with SIGABRT in ↵Nicolas Dufour2013-12-261-1/+4
| | | | | | | | __gnu_cxx::__verbose_terminate_handler()). Fixed bugs: - https://launchpad.net/bugs/1204732 (bzr r12861)
* ImageMagick exception handling improvements (see Bug #1252719).Nicolas Dufour2013-12-031-1/+7
| | | (bzr r12836)
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-192-17/+43
| | | | | Removed two unused preference options for bitmaps. (bzr r12823)
* i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX ↵Nicolas Dufour2013-11-181-1/+1
| | | | | | | | are not localized.). Fixed bugs: - https://launchpad.net/bugs/1252229 (bzr r12820)
* fix warningsJohan B. C. Engelen2013-10-301-2/+14
| | | (bzr r12752)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-296-6/+6
| | | (bzr r12746)
* add some nullptr checking, should fix crash (couldn't test)Johan B. C. Engelen2013-10-275-5/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1243011 (bzr r12733)
* fix crash, partly fix vertical positioning issue. couldn't figure out how to ↵Johan B. C. Engelen2013-10-272-10/+8
| | | | | | | | make it work, the applied scale transform works weird somehow Fixed bugs: - https://launchpad.net/bugs/1244793 (bzr r12732)
* fix crashJohan B. C. Engelen2013-10-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1244793 (bzr r12728)
* Fix for Bug 1241783 (WMF image output size)David Mathog2013-10-251-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12726)
* WMF import: fix scaling of files without ViewPort recordDavid Mathog2013-10-251-1/+3
| | | | | | | | (see bug 1241783, comment 4-5) Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12725)
* Fix for Bug 1242927 (minor EMF import issues)David Mathog2013-10-241-4/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1242927 (bzr r12721)
* Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)David Mathog2013-10-242-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1243937 (bzr r12720)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-248-12/+14
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).Nicolas Dufour2013-10-221-2/+9
| | | (bzr r12711)
* Fix for Bug #1230292 (dbus service file not included in tarball when doing a ↵Nicolas Dufour2013-10-221-1/+2
| | | | | | | | make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1230292 (bzr r12710)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-122-2/+2
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)