summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* CapitalisationIvan Louette2009-04-161-2/+2
| | | (bzr r7724)
* Cleaning In and out and Cutout glow filtersIvan Louette2009-04-161-16/+10
| | | (bzr r7723)
* replaced "-" to "_" in the interp_att_g extension name to be usable as ↵Aur??lio A. Heckert2009-04-164-10/+18
| | | | | module and added a notification for a execution without selection. (bzr r7722)
* Fix most icon issues: blurry icons, tiling, etc. (hooray!)Krzysztof Kosi??ski2009-04-163-31/+25
| | | (bzr r7721)
* Restore 0.46 placement of node alignment buttonsKrzysztof Kosi??ski2009-04-162-3243/+19266
| | | (bzr r7720)
* * [INTL: sk] Slovak translation update (trunk)Ivan Mas??r2009-04-161-1237/+1153
| | | (bzr r7719)
* patch 179589 with UI added: optionally, try to replace a font name specified ↵bulia byak2009-04-154-7/+103
| | | | | in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg) (bzr r7718)
* Minor French translation update.Nicolas Dufour2009-04-151-733/+806
| | | (bzr r7717)
* Maxim Dziumanenko <dziumanenko@gmail.com>Maxim V. Dziumanenko2009-04-151-923/+681
| | | | | * Updated Ukrainian translation by Yuri Chornoivan (bzr r7716)
* render_alphabetsoup now can be used as a module and is a more testable codeAur??lio A. Heckert2009-04-141-1/+5
| | | (bzr r7715)
* more modularized and testable svg_and_media_zip_output extensionAur??lio A. Heckert2009-04-142-19/+24
| | | (bzr r7714)
* a better set attribute for inkwebAur??lio A. Heckert2009-04-145-37/+71
| | | (bzr r7713)
* Updated translation template (sorry guys - connection problems for last few ↵Alexandre Prokoudine2009-04-142-790/+876
| | | | | days), fixed POTFILE.in to reflect recent filename changes (bzr r7712)
* Fix two legacy icon IDsKrzysztof Kosi??ski2009-04-131-5/+2
| | | (bzr r7711)
* Really fix node alignment icons; add clarifying comment to source.Krzysztof Kosi??ski2009-04-137-69/+72
| | | (bzr r7710)
* Complete the legacy icon mappingKrzysztof Kosi??ski2009-04-131-1/+64
| | | (bzr r7709)
* Add icon mappings (legacy IDs to icon names) for menus, tools andKrzysztof Kosi??ski2009-04-131-27/+232
| | | | | align & distribute dialog. (bzr r7708)
* litte more informationAur??lio A. Heckert2009-04-131-1/+1
| | | (bzr r7707)
* more basic test files and basic effect correctionsAur??lio A. Heckert2009-04-1353-31/+1225
| | | (bzr r7706)
* allow svg_and_media_zip_output works with less informative svg filesAur??lio A. Heckert2009-04-131-11/+14
| | | (bzr r7705)
* capitalization, move Noisy blur to Blursbulia byak2009-04-131-4/+4
| | | (bzr r7704)
* a dummy help for extension unit test creationAur??lio A. Heckert2009-04-134-6/+77
| | | (bzr r7703)
* run-all-extension-tests in make checkAur??lio A. Heckert2009-04-136-8/+11
| | | (bzr r7702)
* Renaming Ghosten to Eraser, improving it to adjust with color matrix and ↵Ivan Louette2009-04-131-5/+6
| | | | | moving it to a new Masking tools submenu (bzr r7701)
* Adding a Distort filter called Noisy blur, moving Ghosten to Image effectsIvan Louette2009-04-131-2/+8
| | | (bzr r7700)
* *.in files are generated from *.am, and should not be checked in.Jon A. Cruz2009-04-138-4196/+0
| | | (bzr r7699)
* Update configure.ac to include the PNG icon dirsKrzysztof Kosi??ski2009-04-131-0/+8
| | | (bzr r7698)
* * Add automatically rendered PNG icons and the rendering script.Krzysztof Kosi??ski2009-04-13552-2/+4943
| | | | | * Add an index.theme file to allow the PNG icons to be used on Windows. (bzr r7697)
* Only add builtin icons if loading from SVG succeededKrzysztof Kosi??ski2009-04-121-1/+1
| | | (bzr r7696)
* add support for LTYPE, DIMTXT, and BLOCKSAlvin Penner2009-04-121-28/+87
| | | (bzr r7695)
* Added a listing of icon name changes that have occurred since last release.Jon A. Cruz2009-04-121-0/+53
| | | (bzr r7694)
* Fix two "snap window not opened" warningsDiederik van Lierop2009-04-123-8/+8
| | | (bzr r7693)
* add LPE recursive skeleton (experimental)Johan B. C. Engelen2009-04-125-0/+190
| | | (bzr r7692)
* override transform_multiply for patternalongpath to disable transform ↵Johan B. C. Engelen2009-04-122-0/+13
| | | | | forwarding to its parameters. (bzr r7691)
* Adding two Color filters, Black light and GhostenIvan Louette2009-04-121-0/+10
| | | (bzr r7690)
* Improved wording for the snap indicator: gradients snap to their parent's ↵Diederik van Lierop2009-04-123-5/+5
| | | | | bounding box, so the snap indicator now displays "bla bla to bounding box" (bzr r7689)
* Use the line intersection routines in 2geom/line.h instead of the deprecated ↵Diederik van Lierop2009-04-127-69/+113
| | | | | ones in 2geom/geom.h. (I know we're in a refactoring freeze, but this one I was already working on before this freeze was announced and it's quite safe IMHO. It's only a small change in 2geom's API and can hardly do any real harm. I will not refactor anything else until after the v0.47 release, promised!) (bzr r7688)
* Fix snapping during constrained translation, when only snapping the node ↵Diederik van Lierop2009-04-124-37/+40
| | | | | closest to the mouse pointer (bzr r7687)
* Fix two missing icons in live effect parametersKrzysztof Kosi??ski2009-04-111-2/+2
| | | (bzr r7686)
* Fix the "select all" icon and remove stuff causing problems from ↵Krzysztof Kosi??ski2009-04-112-325/+57
| | | | | widgets/icon.cpp (bzr r7685)
* add uniconvertor sk1 export (as used for sk1 import)theAdib2009-04-112-0/+16
| | | (bzr r7684)
* Dutch translation update by KrisNicolas Dufour2009-04-111-3203/+1432
| | | (bzr r7683)
* Add randomize icon for LPEsKrzysztof Kosi??ski2009-04-102-0/+242
| | | (bzr r7682)
* add 2geom/line.cpp to Makefile_insertJohan B. C. Engelen2009-04-101-0/+1
| | | (bzr r7681)
* Fix compatibility with much older Glibmm version.Jon A. Cruz2009-04-101-4/+56
| | | (bzr r7680)
* add support for wmf-output using the uniconvertor (as used for the wmf-inputtheAdib2009-04-102-0/+16
| | | (bzr r7679)
* Whitespace cleanupJon A. Cruz2009-04-101-41/+41
| | | (bzr r7678)
* Adding initial system info listing.Jon A. Cruz2009-04-102-7/+29
| | | (bzr r7677)
* Cleaning up some filters againIvan Louette2009-04-091-52/+44
| | | (bzr r7676)
* Another typo slippedAlexandre Prokoudine2009-04-091-1/+1
| | | (bzr r7675)