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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-74
/
+90
2014-11-02
change default pdf import resolution to 96 dpi
Alvin Penner
1
-1
/
+1
2014-10-14
Implement marker 'orient' attribute value 'auto-start-reverse'.
Tavmjong Bah
1
-5
/
+7
2014-10-14
Merged hatch pdf and png export code
Tomasz Boczkowski
1
-0
/
+16
2014-10-05
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
Liam P. White
1
-1
/
+1
2014-08-20
Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...
Tavmjong Bah
1
-5
/
+7
2014-02-25
Revert unintended checkin.
Tavmjong Bah
1
-3
/
+3
2014-02-25
Rewrite of symbol creation code. Partial fix for 1201325.
Tavmjong Bah
1
-3
/
+3
2014-01-15
Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...
Tavmjong Bah
1
-3
/
+3
2013-09-19
Do not require a new layer for clipping paths in the Cairo renderer.
Adrian Johnson
1
-2
/
+2
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-16
/
+10
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-3
/
+8
2013-08-28
Improve code readability.
Matthew Petroff
1
-2
/
+2
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-2
/
+2
2013-08-26
Move omit text feature from cairo renderer to context
David R. Bild
1
-6
/
+0
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-9
/
+9
2012-10-28
fix margin for PDF exporting page area
Johan B. C. Engelen
1
-10
/
+15
2012-10-28
add bleed/margin to pdf export
Johan B. C. Engelen
1
-1
/
+2
2012-04-02
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-1
/
+1
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-8
/
+8
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-1
/
+0
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-17
/
+19
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-48
/
+38
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-1
/
+0
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-4
/
+3
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-3
/
+3
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-1
/
+1
2011-07-13
Fix crashes in print preview
Krzysztof Kosi??ski
1
-3
/
+5
2011-07-06
Fix mixed up colors when exporting images with bitmaps to PDF and other
Krzysztof Kosi??ski
1
-10
/
+6
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-6
/
+5
2011-05-05
symbol rendering fix for bug:705345
Adib Taraben
1
-3
/
+3
2011-05-01
Fix crashes on empty marker definitions.
Johan B. C. Engelen
1
-5
/
+7
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-24
/
+32
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-23
/
+23
2011-01-17
remove memory boundries on bitmap renderer, optimize memory usage
Adib Taraben
1
-1
/
+16
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-23
Don't try displaying markers for completely empty paths, fixes crash.
Johan B. C. Engelen
1
-0
/
+1
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-2
/
+2
2010-07-01
C++fied SPDocument added
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
-4
/
+4
2010-04-10
fix bug 168275 by removing a ceil on document height and width in pdf/eps/ps ...
Johan B. C. Engelen
1
-2
/
+2
2010-04-06
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
1
-1
/
+5
2010-04-04
Merge PDF rendering fix
Krzysztof Kosi??ski
1
-5
/
+1
2010-04-03
Fix --export-page-drawing option in PDF, PS and LaTeX export.
Krzysztof Kosi??ski
1
-5
/
+1
2010-02-20
initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...
Johan B. C. Engelen
1
-0
/
+2
2010-02-20
add option to exclude/omit text from the PDF when saving to pdf
Johan B. C. Engelen
1
-0
/
+6
2009-11-29
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
1
-0
/
+1
2009-11-08
Patch for 456148 by Johan
Josh Andler
1
-29
/
+51
[next]