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
2014-10-14
Merged hatch pdf and png export code
Tomasz Boczkowski
1
-17
/
+99
2014-05-27
SPPattern c++-sification: replacing pattern_ functions by methods pt1
Tomasz Boczkowski
1
-8
/
+8
2014-05-26
SPPattern c++-sification: replaced guint by bool and enum
Tomasz Boczkowski
1
-2
/
+2
2014-03-21
cairo-render-context: swap order of header inclusion to redefinition clash of...
Johan B. C. Engelen
1
-1
/
+1
2014-03-11
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
1
-3
/
+7
2014-02-12
Set bitmap upscaling preference in Cairo based PS and PDF output.
Tavmjong Bah
1
-1
/
+22
2014-01-15
drop useless checks for hard Cairo version dependency
Alex Valavanis
1
-4
/
+0
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-4
/
+4
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-24
/
+23
2013-08-29
use multiple graphic/text layers for pdf+latex output
David R. Bild
1
-2
/
+32
2013-08-26
Move omit text feature from cairo renderer to context
David R. Bild
1
-0
/
+14
2013-08-05
code cleanup (cppcheck)
Johan B. C. Engelen
1
-1
/
+1
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-3
/
+2
2013-04-29
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
1
-8
/
+8
2013-03-23
Convert a couple of C-style pointer casts
Alex Valavanis
1
-1
/
+1
2012-02-25
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-1
/
+1
2012-02-15
cppcheck
Kris De Gussem
1
-1
/
+1
2012-02-08
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-30
/
+16
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-10-15
cppcheck
Kris De Gussem
1
-1
/
+1
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-1
/
+0
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-14
/
+9
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-50
/
+51
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-4
/
+4
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-4
/
+3
2011-07-06
Fix mixed up colors when exporting images with bitmaps to PDF and other
Krzysztof Kosi??ski
1
-58
/
+7
2011-06-22
Warning cleanup.
Jon A. Cruz
1
-7
/
+8
2011-05-07
corrected fill-rule handling in pdf export, fixes bug:436962
Adib Taraben
1
-3
/
+3
2011-03-13
apparently bbox numbers in PS should be integers.
Johan B. C. Engelen
1
-2
/
+2
2011-03-12
Hope to fix a really dumb earlier commit by me...
Johan B. C. Engelen
1
-5
/
+12
2011-03-11
Comment out non-functional code that prevents compiling
Tavmjong Bah
1
-4
/
+5
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-14
/
+14
2011-01-17
remove memory boundries on bitmap renderer, optimize memory usage
Adib Taraben
1
-9
/
+29
2010-11-21
Fix Cairo export of masked objects.
Tavmjong Bah
1
-6
/
+19
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-26
Add code to fix bug #380501 in the future...
Johan B. C. Engelen
1
-0
/
+7
2010-10-26
fix copy error
Johan B. C. Engelen
1
-1
/
+1
2010-10-23
fix crash bug: PDF export: crash in 'CairoRenderContext::_showGlyphs'
Johan B. C. Engelen
1
-4
/
+5
2010-10-22
PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to versi...
Nicolas Dufour
1
-3
/
+6
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
1
-1
/
+1
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-3
/
+3
2010-06-28
Partial C++-ification of SPGradient
Jon A. Cruz
1
-5
/
+5
2010-04-03
remove debug text from cairo-render-context.cpp
Johan B. C. Engelen
1
-3
/
+3
2010-03-14
Fixes crash of bug #537457, but export is incorrect.
Johan B. C. Engelen
1
-3
/
+8
2009-11-09
Patch by Adib for 271695
Josh Andler
1
-12
/
+32
2009-11-09
regression patch from 388257
bulia byak
1
-4
/
+2
2009-11-08
Krzysztof's patch for 388257
bulia byak
1
-14
/
+19
2009-11-07
revert the PS rotation part of Adrian's patch for 437550, see discussion in t...
bulia byak
1
-9
/
+1
2009-09-27
Patch from Adrian for 437550.
Josh Andler
1
-3
/
+13
[prev]
[next]