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