summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* emf-print.cpp : fix coding... :'(Johan B. C. Engelen2014-03-231-12/+12
* cairo-render-context: swap order of header inclusion to redefinition clash of...Johan B. C. Engelen2014-03-211-1/+1
* remove #pragma for 11 year old compiler that I cannot imagine anyone using at...Johan B. C. Engelen2014-03-201-8/+0
* WMF support: last piece of the code cleanup from bug #1248753David Mathog2014-03-191-64/+49
* EMF import: fix clipPath definition: move transform attribute into the <rect>...David Mathog2014-03-191-2/+2
* Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295.Jon A. Cruz2014-03-181-19/+16
* Warning cleanups.Jon A. Cruz2014-03-182-2/+2
* Render zero-width PDF lines as 1px lines compensated for current transform.Krzysztof Kosi??ski2014-03-132-13/+9
* pdfinput: Do not use an extremely ugly static variable in SvgBuilderKrzysztof Kosi??ski2014-03-132-28/+30
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-117-107/+88
* Remove unused includes to tidy up the code.Martin Owens2014-03-093-2/+2
* WMF: fix for files with swapped W, H in the SETWINDOWEXT recordDavid Mathog2014-03-061-86/+81
* Remove dom/* code and replace two uses of dom/uri with uri.Martin Owens2014-03-032-19/+9
|\
| * Merge to trunkMartin Owens2014-02-281-1/+1
| |\
| * | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...Martin Owens2014-02-262-19/+9
* | | More memory leak fixes (Bug #1275170)Kris De Gussem2014-03-031-1/+3
| |/ |/|
* | Fix whitespace formatting of dbus documentation (bug 1282045)Tomasz Boczkowski2014-02-271-1/+1
* | Revert unintended checkin.Tavmjong Bah2014-02-251-3/+3
* | Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah2014-02-251-3/+3
|/
* Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF import/export...David Mathog2014-02-224-15/+23
* Image import dialog: add dpi option (from file or default), use compacter lay...su_v2014-02-121-5/+17
* Set bitmap upscaling preference in Cairo based PS and PDF output.Tavmjong Bah2014-02-121-1/+22
* Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.Tavmjong Bah2014-02-111-0/+4
* Set 'preserveAspectRatio' to 'none' when importing an image.Tavmjong Bah2014-02-111-0/+6
* Extensions->Render submenu. Scaling into document units for grid.cpp (Bug 124...Alvin Penner2014-02-101-5/+7
* EMF/WMF support: Various changes (see bug #1263242 c35 for details)David Mathog2014-02-087-71/+163
* Fix for Bug #1275443 (Including picture results in crash).Nicolas Dufour2014-02-071-0/+6
* Protect against infinate looping of new included hrefsMartin Owens2014-01-221-1/+1
* EMF export: fix handling of transformed rectangular gradients (bug #1263242)David Mathog2014-01-211-9/+9
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-1712-664/+1034
* Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...Tavmjong Bah2014-01-151-3/+3
* drop useless checks for hard Cairo version dependencyAlex Valavanis2014-01-152-8/+0
* fix warningsJohan B. C. Engelen2014-01-081-4/+4
* Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_t...Nicolas Dufour2013-12-261-1/+4
* ImageMagick exception handling improvements (see Bug #1252719).Nicolas Dufour2013-12-031-1/+7
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-192-17/+43
* i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX ar...Nicolas Dufour2013-11-181-1/+1
* fix warningsJohan B. C. Engelen2013-10-301-2/+14
* "fix" some "unused parameter" warningsKris De Gussem2013-10-296-6/+6
* add some nullptr checking, should fix crash (couldn't test)Johan B. C. Engelen2013-10-275-5/+6
* fix crash, partly fix vertical positioning issue. couldn't figure out how to ...Johan B. C. Engelen2013-10-272-10/+8
* fix crashJohan B. C. Engelen2013-10-261-1/+1
* Fix for Bug 1241783 (WMF image output size)David Mathog2013-10-251-1/+4
* WMF import: fix scaling of files without ViewPort recordDavid Mathog2013-10-251-1/+3
* Fix for Bug 1242927 (minor EMF import issues)David Mathog2013-10-241-4/+11
* Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)David Mathog2013-10-242-0/+4
* fix bug "some of the locale-based templates cause objects to be resized when ...Johan B. C. Engelen2013-10-248-12/+14
* Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).Nicolas Dufour2013-10-221-2/+9
* Fix for Bug #1230292 (dbus service file not included in tarball when doing a ...Nicolas Dufour2013-10-221-1/+2
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen2013-10-122-2/+2