index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
extensions
/
inkex.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from trunk 13472
Liam P. White
2014-07-27
1
-1
/
+1
|
\
|
*
inkex: Clarify a dupe error msg, for easier debugging
Bryce Harrington
2014-07-23
1
-1
/
+1
*
|
Convert from 90px to inch to 96px to inch per SVG (CSS) specification.
Tavmjong Bah
2014-05-26
1
-2
/
+2
|
/
*
extensions. fix typo in unittouu conversion (Bug 1307691)
Alvin Penner
2014-04-14
1
-2
/
+2
*
various optimizations, move extension to 'Export' submenu
Sebastian Wüst
2014-02-16
1
-0
/
+7
*
Merge in patch from bug #1267842 to fix Inkex module open order.
Martin Owens
2014-01-14
1
-6
/
+22
*
adhere to Python "convention" of using double underscore to indicate class pr...
Johan B. C. Engelen
2013-11-17
1
-5
/
+5
*
extensions: fix calculation of window center
Johan B. C. Engelen
2013-10-25
1
-0
/
+3
*
fix unit handling of all python extensions. did not test with all extensions
Johan B. C. Engelen
2013-10-25
1
-28
/
+36
*
Fix for Bug #1217602 (Measure Path fails with XML too deep error) by dave m.
Nicolas Dufour
2013-09-17
1
-1
/
+2
*
Extensions. Fix for old Bug #166697 (Effects dirty document even when they do...
Nicolas Dufour
2013-03-23
1
-1
/
+6
*
Bug #425202 (Script messages not translated) fixed on OSX, patch from ~suv.
Nicolas Dufour
2012-10-09
1
-0
/
+10
*
Translations. Fix for Bug #425202 (Script messages not translated).
Nicolas Dufour
2012-10-07
1
-27
/
+32
*
Fix for Bug #425202 (Script messages not translated).
Nicolas Dufour
2012-07-16
1
-2
/
+8
*
Fix for bug #1024325 (DXF output, Python script error: No translation file fo...
Nicolas Dufour
2012-07-13
1
-1
/
+1
*
Translations. Fix for Bug #425202 (Script messages not translated).
Nicolas Dufour
2012-07-12
1
-7
/
+18
*
Extensions. PEP8, error handling and various extension fixes.
Nicolas Dufour
2012-02-09
1
-1
/
+4
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Added UTF-8 encoding declaration for inkex.py.
Chris Morgan
2010-11-17
1
-0
/
+1
*
listing contributors on inkex.py
Aur??lio A. Heckert
2010-11-16
1
-1
/
+7
*
makes i18n to work on python extensions
Aur??lio A. Heckert
2010-11-14
1
-1
/
+5
*
Extensions. Fix misleading message in inkex.py (Bug #602041)
Nicolas Dufour
2010-08-12
1
-2
/
+3
*
Added getParentNode() to Effect class in inkex.py
Aurélio A. Heckert (a)
2010-03-05
1
-0
/
+7
*
Embedimage extension fix and stderr Unicode support in inkex.py
Nicolas Dufour
2009-12-16
1
-1
/
+1
*
New conversion factors added to inkex.py (ft, yd, m and km).
Nicolas Dufour
2009-12-03
1
-1
/
+2
*
giving svg_file property to Effect class. Make more readable code.
Aur??lio A. Heckert
2009-09-09
1
-1
/
+2
*
adding getElementById() to inkex
Aur??lio A. Heckert
2009-08-26
1
-0
/
+8
*
correcting namespaces in inkex.py
Aur??lio A. Heckert
2009-03-13
1
-1
/
+2
*
share/extensions/inkex.py (class Effect): Remove id_characters instance var, ...
Peter Moulder
2009-02-27
1
-3
/
+2
*
share/extensions/inkex.py: Fix a couple of issues reported by pychecker.
Peter Moulder
2009-02-27
1
-4
/
+4
*
added getNamedView and createGuide methods
Aur??lio A. Heckert
2009-02-16
1
-0
/
+24
*
force string argument to sys.stderr.write in method errormsg of inkex.py
Aur??lio A. Heckert
2009-01-22
1
-1
/
+1
*
little change to meke extensions more testables
Aur??lio A. Heckert
2009-01-09
1
-3
/
+3
*
replaceing the cut-marks extension by the printing-marks
Aur??lio A. Heckert
2008-12-01
1
-0
/
+3
*
Allow inkex.errormsg() to handle non-ASCII characters. Fixes bug 246931.
Stephen Silver
2008-07-10
1
-1
/
+1
*
Remove an unnecessary line that always raises an exception - there is no 'what'.
Stephen Silver
2008-07-09
1
-1
/
+0
*
Fixed some strings that upset gettext.
Marcin Floryan
2008-06-11
1
-1
/
+1
*
share/extensions/*.py: Use gettext for (many) error messages.
Peter Moulder
2008-05-23
1
-2
/
+21
*
noop: Add vim modeline for all share/extensions/*.py files that use four-spac...
Peter Moulder
2008-05-23
1
-0
/
+2
*
fix 198404
bulia byak
2008-03-05
1
-1
/
+1
*
Attempt fix for Bug #178022
Aaron Spike
2008-02-21
1
-7
/
+7
*
Never add two namespaces
Aaron Spike
2008-01-25
1
-1
/
+1
*
Adding extra info on how to get the python-lxml extension.
Bryce Harrington
2008-01-13
1
-1
/
+1
*
add uri for xml namespace and use inkex.addNS() to add namespaces
Aaron Spike
2008-01-05
1
-8
/
+9
*
begin converting python extensions to use lxml. this might take me a while an...
Aaron Spike
2007-06-19
1
-30
/
+25
*
view_center fixed to account for the y-coordinate flip
bulia byak
2007-03-14
1
-2
/
+3
*
forgot re
Aaron Spike
2006-11-24
1
-1
/
+1
*
move user unit conversion into inkex.py
Aaron Spike
2006-11-24
1
-0
/
+20
*
adding optional minidom
Aaron Spike
2006-09-13
1
-2
/
+7
*
add some convenience methods to inkex and allow the possiblity of replacing t...
Aaron Spike
2006-07-20
1
-1
/
+26
[next]