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
...
|
*
|
libnr/nr-macros.h: Change our CLAMP macro definition to provide both CLAMP an...
Peter Moulder
2009-07-13
1
-3
/
+4
|
*
|
doc: add TODO comment for handling hrefs better.
Peter Moulder
2009-07-13
1
-0
/
+7
|
*
|
fix a small memleak
bulia byak
2009-07-12
1
-0
/
+1
|
*
|
Don't allow the "proportion" parameter of a star to become NaN, because this ...
Diederik van Lierop
2009-07-12
1
-2
/
+4
*
|
|
Add the build dir dbus directory to grab some headerfiles for distcheck.
Ted Gould
2009-08-28
1
-0
/
+1
*
|
|
Added test script I thought was already added.
Soren Berg
2009-08-20
1
-0
/
+290
*
|
|
Fixed spirals.
Soren Berg
2009-08-17
1
-1
/
+4
*
|
|
Fixed document_interface_line
Soren Berg
2009-08-17
2
-5
/
+2
*
|
|
More documentation.
Soren Berg
2009-08-17
4
-2
/
+18
*
|
|
Fixed directory for inkscape executable.
Soren Berg
2009-08-17
1
-1
/
+1
*
|
|
Updated notes.
Soren Berg
2009-08-15
1
-11
/
+10
*
|
|
Fixed service file!
Soren Berg
2009-08-15
2
-2
/
+2
*
|
|
Added copyright info to proposed interface.
Soren Berg
2009-08-15
1
-0
/
+15
*
|
|
Added proposed interface file.
Soren Berg
2009-08-15
3
-3
/
+179
*
|
|
Added an intro to coders interested in modifing the code.
Soren Berg
2009-08-13
1
-2
/
+47
*
|
|
Added file with some current issues listed for coders.
Soren Berg
2009-08-13
1
-0
/
+35
*
|
|
Made wrapper functions non static.
Soren Berg
2009-08-13
9
-168
/
+342
*
|
|
Added wrapper code.
Soren Berg
2009-08-11
4
-2
/
+1136
*
|
|
Added image import function.
Soren Berg
2009-07-23
3
-12
/
+63
*
|
|
Added set_color function.
Soren Berg
2009-07-23
3
-1
/
+61
*
|
|
Experimental pause updating scheme.
Soren Berg
2009-07-22
3
-13
/
+44
*
|
|
Fixed GErrors.
Soren Berg
2009-07-22
5
-77
/
+244
*
|
|
worked on path parsing.
Soren Berg
2009-07-21
2
-2
/
+5
*
|
|
Worked on text, now works with limited capability.
Soren Berg
2009-07-21
3
-26
/
+38
*
|
|
Fixed selection_get_center and selection_combine.
Soren Berg
2009-07-20
3
-11
/
+49
*
|
|
Fixed selection_get()
Soren Berg
2009-07-20
3
-30
/
+22
*
|
|
Whoops, fixed a bug in an incomplete method.
Soren Berg
2009-07-16
1
-3
/
+4
*
|
|
Added missing (and very important) file.
Soren Berg
2009-07-16
4
-28
/
+407
*
|
|
implemented a number of functions, including save/load functions.
Soren Berg
2009-07-15
2
-26
/
+86
*
|
|
Implemented all the CSS style functions.
Soren Berg
2009-07-13
1
-8
/
+54
*
|
|
TEMPORARY Added a shell script to build documentation until it's integrated i...
Soren Berg
2009-07-13
1
-0
/
+6
*
|
|
Documentation helper files. Building documentation is currently done by shel...
Soren Berg
2009-07-13
6
-0
/
+875
*
|
|
Added makefile_insert for DBus, if enabled.
Soren Berg
2009-07-12
1
-0
/
+3
*
|
|
Made public some functions so they could be used by the DBus code. Similar f...
Soren Berg
2009-07-12
1
-0
/
+3
*
|
|
Added some requested documentaion.
Soren Berg
2009-07-12
1
-2
/
+4
*
|
|
Added code to add a DBus interface for every desktop created.
Soren Berg
2009-07-12
1
-0
/
+2
*
|
|
Added code to initialize DBus (if enabled.)
Soren Berg
2009-07-12
1
-0
/
+7
*
|
|
Core Dbus files.
Soren Berg
2009-07-12
9
-0
/
+2650
|
/
/
*
|
Produce proper ODG files on x86_64, patch by Lubomir Rintel
Luca Bruno
2009-07-10
1
-0
/
+2
*
|
Make stars and spirals escapable
Diederik van Lierop
2009-07-09
3
-13
/
+78
*
|
Fix for LP #358921 (Colons in filters parameters must be translatable)
Nicolas Dufour
2009-07-09
1
-41
/
+42
*
|
* dummy commit - previous commit message should have mentioned bug 380522 ins...
Ivan Mas??r
2009-07-09
1
-1
/
+1
*
|
* added tooltip (see bug 358921) and translator comments
Ivan Mas??r
2009-07-09
2
-1
/
+7
*
|
Don't create rectangles that have a zero x or y dimension. When snapping for ...
Diederik van Lierop
2009-07-08
1
-5
/
+38
*
|
When translating too many nodes, a convex hull is used for snapping. This is ...
Diederik van Lierop
2009-07-08
1
-3
/
+7
*
|
Contextual split of translatable message
Alexandre Prokoudine
2009-07-08
1
-1
/
+1
*
|
Fix for pattern name localization
Nicolas Dufour
2009-07-08
1
-2
/
+2
*
|
Reverting the references which made the Node Tool controls toolbar disappear.
Josh Andler
2009-07-07
1
-12
/
+12
*
|
Removing a couple node-tool related modifications in the file which I don't b...
Josh Andler
2009-07-07
1
-11
/
+0
*
|
- Fix bug #396322: "Spell checker crashes the OS X package"
mjwybrow
2009-07-07
1
-23
/
+13
[prev]
[next]