summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve calculation precision of stroke-to-path, for very large user units ↵Johan B. C. Engelen2014-04-141-7/+8
| | | | | | | | that make the stroke width a very small number. Fixed bugs: - https://launchpad.net/bugs/1244861 (bzr r13286)
* patch by Gellule, fixes wrong parsing of style, work-around for bug in libc++Johan B. C. Engelen2014-04-141-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1300271 (bzr r13285)
* pdf import via poppler-cairo, bug:1017123:handling stroke width < 1Adib Taraben2014-04-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1017123 (bzr r13283)
* Fix for Bug #1302987 (Importing a PNG image with unittype field undefined ↵Nicolas Dufour2014-04-101-11/+6
| | | | | | | | fails). Fixed bugs: - https://launchpad.net/bugs/1302987 (bzr r13279)
* Make extension tests compatible with VPATH builds.Krzysztof Kosi??ski2014-04-081-1/+3
| | | | | Fixes distcheck not being able to find the test script. (bzr r13276)
* temporary fix for bug in 2geom, the bug manifests itself in LPE Construct gridJohan B. C. Engelen2014-04-061-1/+5
| | | (bzr r13273)
* noop: improve code style in sp-lpe-item.cppJohan B. C. Engelen2014-04-051-13/+14
| | | (bzr r13272)
* Commit patch from Johan to remove GSList and replace with vector.Martin Owens2014-04-051-4/+4
| | | (bzr r13271)
* Prevent segfault when style string is null.Tavmjong Bah2014-04-051-2/+2
| | | (bzr r13270)
* Revert the xml editor to it's dockable behaviour and add a comment for the ↵Martin Owens2014-04-051-1/+3
| | | | | preferences. (bzr r13269)
* Allow command line options -i and -j to effect plain-svg output, this ↵Martin Owens2014-04-053-0/+38
| | | | | involves cropping and reducing. (bzr r13268)
* fix cmake build errors for changes in 2geomJohan B. C. Engelen2014-04-043-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267)
* fix crash. If there are more crashes/issues related to references to ↵Johan B. C. Engelen2014-04-041-0/+5
| | | | | | | | | | undefined filters we should fix this in a more general way (e.g. not setting filter.set if invalid href) Note that the file is still in a weird state, the stylesheet is not altered... Fixed bugs: - https://launchpad.net/bugs/1301076 (bzr r13266)
* fix crash. Iterating through a list to find an object is not necessary, ↵Johan B. C. Engelen2014-04-041-16/+9
| | | | | | | | SPDoc provides method for obtaining SPObj from idstring. The crash probably happened because deleting the object invalidated the list iterated (partly). Fixed bugs: - https://launchpad.net/bugs/1302079 (bzr r13265)
* Only apply the offset zoom when the document units match the zoom unitsMartin Owens2014-04-041-14/+7
| | | (bzr r13264)
* Maximised should be the default state for new inkscape usersMartin Owens2014-04-041-0/+1
| | | (bzr r13263)
* XMLTree and InkscapePreferences are not dockable windows, don't treat them ↵Martin Owens2014-04-041-4/+3
| | | | | like one. (bzr r13262)
* Cleanup namespace removal so that it doesn't require bugs in updateRepr to ↵Martin Owens2014-04-041-17/+38
| | | | | | | | work. Move to using a duplicate node-tree. Fixes bug #419266 Fixed bugs: - https://launchpad.net/bugs/419266 (bzr r13260)
* Try and explain what selection means when aligning. Changed Selection to ↵Martin Owens2014-04-031-1/+1
| | | | | Selection Area (bzr r13257)
* Fix for Bug #1301869 (util/signal-blocker.h not included in tarbal) by Ryan ↵ryanlerch2014-04-031-0/+1
| | | | | | | | Lerch. Fixed bugs: - https://launchpad.net/bugs/1301869 (bzr r13255)
* Use the save mechanism from the export instead of suplicating code to save ↵Martin Owens2014-04-031-8/+4
| | | | | | | | an svg. Fixes bug #500440 also clean vacuum defs from command line which should be using extension also. Fixed bugs: - https://launchpad.net/bugs/500440 (bzr r13252)
* Fix for Bug #1297557 (crash if document with linked color profile uses ↵Nicolas Dufour2014-04-021-6/+4
| | | | | | | | spaces in file name). Fixed bugs: - https://launchpad.net/bugs/1297557 (bzr r13249)
* partial 2geom update:Johan B. C. Engelen2014-03-317-14/+97
| | | | | | - main reason for update: better swap for Path (fixes C++11 warning/error) - faster implementation for Path * Translate (~6x), Inkscape's code has to be modified to use it though (bzr r13248)
* 2geom: silence warningJohan B. C. Engelen2014-03-311-1/+1
| | | (bzr r13247)
* partial 2geom update (fixes warning)Johan B. C. Engelen2014-03-311-6/+10
| | | (bzr r13246)
* fix windows buildJohan B. C. Engelen2014-03-311-2/+2
| | | (bzr r13245)
* partial 2geom update: fix compiler error on some platforms (mavericks in any ↵Johan B. C. Engelen2014-03-311-2/+2
| | | | | case) (bzr r13244)
* Fix Gtkmm 3.8 build issues on systems with Gtk+ 3.10Alex Valavanis2014-03-313-12/+11
| | | (bzr r13242)
* better code format filedialogimpl-gtkmm.cpp. Also cleanup some minor code issuesJohan B. C. Engelen2014-03-301-614/+549
| | | (bzr r13241)
* imageicon: clean up unnecessary file existance check introduced in rev ↵Johan B. C. Engelen2014-03-302-50/+36
| | | | | | | 12263. Could theoretically lead to uninitialized value use (of "info" struct) same for filedialogimpl-gtkmm (bzr r13240)
* inkjar: Handle return values correctlyAlex Valavanis2014-03-302-25/+25
| | | (bzr r13239)
* Replaced one more operator.Markus Engel2014-03-301-1/+1
| | | (bzr r13238)
* Removed some operator keywords.Markus Engel2014-03-306-9/+9
| | | (bzr r13237)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-3022-153/+153
| | | (bzr r13236)
* inkjar: Fix access mode stringAlex Valavanis2014-03-301-1/+1
| | | (bzr r13235)
* Migrate inkjar to cstdio functions to fix build issues on Free BSD (Thanks ↵Alex Valavanis2014-03-302-12/+12
| | | | | Markus Engel); see bug #1232474 (bzr r13233)
* Fix checking for unordered containers on incomplete C++11 implementationsAlex Valavanis2014-03-301-1/+5
| | | (bzr r13232)
* End support for obsolete GNU hash. Supported either natively, through TR1 or ↵Alex Valavanis2014-03-301-31/+0
| | | | | | | | Boost now Fixed bugs: - https://launchpad.net/bugs/1269346 (bzr r13231)
* Fix some mismatched tagsAlex Valavanis2014-03-305-7/+6
| | | (bzr r13230)
* Removed obsolete header file.Markus Engel2014-03-299-83/+18
| | | (bzr r13229)
* Guides: Clean up memory a bit better and move color changed to OK so we ↵Martin Owens2014-03-283-20/+16
| | | | | don't set the colour before OK (bzr r13228)
* Remove _onApply and strdup the char from the label before it gets corrupted. ↵Martin Owens2014-03-282-12/+3
| | | | | | | | Fixes bug #1299185 Fixed bugs: - https://launchpad.net/bugs/1299185 (bzr r13227)
* Further refactored SPKnot.Markus Engel2014-03-2810-99/+101
| | | (bzr r13226)
* Merge in pixelArt threading mechanism to stop blocking the UI when ↵Martin Owens2014-03-281-35/+117
|\ | | | | | | | | performing the action. (bzr r13225)
| * Removing useless commentVinícius dos Santos Oliveira2013-10-071-1/+0
| | | | | | (bzr r12667.1.2)
| * Running libdepixelize expensive process in a background threadVinícius dos Santos Oliveira2013-10-071-47/+117
| | | | | | (bzr r12667.1.1)
* | First step of refactoring SPKnot.Markus Engel2014-03-2711-640/+465
| | | | | | (bzr r13223)
* | Patch for libuemf.David Mathog2014-03-274-20/+15
| | | | | | | | | | | | | | ----- Somewhere along the line during the clang patches the version of libUEMF in inkscape acquired changes not in the upstream library. Small patch which puts them back in sync. (bzr r13222)
* | Merge in Polar Distribute GSoC with up to date trunk fixesMartin Owens2014-03-2716-973/+1757
|\ \ | | | | | | (bzr r13221)
| * | Get pollar tiling working agains with trunkMartin Owens2014-03-276-45/+44
| | | | | | | | | (bzr r11073.1.37)