index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
finished new offset correction
Sebastian Wüst
2013-10-12
2
-36
/
+41
*
small stuff
Sebastian Wüst
2013-10-09
3
-9
/
+10
*
numerous optimizations, fixed bug tool offset correction calculates wrong poi...
Sebastian Wüst
2013-10-06
4
-52
/
+45
*
parser can now work with multiple pens, better exception handling
Sebastian Wüst
2013-10-03
6
-55
/
+81
*
small changes + fixes
Sebastian Wüst
2013-07-27
1
-1
/
+2
*
small changes + fixes
Sebastian Wüst
2013-07-27
4
-12
/
+15
*
minor stuff
Sebastian Wüst
2013-07-15
2
-3
/
+10
*
small bugfixes
Sebastian Wüst
2013-07-14
2
-2
/
+2
*
made process_path more readable
Sebastian Wüst
2013-07-14
1
-29
/
+30
*
changed variable names to reflect data
Sebastian Wüst
2013-07-14
1
-19
/
+18
*
pass group transformations via recursion instead of manipulating variable
Sebastian Wüst
2013-07-14
1
-9
/
+6
*
changed find border algorythm to work without number initialization
Sebastian Wüst
2013-07-14
1
-11
/
+10
*
changed all quotes to single quotes except for translations
Sebastian Wüst
2013-07-14
3
-38
/
+38
*
changed how encoder passes errors
Sebastian Wüst
2013-07-14
3
-11
/
+20
*
load whole file instead of one line.
Sebastian Wüst
2013-07-14
2
-4
/
+9
*
changed how decoder is called and errors are passed
Sebastian Wüst
2013-07-14
4
-39
/
+47
*
minor changes
Sebastian Wüst
2013-07-14
3
-17
/
+18
*
moved main hpgl processing to new classes, moved plotter control to a extensi...
Sebastian Wüst
2013-07-13
8
-374
/
+609
*
Use Jon Cruz info about OptRect to correctly get area height and width
Martin Owens
2013-07-12
1
-5
/
+5
*
Do not effect the focus in align computation
Martin Owens
2013-07-12
1
-7
/
+9
*
Change small to sml to fix windows compile problem
Martin Owens
2013-07-11
2
-4
/
+4
*
Remove align point, not required any more
Martin Owens
2013-07-11
2
-6
/
+0
*
Step 2 refactoring the align functions, added some functionality to selection.
Martin Owens
2013-07-11
4
-117
/
+68
*
Merge in Eric's dbus name option
Martin Owens
2013-07-10
5
-7
/
+57
|
\
|
*
Merge from trunk
Eric Greveson
2013-07-10
20
-347
/
+772
|
|
\
|
|
/
|
/
|
*
|
Small refactor of align and distribute to reduce complexity.
Martin Owens
2013-07-10
3
-42
/
+23
*
|
Fix for Bug #1185132 (colorspace.h not included in the tarball when doing a m...
Nicolas Dufour
2013-07-09
1
-0
/
+1
*
|
Revert wrong changes and apply right fixes from prev-commit
Martin Owens
2013-07-08
2
-3
/
+1
*
|
Make colour a guint instead of a uint. bug 1198501
Martin Owens
2013-07-07
1
-1
/
+3
*
|
Fix build failure with GDL >= 3.6
Alex Valavanis
2013-07-06
3
-9
/
+31
*
|
Fix verbs that were out by 5 because of missing script verbs (broken between ...
Martin Owens
2013-07-06
1
-1
/
+11
*
|
Merge: Add Hershey extension for engraving fonts
Martin Owens
2013-07-05
4
-0
/
+256
|
\
\
|
*
\
merge from trunk (r11955)
su_v
2012-12-16
576
-179857
/
+217216
|
|
\
\
|
*
|
|
Hershey Text: whitespace; py: docstring, modeline; inx: fix attribute value
su_v
2012-12-16
2
-131
/
+136
|
*
|
|
Add extension 'Render > Hershey Text' for engraving fonts
Windell Oskay
2012-09-21
4
-0
/
+251
*
|
|
|
Merge: version 2.31 of the guides creator
Martin Owens
2013-07-05
2
-98
/
+411
|
\
\
\
\
|
*
|
|
|
Raise the limit on the number of guides from 100 to 1000.
Peter Lieverdink
2011-05-01
1
-4
/
+4
|
*
|
|
|
Replace guides creator with upstream guides creator version 2.31.
Peter Lieverdink
2011-05-01
2
-100
/
+404
*
|
|
|
|
Merge: scale, rotate and skew handles refactoring
Martin Owens
2013-07-05
5
-196
/
+38
|
\
\
\
\
\
|
*
|
|
|
|
Adjust sizes of lists
Martin Owens
2013-07-05
2
-2
/
+2
|
*
|
|
|
|
Improve handle xpm loading using rotate
Martin Owens
2013-07-04
4
-196
/
+38
|
|
|
|
|
*
Added "dbus-name" command line option to allow a D-Bus bus name other than
Eric Greveson
2013-07-10
5
-7
/
+57
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge: Command-line and DBus refactoring to improve inkscapes ability to be r...
Martin Owens
2013-07-05
61
-1058
/
+1843
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix for builds without --enable-dbusapi (missing #ifdef)
Eric Greveson
2013-07-04
1
-1
/
+5
|
*
|
|
|
Further renaming of DBus variables (object -> app_interface/doc_interface
Eric Greveson
2013-07-04
9
-403
/
+450
|
*
|
|
|
Code readability improvements and licence changes for action-context.*
Eric Greveson
2013-07-04
15
-305
/
+210
|
*
|
|
|
Merge recent changes from inkscape trunk
Eric Greveson
2013-07-03
23
-7610
/
+6024
|
|
\
\
\
\
|
*
|
|
|
|
Changed dbus interface to treat 'division' like other boolops, with a new
Eric Greveson
2013-07-03
10
-148
/
+94
|
*
|
|
|
|
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
2013-07-03
20
-253
/
+536
|
*
|
|
|
|
Added error messages when attempting to use verbs requiring GUI in
Eric Greveson
2013-07-01
3
-15
/
+78
[next]