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