index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
xml
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
2010-03-14
4
-4
/
+3
*
patch from 416549
bulia byak
2009-08-23
1
-0
/
+3
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
7
-19
/
+16
*
Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)
johnce
2009-08-05
2
-1
/
+3
*
xml/Document -> DocumentTree
johnce
2009-08-05
5
-14
/
+15
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-1
/
+1
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
Fix #358704 that I introduced with r21075.
Peter Moulder
2009-04-18
1
-1
/
+1
*
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
2009-04-07
5
-33
/
+431
*
functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. Slight...
Peter Moulder
2009-04-06
1
-8
/
+8
*
Remove trivial wrapper function sp_repr_print that hasn't been used in years.
Peter Moulder
2009-04-06
2
-12
/
+1
*
functional noop: xml/repr-io.cpp: Simplify a calculation.
Peter Moulder
2009-04-05
1
-12
/
+6
*
Added explicit tagging of "solid color gradients" and base context menu to ad...
Jon A. Cruz
2009-03-21
1
-10
/
+18
*
Work-around output encoding issues with comments. Fixes bug #340451.
Jon A. Cruz
2009-03-14
1
-1
/
+30
*
Casts and legibility cleanup
Jon A. Cruz
2009-03-14
1
-47
/
+82
*
Patch from Lubomir Rintel: fixes for GCC 4.4
Krzysztof Kosi??ski
2009-02-26
1
-0
/
+1
*
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
2009-02-20
1
-14
/
+1
*
Adding explicit parenthesis to remove warnings
Jon A. Cruz
2009-02-10
1
-2
/
+2
*
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
2009-01-13
1
-1
/
+3
*
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
2009-01-12
1
-1
/
+3
*
promote default namespace for INX extension files
Thomas Holder
2009-01-11
1
-9
/
+12
*
Cmake: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
2009-01-09
1
-0
/
+1
*
Build a single test executable on Linux to match Windows build system.
Krzysztof Kosi??ski
2008-12-29
1
-18
/
+1
*
Now users can design a font within inkscape, save it and then open the
Felipe Corr??a da Silva Sanches
2008-12-28
3
-0
/
+80
*
Simplify "make check" makefile rules and remove most of the obsolete
Krzysztof Kosi??ski
2008-12-09
3
-189
/
+9
*
"make check" now compiles and runs on Linux.
Krzysztof Kosi??ski
2008-12-08
1
-5
/
+5
*
Removed sp_main_* stubs from individual headers to make the unit tests build ...
Jasper van de Gronde
2008-12-08
1
-3
/
+0
*
Warning cleanup.
Jon A. Cruz
2008-12-04
1
-5
/
+30
*
Making it so that including simple-node.h will generate an error
Ted Gould
2008-10-31
2
-0
/
+5
*
From trunk
Ted Gould
2008-10-27
2
-9
/
+15
*
* Lots of documentation for the Inkscape::XML namespace
Krzysztof Kosi??ski
2008-09-23
26
-367
/
+1016
*
Add a header with forward declarations for the XML namespace.
Krzysztof Kosi??ski
2008-09-16
1
-0
/
+57
*
Enable exception handling for CxxTest in Makefiles
Jasper van de Gronde
2008-08-02
1
-1
/
+1
*
Warning cleanup
Jon A. Cruz
2008-08-01
1
-1
/
+1
*
Warning cleanup
Jon A. Cruz
2008-07-20
2
-10
/
+10
*
Consistently use (create/destroy)Suite in unit tests.
Jasper van de Gronde
2008-07-19
1
-0
/
+3
*
Fix for PathString to prevent it from getting into a very, very long copying ...
Jasper van de Gronde
2008-07-18
1
-10
/
+4
*
replace separate forward declarations by proper forward.h inclusion
Johan B. C. Engelen
2008-07-07
2
-8
/
+4
*
Change link line for a couple of the test programs, so that `make check' comp...
Peter Moulder
2008-07-05
1
-0
/
+3
*
remove "public private" virtual methods from XML::Node
MenTaLguY
2008-07-01
3
-26
/
+8
*
remove additional unnecessary indirection in tree operations
MenTaLguY
2008-07-01
2
-22
/
+22
*
access some SimpleNode fields directly
MenTaLguY
2008-07-01
1
-29
/
+44
*
remove last traces of "floating nodes"
MenTaLguY
2008-07-01
5
-49
/
+8
*
CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...
Jasper van de Gronde
2008-07-01
2
-2
/
+131
*
Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...
Stephen Silver
2008-06-30
2
-0
/
+18
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-27
/
+1
*
re-enable assertions
MenTaLguY
2008-06-11
1
-2
/
+2
*
Back out the `document != NULL' assertions added to SimpleNode constructors i...
Peter Moulder
2008-06-11
1
-2
/
+2
*
force single single document over a node's lifetime
MenTaLguY
2008-06-08
2
-1
/
+5
[next]