index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
implementation
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new sp_document_change_uri_and_hrefs function.
Peter Moulder
2009-04-07
1
-1
/
+3
*
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
2009-04-07
1
-6
/
+4
*
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
2009-02-20
1
-7
/
+1
*
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
2009-01-13
1
-0
/
+2
*
Making it so that including simple-node.h will generate an error
Ted Gould
2008-10-31
1
-0
/
+1
*
Patch from Hannes Hochreiner to make it so that attributes on the root node c...
Ted Gould
2008-10-31
1
-2
/
+21
*
From trunk
Ted Gould
2008-10-27
1
-1
/
+1
*
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
2008-09-25
2
-37
/
+31
*
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
2008-09-16
1
-3
/
+4
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
2
-10
/
+10
*
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
2008-07-12
2
-4
/
+5
*
fix crashing on additional data dialog when running input or effect extension...
bulia byak
2008-06-11
1
-1
/
+4
*
fix bug #239092
MenTaLguY
2008-06-11
1
-2
/
+2
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
2
-4
/
+4
*
r19083@shi: ted | 2008-04-21 16:09:24 -0700
Ted Gould
2008-04-22
3
-41
/
+21
*
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
2008-04-21
2
-8
/
+14
*
Following this thread: http://www.nabble.com/Extension-parameters-td9064285.h...
Marcin Floryan
2008-04-09
1
-12
/
+13
*
delete remaining .cvsignore files
Adib Taraben
2008-04-01
1
-5
/
+0
*
handle (better) whitespaces in path names
Adib Taraben
2008-03-28
1
-4
/
+13
*
Bug #204779 win32 crash on help menu - win32 spawn problem
Adib Taraben
2008-03-27
1
-1
/
+1
*
Cmake Build system - Initial commit.
Joshua L. Blocher
2008-03-27
1
-0
/
+5
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
2
-8
/
+8
*
BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista tempfi...
Albin Sunnanbo
2008-03-13
2
-5
/
+5
*
tweaked patch from Ulf to make extension working
Adib Taraben
2008-03-12
1
-1
/
+1
*
r18226@shi: ted | 2008-02-29 15:00:33 -0800
Ted Gould
2008-02-29
1
-19
/
+2
*
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Ted Gould
2008-02-29
1
-20
/
+24
*
Fix crash with Save As extensions
Aaron Spike
2008-02-21
1
-0
/
+1
*
r17534@shi: ted | 2008-01-06 14:56:29 -0800
Ted Gould
2008-01-06
1
-3
/
+9
*
FIX for Bug #173068 can't import postscript files (ps and eps)
Adib Taraben
2007-12-02
1
-3
/
+59
*
Warning cleanup
Jon A. Cruz
2007-11-10
2
-32
/
+32
*
warning cleanup
Jon A. Cruz
2007-11-08
1
-20
/
+20
*
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
2007-11-04
1
-1
/
+1
*
r16896@shi: ted | 2007-10-30 12:16:06 -0700
Ted Gould
2007-10-30
2
-18
/
+54
*
r16894@shi: ted | 2007-10-30 09:26:42 -0700
Ted Gould
2007-10-30
1
-1
/
+1
*
r16893@shi: ted | 2007-10-30 07:31:04 -0700
Ted Gould
2007-10-30
2
-8
/
+8
*
r16677@shi: ted | 2007-10-17 19:31:04 -0700
Ted Gould
2007-10-30
4
-10
/
+25
*
r16676@shi: ted | 2007-10-12 21:09:50 -0700
Ted Gould
2007-10-30
2
-10
/
+32
*
allow effects to modify namedview and document dimensions
John Bintz
2007-10-19
1
-6
/
+26
*
trivial: Address some g++-4.2 writable-strings warnings.
Peter Moulder
2007-09-16
1
-7
/
+6
*
r16564@tres: ted | 2007-09-12 20:45:12 -0700
Ted Gould
2007-09-13
2
-0
/
+6
*
change from <io.h> to <unistd.h> to define close
Adib Taraben
2007-09-12
1
-1
/
+1
*
NEW: XSLT Input/output extension support fix for: close not defined
Adib Taraben
2007-09-12
1
-0
/
+1
*
r16525@tres: ted | 2007-09-11 20:49:47 -0700
Ted Gould
2007-09-12
2
-3
/
+208
*
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
2007-09-12
1
-3
/
+3
*
r16443@tres: ted | 2007-08-30 22:22:32 -0700
Ted Gould
2007-09-01
1
-1
/
+11
*
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
*
r15700@tres: ted | 2007-06-26 23:54:54 -0700
Ted Gould
2007-06-27
1
-11
/
+0
*
(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
[next]