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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-23
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
1
-3
/
+18
2012-12-22
Add utilities to tag a cairo surface with color interpolation value.
Tavmjong Bah
1
-0
/
+110
2011-10-02
Removing redundant doxygen @brief tag.
Jon A. Cruz
1
-11
/
+18
2011-10-02
Warning cleanup.
Jon A. Cruz
1
-2
/
+1
2011-07-13
Fix crashes in print preview
Krzysztof Kosi??ski
1
-0
/
+12
2011-06-19
Fix rendering of control points
Krzysztof Kosi??ski
1
-55
/
+74
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-2
/
+67
2010-08-09
Fix performance regression when displaying large images
Krzysztof Kosi??ski
1
-2
/
+9
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-0
/
+26
2010-08-03
Handle preserveAspectRatio for images
Krzysztof Kosi??ski
1
-4
/
+13
2010-07-17
Component transfer filter
Krzysztof Kosi??ski
1
-7
/
+0
2010-07-16
Composite filter
Krzysztof Kosi??ski
1
-9
/
+38
2010-07-14
Flood and merge filters
Krzysztof Kosi??ski
1
-0
/
+8
2010-07-14
Merge redundant *-fns.h into respective filter headers.
Krzysztof Kosi??ski
1
-5
/
+15
2010-07-12
Gaussian blur
Krzysztof Kosi??ski
1
-0
/
+72
2010-07-07
Switch to nearest neighbor filtering when image is larger than original
Krzysztof Kosi??ski
1
-0
/
+14
2010-07-07
Smaller intermediate rendering regions
Krzysztof Kosi??ski
1
-1
/
+1
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-3
/
+338
2010-06-26
Implement clipping (slightly incorrect) and masking
Krzysztof Kosi??ski
1
-0
/
+113