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
/
repr.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-04
Add a few useful lookup functions.
Tavmjong Bah
1
-2
/
+18
2018-11-08
Clarify licenses
Max Gaukler
1
-2
/
+3
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-6
/
+6
2017-08-05
Add GUI and code to implement "Line Spacing Modes".
Tavmjong Bah
1
-1
/
+1
2015-05-29
Import all defs from clipboard or imported files
Ben Scholzen 'DASPRiD
1
-0
/
+5
2015-05-01
Fixed crash bug due to some overlooked function changed in the recent merge.
Marc Jeanmougin
1
-1
/
+2
2015-03-14
Partial fix for bug 1430873. Rectangles should behave properly with % values.
Tavmjong Bah
1
-0
/
+2
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-1
/
+2
2014-09-27
Update to experimental r13565
Liam P. White
1
-43
/
+42
2014-09-07
Update to experimental r13543
Liam P. White
1
-43
/
+42
2014-09-06
More header cleanup
Liam P. White
1
-43
/
+42
2013-04-08
NULL pointer checks
Kris De Gussem
1
-3
/
+5
2013-02-11
A couple of forward declarations
Alex Valavanis
1
-6
/
+13
2012-09-20
some memleak fixes (Bug #1043571)
Kris De Gussem
1
-1
/
+1
2012-09-03
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
1
-1
/
+1
2012-09-02
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
1
-1
/
+1
2012-04-05
Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...
Kris De Gussem
1
-0
/
+1
2012-01-11
Dropped deprecated function sp_repr_get_int_attribute
Kris De Gussem
1
-6
/
+1
2012-01-07
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
1
-2
/
+2
2012-01-03
Janitorial tasks: get rid of deprecated repr wrapper functions
Kris De Gussem
1
-27
/
+0
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-0
/
+3
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
xml/Document -> DocumentTree
johnce
1
-1
/
+1
2009-04-07
Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...
Peter Moulder
1
-4
/
+12
2009-04-06
Remove trivial wrapper function sp_repr_print that hasn't been used in years.
Peter Moulder
1
-1
/
+1
2008-09-23
* Lots of documentation for the Inkscape::XML namespace
Krzysztof Kosi??ski
1
-113
/
+14
2008-07-07
replace separate forward declarations by proper forward.h inclusion
Johan B. C. Engelen
1
-6
/
+2
2008-06-30
Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...
Stephen Silver
1
-0
/
+2
2008-05-08
merge inline patch from Jimmy
MenTaLguY
1
-8
/
+0
2008-04-02
Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...
Bob Jamison
1
-3
/
+1
2008-03-13
Add convenience functions to read from/write to Glib::ustrings.
Bob Jamison
1
-0
/
+4
2008-03-07
export sp_repr_write_stream()
Bob Jamison
1
-0
/
+4
2007-12-20
guidelines: minor corrections
Johan B. C. Engelen
1
-1
/
+2
2007-12-19
guides: switch from using one position coordinate to Geom::Point point_on_line
Johan B. C. Engelen
1
-0
/
+7
2007-10-11
Provide Node const* versions of existing sp_repr_children and sp_repr_next fu...
Peter Moulder
1
-0
/
+10
2007-08-14
Applied patches for default metadata and for fix on creative commons namespace.
Jon Phillips
1
-1
/
+2
2007-02-27
get rid of sp_repr_document_root and (commented) sp_repr_duplicate
MenTaLguY
1
-11
/
+0
2007-02-26
get rid of sp_repr_document wrapper function
MenTaLguY
1
-6
/
+0
2007-01-25
get rid of sp_repr_new*
MenTaLguY
1
-5
/
+0
2007-01-25
eliminate last uses of sp_repr_new*
MenTaLguY
1
-2
/
+0
2007-01-21
Deprecate sp_repr_new* functions
MenTaLguY
1
-4
/
+5
2007-01-13
fixes for style-test prefs crashes
Kees Cook
1
-0
/
+2
2006-10-25
switch pref/repr utility methods to using long long ints; with
bulia byak
1
-1
/
+1
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-1
/
+1
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-1
/
+1
2006-05-07
add fixup for incorrect sodipodi namespace
MenTaLguY
1
-0
/
+1
[next]