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
*
Extension. Fix XAML export crash (Bug #282421).
Nicolas Dufour
2010-05-04
1
-1
/
+1
*
i18n. Fix for bug #425202 (script messages not translated).
Nicolas Dufour
2010-04-25
1
-1
/
+7
*
Remove leftover debug output
Krzysztof Kosi??ski
2010-03-28
1
-1
/
+0
*
Allow Inkscape to run from Unicode directories on Windows
Krzysztof Kosi??ski
2010-03-28
2
-183
/
+92
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-5
/
+5
*
Remove obsolete C macro use.
Jon A. Cruz
2010-03-01
1
-1
/
+1
*
Fixed type problem with cast.
Jon A. Cruz
2010-03-01
2
-86
/
+79
*
Really fix the Windows build
Krzysztof Kosi??ski
2010-02-28
1
-1
/
+1
*
Fix Windows compile fail after 9118 (oops)
Krzysztof Kosi??ski
2010-02-28
1
-1
/
+1
*
Compilation fixes for Windows 64-bit by Fridrich
Krzysztof Kosi??ski
2010-02-28
1
-1
/
+1
*
Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. rememberi...
Maximilian Albert
2009-08-09
1
-8
/
+5
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
6
-18
/
+18
*
SPDocument->Document
johnce
2009-08-05
3
-11
/
+11
*
SPDocument->Document
johnce
2009-08-05
3
-7
/
+7
*
FIX 309856 353847: correctly advertise exception leads to error message dialogue
Adib Taraben
2009-08-01
2
-9
/
+18
*
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
[next]