| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Clean up comments and remove (already commented) debugging messages | Maximilian Albert | 2008-02-22 | 10 | -527/+13 | |
| | | | | (bzr r4824) | |||||
| * | updating filters infobox icons | Felipe Corr??a da Silva Sanches | 2008-02-22 | 21 | -159/+259 | |
| | | | | | | Adjustment of margin spacing (bzr r4823) | |||||
| * | Changed how tooltips for verbs are fetched to display translated versions ↵ | Marcin Floryan | 2008-02-22 | 4 | -2/+9 | |
| | | | | | | correctly in the toolbox. Closes #169103. (bzr r4822) | |||||
| * | Don't crash when the original of an SPUse can't be found. This sort of fixes ↵ | Maximilian Albert | 2008-02-22 | 2 | -2/+7 | |
| | | | | | | LP 185734, but maybe further action would be appropriate (e.g., should we remove orphaned items from the xml tree in the first place?). (bzr r4821) | |||||
| * | Stop taking up vertical space when horizontal scrollbar not shown. | Jon A. Cruz | 2008-02-22 | 1 | -0/+20 | |
| | | | | | | Fixes Bug #168619 (bzr r4820) | |||||
| * | Reducing size of pop-up menu trigger | Jon A. Cruz | 2008-02-22 | 1 | -4/+10 | |
| | | | | (bzr r4819) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-02-22 | 1 | -3/+3 | |
| | | | | (bzr r4818) | |||||
| * | changed sr@Latn into sr@latin | Adib Taraben | 2008-02-22 | 15 | -20/+21 | |
| | | | | (bzr r4817) | |||||
| * | Khmer translations updated | Khoem Sokhem | 2008-02-22 | 1 | -432/+285 | |
| | | | | (bzr r4816) | |||||
| * | consistent name | bulia byak | 2008-02-22 | 1 | -1/+1 | |
| | | | | (bzr r4815) | |||||
| * | Update | Valessio Soares de Brito | 2008-02-22 | 1 | -395/+535 | |
| | | | | (bzr r4814) | |||||
| * | update | Arpad Biro | 2008-02-21 | 1 | -259/+150 | |
| | | | | (bzr r4813) | |||||
| * | fix dots in pencil too | bulia byak | 2008-02-21 | 2 | -36/+48 | |
| | | | | (bzr r4812) | |||||
| * | update | bulia byak | 2008-02-21 | 1 | -120/+137 | |
| | | | | (bzr r4811) | |||||
| * | fix unclosed tag | bulia byak | 2008-02-21 | 1 | -3/+5 | |
| | | | | (bzr r4810) | |||||
| * | fix rubberband selection in gradient | bulia byak | 2008-02-21 | 1 | -1/+1 | |
| | | | | (bzr r4809) | |||||
| * | Mark "description" as translatable (addresses #194000) | Marcin Floryan | 2008-02-21 | 1 | -1/+1 | |
| | | | | (bzr r4808) | |||||
| * | * [INTL: pl] Polish update by Polish Inkscape Translation Team | Marcin Floryan | 2008-02-21 | 1 | -3009/+1886 | |
| | | | | (bzr r4807) | |||||
| * | reduced range of basefrequency attribute in the feturbulence settings UI | Felipe Corr??a da Silva Sanches | 2008-02-21 | 1 | -1/+1 | |
| | | | | (bzr r4806) | |||||
| * | * convert to non-premultiplied alpha on fedisplacementmap | Felipe Corr??a da Silva Sanches | 2008-02-21 | 2 | -2/+15 | |
| | | | | | | * corrected a slight mistake on a comment (!) on fecolormatrix :-P (bzr r4805) | |||||
| * | More sensible size constraints for undo history panel. | gustav_b | 2008-02-21 | 1 | -1/+1 | |
| | | | | (bzr r4804) | |||||
| * | fix for bug #193838 (colormatrix uses premultiplied alpha) | Felipe Corr??a da Silva Sanches | 2008-02-21 | 1 | -1/+14 | |
| | | | | (bzr r4803) | |||||
| * | default values for checkbutton, colorbutton, dualspinbutton, spinslider ↵ | Felipe Corr??a da Silva Sanches | 2008-02-21 | 2 | -46/+58 | |
| | | | | | | | | attrWidgets on filters dialog based on SVG spec (bzr r4802) | |||||
| * | * added tooltips for checkboxes and matrices | Felipe Corr??a da Silva Sanches | 2008-02-21 | 1 | -16/+19 | |
| | | | | | | * removed stitch tiles option from the UI because it is not properly implemented yet (bzr r4801) | |||||
| * | Initial implementation of non-square swatches | Jon A. Cruz | 2008-02-21 | 10 | -34/+90 | |
| | | | | (bzr r4800) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-02-21 | 1 | -1/+1 | |
| | | | | (bzr r4799) | |||||
| * | * add tooltips to spinsliders, spinbuttons and comboboxes on the filter ↵ | Felipe Corr??a da Silva Sanches | 2008-02-21 | 4 | -59/+117 | |
| | | | | | | | | | | settings UI * add "no parameters required" label for feComposite primitive settings tab A future commit will add the tooltips for color-chooser-widget, checkboxes and matrix-entries (bzr r4798) | |||||
| * | Attempt fix for Bug #178022 | Aaron Spike | 2008-02-21 | 11 | -22/+22 | |
| | | | | | | | | | Evidently somewhere between versions 1.3.6 and 2.0 lxml began requiring that parameters passed to the Element.xpath() be keyword arguments (positional arguments had been allowed). Best guess places this at "2.0alpha6 (2007-12-19)" based upon the lxml Changelog. This fix appears to be backward compatible. Please test. (bzr r4797) | |||||
| * | Finish post lxml fixup | Aaron Spike | 2008-02-21 | 1 | -11/+11 | |
| | | | | (bzr r4796) | |||||
| * | Fix crash with Save As extensions | Aaron Spike | 2008-02-21 | 1 | -0/+1 | |
| | | | | | | Glib:IOChannel requires a parameterless set_encoding() in order to be binary safe (bzr r4795) | |||||
| * | update | Arpad Biro | 2008-02-20 | 1 | -260/+248 | |
| | | | | (bzr r4794) | |||||
| * | pointer check, to prevent rapid crash on pdf/ps-export | Adib Taraben | 2008-02-20 | 1 | -4/+7 | |
| | | | | (bzr r4793) | |||||
| * | Fixed an issue with the use of Q_ macro as introduced in rev 17415 | Marcin Floryan | 2008-02-20 | 1 | -2/+2 | |
| | | | | (bzr r4792) | |||||
| * | * INTL - fixed: "Crop to" dropdown strings not translated for PDF Import | Marcin Floryan | 2008-02-20 | 1 | -9/+10 | |
| | | | | (bzr r4791) | |||||
| * | Decoupled swatch sizes from icon sizes | Jon A. Cruz | 2008-02-20 | 9 | -68/+64 | |
| | | | | (bzr r4790) | |||||
| * | fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe | Johan B. C. Engelen | 2008-02-20 | 4 | -50/+73 | |
| | | | | (bzr r4789) | |||||
| * | yet another contextual split | Alexandre Prokoudine | 2008-02-20 | 2 | -2/+2 | |
| | | | | (bzr r4788) | |||||
| * | Revision: 17284 | Ivan Mas??r | 2008-02-20 | 61 | -52733/+101023 | |
| | | | | (bzr r4787) | |||||
| * | * [INTL: es] Spanish update by Lucas Vieites (closes: #191925) | Ivan Mas??r | 2008-02-20 | 1 | -1346/+720 | |
| | | | | (bzr r4786) | |||||
| * | * packaging/macosx/Resource/script: Update a comment about X11.app on Leopard. | mjwybrow | 2008-02-19 | 1 | -4/+11 | |
| | | | | (bzr r4785) | |||||
| * | Updated Polish translation | Marcin Floryan | 2008-02-19 | 1 | -2091/+3231 | |
| | | | | (bzr r4784) | |||||
| * | Extended messages to make full use of plurals | Marcin Floryan | 2008-02-19 | 1 | -7/+24 | |
| | | | | (bzr r4783) | |||||
| * | initialize default value to zero when it is not provided as parameter to the ↵ | Felipe Corr??a da Silva Sanches | 2008-02-19 | 1 | -1/+1 | |
| | | | | | | combobox constructor (bzr r4782) | |||||
| * | * use enums to deal with displacementmap channel selectors | Felipe Corr??a da Silva Sanches | 2008-02-19 | 10 | -41/+88 | |
| | | | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781) | |||||
| * | r18035@shi: ted | 2008-02-19 12:54:20 -0800 | Ted Gould | 2008-02-19 | 1 | -0/+26 | |
| | | | | | | Update from release branch (bzr r4780) | |||||
| * | fix for bug #193228 | Felipe Corr??a da Silva Sanches | 2008-02-19 | 2 | -2/+6 | |
| | | | | (bzr r4779) | |||||
| * | first i18n patch from Marcin, more to follow | Alexandre Prokoudine | 2008-02-19 | 1 | -1/+1 | |
| | | | | (bzr r4778) | |||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-02-19 | 1 | -2/+5 | |
| | | | | (bzr r4777) | |||||
| * | * convolve matrix code refactoring | Felipe Corr??a da Silva Sanches | 2008-02-19 | 2 | -10/+17 | |
| | | | | | | * filter effects dialog warning cleanup (bzr r4776) | |||||
| * | Update translator | Valessio Soares de Brito | 2008-02-19 | 1 | -69/+55 | |
| | | | | (bzr r4775) | |||||
