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
/
nr-arena-shape.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
separate bbox (calculated by subclasses) and drawbox, which includes filters ...
bulia byak
2009-03-09
1
-1
/
+0
*
Move filters into their own namespace Inkscape::Filters (from NR::)
Johan B. C. Engelen
2009-01-02
1
-1
/
+1
*
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
2008-12-30
1
-2
/
+0
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-36
/
+46
*
From trunk
Ted Gould
2008-10-27
1
-1
/
+0
*
Merging from trunk
Ted Gould
2008-10-11
1
-26
/
+26
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-1
/
+1
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-9
/
+9
*
NR::Maybe => boost::optional
Johan B. C. Engelen
2008-08-05
1
-1
/
+1
*
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
2008-08-05
1
-4
/
+2
*
Minor cleanup work on macros
Jon A. Cruz
2008-08-03
1
-3
/
+3
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-2
/
+0
*
update to latest 2geom (rev1497)
Johan B. C. Engelen
2008-07-16
1
-2
/
+6
*
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...
Johan B. C. Engelen
2008-07-04
1
-6
/
+6
*
even with zero opacity, paths must be selectable in outline mode
bulia byak
2008-06-29
1
-3
/
+5
*
use all 2geom typed pathv_matrix_point_bbox_wind_distance
Johan B. C. Engelen
2008-06-26
1
-4
/
+4
*
use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...
Johan B. C. Engelen
2008-06-26
1
-4
/
+2
*
use exact bbox again in updating shapes
Johan B. C. Engelen
2008-06-23
1
-4
/
+2
*
sorry to have broken build
Johan B. C. Engelen
2008-06-23
1
-1
/
+1
*
convert optimizing check into 2geom terms. hopefully correct, please review i...
Johan B. C. Engelen
2008-06-23
1
-2
/
+26
*
use LoadPathVector instead of LoadArtBPath everywhere
Johan B. C. Engelen
2008-06-22
1
-4
/
+4
*
add comment (original update code used exact bbox)
Johan B. C. Engelen
2008-06-16
1
-0
/
+2
*
have bbox calculation code use new helper/geom.cpp function. This makes it ea...
Johan B. C. Engelen
2008-06-16
1
-5
/
+3
*
don't use exact bbox in nr_arena_shape_update (speed-up)
Johan B. C. Engelen
2008-06-16
1
-2
/
+2
*
Fix nr_arena_shape_add_bboxes to what it was in the past. (the NPE was caused...
Johan B. C. Engelen
2008-06-16
1
-13
/
+17
*
Fixed NPE
Jon A. Cruz
2008-06-16
1
-2
/
+4
*
use 2geom types to calculate bounding box when updating arena shape
Johan B. C. Engelen
2008-06-14
1
-84
/
+39
*
use feed_pathvector_to_cairo in display/nr-arena-shape.cpp
Johan B. C. Engelen
2008-06-08
1
-3
/
+4
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
1
-3
/
+3
*
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
2008-05-09
1
-1
/
+2
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-4
/
+4
*
lay groundwork for non-filter view mode
MenTaLguY
2008-03-31
1
-4
/
+4
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-10
/
+10
*
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
2007-09-15
1
-19
/
+16
*
Purged fill type enum
Jon A. Cruz
2007-09-10
1
-32
/
+16
*
adapt to new paintservers API of SPStyle
bulia byak
2007-07-04
1
-2
/
+2
*
use an accessor method to get filter from style
bulia byak
2007-06-27
1
-3
/
+3
*
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
2007-06-27
1
-3
/
+4
*
Refactoring work for filter effects renderer initialization
Niko Kiirala
2007-05-21
1
-41
/
+8
*
Added renderer support for feBlend filter effect
Niko Kiirala
2007-05-14
1
-4
/
+13
*
no pick if transparent; fix sodipodi-era bug where delta had no effect for no...
bulia byak
2007-03-19
1
-9
/
+14
*
two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...
bulia byak
2007-03-19
1
-10
/
+51
*
optimize cairo paths by not drawing segments that are outside of view (for st...
bulia byak
2007-03-18
1
-7
/
+8
*
fix bug where master opacity did not affect markers
bulia byak
2007-03-14
1
-4
/
+5
*
delivarotify picking; restore the old pick code, fix it to work with stroke w...
bulia byak
2007-03-04
1
-66
/
+34
*
restore rendering markers in outline mode
bulia byak
2007-03-03
1
-6
/
+10
*
patch the RGBA/BGRA incompatibility (until we're not using cairo throughout)
bulia byak
2007-03-02
1
-2
/
+5
*
outline mode: render into the passed cairo_t
bulia byak
2007-03-02
1
-14
/
+6
*
API change: render methods now take a cairo_t (not yet used)
bulia byak
2007-03-01
1
-3
/
+3
[next]