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
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
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
2009-09-05
patch by Adib for 406470
bulia byak
1
-2
/
+10
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-06-22
fix obvious typo, patch 340311
bulia byak
1
-1
/
+1
2009-06-05
imitate black fill for objects with unset fill on export
bulia byak
1
-1
/
+6
2009-05-12
BUG 284680 convert text to paths on cairo output
theAdib
1
-3
/
+9
2009-04-24
apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...
Adib Taraben
1
-3
/
+5
2008-10-31
Merge from trunk
Ted Gould
1
-5
/
+9
2008-10-11
Merging from trunk
Ted Gould
1
-9
/
+31
2008-09-14
Fixes for clipping and masking:
Tavmjong Bah
1
-17
/
+31
2008-09-10
Fix clipping for Cairo generated PNG's.
Tavmjong Bah
1
-2
/
+5
2008-09-06
finally got the pattern transform right
bulia byak
1
-19
/
+10
2008-09-01
use smaller subpixel scaling; large values take more memory and sometimes fai...
bulia byak
1
-1
/
+1
2008-09-01
fix assert when exporting bug 171849 file, make sure small patterns are expor...
bulia byak
1
-2
/
+6
2008-09-01
enable EPS export via cairo, use it instead of the old native one
bulia byak
1
-0
/
+7
2008-08-31
cairo-render-context extension implementation converted to 2geom
Johan B. C. Engelen
1
-61
/
+12
2008-08-31
Fix patterns when scaled.
Tavmjong Bah
1
-6
/
+10
2008-08-28
Fixed crash due to use of uninitialized pointer
Jon A. Cruz
1
-3
/
+3
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-24
/
+24
2008-06-26
add CairoRenderContext::renderPathVector
Johan B. C. Engelen
1
-0
/
+13
2008-06-12
patch 181692
bulia byak
1
-1
/
+6
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-1
/
+1
2008-04-15
fix include paths
Johan B. C. Engelen
1
-1
/
+1
2008-03-28
fix compile
bulia byak
1
-1
/
+1
2008-03-28
Fixing as per discussion in LP # 179988
Mike Pittman
1
-13
/
+32
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-22
/
+19
2008-01-16
now act on settings in dialogue
Adib Taraben
1
-0
/
+21
2008-01-03
Enable text output for Cairo renderer if Cairo has FreeType support enabled
miklosh
1
-2
/
+2
2008-01-03
Purged fill type enum
miklosh
1
-2
/
+2
[next]