summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Complete the legacy icon mappingKrzysztof Kosi??ski2009-04-131-1/+64
| | | (bzr r7709)
* Add icon mappings (legacy IDs to icon names) for menus, tools andKrzysztof Kosi??ski2009-04-131-27/+232
| | | | | align & distribute dialog. (bzr r7708)
* run-all-extension-tests in make checkAur??lio A. Heckert2009-04-131-1/+1
| | | (bzr r7702)
* Only add builtin icons if loading from SVG succeededKrzysztof Kosi??ski2009-04-121-1/+1
| | | (bzr r7696)
* Added a listing of icon name changes that have occurred since last release.Jon A. Cruz2009-04-121-0/+53
| | | (bzr r7694)
* Fix two "snap window not opened" warningsDiederik van Lierop2009-04-123-8/+8
| | | (bzr r7693)
* add LPE recursive skeleton (experimental)Johan B. C. Engelen2009-04-125-0/+190
| | | (bzr r7692)
* override transform_multiply for patternalongpath to disable transform ↵Johan B. C. Engelen2009-04-122-0/+13
| | | | | forwarding to its parameters. (bzr r7691)
* Improved wording for the snap indicator: gradients snap to their parent's ↵Diederik van Lierop2009-04-123-5/+5
| | | | | bounding box, so the snap indicator now displays "bla bla to bounding box" (bzr r7689)
* Use the line intersection routines in 2geom/line.h instead of the deprecated ↵Diederik van Lierop2009-04-127-69/+113
| | | | | ones in 2geom/geom.h. (I know we're in a refactoring freeze, but this one I was already working on before this freeze was announced and it's quite safe IMHO. It's only a small change in 2geom's API and can hardly do any real harm. I will not refactor anything else until after the v0.47 release, promised!) (bzr r7688)
* Fix snapping during constrained translation, when only snapping the node ↵Diederik van Lierop2009-04-124-37/+40
| | | | | closest to the mouse pointer (bzr r7687)
* Fix two missing icons in live effect parametersKrzysztof Kosi??ski2009-04-111-2/+2
| | | (bzr r7686)
* Fix the "select all" icon and remove stuff causing problems from ↵Krzysztof Kosi??ski2009-04-112-325/+57
| | | | | widgets/icon.cpp (bzr r7685)
* add 2geom/line.cpp to Makefile_insertJohan B. C. Engelen2009-04-101-0/+1
| | | (bzr r7681)
* Fix compatibility with much older Glibmm version.Jon A. Cruz2009-04-101-4/+56
| | | (bzr r7680)
* Whitespace cleanupJon A. Cruz2009-04-101-41/+41
| | | (bzr r7678)
* Adding initial system info listing.Jon A. Cruz2009-04-102-7/+29
| | | (bzr r7677)
* comment out debug outputbulia byak2009-04-091-2/+2
| | | (bzr r7671)
* Fix feConvolveMatrix to use premultiplied color values (and semi-properly ↵Jasper van de Gronde2009-04-081-25/+59
| | | | | use bias). (bzr r7666)
* Swap iterations over x and y coordinate to be more cache friendly (so the ↵Jasper van de Gronde2009-04-081-2/+2
| | | | | inner loop iterates over x). (bzr r7665)
* noop: add todoJohan B. C. Engelen2009-04-071-0/+1
| | | (bzr r7664)
* is_straight_curve now also returns true for straight line quadratic and ↵Johan B. C. Engelen2009-04-071-3/+19
| | | | | cubic curves. this fixes spiro LPE behavior (bzr r7663)
* Fix bug #356743Diederik van Lierop2009-04-072-4/+5
| | | (bzr r7662)
* Fix crash: desktop does not always have an event_context attached to it!Diederik van Lierop2009-04-071-3/+3
| | | (bzr r7660)
* oops, fix a bug in that last commit (revealed by eps import; I don't think ↵Peter Moulder2009-04-071-2/+2
| | | | | this bug occurred with skencil import). (bzr r7659)
* Changed to more accurate names for toolbar icon sizes (which normally map to ↵Jon A. Cruz2009-04-071-1/+1
| | | | | large toolbar, small toolbar, and menu size) (bzr r7657)
* Use the new sp_document_change_uri_and_hrefs function.Peter Moulder2009-04-072-9/+4
| | | | | | The change to extension/system.cpp is a functional noop. The change to extension/implementation/script.cpp should fix importing of .ai files that contain images (or whatever ill2svg.pl creates png files for). The effect on any other scripts that create SVG files with relative hrefs is unknown. (bzr r7656)
* docPeter Moulder2009-04-071-3/+3
| | | (bzr r7655)
* sp_document_change_uri_and_hrefs: New function.Peter Moulder2009-04-072-27/+59
| | | (bzr r7654)
* functional noop: Change prepend_current_dir_if_relative to return the result ↵Peter Moulder2009-04-073-10/+10
| | | | | rather than taking a pointer to where to put the result. (Clarifies that the existing value isn't used.) (bzr r7653)
* noop: whitespacePeter Moulder2009-04-071-47/+48
| | | (bzr r7652)
* Ctor fixes and misc warning cleanupsJon A. Cruz2009-04-074-44/+46
| | | (bzr r7650)
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder2009-04-079-3365/+3365
| | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649)
* noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ↵Peter Moulder2009-04-071-626/+626
| | | | | and do svn propset svn:eol-style native on it. (bzr r7648)
* (sp_selection_create_bitmap_copy): Fix: Set xlink:href relative to the ↵Peter Moulder2009-04-071-2/+8
| | | | | correct directory. (bzr r7647)
* noop: rename a local varPeter Moulder2009-04-071-6/+9
| | | (bzr r7646)
* noop: whitespacePeter Moulder2009-04-071-280/+280
| | | (bzr r7645)
* extension/internal/gdkpixbuf-input.cpp: Don't bother creating a ↵Peter Moulder2009-04-071-2/+8
| | | | | sodipodi:absref attribute with the same value as an existing xlink:href attribute. (bzr r7644)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-0712-157/+465
| | | | | | | | | xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643)
* functional noop: Clarify g_strcanon behaviour by not redundantly reassigning ↵Peter Moulder2009-04-071-1/+1
| | | | | back to argument. (bzr r7642)
* functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. ↵Peter Moulder2009-04-061-8/+8
| | | | | Slight shortening of implementation. (bzr r7641)
* Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2009-04-063-14/+1
| | | (bzr r7640)
* docPeter Moulder2009-04-061-3/+3
| | | (bzr r7639)
* update 2geom. big commit as it has been a while. (2geom svn rev. 1870, i think)Johan B. C. Engelen2009-04-0627-1661/+2076
| | | | | i turned some optional compilation stuff *on* per default, to help building inkscape. (bzr r7638)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-0618-52/+63
| | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637)
* functional noop: (EmfWin32::save): Remove an unneeded strdup operation.Peter Moulder2009-04-061-6/+3
| | | (bzr r7636)
* Fix for bug #338521 - align node buttons did not match 0.46 ordering or ↵Ed Halley2009-04-061-2/+2
| | | | | names. IDs got swapped. (bzr r7633)
* functional noop: xml/repr-io.cpp: Simplify a calculation.Peter Moulder2009-04-051-12/+6
| | | (bzr r7632)
* noop: whitespace (and localize one var)Peter Moulder2009-04-051-23/+25
| | | (bzr r7631)
* functional noop: extension/system.cpp: g_strdup handles NULL fine, so don't ↵Peter Moulder2009-04-051-13/+11
| | | | | bother checking with an extra function call. (bzr r7630)