summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better patch by Adib for 431022. Appears safe, however, I am unable to test ↵Josh Andler2009-09-231-2/+6
| | | | | as it is/was a win32 issue only. (bzr r8635)
* Patch by Adib for 431022. Appears safe, however, I am unable to test as it ↵Josh Andler2009-09-221-1/+1
| | | | | is/was a win32 issue only. (bzr r8631)
* Fix by Adib for 430804.Josh Andler2009-09-222-19/+31
| | | (bzr r8628)
* fix by Diederik for 422972bulia byak2009-09-211-2/+6
| | | (bzr r8627)
* Patch by Adib for 238796Josh Andler2009-09-212-8/+9
| | | (bzr r8626)
* Conditionally disable per-document "auto" paletteJon A. Cruz2009-09-201-0/+12
| | | (bzr r8620)
* Sanitize profile names for valid XML ids. Modified patch that addresses bug ↵Jon A. Cruz2009-09-201-3/+38
| | | | | #405143. (bzr r8619)
* back out Diederik's patch, problems with 32-bit systemsbulia byak2009-09-181-20/+17
| | | (bzr r8612)
* i18n fixes for Bug #408093.Nicolas Dufour2009-09-182-2/+4
| | | (bzr r8608)
* Fix by Adib for 353847Josh Andler2009-09-165-2/+58
| | | (bzr r8601)
* Patch by theAdib which fixes 397075Josh Andler2009-09-151-2/+3
| | | (bzr r8596)
* until the freeze with precision<3 is fixed, raise the lower limit in the UIbulia byak2009-09-141-1/+1
| | | (bzr r8593)
* Patch from Diedrik for 296778Josh Andler2009-09-141-1/+34
| | | (bzr r8590)
* patch by Diederik for jumping images, bug 168384bulia byak2009-09-141-17/+20
| | | (bzr r8589)
* fix crash when moving a box after copying it to clipboard; this code is ↵bulia byak2009-09-141-1/+2
| | | | | still badly broken, we must not use any UI classes such as selection in set_transform, but at least it does not crash now (bzr r8588)
* fix crash when exiting with 3dbox tool activebulia byak2009-09-141-4/+5
| | | (bzr r8587)
* add comment (copied from sp-gradient) explaining why this must set a flag, ↵bulia byak2009-09-141-0/+1
| | | | | to be cleared in the next update, instead of calling modified method directly (bzr r8585)
* two safe changes: 1) increase the arbitrary limit on the number of update ↵bulia byak2009-09-141-3/+3
| | | | | iterations - it is very possible in a complex document to have more than 32 chained gradients or patterns, and each step requires an iteration; 2) fix crash when this limit is reached for a clipboard document that has no URI (bzr r8584)
* patch by Adib for 307195bulia byak2009-09-101-19/+24
| | | (bzr r8576)
* change colour to color in display stringsbulia byak2009-09-101-3/+3
| | | (bzr r8575)
* textual patch from bug 408093bulia byak2009-09-067-23/+23
| | | (bzr r8563)
* patch by Adib for 406470bulia byak2009-09-051-2/+10
| | | (bzr r8562)
* patch by Adrian Johnson for 166678bulia byak2009-09-055-35/+12
| | | (bzr r8561)
* Removing the caligraphic presets file and making the same strings ↵Ted Gould2009-09-042-20/+11
| | | | | translatable in the preferences-skeleton.h (bzr r8558)
* restore ctrl+click dots in pencilbulia byak2009-09-032-1/+13
| | | (bzr r8555)
* Remove preference entry for dot size in Pencil tool since it no longer ↵Josh Andler2009-09-021-1/+0
| | | | | creates dots (bzr r8553)
* Commenting out Whiteboard configure flagJosh Andler2009-09-012-7/+7
| | | (bzr r8552)
* Fixed crash when invoked and no profile is set.Jon A. Cruz2009-08-311-1/+1
| | | (bzr r8551)
* remove debug warningbulia byak2009-08-301-1/+0
| | | (bzr r8549)
* patch by Alvin for 418798bulia byak2009-08-291-2/+4
| | | (bzr r8545)
* lpe-spiro: fix problem with rounding and very nearly zero closing line segmentsJohan B. C. Engelen2009-08-261-1/+3
| | | (bzr r8541)
* fix bug #377958: don't write inkscape:path-effect to plain svgJohan B. C. Engelen2009-08-262-12/+16
| | | (bzr r8540)
* patch by Richard Hughes for 417777bulia byak2009-08-261-3/+3
| | | (bzr r8534)
* patch for divisor limitbulia byak2009-08-261-1/+1
| | | (bzr r8533)
* patch from 417179 by Alvinbulia byak2009-08-241-0/+1
| | | (bzr r8530)
* - fix bug #414142 (Moving path nodes twice is hard when snap is enabled)Diederik van Lierop2009-08-232-2/+9
| | | | | - constrained snap: use projected point to calculate the snap distance (bzr r8526)
* fix 417676bulia byak2009-08-231-1/+1
| | | (bzr r8525)
* When dragging a knot along a constraint line, then allow snapping the ↵Diederik van Lierop2009-08-235-6/+34
| | | | | position of the mouse pointer instead of its projection onto the constraint line (for this a check box has been added to the preferences dialog) (bzr r8523)
* patch from 416549bulia byak2009-08-231-0/+3
| | | (bzr r8522)
* fix half-smooth nodes updating when next to a line but with curve codebulia byak2009-08-231-4/+2
| | | (bzr r8521)
* fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do ↵bulia byak2009-08-225-3/+75
| | | | | not calculate the curve if they have a broken lpe, instead reading it directly from d= and issuing a warning (bzr r8520)
* fix 272408 and address fixmes: fix inheriting of dasharray and dashoffset, ↵bulia byak2009-08-222-16/+30
| | | | | make them correctly handle inherit values; test case for the bug is added to the testsuite (bzr r8519)
* fix 416940bulia byak2009-08-221-3/+11
| | | (bzr r8517)
* fix 166186bulia byak2009-08-221-3/+9
| | | (bzr r8516)
* fix 379817bulia byak2009-08-211-4/+14
| | | (bzr r8515)
* absolutize user-entered path from doc locationbulia byak2009-08-211-19/+30
| | | (bzr r8514)
* fix 167857bulia byak2009-08-191-2/+4
| | | (bzr r8509)
* patch from 289774bulia byak2009-08-181-7/+2
| | | (bzr r8508)
* fix for 415168bulia byak2009-08-181-2/+2
| | | (bzr r8507)
* patch by Alvin Penner for bug 415079bulia byak2009-08-181-0/+2
| | | (bzr r8503)