index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
cairo-renderer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-10
Move reproducible-builds hack out of CairoRenderContext
Patrick Storz
1
-2
/
+9
2019-07-10
cairo-renderer: set metadata in output
Patrick Storz
1
-34
/
+80
2019-07-10
cairo-renderer: fix comment
Patrick Storz
1
-1
/
+1
2019-07-10
cairo-renderer: / cairo-render-context: whitespace fixes
Patrick Storz
1
-12
/
+10
2019-07-04
Fix link export code
Marc Jeanmougin
1
-2
/
+4
2019-07-03
Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583
Marc Jeanmougin
1
-6
/
+30
2018-11-08
Clarify licenses
Max Gaukler
1
-2
/
+2
2018-10-06
Misc. typos
luz.paz
1
-1
/
+1
2018-10-01
Move macros.h and remove unneeded macros
Eduard Braun
1
-4
/
+0
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-09-26
Fix PDF bitmap export (inverted y-axis)
Thomas Holder
1
-6
/
+5
2018-09-13
fixes and improvementes to power clip and powermask
Jabiertxof
1
-15
/
+0
2018-09-12
New option to invert y-axis
Thomas Holder
1
-10
/
+6
2018-08-28
Fix opacity of bitmap images in PDF export
Eduard Braun
1
-3
/
+1
2018-08-28
Fix opacity of rasterized filters in PDF export
Eduard Braun
1
-0
/
+2
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-19
/
+19
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-19
/
+19
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-17
/
+16
2017-10-17
Replace boost::scoped_ptr
Jan Lingscheid
1
-2
/
+1
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-6
/
+2
2016-09-02
Inline two "style" variables.
Shlomi Fish
1
-4
/
+2
2016-09-02
Remove a pointless == for bool
Shlomi Fish
1
-1
/
+1
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-4
/
+4
2016-03-08
Add PDF/PS output support for 'paint-order' property.
Tavmjong Bah
1
-1
/
+29
2015-10-29
static code analysis
Kris De Gussem
1
-1
/
+1
2015-05-04
Fix crash in PDF export introduced in r14074
Marc Jeanmougin
1
-1
/
+1
2015-03-17
Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects includ...
Nicolas Dufour
1
-1
/
+1
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-2
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-3
/
+2
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-4
/
+4
2014-11-25
Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').
Tavmjong Bah
1
-5
/
+5
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-74
/
+90
2014-11-02
change default pdf import resolution to 96 dpi
Alvin Penner
1
-1
/
+1
2014-10-14
Implement marker 'orient' attribute value 'auto-start-reverse'.
Tavmjong Bah
1
-5
/
+7
2014-10-14
Merged hatch pdf and png export code
Tomasz Boczkowski
1
-0
/
+16
2014-10-05
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
Liam P. White
1
-1
/
+1
2014-08-20
Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...
Tavmjong Bah
1
-5
/
+7
2014-02-25
Revert unintended checkin.
Tavmjong Bah
1
-3
/
+3
2014-02-25
Rewrite of symbol creation code. Partial fix for 1201325.
Tavmjong Bah
1
-3
/
+3
2014-01-15
Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...
Tavmjong Bah
1
-3
/
+3
2013-09-19
Do not require a new layer for clipping paths in the Cairo renderer.
Adrian Johnson
1
-2
/
+2
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-16
/
+10
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-3
/
+8
[next]