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-render-context.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-1
/
+1
2019-07-10
cairo-renderer: set metadata in output
Patrick Storz
1
-1
/
+17
2019-07-03
Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583
Marc Jeanmougin
1
-0
/
+3
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-24
Remove #include "config.h" from header files where possible
Eduard Braun
1
-4
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-22
/
+22
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-1
/
+1
2017-12-04
Revert "Fix PDF+TeX output for text inside groups with clip/mask"
Eduard Braun
1
-1
/
+0
2017-11-20
Fix printing multiple copies of a document
Eduard Braun
1
-1
/
+1
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-1
/
+1
2017-06-13
[Bug #1417470] Fix PDF+TeX output for text inside groups with clip/mask
Max Gaukler
1
-0
/
+1
2016-03-08
Add PDF/PS output support for 'paint-order' property.
Tavmjong Bah
1
-1
/
+8
2015-12-09
replaced remaining GHashTable with std::map
Marc Jeanmougin
1
-1
/
+1
2014-10-14
Merged hatch pdf and png export code
Tomasz Boczkowski
1
-0
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-0
/
+3
2014-08-30
Minor pass of header cleanup
Liam P. White
1
-0
/
+3
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-2
/
+4
2013-08-29
use multiple graphic/text layers for pdf+latex output
David R. Bild
1
-0
/
+11
2013-08-26
Move omit text feature from cairo renderer to context
David R. Bild
1
-0
/
+6
2013-08-02
reordered SPDesktop::set_event_context2; fixed last mismatched-tags
Markus Engel
1
-1
/
+1
2013-03-19
Fixing regression
jtx
1
-3
/
+3
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-3
/
+3
2013-03-15
Fix even more forward declaration tags
Alex Valavanis
1
-3
/
+3
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-13
/
+13
2011-07-06
Fix mixed up colors when exporting images with bitmaps to PDF and other
Krzysztof Kosi??ski
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-10
/
+10
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-0
/
+1
2009-12-20
Warning cleanup
Jon A. Cruz
1
-2
/
+2
2009-11-09
Patch by Adib for 271695
Josh Andler
1
-0
/
+3
2009-04-24
apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...
Adib Taraben
1
-2
/
+2
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-09-10
LIBNR REMOVAL. remove nartbpath code!!!
Johan B. C. Engelen
1
-1
/
+0
2008-09-07
LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...
Johan B. C. Engelen
1
-2
/
+0
2008-09-01
enable EPS export via cairo, use it instead of the old native one
bulia byak
1
-0
/
+2
2008-08-31
properly transform clippath: transform of the item using the clippath must al...
bulia byak
1
-0
/
+1
2008-08-31
cairo-render-context extension implementation converted to 2geom
Johan B. C. Engelen
1
-3
/
+3
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-9
/
+9
2008-06-26
add CairoRenderContext::renderPathVector
Johan B. C. Engelen
1
-0
/
+2
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-1
/
+1
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-9
/
+9
2008-01-16
now act on settings in dialogue
Adib Taraben
1
-0
/
+6
2007-12-26
more on cairo ps/pdf options
Adib Taraben
1
-13
/
+23
2007-12-10
Implement cross-architecture print dialog using cairo and PNG backends.
Kees Cook
1
-2
/
+2
2007-12-10
always build cairo backend; add interface for setting cairo surface to renderer
Kees Cook
1
-4
/
+3
2007-11-04
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
1
-1
/
+1
2007-05-09
cairo ps output patch
theAdib
1
-0
/
+1
2006-10-01
Initial commit of Cairo renderer for PDF export
miklosh
1
-0
/
+198