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-util.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-04
Add a few useful lookup functions.
Tavmjong Bah
1
-0
/
+60
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-5
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-48
/
+48
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2017-06-15
Remove cmake checks for C89 headers.
Elliott Sales de Andrade
1
-4
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+0
2015-08-17
import images with dpi from file : xscale and yscale were not rounded but flo...
Marc Jeanmougin
1
-0
/
+1
2015-05-29
Import all defs from clipboard or imported files
Ben Scholzen 'DASPRiD
1
-0
/
+28
2015-05-01
Fix segfault due to an infinite recursion (due to a typo)
Marc Jeanmougin
1
-1
/
+1
2015-05-01
Fixed crash bug due to some overlooked function changed in the recent merge.
Marc Jeanmougin
1
-6
/
+11
2015-03-14
Partial fix for bug 1430873. Rectangles should behave properly with % values.
Tavmjong Bah
1
-0
/
+15
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-6
/
+6
2013-09-24
Replace xml node get_double with simple direct value.
Martin Owens
1
-3
/
+1
2013-04-21
Throw better error when attribute isn't available
Martin Owens
1
-0
/
+2
2013-03-18
Fix -Wunused-function warnings
Alex Valavanis
1
-65
/
+0
2012-10-04
code cleanup: make more functions static, add includes.
Campbell Barton
1
-1
/
+1
2012-05-12
syntx of null pointer dereference checks
Kris De Gussem
1
-2
/
+7
2012-01-11
Dropped deprecated function sp_repr_get_int_attribute
Kris De Gussem
1
-28
/
+0
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
-32
/
+16
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-6
/
+6
2011-07-19
Remove deprecated Glib symbols
Krzysztof Kosi??ski
1
-3
/
+3
2010-12-12
Fixed const/non-const mismatch loop.
Jon A. Cruz
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2009-03-21
Added explicit tagging of "solid color gradients" and base context menu to ad...
Jon A. Cruz
1
-10
/
+18
2009-02-10
Adding explicit parenthesis to remove warnings
Jon A. Cruz
1
-2
/
+2
2008-09-23
* Lots of documentation for the Inkscape::XML namespace
Krzysztof Kosi??ski
1
-6
/
+20
2008-07-07
replace separate forward declarations by proper forward.h inclusion
Johan B. C. Engelen
1
-2
/
+2
2008-06-30
Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...
Stephen Silver
1
-0
/
+16
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-2
/
+2
2007-12-20
guidelines: minor corrections
Johan B. C. Engelen
1
-1
/
+25
2007-12-19
guides: switch from using one position coordinate to Geom::Point point_on_line
Johan B. C. Engelen
1
-0
/
+11
2007-08-14
Applied patches for default metadata and for fix on creative commons namespace.
Jon Phillips
1
-2
/
+8
2006-10-25
switch pref/repr utility methods to using long long ints; with
bulia byak
1
-2
/
+2
2006-08-03
add fixup for infamous (and apparently quite widespread) "duck prion"
MenTaLguY
1
-2
/
+9
2006-05-08
comments explaining namespace mapping for the broken sodipodi namespace
MenTaLguY
1
-0
/
+6
2006-05-07
add fixup for incorrect sodipodi namespace
MenTaLguY
1
-2
/
+6
2006-05-07
fix for #1483198 ("infectious namespaces")
MenTaLguY
1
-14
/
+27