summaryrefslogtreecommitdiffstats
path: root/share/extensions/inkex.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bug #425202 (Script messages not translated) fixed on OSX, patch from ~suv.Nicolas Dufour2012-10-091-0/+10
* Translations. Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-10-071-27/+32
* Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-07-161-2/+8
* Fix for bug #1024325 (DXF output, Python script error: No translation file fo...Nicolas Dufour2012-07-131-1/+1
* Translations. Fix for Bug #425202 (Script messages not translated).Nicolas Dufour2012-07-121-7/+18
* Extensions. PEP8, error handling and various extension fixes.Nicolas Dufour2012-02-091-1/+4
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Added UTF-8 encoding declaration for inkex.py.Chris Morgan2010-11-171-0/+1
* listing contributors on inkex.pyAur??lio A. Heckert2010-11-161-1/+7
* makes i18n to work on python extensionsAur??lio A. Heckert2010-11-141-1/+5
* Extensions. Fix misleading message in inkex.py (Bug #602041)Nicolas Dufour2010-08-121-2/+3
* Added getParentNode() to Effect class in inkex.pyAurélio A. Heckert (a)2010-03-051-0/+7
* Embedimage extension fix and stderr Unicode support in inkex.pyNicolas Dufour2009-12-161-1/+1
* New conversion factors added to inkex.py (ft, yd, m and km).Nicolas Dufour2009-12-031-1/+2
* giving svg_file property to Effect class. Make more readable code.Aur??lio A. Heckert2009-09-091-1/+2
* adding getElementById() to inkexAur??lio A. Heckert2009-08-261-0/+8
* correcting namespaces in inkex.pyAur??lio A. Heckert2009-03-131-1/+2
* share/extensions/inkex.py (class Effect): Remove id_characters instance var, ...Peter Moulder2009-02-271-3/+2
* share/extensions/inkex.py: Fix a couple of issues reported by pychecker.Peter Moulder2009-02-271-4/+4
* added getNamedView and createGuide methodsAur??lio A. Heckert2009-02-161-0/+24
* force string argument to sys.stderr.write in method errormsg of inkex.pyAur??lio A. Heckert2009-01-221-1/+1
* little change to meke extensions more testablesAur??lio A. Heckert2009-01-091-3/+3
* replaceing the cut-marks extension by the printing-marksAur??lio A. Heckert2008-12-011-0/+3
* Allow inkex.errormsg() to handle non-ASCII characters. Fixes bug 246931.Stephen Silver2008-07-101-1/+1
* Remove an unnecessary line that always raises an exception - there is no 'what'.Stephen Silver2008-07-091-1/+0
* Fixed some strings that upset gettext.Marcin Floryan2008-06-111-1/+1
* share/extensions/*.py: Use gettext for (many) error messages.Peter Moulder2008-05-231-2/+21
* noop: Add vim modeline for all share/extensions/*.py files that use four-spac...Peter Moulder2008-05-231-0/+2
* fix 198404bulia byak2008-03-051-1/+1
* Attempt fix for Bug #178022Aaron Spike2008-02-211-7/+7
* Never add two namespacesAaron Spike2008-01-251-1/+1
* Adding extra info on how to get the python-lxml extension.Bryce Harrington2008-01-131-1/+1
* add uri for xml namespace and use inkex.addNS() to add namespacesAaron Spike2008-01-051-8/+9
* begin converting python extensions to use lxml. this might take me a while an...Aaron Spike2007-06-191-30/+25
* view_center fixed to account for the y-coordinate flipbulia byak2007-03-141-2/+3
* forgot reAaron Spike2006-11-241-1/+1
* move user unit conversion into inkex.pyAaron Spike2006-11-241-0/+20
* adding optional minidomAaron Spike2006-09-131-2/+7
* add some convenience methods to inkex and allow the possiblity of replacing t...Aaron Spike2006-07-201-1/+26
* fix [ 1500602 ] 0.44pre2-1.win32: saving DXF file errorAaron Spike2006-06-081-2/+2
* fix effects failing when document has no namedview or no current-layer attrbulia byak2006-05-291-10/+15
* add a function to pull some info from the sodipodi:namedviewAaron Spike2006-05-281-0/+16
* whitespace and fix sodipodi URIAaron Spike2006-05-081-62/+62
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+103