summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| | * | Removing obvious comments from PixelArtDialogVinícius dos Santos Oliveira2013-09-131-13/+2
| | | | | | | | | | | | (bzr r12506.1.2)
| | * | Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-1228-12/+4114
| | | | | | | | | | | | (bzr r12506.1.1)
| * | | Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-19307-20283/+16370
| |\ \ \ | | | | | | | | | | (bzr r12532)
| | * | | Added gpl noticeMarkus Engel2013-09-162-0/+42
| | | | | | | | | | | | | | | (bzr r11608.1.125)
| | * | | Removed TypeInfo; adjusted Factory to meet code style conventions.Markus Engel2013-09-168-144/+84
| | | | | | | | | | | | | | | (bzr r11608.1.124)
| | * | | Added runtime check in SP_-cast macros.Markus Engel2013-09-15100-109/+109
| | | | | | | | | | | | | | | (bzr r11608.1.123)
| | * | | Modified SP_IS_ macros.Markus Engel2013-09-1499-111/+111
| | | | | | | | | | | | | | | (bzr r11608.1.122)
| | * | | Merged from trunk (r12517).Markus Engel2013-09-1475-3190/+2785
| | |\ \ \ | | | | | | | | | | | | (bzr r11608.1.121)
| | * \ \ \ Merged from trunk (r12488).Markus Engel2013-08-30218-7062/+46851
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.120)
| | * \ \ \ \ Merged from trunk (r12465).Markus Engel2013-08-0436-180/+212
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11608.1.119)
| | * | | | | | Cleaned up once more.Markus Engel2013-08-0410-716/+552
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.118)
| | * | | | | | Cleaned up.Markus Engel2013-08-0345-771/+626
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.117)
| | * | | | | | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-024-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.116)
| | * | | | | | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-0113-50/+95
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.115)