summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - marked forgoten message for translationAlexandre Prokoudine2008-01-281-1/+1
| | | | | - updated ru.po again (bzr r4611)
* set_markup() instead of set_label()Felipe Corr??a da Silva Sanches2008-01-281-1/+1
| | | (bzr r4609)
* further fixes to font size combo: activate on defocus except when caused by ↵bulia byak2008-01-281-4/+36
| | | | | esc; parse the value and serialize it back per css rules for setting style only if parsed successfully, to prevent corruption by bogus or empty values (bzr r4608)
* fix 168397 and other font size combo bugsbulia byak2008-01-271-23/+33
| | | (bzr r4607)
* Display Ctrl+click option for guidelines in status bar messageMaximilian Albert2008-01-271-1/+1
| | | (bzr r4605)
* Make guidelines quickly deletable by using Ctrl+click (is Ctrl a suitable ↵Maximilian Albert2008-01-271-0/+7
| | | | | modifier for this?) (bzr r4604)
* Don't group dot creation with pen-/pencil-specific operations in undo historyMaximilian Albert2008-01-271-3/+1
| | | (bzr r4603)
* at least gray out the remove button if we can't remove it when no gridsbulia byak2008-01-261-3/+2
| | | (bzr r4602)
* fix: show lpe parameters when new effect is appliedJohan B. C. Engelen2008-01-261-0/+2
| | | (bzr r4601)
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-265-2/+79
| | | (bzr r4600)
* LPE bend path was badly broken. fixed now.Johan B. C. Engelen2008-01-262-84/+3
| | | | | removed the dropdown box since it should not be there (left-over from pattern along path) (bzr r4599)
* path lpe parameter should not know of it's edit button since it has no ↵Johan B. C. Engelen2008-01-262-8/+0
| | | | | unique button. (bzr r4598)
* bug 185761: crash when editing text with the text & font dialog due to ↵Richard Hughes2008-01-261-1/+1
| | | | | reading off the end of an array (and then discarding the result) (bzr r4597)
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-264-10/+16
| | | (bzr r4594)
* fix strange typoJohan B. C. Engelen2008-01-261-2/+2
| | | (bzr r4593)
* fix initialization of lpe paramsJohan B. C. Engelen2008-01-264-2/+6
| | | (bzr r4592)
* copyeditbulia byak2008-01-251-1/+1
| | | (bzr r4591)
* copyeditbulia byak2008-01-252-15/+14
| | | (bzr r4590)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-2521-3/+35
| | | (bzr r4588)
* * implemented feImage Settings UIFelipe Corr??a da Silva Sanches2008-01-241-4/+139
| | | | | | * created feImage icon * added CC licensing info on feConvolveMatrix-icon (bzr r4586)
* Fixed crash with lighting effects and missing source imageNiko Kiirala2008-01-232-6/+6
| | | (bzr r4585)
* fix crash on feImage when trying to dragFelipe Corr??a da Silva Sanches2008-01-221-1/+0
| | | (bzr r4580)
* spellingbulia byak2008-01-221-2/+2
| | | (bzr r4579)
* fix clearing in Scale and unit conversion in Skewbulia byak2008-01-221-3/+12
| | | (bzr r4578)
* fixes feImage rendering, but does not add it to filters dialog yetFelipe Corr??a da Silva Sanches2008-01-221-5/+5
| | | (bzr r4577)
* rolling back parts of the "default metadata preferences" patch that ↵Felipe Corr??a da Silva Sanches2008-01-212-20/+1
| | | | | | | buliabyak forgot to rollback on revision 17005. (bzr r4575)
* 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-211-11/+11
| | | | | * for i in *.po; do intltool-update $(basename "$i" .po); done (bzr r4571)
* 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)
* don't update LPE dialog when selection is modified. try 2Johan B. C. Engelen2008-01-202-31/+14
| | | (bzr r4566)
* 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)
* whitespaceBryce Harrington2008-01-191-1/+1
| | | (bzr r4561)
* 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)
* info-box for filter effects dialogFelipe Corr??a da Silva Sanches2008-01-182-1/+87
| | | (bzr r4551)
* improved spelling ;-)Alexandre Prokoudine2008-01-181-1/+1
| | | (bzr r4549)
* added "Ask Us a Question" to the Help menu linking to ↵Felipe Corr??a da Silva Sanches2008-01-181-0/+1
| | | | | 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)