index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
small cleanup (consistently use Box3D::Axis to specify axis directions)
Maximilian Albert
2007-07-03
1
-12
/
+8
*
Make box resizeable (currently 3 handles: arbitrary movement in XY plane, con...
Maximilian Albert
2007-07-03
1
-0
/
+81
*
Refactoring of 3D box internals.
Maximilian Albert
2007-07-03
5
-68
/
+132
*
Only create the faces of a 3D box when needed (use pointers to refer to them).
Maximilian Albert
2007-07-03
5
-27
/
+105
*
More meaningful name for 3D axis directions
Maximilian Albert
2007-07-03
9
-25
/
+27
*
Make 3D axes correspond to places in binary representation (allows for more g...
Maximilian Albert
2007-07-03
2
-11
/
+14
*
Swap axis directions Y and Z (for consistency)
Maximilian Albert
2007-07-03
3
-21
/
+21
*
Use arrays to manage corners and faces of 3D boxes
Maximilian Albert
2007-07-03
5
-85
/
+62
*
r15736@tres: ted | 2007-07-02 21:11:39 -0700
Ted Gould
2007-07-03
1
-1
/
+1
*
r15705@tres: ted | 2007-07-02 20:15:46 -0700
Ted Gould
2007-07-03
3
-517
/
+0
*
r15704@tres: ted | 2007-07-02 16:03:34 -0700
Ted Gould
2007-07-03
4
-203
/
+310
*
r15703@tres: ted | 2007-07-02 15:27:14 -0700
Ted Gould
2007-07-03
1
-4
/
+0
*
r15702@tres: ted | 2007-07-02 15:17:48 -0700
Ted Gould
2007-07-03
3
-10
/
+0
*
fix wrong modified signal handling: connecting was sigc but disconnecting was...
bulia byak
2007-07-02
2
-6
/
+9
*
was trying to have my cake and eat it too, memory-management-wise ... for
MenTaLguY
2007-07-01
2
-18
/
+7
*
initial implementation of XML::Subtree API for tracking changes on a
MenTaLguY
2007-07-01
3
-0
/
+181
*
isolated internal spaces no longer force font-family quoting, for the
MenTaLguY
2007-06-30
1
-1
/
+19
*
When an image is clipped, the curve used for snapping must be updated
Diederik van Lierop
2007-06-29
1
-1
/
+2
*
Now nodes of transformed items will snap correctly
Diederik van Lierop
2007-06-28
1
-9
/
+14
*
sp_style_new argument
bulia byak
2007-06-28
1
-4
/
+4
*
reverting commit 15065; let's come up with something better than this
Diederik van Lierop
2007-06-27
2
-39
/
+53
*
snapping transformation center again...
Diederik van Lierop
2007-06-27
1
-0
/
+2
*
a couple more checks just in case
bulia byak
2007-06-27
1
-6
/
+8
*
r15700@tres: ted | 2007-06-26 23:54:54 -0700
Ted Gould
2007-06-27
1
-11
/
+0
*
use an accessor method to get filter from style
bulia byak
2007-06-27
9
-26
/
+27
*
(bzr r3144)
Ted Gould
2007-06-27
1
-60
/
+34
*
r15631@tres: ted | 2007-06-26 22:34:54 -0700
Ted Gould
2007-06-27
1
-40
/
+14
*
r15630@tres: ted | 2007-06-26 22:27:01 -0700
Ted Gould
2007-06-27
1
-37
/
+18
*
r15629@tres: ted | 2007-06-26 21:47:00 -0700
Ted Gould
2007-06-27
2
-48
/
+35
*
r15559@tres: ted | 2007-06-08 14:28:18 -0700
Ted Gould
2007-06-27
1
-10
/
+14
*
r15558@tres: ted | 2007-06-08 08:59:52 -0700
Ted Gould
2007-06-27
1
-2
/
+2
*
r15557@tres: ted | 2007-06-08 08:58:12 -0700
Ted Gould
2007-06-27
2
-4
/
+14
*
r15556@tres: ted | 2007-06-08 08:57:40 -0700
Ted Gould
2007-06-27
2
-0
/
+12
*
r15555@tres: ted | 2007-06-08 08:57:04 -0700
Ted Gould
2007-06-27
1
-2
/
+2
*
r15506@tres: ted | 2007-05-24 22:30:55 -0700
Ted Gould
2007-06-27
11
-34
/
+87
*
r15481@tres: ted | 2007-05-22 09:56:22 -0700
Ted Gould
2007-06-27
11
-15
/
+13
*
r15480@tres: ted | 2007-05-20 23:51:34 -0700
Ted Gould
2007-06-27
12
-72
/
+191
*
r15432@tres: ted | 2007-05-12 21:24:09 -0700
Ted Gould
2007-06-27
1
-1
/
+58
*
r15380@tres: ted | 2007-05-10 19:24:35 -0700
Ted Gould
2007-06-27
2
-1
/
+39
*
r15379@tres: ted | 2007-05-09 19:13:37 -0700
Ted Gould
2007-06-27
4
-12
/
+19
*
r15378@tres: ted | 2007-05-09 18:59:27 -0700
Ted Gould
2007-06-27
1
-0
/
+14
*
r15377@tres: ted | 2007-05-08 22:03:14 -0700
Ted Gould
2007-06-27
2
-28
/
+39
*
r15368@tres: ted | 2007-05-05 13:53:51 -0700
Ted Gould
2007-06-27
4
-401
/
+163
*
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
2007-06-27
22
-152
/
+152
*
fix issue introduced in r14229
MenTaLguY
2007-06-27
1
-1
/
+1
*
more unreffing temporary styles properly
bulia byak
2007-06-27
7
-10
/
+10
*
unref temporary styles properly
bulia byak
2007-06-27
1
-1
/
+10
*
fix style querying: now all objects have style, so to go up from SPStrings we...
bulia byak
2007-06-27
1
-2
/
+3
*
implementing snapping to images
Diederik van Lierop
2007-06-26
5
-25
/
+128
*
Move icon of 3D Box tool between Text tool and Connector tool
Maximilian Albert
2007-06-26
1
-1
/
+1
[next]