index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
inkscape-cairo.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
2010-06-29
1
-283
/
+0
*
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
2010-06-22
1
-0
/
+35
*
improve cairo path drawing
Johan B. C. Engelen
2009-01-02
1
-23
/
+20
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-4
/
+4
*
Merging from trunk
Ted Gould
2008-10-11
1
-6
/
+6
*
comment update
bulia byak
2008-09-01
1
-1
/
+9
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-2
/
+2
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-2
/
+2
*
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
2008-08-05
1
-3
/
+2
*
Minor cleanup work on macros
Jon A. Cruz
2008-08-03
1
-1
/
+1
*
remove old nartbpath to cairo method
Johan B. C. Engelen
2008-08-02
1
-95
/
+3
*
update to 2geom rev. 1507
Johan B. C. Engelen
2008-07-25
1
-0
/
+2
*
update to latest 2geom (rev1497)
Johan B. C. Engelen
2008-07-16
1
-1
/
+1
*
don't call cairo_new_path in feed_pathvector_to_cairo (like the old feed_path...
Johan B. C. Engelen
2008-07-15
1
-6
/
+4
*
* remove code duplication from pdf-cairo extension
Johan B. C. Engelen
2008-07-12
1
-3
/
+7
*
add simplified feed_path_to_cairo functions
Johan B. C. Engelen
2008-07-12
1
-5
/
+47
*
use new 2geom function. This ensures we cannot end up in infinite loop while ...
Johan B. C. Engelen
2008-07-11
1
-1
/
+1
*
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...
Johan B. C. Engelen
2008-07-04
1
-4
/
+3
*
Warning cleanup
Jon A. Cruz
2008-07-04
1
-1
/
+1
*
recognize HLineSegment and VLineSegment while looping through curves
Johan B. C. Engelen
2008-06-29
1
-2
/
+3
*
recognize HLineSegment and VLineSegment in feeding paths to cairo
Johan B. C. Engelen
2008-06-29
1
-4
/
+6
*
improve speed of getting curves to cairo, the same way as boundingbox calcula...
Johan B. C. Engelen
2008-06-24
1
-12
/
+30
*
add helpers for creating cairo_t for a canvas buf
bulia byak
2008-06-24
1
-6
/
+22
*
fix typo in feed_path_to_cairo, potential bug
Johan B. C. Engelen
2008-06-14
1
-1
/
+1
*
add rendering to cairo from Geom::Path and Geom::PathVector !
Johan B. C. Engelen
2008-06-08
1
-6
/
+115
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
1
-1
/
+1
*
fix bug with garbage lines caused with close_path when part of a subpath is o...
bulia byak
2008-04-07
1
-2
/
+12
*
switch to using NR::Maybe for area rect
bulia byak
2007-03-19
1
-3
/
+5
*
optimize cairo paths by not drawing segments that are outside of view (for st...
bulia byak
2007-03-18
1
-13
/
+38
*
render text in outline mode via cairo (still no endian-safe); factor out help...
bulia byak
2007-03-01
1
-0
/
+108