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