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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-2
/
+2
2019-10-19
Add export/import PDF blend modes and add isolation modifier
Jabier Arraiza
1
-0
/
+15
2019-09-22
Try to improve match of image-rendering values to cairo filters
Patrick Storz
1
-8
/
+13
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-0
/
+2
2019-07-10
Move reproducible-builds hack out of CairoRenderContext
Patrick Storz
1
-43
/
+6
2019-07-10
cairo-renderer: set metadata in output
Patrick Storz
1
-0
/
+38
2019-07-10
cairo-renderer: / cairo-render-context: whitespace fixes
Patrick Storz
1
-6
/
+6
2019-07-04
Fix link export code
Marc Jeanmougin
1
-4
/
+6
2019-07-03
Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583
Marc Jeanmougin
1
-0
/
+12
2019-01-02
modernize loops
Marc Jeanmougin
1
-7
/
+6
2018-11-08
Clarify licenses
Max Gaukler
1
-3
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-5
/
+5
2018-08-28
Fix opacity of bitmap images in PDF export
Eduard Braun
1
-1
/
+1
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-1
/
+1
2018-08-05
Revert changes
Jabier Arraiza
1
-25
/
+3
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-3
/
+25
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-17
/
+17
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-5
/
+5
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-35
/
+35
2018-05-09
Fix typo
Marc Jeanmougin
1
-1
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-11
/
+11
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-11
/
+11
2018-03-18
Make the command-line PDF output reproducible.
Chris Lamb
1
-0
/
+43
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-10
/
+10
2017-12-04
CairoRenderer: print warning if rendering failed
Eduard Braun
1
-1
/
+5
2017-12-04
Proper fix for multipage PDF+Latex export
Eduard Braun
1
-2
/
+33
2017-12-04
Revert "Fix PDF+TeX output for text inside groups with clip/mask"
Eduard Braun
1
-32
/
+3
2017-11-21
Two fixes (should work on Linux now)
Eduard Braun
1
-3
/
+2
2017-11-20
Fix printing multiple copies of a document
Eduard Braun
1
-4
/
+7
2017-11-07
Misc. typos
Unknown
1
-2
/
+2
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-7
/
+7
2017-06-13
[Bug #1417470] Fix PDF+TeX output for text inside groups with clip/mask
Max Gaukler
1
-3
/
+32
2017-05-29
Fix PDF export with respect to 'image-rendering'.
Tavmjong Bah
1
-5
/
+5
2017-05-29
Fix PDF export with respect to 'image-rendering'.
Tavmjong Bah
1
-5
/
+5
2017-01-25
[Bug #1537497] Icon preview doesn't render background.
tghs
1
-1
/
+1
2016-09-27
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
1
-3
/
+3
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-3
/
+3
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-12
/
+11
2016-03-08
Add PDF/PS output support for 'paint-order' property.
Tavmjong Bah
1
-17
/
+73
2016-01-09
Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.
Tavmjong Bah
1
-1
/
+2
2015-12-09
replaced remaining GHashTable with std::map
Marc Jeanmougin
1
-7
/
+7
2015-12-07
static code analysis
Kris De Gussem
1
-3
/
+3
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-0
/
+1
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-8
/
+8
2015-05-03
Introduced fixes after merge proposal review
Tomasz Boczkowski
1
-1
/
+0
2015-03-07
Enable PDF/PS/EPS export for gradient mesh (bug #1363369)
Adrian Johnson
1
-0
/
+5
2014-11-02
change default pdf import resolution to 96 dpi
Alvin Penner
1
-3
/
+3
2014-10-18
Refactoring hatch to remove memory leaks (bad GTKish casting macros) and unin...
Jon A. Cruz
1
-10
/
+11
[next]