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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Replace Broken Image xpm by SVG.
Tavmjong Bah
2018-11-07
1
-4
/
+8
*
Image HTTP support
Thomas Holder
2018-11-04
1
-4
/
+25
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Fix DPI wrong code pointed by Mc
Jabiertxof
2018-09-13
1
-6
/
+6
*
Add per embed/linked SVG a DPI value
Jabiertxof
2018-09-13
1
-5
/
+12
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-46
/
+46
*
Fix bug embeding SVG as PNG
Jabier Arraiza
2018-05-13
1
-1
/
+47
*
Allow link a SVG as image
Jabiertxo Arraiza Cenoz
2018-05-10
1
-23
/
+73
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-6
/
+6
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-6
/
+6
*
Add error output when file loading fails.
Tavmjong Bah
2018-01-30
1
-3
/
+26
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+0
*
Minor include file cleanup.
Tavmjong Bah
2018-01-23
1
-3
/
+7
*
Store device-scale and propogate value where necessary.
Tavmjong Bah
2017-11-30
1
-2
/
+20
*
Use GStatBuf where appropriate to ensure usage of the correct type
Eduard Braun
2017-01-12
1
-1
/
+1
*
Remove unneeded "#include <arpa/inet.h>" in "cairo-utils.cpp"
Eduard Braun
2016-11-27
1
-1
/
+0
*
Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...
Marc Jeanmougin
2016-09-25
1
-0
/
+86
*
More subtle checkerboard pattern centered around 50% gray. Makes editing node...
Tavmjong Bah
2016-01-15
1
-2
/
+2
*
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-5
/
+3
*
Update to experimental r13543
Liam P. White
2014-09-07
1
-0
/
+2
*
Update to experimental r13464
Liam P. White
2014-08-08
1
-20
/
+71
|
\
|
*
Fix small regression
Liam P. White
2014-08-08
1
-9
/
+10
|
*
Rendering performance. Optimize bezier cases, implement arc rendering via Cairo.
Liam P. White
2014-08-07
1
-20
/
+70
*
|
Experimental Ponyscape to Inkscape merge (does not compile)
Liam P. White
2014-03-02
1
-3
/
+1
|
/
*
cppcheck
Kris De Gussem
2013-10-13
1
-2
/
+1
*
Fix type mismatch for platforms where gsize is not unsigned long
Krzysztof Kosi??ski
2013-09-19
1
-2
/
+2
*
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
2013-09-19
1
-123
/
+416
*
Do not recompress images when embedding and generating PDFs.
Krzysztof Kosi??ski
2013-09-14
1
-0
/
+5
*
Fix serious bug in recent GdkPixbuf / Cairo interop rework
Krzysztof Kosi??ski
2013-09-14
1
-4
/
+3
*
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
2013-09-13
1
-21
/
+118
*
Warning cleanup
Alex Valavanis
2013-03-16
1
-5
/
+5
*
Use ink_cairo_surface_filter when converting surfaces between linearRGB and s...
Tavmjong Bah
2013-03-03
1
-27
/
+64
*
code cleanup. don't use pointers when you don't have to. use const whereever ...
Johan B. C. Engelen
2013-01-30
1
-25
/
+16
*
Filter color values always defined as sRGB (or ICC).
Tavmjong Bah
2013-01-29
1
-0
/
+9
*
Fix multiple instances of ci_key.
Jon A. Cruz
2013-01-20
1
-0
/
+11
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
1
-3
/
+18
*
Add utilities to tag a cairo surface with color interpolation value.
Tavmjong Bah
2012-12-22
1
-0
/
+110
*
Removing redundant doxygen @brief tag.
Jon A. Cruz
2011-10-02
1
-11
/
+18
*
Warning cleanup.
Jon A. Cruz
2011-10-02
1
-2
/
+1
*
Fix crashes in print preview
Krzysztof Kosi??ski
2011-07-13
1
-0
/
+12
*
Fix rendering of control points
Krzysztof Kosi??ski
2011-06-19
1
-55
/
+74
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-11
/
+11
*
Completely remove NRPixBlock
Krzysztof Kosi??ski
2010-08-14
1
-2
/
+67
*
Fix performance regression when displaying large images
Krzysztof Kosi??ski
2010-08-09
1
-2
/
+9
*
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-0
/
+26
*
Handle preserveAspectRatio for images
Krzysztof Kosi??ski
2010-08-03
1
-4
/
+13
*
Component transfer filter
Krzysztof Kosi??ski
2010-07-17
1
-7
/
+0
*
Composite filter
Krzysztof Kosi??ski
2010-07-16
1
-9
/
+38
*
Flood and merge filters
Krzysztof Kosi??ski
2010-07-14
1
-0
/
+8
[next]