summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow <sodipodi:namedview> attributes to be set by scripts.Tavmjong Bah2014-10-081-32/+66
| | | | | | This is a bit of a hack... Why does <sodipode:namedview> need special treatment? (bzr r13341.1.258)
* Update to trunk r13580Liam P. White2014-10-0612-36/+220
|\ | | | | (bzr r13341.1.255)
| * Importing. Fix for Bug #1325822 (BMP images resolution not correctly imported).Nicolas Dufour2014-10-011-0/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1325822 (bzr r13573)
| * Extensions. Fix for Bug #1372200 (Comment within <script> element in INX ↵Nicolas Dufour2014-09-231-2/+7
| | | | | | | | | | | | | | | | file triggers crash on launch). Fixed bugs: - https://launchpad.net/bugs/1372200 (bzr r13563)
| * Always check result of sp_repr_read_mem for NULLBryce Harrington2014-09-142-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | In cases where undefined or invalid XML is passed to sp_repr_read_mem(), it will indicate failure by returning NULL. All callers must check for this and handle the error condition accordingly. Fixes: lp: #1170248 Fixed bugs: - https://launchpad.net/bugs/1170248 (bzr r13556)
| * partial rollback of r13544, allow old recursive behavior for some locations, ↵mathog2014-09-081-1/+1
| | | | | | | | | | but not EMF import (bzr r13549)
| * resolves bug 1348417 and implements addition features for bug 1302857mathog2014-09-047-32/+199
| | | | | | (bzr r13544)
* | Move more UI code into ui/Liam P. White2014-10-051-3/+3
| | | | | | (bzr r13341.1.253)
* | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.248)
* | Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | | | | (bzr r13341.1.247)
* | Removal of unused code dealing with PangoStringToDescrMap and ↵Tavmjong Bah2014-10-031-6/+5
| | | | | | | | | | | | | | UIStringToPangoStringMap. Removal of font_factory::GetUIFamiliesAndStyle() (unneeded after implementation of style caching). (bzr r13341.1.239)
* | Remove misleading dialogs directoryLiam P. White2014-09-025-5/+5
| | | | | | (bzr r13341.1.192)
* | Update to trunk r13542Liam P. White2014-09-022-2/+2
|\| | | | | (bzr r13341.1.191)
| * UI. Fix for Bug #340723 "Interface inconsistency of tooltips".Nicolas Dufour2014-08-262-2/+2
| | | | | | | | | | | | | | | | Translations. Translations template update. Fixed bugs: - https://launchpad.net/bugs/340723 (bzr r13532)
* | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-312-8/+7
| | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | Minor pass of header cleanupLiam P. White2014-08-301-0/+3
| | | | | | (bzr r13341.1.189)
* | Reduce header bloatAlex Valavanis2014-08-304-5/+4
| | | | | | (bzr r13341.1.184)
* | Fix Gtk+ 2 buildAlex Valavanis2014-08-242-0/+12
| | | | | | (bzr r13341.1.171)
* | Fix deprecated VBox useAlex Valavanis2014-08-232-6/+6
| | | | | | (bzr r13341.1.165)
* | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵Tavmjong Bah2014-08-201-5/+7
| | | | | | | | | | (rendering only). (bzr r13341.1.148)
* | Fix build (not pretty).Liam P. White2014-08-181-2/+2
| | | | | | (bzr r13341.1.146)
* | Code cleanup.Liam P. White2014-08-182-99/+25
| | | | | | (bzr r13341.1.145)
* | Update to trunk r13525Liam P. White2014-08-171-15/+25
|\| | | | | (bzr r13341.1.142)
| * Export. Fix for Bug #1166184 (XAML export not compatible with Silverlight).Nicolas Dufour2014-08-101-15/+25
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1166184 (bzr r13505)
* | Merge from lp:inkscape 13477Johan B. C. Engelen2014-07-281-3/+19
|\| | | | | (bzr r13341.1.103)
| * Fix for bug 1340683 for WMF inputmathog2014-07-281-3/+19
| | | | | | (bzr r13473)
* | Merge from trunk 13472Liam P. White2014-07-277-21/+38
|\| | | | | (bzr r13341.1.102)
| * sync with libTere version of text_reassemble.cmathog2014-07-251-3/+3
| | | | | | (bzr r13469)
| * Fix for bug 1340683mathog2014-07-241-1/+17
| | | | | | (bzr r13468)
| * Fix for bug 1336753mathog2014-07-241-5/+7
| | | | | | (bzr r13467)
| * Fixed parentheses.Markus Engel2014-07-221-1/+1
| | | | | | (bzr r13461)
| * Replaced some abs/fabs with std::abs.Markus Engel2014-07-224-6/+6
| | | | | | (bzr r13459)
| * Fixed some unused variables warnings.Markus Engel2014-07-222-2/+2
| | | | | | (bzr r13458)
| * Warnings cleaup.Jon A. Cruz2014-07-152-3/+2
| | | | | | (bzr r13454)
* | Update to latest tip (trunk r13432)Liam P. White2014-06-1913-920/+198
|\| | | | | (bzr r13341.1.62)
| * Extensions. Fix for Bug #433860 (Live preview doesn't work after updating ↵Nicolas Dufour2014-06-181-0/+3
| | | | | | | | | | | | | | | | the values many times). Fixed bugs: - https://launchpad.net/bugs/433860 (bzr r13430)
| * Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ↵Nicolas Dufour2014-06-112-6/+17
| | | | | | | | | | | | | | | | specified in <command> doesn't exist). Fixed bugs: - https://launchpad.net/bugs/505920 (bzr r13421)
| * revise email theadibAdib Taraben2014-06-062-2/+2
| | | | | | (bzr r13410)
| * merge pdf import via poppler-cairo into native importerAdib Taraben2014-06-067-911/+175
| | | | | | (bzr r13409)
| * Patch from comment 7. Fixes build with Poppler 0.26.Matthias Kilian (no public email in lp)2014-06-031-9/+45
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13405)
| * i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not ↵Nicolas Dufour2014-05-221-1/+1
| | | | | | | | | | | | | | | | translated). Fixed bugs: - https://launchpad.net/bugs/1318339 (bzr r13396)
* | Fix build failure with poppler 0.26 (Bug #1315142)Matthias Kilian2014-06-041-9/+45
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13341.1.46)
* | Convert from 90px to inch to 96px to inch per SVG (CSS) specification.Tavmjong Bah2014-05-261-4/+4
|/ | | (bzr r13341.1.39)
* Fix a small copy-paste typo. (Get position Y returns X)Mohamed Ikbel Boulabiar2014-05-061-1/+1
| | | (bzr r13338.1.1)
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-297-86/+337
| | | (bzr r13322)
* Fix for bug 1306138mathog2014-04-284-82/+72
| | | (bzr r13319)
* Fix for bug 1294840mathog2014-04-281-4/+1
| | | (bzr r13318)
* Extensions. Fix for Bug #1307554 (Don't show the Export > win32 vector print ↵Nicolas Dufour2014-04-281-0/+12
| | | | | | | | extension on Platforms that don't support it). Fixed bugs: - https://launchpad.net/bugs/1307554 (bzr r13316)
* Update CMake FilesCampbell Barton2014-04-271-0/+1
| | | (bzr r13313)
* Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ↵Tavmjong Bah2014-04-273-207/+226
| | | | | | | | | | | | | | | | | | | | | | | | class. (WMF) modified: src/extension/internal/emf-inout.h src/extension/internal/wmf-inout.cpp src/extension/internal/wmf-inout.h unknown: .comments/ 1232425-fix-clang-warnings-mismatched-tags-SPStyle-r13299-v1.diff FILTERS/ RecentTextDecoChagnes.zip doxygen/ share/attributes/attindex.html share/attributes/propidx.html share/symbols/FlowSymbolsNew.svg src/cxxtests src/cxxtests.cpp src/cxxtests.log src/cxxtests.xml src/ui/dialog/symbols.cpp_new (bzr r13311)