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
/
cairo-utils.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-2
/
+2
2019-10-19
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
1
-1
/
+2
2019-02-23
Make background color affect checkerboard
tim_rawlinson
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-04
Image HTTP support
Thomas Holder
1
-0
/
+3
2018-09-13
Fix DPI wrong code pointed by Mc
Jabiertxof
1
-2
/
+2
2018-09-13
Add per embed/linked SVG a DPI value
Jabiertxof
1
-3
/
+3
2018-01-23
Minor include file cleanup.
Tavmjong Bah
1
-1
/
+0
2016-09-25
Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...
Marc Jeanmougin
1
-0
/
+2
2014-09-27
Update to experimental r13565
Liam P. White
1
-4
/
+5
2014-08-30
Minor pass of header cleanup
Liam P. White
1
-4
/
+2
2014-08-18
Fix build (not pretty).
Liam P. White
1
-1
/
+1
2014-03-02
Experimental Ponyscape to Inkscape merge (does not compile)
Liam P. White
1
-0
/
+2
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-14
/
+56
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-4
/
+16
2013-04-11
Fix some broken Vim modelines
Alex Valavanis
1
-1
/
+1
2013-01-30
code cleanup. don't use pointers when you don't have to. use const whereever ...
Johan B. C. Engelen
1
-4
/
+13
2013-01-29
Filter color values always defined as sRGB (or ICC).
Tavmjong Bah
1
-0
/
+1
2013-01-20
Fix multiple instances of ci_key.
Jon A. Cruz
1
-9
/
+0
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-0
/
+3
2012-12-23
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
1
-0
/
+1
2012-12-22
Add utilities to tag a cairo surface with color interpolation value.
Tavmjong Bah
1
-0
/
+14
2012-02-29
Cleanup of unused variables and warnings.
Jon A. Cruz
1
-1
/
+31
2012-02-15
More header cleanup/fwd declarations
Alex Valavanis
1
-1
/
+2
2011-10-02
Next pass of doxygen @brief cleanup.
Jon A. Cruz
1
-5
/
+7
2011-07-13
Fix crashes in print preview
Krzysztof Kosi??ski
1
-0
/
+1
2011-06-19
Fix rendering of control points
Krzysztof Kosi??ski
1
-0
/
+6
2011-04-09
Slightly improve EXTRACT_ARGB32 macro
Krzysztof Kosi??ski
1
-4
/
+4
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-0
/
+3
2010-08-14
Fix paint bucket tool
Krzysztof Kosi??ski
1
-0
/
+10
2010-08-09
Fix performance regression when displaying large images
Krzysztof Kosi??ski
1
-0
/
+1
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-0
/
+2
2010-08-03
Handle preserveAspectRatio for images
Krzysztof Kosi??ski
1
-0
/
+3
2010-07-21
Add unpremul_alpha utility function. Some preparations
Krzysztof Kosi??ski
1
-1
/
+8
2010-07-17
Component transfer filter
Krzysztof Kosi??ski
1
-0
/
+6
2010-07-16
Composite filter
Krzysztof Kosi??ski
1
-1
/
+2
2010-07-14
Flood and merge filters
Krzysztof Kosi??ski
1
-0
/
+1
2010-07-12
Gaussian blur
Krzysztof Kosi??ski
1
-0
/
+7
2010-07-07
Switch to nearest neighbor filtering when image is larger than original
Krzysztof Kosi??ski
1
-0
/
+1
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-0
/
+17
2010-06-26
Implement clipping (slightly incorrect) and masking
Krzysztof Kosi??ski
1
-0
/
+88