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-renderer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix mixed up colors when exporting images with bitmaps to PDF and other
Krzysztof Kosi??ski
2011-07-06
1
-10
/
+6
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-6
/
+5
*
symbol rendering fix for bug:705345
Adib Taraben
2011-05-05
1
-3
/
+3
*
Fix crashes on empty marker definitions.
Johan B. C. Engelen
2011-05-01
1
-5
/
+7
*
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
2011-02-22
1
-24
/
+32
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-23
/
+23
*
remove memory boundries on bitmap renderer, optimize memory usage
Adib Taraben
2011-01-17
1
-1
/
+16
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-13
/
+14
|
\
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-2
/
+2
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-3
/
+3
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-4
/
+4
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Don't try displaying markers for completely empty paths, fixes crash.
Johan B. C. Engelen
2010-10-23
1
-0
/
+1
|
/
*
fix bug 168275 by removing a ceil on document height and width in pdf/eps/ps ...
Johan B. C. Engelen
2010-04-10
1
-2
/
+2
*
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
2010-04-06
1
-1
/
+5
*
Fix --export-page-drawing option in PDF, PS and LaTeX export.
Krzysztof Kosi??ski
2010-04-03
1
-5
/
+1
*
initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...
Johan B. C. Engelen
2010-02-20
1
-0
/
+2
*
add option to exclude/omit text from the PDF when saving to pdf
Johan B. C. Engelen
2010-02-20
1
-0
/
+6
*
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
1
-0
/
+1
*
Patch for 456148 by Johan
Josh Andler
2009-11-08
1
-29
/
+51
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
*
make 'marker' property work (shorthand for start, mid and end markers); inksc...
Johan B. C. Engelen
2009-01-02
1
-89
/
+67
*
* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
Thomas Holder
2008-12-16
1
-1
/
+1
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+1
*
Merge from trunk
Ted Gould
2008-11-01
1
-8
/
+13
*
Merge from trunk
Ted Gould
2008-10-31
1
-23
/
+39
*
From trunk
Ted Gould
2008-10-27
1
-28
/
+43
*
Merging from trunk
Ted Gould
2008-10-11
1
-13
/
+1
*
Merge from trunk.
Ted Gould
2008-09-25
1
-96
/
+34
*
release reprs properly
bulia byak
2008-09-20
1
-0
/
+1
*
Don't clip mask surface to mask bounding box.
Tavmjong Bah
2008-09-20
1
-2
/
+4
*
Fix transformation for items rendered as bitmaps (i.e. filters) in
Tavmjong Bah
2008-09-16
1
-4
/
+8
*
Make rasterization of filters into pdf respect the requested dpi.
Aaron Spike
2008-09-05
1
-5
/
+7
*
properly transform clippath: transform of the item using the clippath must al...
bulia byak
2008-08-31
1
-1
/
+12
*
Ulf Ericson's patch for implementing missing properties in the new pdf exporter
bulia byak
2008-08-29
1
-6
/
+16
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
1
-32
/
+34
*
fix marker behavior for moveto-only paths
Johan B. C. Engelen
2008-08-08
1
-2
/
+10
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-8
/
+8
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-1
/
+1
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
fix orientation of markers
Johan B. C. Engelen
2008-07-07
1
-10
/
+3
*
use CairoRenderContext::renderPathVector
Johan B. C. Engelen
2008-06-26
1
-4
/
+2
*
add todo comment to make code prettier
Johan B. C. Engelen
2008-06-20
1
-0
/
+1
*
sp_shape_render for cairo-renderer extension now uses 2geom for marker positions
Johan B. C. Engelen
2008-06-20
1
-6
/
+63
*
remove not used variable
Johan B. C. Engelen
2008-06-20
1
-1
/
+0
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-6
/
+6
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
1
-2
/
+2
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-24
/
+20
*
patch from 168792
bulia byak
2008-03-07
1
-0
/
+5
[prev]
[next]