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 classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
4
-9
/
+21
*
Misc. typos
luz.paz
2018-01-08
2
-2
/
+2
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Fix XML text parsing bug.
Tavmjong Bah
2017-10-28
1
-1
/
+4
*
Merge branch 'smartpointer_refactor' of gitlab.com:jali/inkscape
Marc Jeanmougin
2017-10-20
19
-69
/
+69
|
\
|
*
Refactor Util::ptr_shared
Jan Lingscheid
2017-10-18
19
-69
/
+69
*
|
Remove all unused makefile.in
Stefano Facchini
2017-10-19
1
-17
/
+0
*
|
Remove a useless conditional
Stefano Facchini
2017-10-19
1
-24
/
+19
*
|
Delete dead code
Stefano Facchini
2017-10-19
1
-15
/
+1
|
/
*
Add GUI and code to implement "Line Spacing Modes".
Tavmjong Bah
2017-08-05
2
-1
/
+12
*
Remove cmake checks for C89 headers.
Elliott Sales de Andrade
2017-06-15
1
-4
/
+0
*
Relax any hardcoded limit from the libxml2 parser when creating documents fro...
Eduard Braun
2017-04-30
1
-1
/
+6
*
Merged.
Shlomi Fish
2017-02-06
1
-1
/
+1
|
\
|
*
[Bug #1659347] Windows: '/' in relative image links rewritten as '\' on save.
Nicolas Dufour
2017-01-29
1
-1
/
+1
*
|
Remove some code that doesn't do anything.
Shlomi Fish
2017-01-04
1
-22
/
+0
|
/
*
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
2016-08-08
1
-51
/
+0
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
7
-14
/
+2
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
8
-3
/
+15
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
8
-15
/
+3
*
Comment out unused enum.
Tavmjong Bah
2016-07-10
1
-7
/
+7
*
Optionally sort attributes and properties into a canonical order.
Tavmjong Bah
2016-06-12
1
-0
/
+5
*
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
2016-05-21
1
-2
/
+2
*
replaced remaining GHashTable with std::map
Marc Jeanmougin
2015-12-09
1
-11
/
+7
*
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
2015-12-07
1
-3
/
+3
*
Reimplement the functions in src/xml/quote.cpp to clear up license.
Krzysztof Kosi??ski
2015-11-27
1
-61
/
+57
*
import images with dpi from file : xscale and yscale were not rounded but flo...
Marc Jeanmougin
2015-08-17
1
-0
/
+1
*
Import all defs from clipboard or imported files
Ben Scholzen 'DASPRiD
2015-05-29
2
-0
/
+33
*
Fix segfault due to an infinite recursion (due to a typo)
Marc Jeanmougin
2015-05-01
1
-1
/
+1
*
Fixed crash bug due to some overlooked function changed in the recent merge.
Marc Jeanmougin
2015-05-01
2
-7
/
+13
*
merging
Marc Jeanmougin
2015-04-26
2
-0
/
+17
|
\
|
*
Partial fix for bug 1430873. Rectangles should behave properly with % values.
Tavmjong Bah
2015-03-14
2
-0
/
+17
*
|
merge
Marc Jeanmougin
2015-04-26
5
-5
/
+5
|
\
|
|
*
Rename libgc/ => inkgc/ to reflect difference from Boehm GC
Liam P. White
2015-02-26
5
-5
/
+5
|
*
Isolate components of libgc
Liam P. White
2015-02-25
5
-5
/
+5
*
|
added a set to the Selection
Marc Jeanmougin
2015-02-19
2
-7
/
+8
|
/
*
Debugging routines to print out XML, SP Object, and Display Item trees.
Tavmjong Bah
2014-12-16
3
-0
/
+25
*
Update to trunk r13621
Liam P. White
2014-10-17
1
-1
/
+0
|
\
|
*
Fix "Value stored to 'child' is never read"
Tavmjong Bah
2014-10-12
1
-1
/
+0
*
|
Un-deprecate NodeEventVector -
Liam P. White
2014-10-09
1
-5
/
+1
*
|
Formatting
Liam P. White
2014-09-06
1
-23
/
+35
*
|
More header cleanup
Liam P. White
2014-09-06
10
-95
/
+101
|
/
*
SignalObserver: fix further refcounting issue in signal observer
Johan B. C. Engelen
2014-06-16
2
-0
/
+6
*
add proper refcounting to XML SignalObserver. not refcounting caused crash up...
Johan B. C. Engelen
2014-06-15
1
-2
/
+6
*
Proper quoting of CSS 'font-family' fallback lists.
Tavmjong Bah
2014-06-10
1
-15
/
+17
*
Unquote names in 'font-family' lists. Partial fix for #1029080
Tavmjong Bah
2014-05-30
1
-10
/
+10
*
patch by Gellule, fixes wrong parsing of style, work-around for bug in libc++
Johan B. C. Engelen
2014-04-14
1
-1
/
+4
*
fix tiny mistake
Johan B. C. Engelen
2014-03-24
1
-1
/
+1
*
add convenience functions to deal with Glib::ustrings for setting repr attrib...
Johan B. C. Engelen
2014-03-24
1
-1
/
+15
*
Improve warnings for missing files. Don't just assert bolocks to the user.
Martin Owens
2014-01-22
1
-1
/
+4
*
add null check
Kris De Gussem
2013-12-20
1
-7
/
+9
[next]