index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-07-10
add item handler so that right-click works over an item; fixes 1751318
bulia byak
1
-0
/
+25
2007-07-10
shorter and less assuming status message - note that effects are used among o...
bulia byak
1
-1
/
+1
2007-07-10
move filters dialog to where it makes more sense
bulia byak
1
-1
/
+1
2007-07-10
move the box tool back where it belongs, in shapes
bulia byak
1
-1
/
+1
2007-07-10
Different default styles for non-parallel 3D box faces
Maximilian Albert
4
-11
/
+47
2007-07-10
Create all 3D box faces in the beginning (fixes resizing bug; first step towa...
Maximilian Albert
4
-40
/
+51
2007-07-10
More 3D auxiliary/convenience functions
Maximilian Albert
3
-4
/
+63
2007-07-10
Click-select entire 3D boxes instead of only single faces; faces can still be...
Maximilian Albert
2
-2
/
+2
2007-07-10
Status message & cleanups
Maximilian Albert
2
-38
/
+37
2007-07-10
correct way to transform coordinates (fixes earlier ad-hoc solution)
Maximilian Albert
2
-26
/
+18
2007-07-10
Different resizing variant for 3D boxes (8 handles)
Maximilian Albert
2
-15
/
+110
2007-07-10
small cleanups
Maximilian Albert
3
-3
/
+8
2007-07-10
Filter effects interface:
Nicholas Bishop
2
-160
/
+253
2007-07-09
First version of feComposite filter effect renderer
Niko Kiirala
11
-122
/
+612
2007-07-08
fix 1731457
bulia byak
1
-4
/
+4
2007-07-08
fix inheriting paintservers
bulia byak
1
-7
/
+15
2007-07-08
add accessors for owner object and document
bulia byak
1
-0
/
+3
2007-07-08
switch scale/rotate mode with Shift+s
bulia byak
1
-0
/
+9
2007-07-08
integer scale with Alt, instead of slow movement
bulia byak
1
-4
/
+16
2007-07-06
Fix #1740146.
Johan B. C. Engelen
9
-121
/
+212
2007-07-06
Fix for bug #1740146: always get current namedview, because it might have cha...
Diederik van Lierop
1
-2
/
+4
2007-07-05
Fixed broken Shift+LeftClick to set stroke function
Joel Holdsworth
1
-1
/
+3
2007-07-04
make subtree monitoring part of XML::Node's interface
MenTaLguY
5
-63
/
+41
2007-07-04
First stab at a connection UI from Nick
MenTaLguY
4
-228
/
+533
2007-07-04
Two variants of resizing 3D boxes (using three/four handles, respectively, de...
Maximilian Albert
4
-16
/
+172
2007-07-04
New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...
Maximilian Albert
6
-7
/
+71
2007-07-04
Added missing #ifdefs for HAVE_POPPLER_GLIB
miklosh
1
-1
/
+5
2007-07-04
adapt to new paintservers API of SPStyle
bulia byak
2
-6
/
+5
2007-07-04
switch fill/stroke paintservers to URIReferences, properly disconnect and del...
bulia byak
2
-241
/
+188
2007-07-04
add SPPaintServerReference for use in SPStyle
bulia byak
1
-3
/
+13
2007-07-04
switch to using extract_uri
bulia byak
1
-2
/
+3
2007-07-04
make it a bit more permissive with its argument
bulia byak
1
-2
/
+8
2007-07-04
prevent crashes by disconnecting signals on destroy
bulia byak
2
-1
/
+7
2007-07-04
Initial commit of Cairo-based PDF import using libpoppler
miklosh
4
-0
/
+165
2007-07-03
small cleanup (consistently use Box3D::Axis to specify axis directions)
Maximilian Albert
1
-12
/
+8
2007-07-03
Make box resizeable (currently 3 handles: arbitrary movement in XY plane, con...
Maximilian Albert
1
-0
/
+81
2007-07-03
Refactoring of 3D box internals.
Maximilian Albert
5
-68
/
+132
2007-07-03
Only create the faces of a 3D box when needed (use pointers to refer to them).
Maximilian Albert
5
-27
/
+105
2007-07-03
More meaningful name for 3D axis directions
Maximilian Albert
9
-25
/
+27
2007-07-03
Make 3D axes correspond to places in binary representation (allows for more g...
Maximilian Albert
2
-11
/
+14
2007-07-03
Swap axis directions Y and Z (for consistency)
Maximilian Albert
3
-21
/
+21
2007-07-03
Use arrays to manage corners and faces of 3D boxes
Maximilian Albert
5
-85
/
+62
2007-07-03
r15736@tres: ted | 2007-07-02 21:11:39 -0700
Ted Gould
1
-1
/
+1
2007-07-03
r15705@tres: ted | 2007-07-02 20:15:46 -0700
Ted Gould
3
-517
/
+0
2007-07-03
r15704@tres: ted | 2007-07-02 16:03:34 -0700
Ted Gould
4
-203
/
+310
2007-07-03
r15703@tres: ted | 2007-07-02 15:27:14 -0700
Ted Gould
1
-4
/
+0
2007-07-03
r15702@tres: ted | 2007-07-02 15:17:48 -0700
Ted Gould
3
-10
/
+0
2007-07-02
fix wrong modified signal handling: connecting was sigc but disconnecting was...
bulia byak
2
-6
/
+9
2007-07-01
was trying to have my cake and eat it too, memory-management-wise ... for
MenTaLguY
2
-18
/
+7
2007-07-01
initial implementation of XML::Subtree API for tracking changes on a
MenTaLguY
3
-0
/
+181
[next]