summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Protect against infinate looping of new included hrefsMartin Owens2014-01-221-1/+1
| | | (bzr r12970)
* EMF export: fix handling of transformed rectangular gradients (bug #1263242)David Mathog2014-01-211-9/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12968)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-1712-664/+1034
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). ↵Tavmjong Bah2014-01-151-3/+3
| | | | | Note: 523285 is not a bug. (bzr r12935)
* drop useless checks for hard Cairo version dependencyAlex Valavanis2014-01-152-8/+0
| | | (bzr r12933)
* fix warningsJohan B. C. Engelen2014-01-081-4/+4
| | | (bzr r12897)
* Fix for bug #1204732 (Inkscape crashed with SIGABRT in ↵Nicolas Dufour2013-12-261-1/+4
| | | | | | | | __gnu_cxx::__verbose_terminate_handler()). Fixed bugs: - https://launchpad.net/bugs/1204732 (bzr r12861)
* ImageMagick exception handling improvements (see Bug #1252719).Nicolas Dufour2013-12-031-1/+7
| | | (bzr r12836)
* Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.Tavmjong Bah2013-11-192-17/+43
| | | | | Removed two unused preference options for bitmaps. (bzr r12823)
* i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX ↵Nicolas Dufour2013-11-181-1/+1
| | | | | | | | are not localized.). Fixed bugs: - https://launchpad.net/bugs/1252229 (bzr r12820)
* fix warningsJohan B. C. Engelen2013-10-301-2/+14
| | | (bzr r12752)
* "fix" some "unused parameter" warningsKris De Gussem2013-10-296-6/+6
| | | (bzr r12746)
* add some nullptr checking, should fix crash (couldn't test)Johan B. C. Engelen2013-10-275-5/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1243011 (bzr r12733)
* fix crash, partly fix vertical positioning issue. couldn't figure out how to ↵Johan B. C. Engelen2013-10-272-10/+8
| | | | | | | | make it work, the applied scale transform works weird somehow Fixed bugs: - https://launchpad.net/bugs/1244793 (bzr r12732)
* fix crashJohan B. C. Engelen2013-10-261-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1244793 (bzr r12728)
* Fix for Bug 1241783 (WMF image output size)David Mathog2013-10-251-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12726)
* WMF import: fix scaling of files without ViewPort recordDavid Mathog2013-10-251-1/+3
| | | | | | | | (see bug 1241783, comment 4-5) Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r12725)
* Fix for Bug 1242927 (minor EMF import issues)David Mathog2013-10-241-4/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1242927 (bzr r12721)
* Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)David Mathog2013-10-242-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1243937 (bzr r12720)
* fix bug "some of the locale-based templates cause objects to be resized when ↵Johan B. C. Engelen2013-10-248-12/+14
| | | | | | | | default units are changed" #1236257 Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r12717)
* Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).Nicolas Dufour2013-10-221-2/+9
| | | (bzr r12711)
* Fix for Bug #1230292 (dbus service file not included in tarball when doing a ↵Nicolas Dufour2013-10-221-1/+2
| | | | | | | | make dist) by Ryan Lerch. Fixed bugs: - https://launchpad.net/bugs/1230292 (bzr r12710)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-122-2/+2
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵Nicolas Dufour2013-10-094-9/+9
| | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673)
* Fix EMF/WMF import scale (Bug #1229120).Matthew Petroff2013-10-052-0/+52
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1229120 (bzr r12662)
* Fix mismatched tagsAlex Valavanis2013-10-011-2/+2
| | | (bzr r12644)
* memleak!Johan B. C. Engelen2013-09-301-2/+2
| | | (bzr r12636)
* effects don't need to merge into menus if we're running without gui; with ↵buliabyak2013-09-282-3/+1
| | | | | this we can purge a redundant reading of menus skeleton, which leaked its xml tree (bzr r12616)
* for bitmap import, use a default value of 90 dpi, if not otherwise ↵Alvin Penner2013-09-231-9/+4
| | | | | specified. Bug 165952, comment 43. (bzr r12583)
* Fixed bug in last commit.Matthew Petroff2013-09-221-1/+2
| | | (bzr r12576)
* Fix adding viewBox to new documents.Matthew Petroff2013-09-228-0/+51
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228660 - https://launchpad.net/bugs/1228693 - https://launchpad.net/bugs/1228852 (bzr r12575)
* Fix preview page number for PDF Cairo import dialogAlex Valavanis2013-09-211-1/+1
| | | (bzr r12568)
* Fix format security errorsAlex Valavanis2013-09-213-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
* Fix build with dbus api enabled.Matthew Petroff2013-09-201-2/+3
| | | (bzr r12555)
* Merge from trunk.Matthew Petroff2013-09-2012-55/+47
|\ | | | | (bzr r12475.1.29)
| * Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson2013-09-191-2/+2
| | | | | | | | | | | | | | | | Fixes LP #523285. Fixed bugs: - https://launchpad.net/bugs/523285 (bzr r12544)
| * Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-195-5/+5
| |\ | | | | | | (bzr r12532)
| | * Merged from trunk (r12517).Markus Engel2013-09-1437-28533/+2030
| | |\ | | | | | | | | (bzr r11608.1.121)
| | * \ Merged from trunk (r12488).Markus Engel2013-08-3042-3765/+41253
| | |\ \ | | | | | | | | | | (bzr r11608.1.120)
| | * \ \ Merged from trunk (r12465).Markus Engel2013-08-041-1/+19
| | |\ \ \ | | | | | | | | | | | | (bzr r11608.1.119)
| | * | | | Cleaned up.Markus Engel2013-08-031-1/+1
| | | | | | | | | | | | | | | | | | (bzr r11608.1.117)
| | * | | | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-022-2/+2
| | | | | | | | | | | | | | | | | | (bzr r11608.1.116)
| | * | | | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
| | | | | | | | | | | | | | | | | | (bzr r11608.1.115)
| | * | | | Merge from trunk (r12439).Markus Engel2013-07-255-352/+0
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.108)
| | * \ \ \ \ Merged from trunk (r12419).Markus Engel2013-07-1455-775/+1124
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11608.1.107)
| | * \ \ \ \ \ merged from trunk (r12287)Markus Engel2013-04-204-108/+99
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r11608.1.99)
| | * \ \ \ \ \ \ merged from trunk (r12265)Markus Engel2013-04-053-668/+379
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.80)
| | * | | | | | | | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.60)
| * | | | | | | | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-198-48/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | | | | | | | | | Improved code readability.Matthew Petroff2013-09-153-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.21)