summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* no scaling compensation for "object to pattern" operation (bug #312701)Thomas Holder2009-05-011-1/+1
| | | (bzr r7806)
* Fix crash when dragging radial gradient (bug #363668)Diederik van Lierop2009-05-011-4/+13
| | | (bzr r7803)
* copyedit labels, expand rangebulia byak2009-04-303-5/+5
| | | (bzr r7802)
* allow --export-dpi to be used for setting the filter rasterization ↵bulia byak2009-04-301-1/+12
| | | | | resolution in PS/EPS/PDF export (bzr r7801)
* Fix infinite loop as reported in bug #365034Diederik van Lierop2009-04-301-5/+5
| | | (bzr r7800)
* requestOrphanCollection: do not remove (vacuum) style or script elements ↵Thomas Holder2009-04-301-0/+9
| | | | | (Bug #276244) (bzr r7799)
* workaround for 'clip-path' and 'mask' given as style properties (bug #324849)Thomas Holder2009-04-301-2/+13
| | | (bzr r7798)
* Make sure that the item center (origin for rotations) does not change due to ↵Diederik van Lierop2009-04-292-16/+19
| | | | | copy & paste (Fixes bug #320489) (bzr r7797)
* FIX for BUG 368879: crash on 'save a copy as' when document has no filename yettheAdib2009-04-291-2/+6
| | | (bzr r7796)
* Fix crash reported in bug #311737Diederik van Lierop2009-04-281-45/+47
| | | (bzr r7792)
* Fix the crash reported in bug #342755Diederik van Lierop2009-04-281-56/+62
| | | (bzr r7790)
* Cleanup cache and rendering of icons.Jon A. Cruz2009-04-281-47/+22
| | | (bzr r7781)
* Make the snap toolbar unsensitive to undo actions. How could I not have ↵Diederik van Lierop2009-04-271-1/+6
| | | | | noticed this bug before? (bzr r7780)
* Cleaning up legacy stock icons and correct icon sizes to match theme engine ↵Jon A. Cruz2009-04-273-69/+34
| | | | | sizes. (bzr r7779)
* BUG 367123: include zlib.h into jar.cppAdib Taraben2009-04-261-0/+1
| | | (bzr r7777)
* Do not end path editing on double-clicks other than first mouse buttonKrzysztof Kosi??ski2009-04-261-1/+2
| | | | | | in the pen tool. Fixes horizontal scrolling with tilt wheels while drawing a path. (bzr r7776)
* Fix compile on Windows (the last paramteter is not defaulted in olderKrzysztof Kosi??ski2009-04-251-1/+1
| | | | | versions of gtkmm) (bzr r7774)
* Optionaly snap to invisible grid lines too (when zoomed out). See the grids ↵Diederik van Lierop2009-04-255-28/+74
| | | | | tab in the document properties dialog. This closes bug #172115 (bzr r7773)
* Fix missing dock icons (bug #364075)Krzysztof Kosi??ski2009-04-251-29/+9
| | | (bzr r7772)
* 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)