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
*
[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
*
|
Refactoring hatch to remove memory leaks (bad GTKish casting macros) and unin...
Jon A. Cruz
2014-10-18
1
-10
/
+11
*
|
Merged hatch pdf and png export code
Tomasz Boczkowski
2014-10-14
1
-17
/
+99
|
/
*
cairo-render-context: swap order of header inclusion to redefinition clash of...
Johan B. C. Engelen
2014-03-21
1
-1
/
+1
*
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
2014-03-11
1
-3
/
+7
*
Set bitmap upscaling preference in Cairo based PS and PDF output.
Tavmjong Bah
2014-02-12
1
-1
/
+22
*
drop useless checks for hard Cairo version dependency
Alex Valavanis
2014-01-15
1
-4
/
+0
*
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
2013-09-19
1
-4
/
+4
*
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
2013-09-13
1
-24
/
+23
*
use multiple graphic/text layers for pdf+latex output
David R. Bild
2013-08-29
1
-2
/
+32
*
Move omit text feature from cairo renderer to context
David R. Bild
2013-08-26
1
-0
/
+14
*
Merge Google Summer of Code unit refactor.
Matthew Petroff
2013-08-06
1
-3
/
+2
|
\
|
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
1
-3
/
+2
*
|
code cleanup (cppcheck)
Johan B. C. Engelen
2013-08-05
1
-1
/
+1
|
/
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-8
/
+8
*
Convert a couple of C-style pointer casts
Alex Valavanis
2013-03-23
1
-1
/
+1
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-25
1
-1
/
+1
*
cppcheck
Kris De Gussem
2012-02-15
1
-1
/
+1
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-08
1
-30
/
+16
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
cppcheck
Kris De Gussem
2011-10-15
1
-1
/
+1
*
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
2011-10-04
1
-1
/
+0
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-14
/
+9
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-50
/
+51
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-4
/
+4
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-4
/
+3
*
Fix mixed up colors when exporting images with bitmaps to PDF and other
Krzysztof Kosi??ski
2011-07-06
1
-58
/
+7
*
Warning cleanup.
Jon A. Cruz
2011-06-22
1
-7
/
+8
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-3
/
+3
|
\
|
*
corrected fill-rule handling in pdf export, fixes bug:436962
Adib Taraben
2011-05-07
1
-3
/
+3
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-27
/
+55
|
\
|
|
*
apparently bbox numbers in PS should be integers.
Johan B. C. Engelen
2011-03-13
1
-2
/
+2
[next]