summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Fix deprecated VBox useAlex Valavanis2014-08-232-6/+6
| * | | | | | | | | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...Tavmjong Bah2014-08-201-5/+7
| * | | | | | | | | Fix build (not pretty).Liam P. White2014-08-181-2/+2
| * | | | | | | | | Code cleanup.Liam P. White2014-08-182-99/+25
| * | | | | | | | | Update to trunk r13525Liam P. White2014-08-171-15/+25
| |\| | | | | | | |
| | * | | | | | | | Export. Fix for Bug #1166184 (XAML export not compatible with Silverlight).Nicolas Dufour2014-08-101-15/+25
| | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | Update to experimental r13464Liam P. White2014-08-087-24/+57
|\| | | | | | | |
| * | | | | | | | Merge from lp:inkscape 13477Johan B. C. Engelen2014-07-281-3/+19
| |\| | | | | | |
| | * | | | | | | Fix for bug 1340683 for WMF inputmathog2014-07-281-3/+19
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge from trunk 13472Liam P. White2014-07-277-21/+38
| |\| | | | | |
| | * | | | | | 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
* | | | | | | Fix typo in dbus api filesLiam P. White2014-07-241-1/+1
* | | | | | | Fix build with DBUS (thanks ~suv)Liam P. White2014-07-013-8/+8
* | | | | | | 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-276-8/+10
* | | | | | | Convert accidental member accesses into static function accessesLiam P. White2014-06-264-4/+5
* | | | | | | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
* | | | | | | 1. make it compileLiam P. White2014-06-2510-12/+12
|/ / / / / /
* | | | | | Update to latest tip (trunk r13432)Liam P. White2014-06-1913-920/+198
|\| | | | |
| * | | | | Extensions. Fix for Bug #433860 (Live preview doesn't work after updating the...Nicolas Dufour2014-06-181-0/+3
| | |_|/ / | |/| | |
| * | | | Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ...Nicolas Dufour2014-06-112-6/+17
| * | | | revise email theadibAdib Taraben2014-06-062-2/+2
| * | | | merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-067-911/+175
| | |/ / | |/| |
| * | | Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-9/+45
| |/ /
| * / i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not tran...Nicolas Dufour2014-05-221-1/+1
| |/
* | Fix build failure with poppler 0.26 (Bug #1315142)Matthias Kilian2014-06-041-9/+45
* | Convert from 90px to inch to 96px to inch per SVG (CSS) specification.Tavmjong Bah2014-05-261-4/+4
|/
* Fix a small copy-paste typo. (Get position Y returns X)Mohamed Ikbel Boulabiar2014-05-061-1/+1
* 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
* Extensions. Fix for Bug #1307554 (Don't show the Export > win32 vector print ...Nicolas Dufour2014-04-281-0/+12
* Update CMake FilesCampbell Barton2014-04-271-0/+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-263-3/+3
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-242-4/+4
* workaround build failure on Ubuntu 14.04 with dbus ext and clangAlex Valavanis2014-04-161-1/+1
* 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-302-2/+2
* 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
* Patch for base constructor calls.Markus Engel2014-03-242-3/+3