summaryrefslogtreecommitdiffstats
path: root/share/extensions/inkex.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Bug #1538277] Translations in inkex.py fail unless extension script itself i...Nicolas Dufour2016-05-261-1/+1
* Improve documentationRaphaël Bournhonesque2016-03-251-3/+11
* Switch too broad Exception exceptions to more specific ones (IOError, ImportE...Raphaël Bournhonesque2016-03-251-4/+4
* Cosmetics to make inkex.py pep8 compliantRaphaël Bournhonesque2016-03-251-7/+8
* Remove deprecated has_key method in inkex.pyRaphaël Bournhonesque2016-03-251-1/+1
* inkex.py code simplification (more compact if conditions, unreachable code)Raphaël Bournhonesque2016-03-221-5/+1
* [Bug #1559679] Make inkex.py PEP8 compliant.raphael02022016-03-201-43/+55
* [Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour2016-03-161-1/+1
* Allow python extensions to get the list of selected nodesMarc Jeanmougin2016-02-091-0/+3
* Extensions. Revert r14240 and r14241 (obsoleted by r14564)su_v2016-01-071-17/+14
* Fault tolerance for lazily defined SVGAurélio A. Heckert2016-01-061-4/+28
* Extensions. Fix for Bug #1461346 (getposinlayer fails if height attribute is ...su_v2015-07-111-13/+16
* Extensions. Fix for Bug #1463623 (Error trying to save Optimized SVG (no 'wid...su_v2015-07-111-1/+1
* Units, inkex.py: viewbox width is defined by the 3rd number of the viewbox sp...Johan B. C. Engelen2014-11-251-1/+1
* Extensions: try to calculate the SVG unitJohan B. C. Engelen2014-11-231-7/+55
* Merge from trunk 13472Liam P. White2014-07-271-1/+1
|\
| * inkex: Clarify a dupe error msg, for easier debuggingBryce Harrington2014-07-231-1/+1
* | Convert from 90px to inch to 96px to inch per SVG (CSS) specification.Tavmjong Bah2014-05-261-2/+2
|/
* extensions. fix typo in unittouu conversion (Bug 1307691)Alvin Penner2014-04-141-2/+2
* various optimizations, move extension to 'Export' submenuSebastian Wüst2014-02-161-0/+7
* Merge in patch from bug #1267842 to fix Inkex module open order.Martin Owens2014-01-141-6/+22
* adhere to Python "convention" of using double underscore to indicate class pr...Johan B. C. Engelen2013-11-171-5/+5
* extensions: fix calculation of window centerJohan B. C. Engelen2013-10-251-0/+3
* fix unit handling of all python extensions. did not test with all extensionsJohan B. C. Engelen2013-10-251-28/+36
* Fix for Bug #1217602 (Measure Path fails with XML too deep error) by dave m.Nicolas Dufour2013-09-171-1/+2
* Extensions. Fix for old Bug #166697 (Effects dirty document even when they do...Nicolas Dufour2013-03-231-1/+6
* 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