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