index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
drawing-image.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #167900
Yuki Hoshino
2018-08-30
1
-0
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-6
/
+6
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-1
/
+1
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+0
*
Update for CSS 3 'image-rendering'.
Tavmjong Bah
2017-05-29
1
-2
/
+8
*
Correct enumeration names.
Tavmjong Bah
2016-04-22
1
-3
/
+3
*
Fixes doubled transparency computation on bitmaps for some reason
Marc Jeanmougin
2015-08-16
1
-1
/
+1
*
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-1
/
+1
*
Code rearrangement to make it clearer what is happening.
Tavmjong Bah
2014-12-16
1
-11
/
+0
*
Fix build (not pretty).
Liam P. White
2014-08-18
1
-1
/
+3
*
Fix remaining issue with prefs updating
Martin Owens
2014-04-19
1
-1
/
+1
*
Add image rendering option for outlines. Setup desktop preferences observer.
Martin Owens
2014-04-18
1
-2
/
+5
*
Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactive
Krzysztof Kosi??ski
2014-03-07
1
-1
/
+2
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-26
/
+26
*
Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...
Tavmjong Bah
2013-11-12
1
-7
/
+18
*
The downscaling fix is already in Cairo trunk.
Krzysztof Kosi??ski
2013-09-26
1
-117
/
+4
*
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
2013-09-19
1
-32
/
+32
*
Do not recompress images when embedding and generating PDFs.
Krzysztof Kosi??ski
2013-09-14
1
-2
/
+2
*
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
2013-09-13
1
-3
/
+2
*
Fix selection of images in outline mode. Fixes LP #1089702
Krzysztof Kosi??ski
2013-07-31
1
-31
/
+15
*
Implement read/write of image-rendering property. To be used to control scaling.
Tavmjong Bah
2013-04-08
1
-0
/
+7
*
Fix more clang warnings
Alex Valavanis
2013-03-23
1
-1
/
+1
*
Clarified choice of downsampling routine.
Jasper van de Gronde
2013-03-21
1
-1
/
+3
*
Handle bitmap downsampling ourselves, see bug #804162 in launchpad.
Jasper van de Gronde
2013-03-21
1
-12
/
+112
*
Removing redundant doxygen @brief tag.
Jon A. Cruz
2011-10-02
1
-1
/
+1
*
Warning cleanup.
Jon A. Cruz
2011-10-02
1
-2
/
+1
*
Filter background rendering now matches the SVG specification.
Krzysztof Kosi??ski
2011-08-21
1
-3
/
+4
*
More generic handling of child type in DrawingItem.
Krzysztof Kosi??ski
2011-08-13
1
-1
/
+1
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-4
/
+4
*
Document things figured out during the rewriting
Krzysztof Kosi??ski
2011-08-06
1
-1
/
+1
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-0
/
+263