index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
cache
/
svg_preview_cache.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-4
/
+3
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+4
2016-05-03
Correct comment.
Tavmjong Bah
1
-1
/
+1
2014-02-08
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
1
-2
/
+2
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-8
/
+11
2013-03-29
Header cleanup
Alex Valavanis
1
-1
/
+0
2012-08-20
Fix for 165865 : markers must take object's stroke color
John Smith
1
-0
/
+8
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-5
/
+5
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-12
/
+7
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
1
-24
/
+26
2011-07-13
Fix crashes in print preview
Krzysztof Kosi??ski
1
-2
/
+1
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-0
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-08-15
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
1
-0
/
+1
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-27
/
+16
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-0
/
+1
2009-02-19
Make all icons themable (except the filter icons).
Krzysztof Kosi??ski
1
-1
/
+0
2008-10-11
Merging from trunk
Ted Gould
1
-1
/
+1
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-1
/
+1
2008-08-04
NR:: => Geom:: for much of src/ui and src/widgets
Johan B. C. Engelen
1
-7
/
+7
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-4
/
+3
2007-11-08
warning cleanup
Jon A. Cruz
1
-3
/
+3
2007-03-01
API change: render methods now take a cairo_t (not yet used)
bulia byak
1
-1
/
+1
2007-02-21
Fixes issue where a modified stock marker's preview image appears in the
Bryce Harrington
1
-4
/
+8
2007-02-20
Moving cache management code from .h to .cpp.
Bryce Harrington
1
-0
/
+47
2007-02-20
Moving functions from svg_preview_cache.h to a new .cpp
Bryce Harrington
1
-4
/
+26
2007-02-20
Partial fix for bug 980157.
Bryce Harrington
1
-0
/
+78