summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* units: Catch FileError if no units.xml is in /usr/local/...Bryce Harrington2013-09-221-0/+3
| | | | | | | | | | Reproducible by building and running inkscape in-tree, without installation. #10 0x0000000000aa6873 in Inkscape::Util::UnitTable::UnitTable (this=0x11f75e0) at util/units.cpp:195 filename = 0x121e8f0 "/usr/local/share/inkscape/ui/units.xml" (bzr r12571)
* Merge gsoc procedural templates work.Slagvi Public2013-09-216-92/+153
|\ | | | | (bzr r12570)
| * Small style fixes.Slagvi Public2013-09-213-10/+6
| | | | | | (bzr r12481.1.15)
| * Fix templates parameters names.Slagvi Public2013-09-211-1/+1
| | | | | | (bzr r12481.1.13)
| * Change paths storage to std::string.Slagvi Public2013-09-205-11/+16
| | | | | | (bzr r12481.1.12)
| * Small style fixes.Slagvi Public2013-09-201-4/+4
| | | | | | (bzr r12481.1.10)
| * Opening new documents behaviour fixed.Slagvi Public2013-09-181-16/+9
| | | | | | (bzr r12481.1.9)
| * Fix "default_*" template names treatment.Slagvi Public2013-09-181-1/+1
| | | | | | (bzr r12481.1.8)
| * Fix procedural templates "modified" status.Slagvi Public2013-09-151-0/+1
| | | | | | (bzr r12481.1.7)
| * Fixed available undo after new template creation.Slagvi Public2013-09-151-0/+4
| | | | | | (bzr r12481.1.6)
| * Removed search templates case sensitivitySlagvi Public2013-09-151-9/+8
| | | | | | (bzr r12481.1.4)
| * Creating documents from procedural templates added.Slagvi Public2013-09-044-22/+42
| | | | | | (bzr r12481.1.2)
| * Add listing procedural templates in NewFromTemplate dialog.Slagvi Public2013-08-242-32/+72
| | | | | | (bzr r12481.1.1)
* | Fixed segfault on copying text.Markus Engel2013-09-213-13/+22
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228509 (bzr r12569)
* | Fix preview page number for PDF Cairo import dialogAlex Valavanis2013-09-211-1/+1
| | | | | | (bzr r12568)
* | Rm unused dom/svg2.hAlex Valavanis2013-09-212-5561/+0
| | | | | | (bzr r12567)
* | Fix tautological comparison for enum of unspecified typeAlex Valavanis2013-09-212-5/+6
| | | | | | (bzr r12566)
* | Drop unused static function declarationsAlex Valavanis2013-09-214-153/+80
| | | | | | (bzr r12565)
* | Fix make distAlex Valavanis2013-09-211-4/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1188627 (bzr r12564)
* | Fix format security errorsAlex Valavanis2013-09-2114-17/+17
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563)
* | Fixed CMake build.Markus Engel2013-09-211-6/+6
| | | | | | (bzr r12562)
* | Rectangles can be drawn inside other shapes again.Markus Engel2013-09-211-3/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228393 (bzr r12561)
* | fix Windows buildJohan B. C. Engelen2013-09-211-2/+2
| | | | | | (bzr r12559)
* | partial 2geom update, fixes linker errorsJohan B. C. Engelen2013-09-212-3/+14
| | | | | | | | | | (duplicate code, should be fixed later) (bzr r12558)
* | Use viewBox for new documents.Matthew Petroff2013-09-201-0/+5
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171203 - https://launchpad.net/bugs/168261 (bzr r12557)
* | Fix the text filter issue and revert many changes.Martin Owens2013-09-205-13/+21
| | | | | | (bzr r12556)
* | Fix build with dbus api enabled.Matthew Petroff2013-09-201-2/+3
| | | | | | (bzr r12555)
* | Merge from trunk.Matthew Petroff2013-09-20366-21455/+21533
|\ \ | | | | | | (bzr r12475.1.29)
| * | Fix grids after C++ification. Patch from Markus EngelMarkus Engel2013-09-201-0/+8
| | | | | | | | | (bzr r12552)
| * | make check: Fix harder. Remove muldefs hack and modify quote-test.hKrzysztof Kosi??ski2013-09-204-11/+10
| | | | | | | | | | | | | | | so that the hack is not required any more. (bzr r12551)
| * | Refactor status-bar text for multiple items, was very brokenMartin Owens2013-09-2039-195/+166
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
| * | Fix make check after merge of cppify branchKrzysztof Kosi??ski2013-09-193-25/+27
| | | | | | | | | (bzr r12549)
| * | Fix assertion failure on Ctrl+CKrzysztof Kosi??ski2013-09-192-240/+259
| | | | | | | | | (bzr r12548)
| * | updates for cmakeCampbell Barton2013-09-195-18/+22
| | | | | | | | | (bzr r12547)
| * | Show warning when input image of Trace Pixel Art dialog is too large.Vinícius dos Santos Oliveira2013-09-191-0/+12
| | | | | | | | | (bzr r12546)
| * | Removing redundant "include config.h"Vinícius dos Santos Oliveira2013-09-191-4/+0
| | | | | | | | | (bzr r12545)
| * | 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)
| * | Fix serious potential bug in SPImage::printKrzysztof Kosi??ski2013-09-191-1/+1
| | | | | | | | | (bzr r12543)
| * | Remove a warning when embedding an image with a mimetype which is notKrzysztof Kosi??ski2013-09-191-5/+1
| | | | | | | | | | | | | | | directly handled by Cairo (bzr r12542)
| * | Fix colors when tracingKrzysztof Kosi??ski2013-09-191-2/+2
| | | | | | | | | (bzr r12541)
| * | Merge in Adonis Papaderos' fix for bug lp:898797Martin Owens2013-09-191-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898797 (bzr r12539)
| | * | hack for 898797Adonis Papaderos2012-08-061-0/+2
| | | | | | | | | | | | (bzr r11595.1.1)
| * | | Remove outdated example file sp-skeleton.cppKrzysztof Kosi??ski2013-09-195-250/+0
| | | | | | | | | | | | (bzr r12538)
| * | | Fix type mismatch for platforms where gsize is not unsigned longKrzysztof Kosi??ski2013-09-191-2/+2
| | | | | | | | | | | | (bzr r12537)
| * | | Revert some agressive changes and allow a seperate filter bbox for FER, ↵Martin Owens2013-09-195-4/+26
| | | | | | | | | | | | | | | | | | | | should be refactored at some point. (bzr r12536)
| * | | Fixing colors in libdepixelize integration output.Vinícius dos Santos Oliveira2013-09-191-2/+2
| | | | | | | | | | | | (bzr r12535)
| * | | Updating libdepixelize integration to use new Inkscape::Pixbuf interface.Vinícius dos Santos Oliveira2013-09-191-4/+6
| | | | | | | | | | | | | | | | | | | | Fixes build issue introduced in last commit. (bzr r12534)
| * | | Merging libdepixelize branchVinícius dos Santos Oliveira2013-09-1928-10/+4150
| |\ \ \ | | | | | | | | | | (bzr r12533)
| | * | | Missing file from libdepixelizeVinícius dos Santos Oliveira2013-09-131-0/+123
| | | | | | | | | | | | | | | (bzr r12506.1.4)
| | * | | Bumping new version of libdepixelizeVinícius dos Santos Oliveira2013-09-139-195/+121
| | | | | | | | | | | | | | | (bzr r12506.1.3)