| .. |
|
arc.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
arrow.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
canvas.h
|
change enter/exit event delivery to follow X Window model (inferior, ancestor, virtual, nonlinear)
|
2013-12-12 20:44:04 -05:00 |
|
circle.h
|
part two of ... add Canvas::Arc and derive Canvas::Circle from it
|
2013-04-18 21:29:13 -04:00 |
|
curve.h
|
make PolyLine use distance_to_segment_squared(), and add separate (null, for now) method Curve::covers(Duple) because the math there needs to be different, maybe
|
2013-12-09 17:24:34 -05:00 |
|
debug.h
|
fix a typo in canvas-debug.h
|
2013-09-25 10:36:21 -04:00 |
|
fill.h
|
workaround/hack/fix for cairo pattern gradient space exceeding 2^16 size limit
|
2013-06-27 10:41:00 -04:00 |
|
flag.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
fwd.h
|
add (bezier) curves to canvas, use for automation lines; fix issue with rectangles missing their upper line segment; more cairo canvas fixes
|
2013-04-11 22:54:12 -04:00 |
|
group.h
|
change event propagation to be based on parent/child lineage, not z-axis stacking, plus some more alterations to try to get enter/leave working
|
2013-12-12 10:03:33 -05:00 |
|
image.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
item.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
line.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
line_set.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
lookup_table.h
|
change event propagation to be based on parent/child lineage, not z-axis stacking, plus some more alterations to try to get enter/leave working
|
2013-12-12 10:03:33 -05:00 |
|
outline.h
|
virtual Fill:: and Outline:: methods so that Canvas::Items that cache image renderings of themselves can invalidate those caches when colors etc. change; add Item::{begin,end}_visual_change() so that we can notify the canvas more efficiently when *only* visual properties have changed and not the bounding box (probably needs to be used more widely)
|
2013-04-16 20:38:10 -04:00 |
|
pixbuf.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
|
poly_item.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
|
poly_line.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
polygon.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |
|
rectangle.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
|
root_group.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
|
text.h
|
fix computation of canvas text item bounding box
|
2013-10-24 17:12:28 -04:00 |
|
types.h
|
fix up size and drawing of measure lines, even when vertically scrolled
|
2013-06-24 23:03:11 -04:00 |
|
utils.h
|
add a utility function to Canvas to compute distance from a point to a line segment
|
2013-12-09 13:35:07 -05:00 |
|
wave_view.h
|
drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&)
|
2013-11-04 11:56:10 -05:00 |