summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* a bunch of small changes to provide a user readable explanation of filtersAlexandre Prokoudine2008-01-315-26/+32
| | | (bzr r4624)
* fixed a bug in sqrt(pwsb).JF Barraud2008-01-301-1/+3
| | | (bzr r4623)
* Fix for if LCMS is disabled. (LP# 174854)Bryce Harrington2008-01-302-4/+14
| | | (bzr r4622)
* 2nd part of the fix for bug #167500: correctly update the rulers when they ↵Diederik van Lierop2008-01-306-23/+109
| | | | | change size (bzr r4621)
* A bunch of i18n-related issues fixed, ru.po slightly updated. Please do not ↵Alexandre Prokoudine2008-01-305-50/+137
| | | | | forget committing accompanying .inx files, guys ;-) (bzr r4620)
* When a panel dialog is presented, request it's panel to be presented as well. gustav_b2008-01-301-4/+16
| | | | | Fixes #184499 "Inkscape Preferences dialog does not remember tabs/pages" (bzr r4619)
* fix 169057 and prevent non-numeric input for font sizebulia byak2008-01-301-4/+17
| | | (bzr r4618)
* rename grid arrange to rows and columnsbulia byak2008-01-302-3/+3
| | | (bzr r4617)
* * don't strech buttons on lpe dialog when resizing the dialogFelipe Corr??a da Silva Sanches2008-01-301-2/+4
| | | | | * return to "No effects applied" message when one removes an lpe effect (bzr r4616)
* Don't freeze when pressing Ctrl in the pencil tool (closes: LP #181898)Maximilian Albert2008-01-291-1/+2
| | | (bzr r4615)
* Add jfb to Authorspopolon.org2008-01-291-0/+1
| | | (bzr r4614)
* Update JF Barraud scripts to work with actual SVN see ↵popolon.org2008-01-295-215/+308
| | | | | https://bugs.launchpad.net/inkscape/+bug/182832 (interpolate is not modified, and new scatter scripts not added) (bzr r4613)
* noop: Address some cast-string-to-mutable-chars warnings.Peter Moulder2008-01-283-19/+10
| | | (bzr r4612)
* - marked forgoten message for translationAlexandre Prokoudine2008-01-282-2712/+2054
| | | | | - updated ru.po again (bzr r4611)
* * [INTL: br] Breton updated by Alan (closes: #186195)Luca Bruno2008-01-281-2444/+1561
| | | (bzr r4610)
* 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)
* add snapping togglebulia byak2008-01-271-4/+6
| | | (bzr r4606)
* 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)
* * I Forgot to fix another one like the previousLuca Bruno2008-01-261-1/+1
| | | (bzr r4596)
* * Fixed markup. Brazilian translator, please always update your .po before ↵Luca Bruno2008-01-261-1/+1
| | | | | | | committing, and even run check-markup.sh to check if your .po is ok. This is probably the fifth time we're fixing this po markup, and the second about the same issue. (bzr r4595)
* 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)
* Never add two namespacesAaron Spike2008-01-251-1/+1
| | | | | possible fix for [Bug 179770] (bzr r4589)
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-2521-3/+35
| | | (bzr r4588)
* UpdateValessio Soares de Brito2008-01-251-435/+230
| | | (bzr r4587)
* * implemented feImage Settings UIFelipe Corr??a da Silva Sanches2008-01-245-14/+368
| | | | | | * 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)
* Document Ctrl+click in Pen/Pencil tool in doc/keys.xmlMaximilian Albert2008-01-231-0/+8
| | | (bzr r4584)
* Fix bad markup in po/km.po. This shouldn't mess up the translation but ↵Maximilian Albert2008-01-231-1/+1
| | | | | please recheck (since I don't speak Khmer :)) (bzr r4583)
* Updating translations for KhmerKhoem Sokhem2008-01-231-305/+170
| | | (bzr r4582)
* * Simplified Chinese update by Liu Xiaoqin (closes #184734)Luca Bruno2008-01-221-5414/+3909
| | | (bzr r4581)
* 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)
* updateArpad Biro2008-01-211-419/+403
| | | (bzr r4576)
* 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)