summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Two minor snapping fixesDiederik van Lierop2009-04-242-3/+9
| | | (bzr r7770)
* apply printing w32 patch ↵Adib Taraben2009-04-241-63/+0
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/176 (bzr r7768)
* apply printing w32 patch ↵Adib Taraben2009-04-243-6/+11
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767)
* translator comments and minor string fixesIvan Mas??r2009-04-237-16/+21
| | | (bzr r7763)
* Evil work-around for Inkscape's lack of support for ↵Jasper van de Gronde2009-04-231-0/+9
| | | | | color-interpolation-filters (and color-interpolation). (bzr r7762)
* Removed newer GIcon reference.Jon A. Cruz2009-04-221-12/+0
| | | (bzr r7759)
* ok, restored construction lines! with a minimalist improvement of placement ↵JF Barraud2009-04-222-3/+56
| | | | | control... (bzr r7758)
* Fix constrained motion in the selector tool when snapping is being ↵Diederik van Lierop2009-04-211-3/+11
| | | | | overridden (i.e. when ctrl+shift keys are pressed simultaneously) (bzr r7755)
* When reworking Preben's patch I forgot a few things (oops).Jasper van de Gronde2009-04-211-2/+5
| | | (bzr r7753)
* Partial fix for bug 193926 , thanks to Preben Soeberg.Jasper van de Gronde2009-04-213-17/+23
| | | (bzr r7752)
* Restoring needed icon rendering code. Addresses bug #363781.Jon A. Cruz2009-04-211-13/+249
| | | (bzr r7750)
* Adding the cxxtest template to the dist listTed Gould2009-04-211-1/+2
| | | (bzr r7749)
* Adding two missing files. distcheck fixes.Ted Gould2009-04-211-0/+2
| | | (bzr r7748)
* Correctly trigger any pending snap events when the mouse button is released ↵Diederik van Lierop2009-04-201-6/+8
| | | | | after dragging a knot (i.e. after scaling/stretching/etc). The code was already there but executed in the wrong order (bzr r7747)
* Korean translation update by yongdoriaNicolas Dufour2009-04-201-0/+1
| | | (bzr r7746)
* Fix to prevent convolvematrix.cpp from setting targetX/Y to zero if no value ↵Jasper van de Gronde2009-04-202-50/+49
| | | | | is given. (bzr r7744)
* unhide lpe-sketch. removed "construction lines" feature of this effect + ↵JF Barraud2009-04-203-11/+33
| | | | | minor bug fix. (bzr r7743)
* Fix the rest of missing icons in the geometry tool. Closes: #358132Krzysztof Kosi??ski2009-04-202-4/+4
| | | (bzr r7742)
* Handle case when an icon is not populatedJon A. Cruz2009-04-191-2/+9
| | | (bzr r7737)
* Added code to deal with changed icon names. Fixes bug #360964Jon A. Cruz2009-04-181-4/+255
| | | (bzr r7736)
* Correct recent changes that had reverted to always use SPIcon when not ↵Jon A. Cruz2009-04-181-25/+41
| | | | | present as external .png files. (bzr r7735)
* Fix #358704 that I introduced with r21075.Peter Moulder2009-04-181-1/+1
| | | (bzr r7733)
* Restore base legacy name supportJon A. Cruz2009-04-181-11/+88
| | | (bzr r7731)
* Warning cleanupJon A. Cruz2009-04-181-1/+1
| | | (bzr r7730)
* Whitespace cleanupJon A. Cruz2009-04-181-3/+3
| | | (bzr r7729)
* Fix most icons in the geometry toolKrzysztof Kosi??ski2009-04-183-17/+23
| | | (bzr r7727)
* Fix most icon issues: blurry icons, tiling, etc. (hooray!)Krzysztof Kosi??ski2009-04-163-31/+25
| | | (bzr r7721)
* Restore 0.46 placement of node alignment buttonsKrzysztof Kosi??ski2009-04-161-5/+5
| | | (bzr r7720)
* patch 179589 with UI added: optionally, try to replace a font name specified ↵bulia byak2009-04-154-7/+103
| | | | | in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg) (bzr r7718)
* Fix two legacy icon IDsKrzysztof Kosi??ski2009-04-131-5/+2
| | | (bzr r7711)
* Really fix node alignment icons; add clarifying comment to source.Krzysztof Kosi??ski2009-04-131-4/+7
| | | (bzr r7710)
* 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)