summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain ↵Jon A. Cruz2010-01-022-4/+40
| | | | | | | | | | | | | | | | | | | | | | | | SVG". Fixes bug #500440. Fixed bugs: - https://launchpad.net/bugs/500440 (bzr r8933)
| * | Refactor snapping of gradient handles; now behaves like all other snapping, ↵Diederik van Lierop2010-01-0110-92/+49
| | | | | | | | | | | | | | | | | | | | | | | | i.e. no more snapping to imaginary infinite lines along the bounding box Fixed bugs: - https://launchpad.net/bugs/371001 (bzr r8932)
* | | Installing the pkgconfig fileTed Gould2010-01-011-0/+8
| | | | | | | | | (bzr r8254.1.52)
* | | Adding in building of the pkgconfig file.Ted Gould2010-01-011-0/+14
| | | | | | | | | (bzr r8254.1.51)
* | | Removing extra makefileTed Gould2010-01-011-9/+0
| | | | | | | | | (bzr r8254.1.50)
* | | Keeping up with trunkTed Gould2010-01-0158-2084/+2039
|\| | | | | | | | (bzr r8254.1.49)
| * | Document properties now treats lcms file load failures as non-fatal. Fixes ↵Jon A. Cruz2009-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | bug #501782 Fixed bugs: - https://launchpad.net/bugs/501782 (bzr r8930)
| * | Warning cleanup for char const*Jon A. Cruz2009-12-311-6/+4
| | | | | | | | | (bzr r8929)
| * | Restore files that shouldn't have been touched. GrrrDiederik van Lierop2009-12-301-11/+11
| | | | | | | | | (bzr r8928)
| * | When combining paths: clear the selection before deleting the original objectsDiederik van Lierop2009-12-302-17/+21
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/495483 (bzr r8927)
| * | Spray Tool clean up and Toolbar refactoringSteren Giannini2009-12-303-305/+217
| |\ \ | | | | | | | | (bzr r8926)
| | * | Spray toolbar is working + spray-context.cpp small cleanupSteren Giannini2009-12-303-197/+154
| | | | | | | | | | | | (bzr r8908.1.5)
| | * | rotation and scale variation in toolbar, still need some debugSteren Giannini2009-12-293-58/+22
| | | | | | | | | | | | (bzr r8908.1.4)
| | * | tweakSteren Giannini2009-12-291-1/+1
| | | | | | | | | | | | (bzr r8908.1.3)
| | * | french comments translated and some clean upSteren Giannini2009-12-292-55/+24
| | | | | | | | | | | | (bzr r8908.1.2)
| | * | Spray UI : first refactoring of the toolbarSteren Giannini2009-12-291-34/+56
| | | | | | | | | | | | (bzr r8908.1.1)
| * | | Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵Diederik van Lierop2009-12-307-232/+225
| | | | | | | | | | | | | | | | | | | | replacing tabs by spaces, removing some commented lines (bzr r8925)
| * | | Add bzr revision in the About screenNicolas Dufour2009-12-281-10/+8
| | | | | | | | | | | | (bzr r8923)
| * | | Use correct text anchor for vertical text and when aligning or distributingDiederik van Lierop2009-12-282-15/+24
| | | | | | | | | | | | (bzr r8922)
| * | | Connector tool: make connectors avoid the convex hull of shapes.Arcadie M. Cracan2009-12-27177-2714/+3346
| |\ \ \ | | | | | | | | | | (bzr r8857.1.2)
| | * | | Warning cleanupJon A. Cruz2009-12-271-2/+2
| | | | | | | | | | | | | | | (bzr r8918)
| | * | | Warning cleanup from unused cursor images.Jon A. Cruz2009-12-271-8/+8
| | | | | | | | | | | | | | | (bzr r8917)
| | * | | Encapsulating use of gcc hash_map extension.Jon A. Cruz2009-12-274-102/+154
| | | | | | | | | | | | | | | (bzr r8916)
| | * | | Warning cleanup.Jon A. Cruz2009-12-271-2/+2
| | | | | | | | | | | | | | | (bzr r8915)
| | * | | Correcting initialization order in ctor.Jon A. Cruz2009-12-271-2/+2
| | | | | | | | | | | | | | | (bzr r8914)
| | * | | Parens added for safety and misc whitespace cleanup.Jon A. Cruz2009-12-271-421/+422
| | | | | | | | | | | | | | | (bzr r8913)
| | * | | alignment change accompanied by compensating move, so the text stays put ↵buliabyak2009-12-261-1/+77
| | | | | | | | | | | | | | | | | | | | | | | | | inside its box (bzr r8912)
| | * | | Major simplification of 3D box code.Maximilian Albert2009-12-269-301/+63
| | | | | | | | | | | | | | | (bzr r8911)
| | * | | Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-2611-223/+365
| | | | | | | | | | | | | | | | | | | | | | | | | perspectives. (bzr r8910)
| | * | | Fix compile when lcms is disabled (someone please check that this fix is ↵Maximilian Albert2009-12-252-0/+4
| | |/ / | | | | | | | | | | | | | | | | correct). (bzr r8909)
| | * | fix build again for old poppler libs, by reverting a part of my previous commitDiederik van Lierop2009-12-251-11/+11
| | | | | | | | | | | | (bzr r8908)
| | * | refactoring the snapping code (laying the groundwork for my next commit ↵Diederik van Lierop2009-12-2422-391/+403
| | | | | | | | | | | | | | | | | | | | which reduces snap jitter) (bzr r8906)
| * | | Connector tool: make connectors avoid the convex hull of shapes.Arcadie M. Cracan2009-12-273-222/+219
| | | | | | | | | | | | (bzr r8857.1.1)
* | | | Fixing some warnings/errorsTed Gould2010-01-011-7/+9
| | | | | | | | | | | | (bzr r8254.1.48)
* | | | Fixing includesTed Gould2010-01-012-1/+2
| | | | | | | | | | | | (bzr r8254.1.47)
* | | | Adding all of the library stuff in. Including libtool in configure and ↵Ted Gould2010-01-011-0/+28
| | | | | | | | | | | | | | | | | | | | libtoolize in autogen.sh (bzr r8254.1.46)
* | | | Cleaning up the Makefile so it's easier to readTed Gould2010-01-011-10/+19
| | | | | | | | | | | | (bzr r8254.1.45)
* | | | Clearing up EXTRA_DIST lifecycleTed Gould2009-12-311-1/+3
| | | | | | | | | | | | (bzr r8254.1.44)
* | | | Updating interface to add save typeTed Gould2009-12-311-1/+1
| | | | | | | | | | | | (bzr r8254.1.43)
* | | | Adding dbus descriptions to EXTRA_DISTTed Gould2009-12-311-0/+4
| | | | | | | | | | | | (bzr r8254.1.42)
* | | | Installing the service files into the dbus service directoryTed Gould2009-12-311-1/+1
| | | | | | | | | | | | (bzr r8254.1.41)
* | | | Making BUILT_SOURCES an appendTed Gould2009-12-312-1/+3
| | | | | | | | | | | | (bzr r8254.1.39)
* | | | Updating to current trunkTed Gould2009-12-21202-4085/+16023
|\ \ \ \ | | |/ / | |/| | (bzr r8254.1.38)
| * | | utilities and UI support for identifying truncated flowtext and text-on-pathbuliabyak2009-12-217-7/+144
| | | | | | | | | | | | (bzr r8898)
| * | | Make Inkscape Portable not fiddle with the registry.Chris Morgan2009-12-201-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/498801 (bzr r8896)
| * | | Warning cleanupJon A. Cruz2009-12-2031-831/+893
| | | | | | | | | | | | (bzr r8895)
| * | | 2nd patch of bug 488862. Also committed upstream in 2geom.Johan B. C. Engelen2009-12-161-2/+2
| | | | | | | | | | | | (bzr r8893)
| * | | disable debug messagesbuliabyak2009-12-161-1/+1
| | | | | | | | | | | | (bzr r8892)
| * | | Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler2009-12-169-12/+18
| | | | | | | | | | | | | | | | | | | | allocation/deallocation issues. (bzr r8891)
| * | | updating my email address in file headersFelipe Corr??a da Silva Sanches2009-12-1346-46/+46
| | | | | | | | | | | | (bzr r8889)