summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* fix 396851: move absolutizing relative path (added by Ted) out of ↵bulia byak2009-08-173-35/+72
| | | | | sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode (bzr r8500)
* fix remaining issues of bug 407893bulia byak2009-08-171-1/+1
| | | (bzr r8499)
* fix ctrl+arrow keys not working after startupbulia byak2009-08-171-0/+2
| | | (bzr r8498)
* some more ungrabbing neededbulia byak2009-08-171-0/+9
| | | (bzr r8497)
* * Bug-fixing src/libnr/Makefile_insert to avoid build failureLuca Bruno2009-08-151-1/+1
| | | (bzr r8489)