summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* whitespaceBryce Harrington2009-03-121-9/+9
| | | (bzr r7474)
* whitespace missedbulia byak2009-03-121-2/+2
| | | (bzr r7473)
* was a bit overzealous in removing render requests from subclassesbulia byak2009-03-121-0/+3
| | | (bzr r7472)
* Remove trailing whitespace (fixes a warning)Josh Andler2009-03-111-1/+1
| | | (bzr r7471)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-119-316/+50
| | | | | outline to fix 334758 (bzr r7470)
* gtk adjustment fixJon A. Cruz2009-03-111-6/+6
| | | (bzr r7469)
* bug fix about closed path.JF Barraud2009-03-111-38/+66
| | | (bzr r7468)
* * [INTL:*] update_po_files.shIvan Mas??r2009-03-1062-210508/+303903
| | | (bzr r7467)
* correct locale for the "svn info" in "make check".Aur??lio A. Heckert2009-03-101-1/+1
| | | (bzr r7466)
* fix 317365: when moving in/out of defs, an object gets a new SPObject while ↵bulia byak2009-03-101-6/+6
| | | | | keeping the same repr. this change does not fix all crashes that result from this, need more work on knotholder when it's editing clippaths or masks (bzr r7465)
* Edit > Duplicate Layer should duplicate hidden items, locked items, ↵Ed Halley2009-03-101-2/+21
| | | | | sublayers, everything (bzr r7464)
* update from 2geom (bug fix)JF Barraud2009-03-091-1/+2
| | | (bzr r7463)
* fix crash when switching away from pattern (237104 and others)bulia byak2009-03-091-11/+35
| | | (bzr r7462)
* Fix #338838, in which zooming and panning with the middle mouse button made ↵Diederik van Lierop2009-03-095-16/+32
| | | | | Inkscape inrespronsive (bzr r7461)
* Yet another round of translation updateAlexandre Prokoudine2009-03-091-218/+211
| | | (bzr r7460)
* Spanish translation correction to address bug #179596, by Lucas VieitesNicolas Dufour2009-03-091-6/+6
| | | (bzr r7459)
* added missing files in 2geom update.JF Barraud2009-03-092-0/+156
| | | (bzr r7458)
* Made text entry handle standard web-hex values. Fixes bug #168121.Jon A. Cruz2009-03-091-4/+22
| | | (bzr r7457)
* added 2geom/utils.cpp - unused, but usefulNathan Hurst2009-03-091-0/+87
| | | (bzr r7456)
* chebychev is not used currentlyNathan Hurst2009-03-091-2/+0
| | | (bzr r7455)
* knot lpe: enable groups + cleanups/simplificationsJF Barraud2009-03-092-240/+296
| | | (bzr r7454)
* 2geom updateJF Barraud2009-03-0918-348/+1883
| | | (bzr r7453)
* part of bug #339660; can not use Add/Rename dialog to create layer with no ↵Ed Halley2009-03-091-4/+9
| | | | | proper inkscape:label attribute, otherwise GUI is confused (bzr r7452)
* separate bbox (calculated by subclasses) and drawbox, which includes filters ↵bulia byak2009-03-096-29/+38
| | | | | margin and clip/mask cropping; this fixes runaway enlargement when dragging a blurred group. also, move request to dirty canvas rectangle from subclasses to NRArenaItem, which uses drawbox for this, fixing numerous rendering glitches with filters (bzr r7451)
* only request redraw of those parts of the rect sides that actually movedbulia byak2009-03-091-46/+115
| | | (bzr r7450)
* do not redraw if moved to the same point as beforebulia byak2009-03-092-2/+8
| | | (bzr r7449)
* for zero-length lines, do not request canvas redraw and do not attempt to drawbulia byak2009-03-091-7/+16
| | | (bzr r7448)
* for selection modified signal, only update the coords of the selcue boxes, ↵bulia byak2009-03-092-11/+68
| | | | | not delete and create them anew as before (bzr r7447)
* switch opacity and blur sliders to delayed update, which makes them much ↵bulia byak2009-03-092-4/+6
| | | | | more resposive and easier to handle; also, remove the old workaround for gtk crash which is no more, allowing interruptibility and thus also improving responsiveness (bzr r7446)
* suppress warnings caused by an orphaned clone, which is legit even if uselessbulia byak2009-03-091-3/+5
| | | (bzr r7445)
* fix crash when duplicating an orphaned clonebulia byak2009-03-091-0/+2
| | | (bzr r7444)
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-085-35/+40
| | | (bzr r7443)
* Should be pointing to 047 reallyAlexandre Prokoudine2009-03-081-1/+1
| | | (bzr r7442)
* deleting layer also hid layers, missing 'break' statementEd Halley2009-03-081-0/+1
| | | (bzr r7441)
* xml tree widget also shows inkscape:label if anyEd Halley2009-03-081-2/+9
| | | (bzr r7440)
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-086-177/+216
| | | (bzr r7439)
* - When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop2009-03-074-9/+25
| | | | | - When a node and an intersection coincide then snap to the node, not the intersection (but only if snapping is turned on for both of them of course) (bzr r7438)
* Snap indicators and filters, mainly...Nicolas Dufour2009-03-071-928/+1165
| | | (bzr r7437)
* Icon Bonanza part 2341: Update icon-names.h to reflect changes in Krzysztof Kosi??ski2009-03-071-4/+4
| | | | | hicolor and icons.svg (bzr r7436)
* svg parsing error fixedEd Halley2009-03-071-1/+1
| | | (bzr r7435)
* some keyboards (Apple) have no Insert; allow insert-node with Shift+I tooEd Halley2009-03-071-0/+8
| | | (bzr r7434)
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-074-142/+93
| | | (bzr r7433)
* Updated Dutch and Russian translationsAlexandre Prokoudine2009-03-072-1410/+1655
| | | (bzr r7432)
* Corrected mistakes introduced in rev 20838JiHO2009-03-061-2/+2
| | | | | Missing quotation mark and real indent for the the comment. Thanks to Ed Halley who pointed that on the devel mailing list. (bzr r7431)
* fix several non-portable hacksBob Jamison2009-03-061-8/+12
| | | (bzr r7430)
* Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.Jon A. Cruz2009-03-062-3/+3
| | | (bzr r7429)
* generate flash helper path in node tool for all shapes and simple text objectsJohan B. C. Engelen2009-03-051-4/+6
| | | (bzr r7428)
* Allowed latex binaries to be detected by Inkscape on Mac OS XJiHO2009-03-051-1/+2
| | | | | The PATH is explicitly set in the startup script. Just added /usr/texbin which holds the executables for the LaTeX distribution on Mac OS X (well links to them rather, but it works) (bzr r7427)
* Fix distribute-remove-overlap (should be distribute-remove-overlaps) in Krzysztof Kosi??ski2009-03-051-1/+1
| | | | | icons.svg (bzr r7426)
* Off-grid icon and further missing ID fixes for icons.svgKrzysztof Kosi??ski2009-03-051-577/+577
| | | (bzr r7425)