summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pt_BR translation of inputbox strings on filter effects dialogFelipe Corr??a da Silva Sanches2008-01-211-16/+16
| | | (bzr r4574)
* sorry... forgot to quote a \"Felipe Corr??a da Silva Sanches2008-01-2160-60/+420
| | | | | updating .po's again (bzr r4573)
* sorry... forgot to quote a \"Felipe Corr??a da Silva Sanches2008-01-211-2/+2
| | | (bzr r4572)
* * modified strings on infobox (filter effect dialog) to fit better english styleFelipe Corr??a da Silva Sanches2008-01-2161-52901/+63720
| | | | | * for i in *.po; do intltool-update $(basename "$i" .po); done (bzr r4571)
* adding an image to represent feDisplacementMap primitiveFelipe Corr??a da Silva Sanches2008-01-213-0/+283
| | | (bzr r4570)
* updateArpad Biro2008-01-201-2020/+3115
| | | (bzr r4569)
* Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵Maximilian Albert2008-01-205-8/+15
| | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568)
* * [INTL: sl] Slovenian translation updated by Martin Srebotnjak (closes: ↵Luca Bruno2008-01-201-2171/+1442
| | | | | #184061) (bzr r4567)
* don't update LPE dialog when selection is modified. try 2Johan B. C. Engelen2008-01-202-31/+14
| | | (bzr r4566)
* Updated Vietnamese translationClytie Siddall2008-01-202-395/+167
| | | (bzr r4565)
* don't update LPE dialog when selection is modified.Johan B. C. Engelen2008-01-202-14/+21
| | | (bzr r4564)
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵Maximilian Albert2008-01-197-22/+88
| | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563)
* Fix bad markup in po/vi.poMaximilian Albert2008-01-191-1/+1
| | | (bzr r4562)
* whitespaceBryce Harrington2008-01-191-1/+1
| | | (bzr r4561)
* whitespaceBryce Harrington2008-01-191-1/+1
| | | (bzr r4560)
* Fix another small z-order issue for 3D boxesMaximilian Albert2008-01-191-2/+10
| | | (bzr r4559)
* add default functions for transforming lpe-pathalongpath.cpp and ↵Johan B. C. Engelen2008-01-184-0/+19
| | | | | lpe-skeletalstrokes.cpp (bzr r4558)
* Partially fix bug #167500 (rulers being off)Diederik van Lierop2008-01-182-30/+23
| | | (bzr r4557)
* Made the inside/outside radio buttons in the Spirograph extension inx ↵Joel Holdsworth2008-01-181-5/+5
| | | | | translatable (bzr r4556)
* Updated Vietnamese translationClytie Siddall2008-01-182-3908/+3206
| | | (bzr r4555)
* adding CC licensing note about the previously added imageFelipe Corr??a da Silva Sanches2008-01-182-0/+4
| | | | | adding this image to Makefile.am (bzr r4554)
* i forgot to add this image that is used on convolvematrix iconFelipe Corr??a da Silva Sanches2008-01-182-1/+8
| | | (bzr r4553)
* added updated RU translationAlexandre Prokoudine2008-01-181-803/+907
| | | (bzr r4552)
* info-box for filter effects dialogFelipe Corr??a da Silva Sanches2008-01-1827-2/+2859
| | | (bzr r4551)
* * Second part of the cleanup patch for plural formsLuca Bruno2008-01-182-390/+62
| | | (bzr r4550)
* improved spelling ;-)Alexandre Prokoudine2008-01-181-1/+1
| | | (bzr r4549)
* r17715@shi: ted | 2008-01-17 21:25:04 -0800Ted Gould2008-01-181-12/+0
| | | | | Removing files that aren't actually shipped in the tarball (bzr r4548)
* use threads to open browser without locking inkscapeFelipe Corr??a da Silva Sanches2008-01-188-16/+106
| | | (bzr r4547)
* added "Ask Us a Question" to the Help menu linking to ↵Felipe Corr??a da Silva Sanches2008-01-184-0/+18
| | | | | http://answers.launchpad.net/inkscape/+addquestion (bzr r4546)
* Fixed crash in the filter effects dialog on loading files with the ↵Nicholas Bishop2008-01-181-2/+4
| | | | | unimplemented component transfer filter. (bzr r4545)
* removing feTile and feComponentTransfer from UIFelipe Corr??a da Silva Sanches2008-01-171-2/+8
| | | (bzr r4544)
* fix transformation of LPECurveStitch when "Scale width relative" is setJohan B. C. Engelen2008-01-172-0/+18
| | | (bzr r4543)
* fix Matrix::isTranslationJohan B. C. Engelen2008-01-171-1/+1
| | | (bzr r4542)
* Geom: fix a crash on assertion in sbasis-to-bezier.cppJohan B. C. Engelen2008-01-172-1/+5
| | | (bzr r4541)
* remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, ↵Johan B. C. Engelen2008-01-172-12/+13
| | | | | but another bug is apparently present that causes a bug with similar trigger (bzr r4540)
* sorry for this late feature change. this makes the curvestitching *that* ↵Johan B. C. Engelen2008-01-172-20/+22
| | | | | much powerful, plus when this would be introduced in 0.47 it would make 0.46's curvestitching xml obsolete and I'd have to tedious compatibility code. (bzr r4539)
* Reverted earlier edit - export bitmap dialog is now sizeable once againJoel Holdsworth2008-01-171-1/+1
| | | (bzr r4538)
* Hide the Image filter effect primitive from the filter effects dialog. Files ↵Nicholas Bishop2008-01-172-0/+26
| | | | | containing that filter will still show the filter in the dialog, but the settings area warns that the filter is not yet implemented in Inkscape. (bzr r4537)
* Fixed bug in filter effects dialog; incorrect desktop was being used with ↵Nicholas Bishop2008-01-171-2/+4
| | | | | multiple windows open. (bzr r4536)
* Fixed a crash on removing a filter primitive in the filter effects dialog.Nicholas Bishop2008-01-172-15/+16
| | | (bzr r4535)
* * [INTL: hu] Hungarian update by reussLuca Bruno2008-01-171-4481/+3338
| | | (bzr r4534)
* * Dutch translation update by Fropper (re-closes: #181283)Luca Bruno2008-01-171-3884/+2989
| | | (bzr r4533)
* * Cleanup patch for plural forms in po-files, by vonHalenbach (closes: #183610)Luca Bruno2008-01-1740-146/+86
| | | (bzr r4532)
* Khmer translations updatedKhoem Sokhem2008-01-171-515/+192
| | | (bzr r4531)
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵gustav_b2008-01-175-78/+73
| | | | | instead of old RegisteredWdg (bzr r4530)
* now act on settings in dialogueAdib Taraben2008-01-164-8/+53
| | | (bzr r4529)
* Stopped the export bitmap dialog from being sizeableJoel Holdsworth2008-01-161-1/+1
| | | (bzr r4528)
* Corrected the parenting of the browse dialog, so that it cannot fall ↵Joel Holdsworth2008-01-161-1/+1
| | | | | underneath the export dialog on Windows (bzr r4527)
* Oops, set 'scislac' modus off by default ofcourse.Johan B. C. Engelen2008-01-161-1/+1
| | | (bzr r4526)
* fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to ↵Johan B. C. Engelen2008-01-161-4/+11
| | | | | normal user. (bzr r4525)