| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Japanese tutorials update | Masato Hashimoto | 2010-11-27 | 3 | -564/+547 | |
| | | | | (bzr r9930) | |||||
| * | Minor tips tutorial update | Kris De Gussem | 2010-11-26 | 2 | -107/+107 | |
| | | | | (bzr r9926) | |||||
| * | Tutorials. Interpolate and tips French translation update. | Nicolas Dufour | 2010-11-26 | 2 | -283/+253 | |
| | | | | (bzr r9924) | |||||
| * | Dutch tips tutorial added. | Kris De Gussem | 2010-11-24 | 2 | -0/+701 | |
| | | | | | | Dutch translation updated. (bzr r9917) | |||||
| * | Calligraphy and tips tutorial update | Kris De Gussem | 2010-11-24 | 2 | -189/+160 | |
| | | | | (bzr r9916) | |||||
| * | Extensions. Removing tooltips from color>randomize (see Bug #676419). | Nicolas Dufour | 2010-11-17 | 1 | -3/+3 | |
| | | | | | | Filters. Experimental filters cleanup. (bzr r9902) | |||||
| * | Converted render_barcode_qrcode.py from DOS to Unix EOL format. | Chris Morgan | 2010-11-17 | 1 | -1068/+1068 | |
| | | | | (bzr r9901) | |||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 66 | -66/+66 | |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | |||||
| * | Added UTF-8 encoding declaration for inkex.py. | Chris Morgan | 2010-11-17 | 1 | -0/+1 | |
| | | | | (bzr r9899) | |||||
| * | listing contributors on inkex.py | Aur??lio A. Heckert | 2010-11-16 | 1 | -1/+7 | |
| | | | | (bzr r9897) | |||||
| * | Translations. French translation update. | Nicolas Dufour | 2010-11-15 | 2 | -1/+118 | |
| | | | | | | Templates. New CD label template. (bzr r9895) | |||||
| * | makes i18n to work on python extensions | Aur??lio A. Heckert | 2010-11-14 | 1 | -1/+5 | |
| | | | | (bzr r9893) | |||||
| * | New Dutch elements tutorial | Kris De Gussem | 2010-11-13 | 2 | -0/+709 | |
| | | | | (bzr r9891) | |||||
| * | Japanese calligraphy tutorial update by Masato HASHIMOTO | Kris De Gussem | 2010-11-11 | 1 | -338/+339 | |
| | | | | (bzr r9890) | |||||
| * | New Dutch calligraphy and interpolate tutorial | Kris De Gussem | 2010-11-11 | 3 | -0/+1443 | |
| | | | | (bzr r9889) | |||||
| * | add source text to inkscape:label | d | 2010-11-10 | 1 | -1/+1 | |
| | | | | (bzr r9888) | |||||
| * | Dutch tracing tutorial and translation update | Kris De Gussem | 2010-11-10 | 1 | -1583/+240 | |
| | | | | (bzr r9887) | |||||
| * | add copyright | d | 2010-11-09 | 1 | -1/+3 | |
| | | | | (bzr r9886) | |||||
| * | add 4-unit margin and white background | d | 2010-11-09 | 1 | -4/+13 | |
| | | | | (bzr r9885) | |||||
| * | add QR Code rendering extension | d | 2010-11-09 | 3 | -0/+1128 | |
| | | | | (bzr r9884) | |||||
| * | i18n. Fixed palette makefile (see Bug #672228 can't compile: missing ↵ | Nicolas Dufour | 2010-11-07 | 1 | -2/+2 | |
| | | | | | | palettes.h, and fix for missing base path). (bzr r9879) | |||||
| * | Updated the JessyInk extensions to version 1.5.5. | Hannes Hochreiner | 2010-11-07 | 11 | -11/+23 | |
| | | | | (bzr r9877) | |||||
| * | Disable i18n of palettes for now - it breaks builds where srcdir != builddir | Krzysztof Kosi??ski | 2010-11-06 | 1 | -2/+2 | |
| | | | | (bzr r9874) | |||||
| * | Try to fix WebSlicer exporting error on windows | Aurélio A. Heckert (a) | 2010-11-03 | 1 | -8/+24 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/563722 (bzr r9873) | |||||
| * | Resolves the year 1 problem on the calendar render extension. | Aurélio A. Heckert (a) | 2010-11-03 | 2 | -6/+9 | |
| | | | | | | | | | | It includes the patch code by Craig Marshall, posted on bug492173 This commit changes the default inx year value and its description to stop misunderstands about how it works. Fixed bugs: - https://launchpad.net/bugs/492173 (bzr r9872) | |||||
| * | i18n. Palettes translation with context (see Bug #667402, Colour palettes ↵ | Nicolas Dufour | 2010-11-02 | 1 | -5/+9 | |
| | | | | | | not translatable). (bzr r9871) | |||||
| * | i18n. Color palette items are now translatable (see Bug #667402, Color ↵ | Nicolas Dufour | 2010-11-01 | 3 | -3/+38 | |
| | | | | | | | | | palette not translatable). Fixed bugs: - https://launchpad.net/bugs/667402 (bzr r9870) | |||||
| * | Updated the JessyInk extensions to version 1.5.4. | Hannes Hochreiner | 2010-10-29 | 15 | -69/+90 | |
| | | | | (bzr r9864) | |||||
| * | Punctuation in UI | Kris De Gussem | 2010-10-25 | 1 | -1/+1 | |
| | | | | (bzr r9852) | |||||
| * | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 ) | Kris De Gussem | 2010-10-25 | 1 | -1/+1 | |
| | | | | (bzr r9851) | |||||
| * | Tutorials. New Tips and Elements Indonesian translations. | Nicolas Dufour | 2010-10-13 | 3 | -0/+1430 | |
| | | | | (bzr r9829) | |||||
| * | fix misunderstood path-closed-flag in LWPOLYLINE (Bug 656899) | Alvin Penner | 2010-10-10 | 1 | -4/+5 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/656899 (bzr r9824) | |||||
| * | Translations. Adding no-pango-format flag to a string and check-markup fix ↵ | Nicolas Dufour | 2010-10-10 | 1 | -1/+2 | |
| | | | | | | for python files. (bzr r9822) | |||||
| * | Extensions. Temporarily removing a string from translatable content to ↵ | Nicolas Dufour | 2010-10-09 | 1 | -1/+1 | |
| | | | | | | prevent check-markup from failing. (bzr r9820) | |||||
| * | Import. dEPSCrop option added to EPS to PDF convertion (Bug #649842: import ↵ | Nicolas Dufour | 2010-10-08 | 2 | -1/+5 | |
| | | | | | | | | | from EPS ignores bounding box) Fixed bugs: - https://launchpad.net/bugs/649842 (bzr r9819) | |||||
| * | Extensions. New Gcode tools extension (Bug #654528). | Nicolas Dufour | 2010-10-08 | 11 | -0/+5430 | |
| | | | | (bzr r9818) | |||||
| * | Extensions. New context support in extensions (enum attribute only), should ↵ | Nicolas Dufour | 2010-10-02 | 1 | -3/+3 | |
| | | | | | | | | | fix Bug #585730 (Please split msgid Lines for ja translation). Fixed bugs: - https://launchpad.net/bugs/585730 (bzr r9809) | |||||
| * | UI fixes (a.o. Bug #560751 ) | Kris De Gussem | 2010-10-02 | 1 | -1/+1 | |
| | | | | (bzr r9807) | |||||
| * | UI fixes | Kris De Gussem | 2010-10-01 | 4 | -8/+8 | |
| | | | | (bzr r9806) | |||||
| * | UI generalisation | Kris De Gussem | 2010-10-01 | 1 | -3/+3 | |
| | | | | (bzr r9803) | |||||
| * | Extensions. Fix for Bug #650890 (Gimp XCF export fails when exporting from ↵ | Nicolas Dufour | 2010-10-01 | 1 | -6/+22 | |
| | | | | | | an unsaved new document). (bzr r9802) | |||||
| * | option to choose (r,g,b) color scale (Bug 186432) | Alvin Penner | 2010-09-26 | 2 | -19/+28 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/186432 (bzr r9794) | |||||
| * | Guillotine Extension: | Craig Marshall | 2010-09-26 | 1 | -42/+52 | |
| | | | | | | | | | | Change output message to give full pathnames of output files Fix blank image name crash/bug Clean up whitespace Also - added my name to authors file (bzr r9790) | |||||
| * | Added replace font extension | Craig Marshall | 2010-09-26 | 3 | -2/+302 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171007 (bzr r9789) | |||||
| * | Extensions. Inconstency fix in polyhedron 3D. | Nicolas Dufour | 2010-09-24 | 1 | -6/+6 | |
| | | | | (bzr r9779) | |||||
| * | Extensions. UI error in Gimp export; translatable keys and mouse reference link. | Nicolas Dufour | 2010-09-19 | 2 | -4/+4 | |
| | | | | (bzr r9771) | |||||
| * | Tooltips inconsistency fix (Bug 340723) | Kris De Gussem | 2010-09-19 | 1 | -1/+1 | |
| | | | | (bzr r9769) | |||||
| * | Units generalisation (Bug #560751) | Kris De Gussem | 2010-09-18 | 1 | -8/+8 | |
| | | | | (bzr r9768) | |||||
| * | option to add endpoints on x-axis (Bug 628266) | Alvin Penner | 2010-09-16 | 2 | -42/+54 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/628266 (bzr r9763) | |||||
| * | Extensions. Consistency fix and UI improvements (Text, Path and Web submenus). | Nicolas Dufour | 2010-09-09 | 13 | -167/+218 | |
| | | | | (bzr r9752) | |||||
