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
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-4
/
+5
2019-10-19
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
1
-0
/
+123
2019-10-01
Fixing shifts for sub-byte PNG packing order
Marc Jeanmougin
1
-2
/
+3
2019-07-02
Crashfix when importing/selecting large png
Nathan Lee
1
-2
/
+2
2019-02-23
Make background color affect checkerboard
tim_rawlinson
1
-3
/
+14
2019-01-02
modernize loops
Marc Jeanmougin
1
-6
/
+6
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-07
Replace Broken Image xpm by SVG.
Tavmjong Bah
1
-4
/
+8
2018-11-04
Image HTTP support
Thomas Holder
1
-4
/
+25
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-13
Fix DPI wrong code pointed by Mc
Jabiertxof
1
-6
/
+6
2018-09-13
Add per embed/linked SVG a DPI value
Jabiertxof
1
-5
/
+12
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-46
/
+46
2018-05-13
Fix bug embeding SVG as PNG
Jabier Arraiza
1
-1
/
+47
2018-05-10
Allow link a SVG as image
Jabiertxo Arraiza Cenoz
1
-23
/
+73
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-6
/
+6
2018-01-30
Add error output when file loading fails.
Tavmjong Bah
1
-3
/
+26
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+0
2018-01-23
Minor include file cleanup.
Tavmjong Bah
1
-3
/
+7
2017-11-30
Store device-scale and propogate value where necessary.
Tavmjong Bah
1
-2
/
+20
2017-01-12
Use GStatBuf where appropriate to ensure usage of the correct type
Eduard Braun
1
-1
/
+1
2016-11-27
Remove unneeded "#include <arpa/inet.h>" in "cairo-utils.cpp"
Eduard Braun
1
-1
/
+0
2016-09-25
Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...
Marc Jeanmougin
1
-0
/
+86
2016-01-15
More subtle checkerboard pattern centered around 50% gray. Makes editing node...
Tavmjong Bah
1
-2
/
+2
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-5
/
+3
2014-09-27
Update to experimental r13565
Liam P. White
1
-3
/
+3
2014-09-07
Update to experimental r13543
Liam P. White
1
-0
/
+2
2014-09-06
More header cleanup
Liam P. White
1
-0
/
+2
2014-08-08
Fix small regression
Liam P. White
1
-9
/
+10
2014-08-07
Rendering performance. Optimize bezier cases, implement arc rendering via Cairo.
Liam P. White
1
-20
/
+70
2014-03-02
Experimental Ponyscape to Inkscape merge (does not compile)
Liam P. White
1
-3
/
+1
2013-10-13
cppcheck
Kris De Gussem
1
-2
/
+1
2013-09-19
Fix type mismatch for platforms where gsize is not unsigned long
Krzysztof Kosi??ski
1
-2
/
+2
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-123
/
+416
2013-09-14
Do not recompress images when embedding and generating PDFs.
Krzysztof Kosi??ski
1
-0
/
+5
2013-09-14
Fix serious bug in recent GdkPixbuf / Cairo interop rework
Krzysztof Kosi??ski
1
-4
/
+3
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-21
/
+118
2013-03-19
Fixing regression
jtx
1
-5
/
+5
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-5
/
+5
2013-03-16
Warning cleanup
Alex Valavanis
1
-5
/
+5
2013-03-03
Use ink_cairo_surface_filter when converting surfaces between linearRGB and s...
Tavmjong Bah
1
-27
/
+64
2013-01-30
code cleanup. don't use pointers when you don't have to. use const whereever ...
Johan B. C. Engelen
1
-25
/
+16
2013-01-29
Filter color values always defined as sRGB (or ICC).
Tavmjong Bah
1
-0
/
+9
2013-01-20
Fix multiple instances of ci_key.
Jon A. Cruz
1
-0
/
+11
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
[next]