summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow <sodipodi:namedview> attributes to be set by scripts.Tavmjong Bah2014-10-081-32/+66
* Update to trunk r13580Liam P. White2014-10-0612-36/+220
|\
| * Importing. Fix for Bug #1325822 (BMP images resolution not correctly imported).Nicolas Dufour2014-10-011-0/+7
| * Extensions. Fix for Bug #1372200 (Comment within <script> element in INX file...Nicolas Dufour2014-09-231-2/+7
| * Always check result of sp_repr_read_mem for NULLBryce Harrington2014-09-142-1/+6
| * partial rollback of r13544, allow old recursive behavior for some locations, ...mathog2014-09-081-1/+1
| * resolves bug 1348417 and implements addition features for bug 1302857mathog2014-09-047-32/+199
* | Move more UI code into ui/Liam P. White2014-10-051-3/+3
* | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
* | Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* | Removal of unused code dealing with PangoStringToDescrMap and UIStringToPango...Tavmjong Bah2014-10-031-6/+5
* | Remove misleading dialogs directoryLiam P. White2014-09-025-5/+5
* | Update to trunk r13542Liam P. White2014-09-022-2/+2
|\|
| * UI. Fix for Bug #340723 "Interface inconsistency of tooltips".Nicolas Dufour2014-08-262-2/+2
* | Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White2014-08-312-8/+7
* | Minor pass of header cleanupLiam P. White2014-08-301-0/+3
* | Reduce header bloatAlex Valavanis2014-08-304-5/+4
* | Fix Gtk+ 2 buildAlex Valavanis2014-08-242-0/+12
* | 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
* | 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
* | 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