summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 1340683 for WMF inputmathog2014-07-281-3/+19
* sync with libTere version of text_reassemble.cmathog2014-07-251-3/+3
* Fix for bug 1340683mathog2014-07-241-1/+17
* Fix for bug 1336753mathog2014-07-241-5/+7
* Fixed parentheses.Markus Engel2014-07-221-1/+1
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-224-6/+6
* Fixed some unused variables warnings.Markus Engel2014-07-222-2/+2
* Warnings cleaup.Jon A. Cruz2014-07-152-3/+2
* revise email theadibAdib Taraben2014-06-062-2/+2
* merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-065-901/+175
* Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-9/+45
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-297-86/+337
* Fix for bug 1306138mathog2014-04-284-82/+72
* Fix for bug 1294840mathog2014-04-281-4/+1
* Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ...Tavmjong Bah2014-04-273-207/+226
* Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ...Tavmjong Bah2014-04-272-202/+217
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-262-2/+2
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-242-4/+4
* pdf import via poppler-cairo, bug:1017123:handling stroke width < 1Adib Taraben2014-04-131-1/+1
* Fix for Bug #1302987 (Importing a PNG image with unittype field undefined fai...Nicolas Dufour2014-04-101-11/+6
* Cleanup namespace removal so that it doesn't require bugs in updateRepr to wo...Martin Owens2014-04-041-17/+38
* Removed some operator keywords.Markus Engel2014-03-301-1/+1
* Second patch for analyzer warnings in libuemf.David Mathog2014-03-261-9/+30
* Patch for several issues in libuemf.David Mathog2014-03-254-6/+7
* 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-092-0/+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
|\
| * 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
* | 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
* EMF export: fix handling of transformed rectangular gradients (bug #1263242)David Mathog2014-01-211-9/+9