13
0
livetrax/libs/canvas/canvas
Paul Davis 860d43697c Canvas: propagate ::size_allocate() down the item tree
This previously wasn't done because of fear that it would affect the traditional fixed-sized canvas,
but only items that _layout_sensitive (i.e. are packed into a constraint packer directly) will
actually do anything in ::size_allocate().

Possibly might want to relax this to cover items that have a constraint packer between them
and a root group.
2021-08-13 12:51:27 -06:00
..
arc.h Canvas: modify Arc to work with layout 2021-08-13 12:51:25 -06:00
arrow.h
box.h add a very (very) basic resize/layout design to the canvas 2021-08-13 12:51:26 -06:00
canvas.h add a very (very) basic resize/layout design to the canvas 2021-08-13 12:51:26 -06:00
cbox.h Canvas: re-use Solver as much as possible, with possible (but not substantive) speedup; remove debug output 2021-08-13 12:51:26 -06:00
circle.h
constrained_item.h Canvas: add a nice new syntax for constraint packing 2021-08-13 12:51:26 -06:00
constraint_packer.h Canvas: improve implementation/design of ConstraintPacker::preferred_size() 2021-08-13 12:51:26 -06:00
container.h
curve.h
debug.h
fill.h
flag.h
framed_curve.h
fwd.h Add missing class to canvas forward declarations 2021-02-14 00:54:17 +01:00
grid.h Canvas: change API of Item::child_changed() to include bool indicate bounding_box change 2021-08-13 12:51:25 -06:00
image.h
interpolated_curve.h
item.h Canvas: propagate ::size_allocate() down the item tree 2021-08-13 12:51:27 -06:00
line_set.h Canvas: change LineSet::add() to ::add_line() 2021-08-13 12:51:25 -06:00
line.h
lookup_table.h
meter.h
note.h
outline.h
pixbuf.h
poly_item.h NO-OP: consistent function and variable naming 2020-04-10 18:06:42 +02:00
poly_line.h
polygon.h
rectangle.h add Rectangle::size_request() which returns actual rectangle size, not bounding box 2021-08-13 12:51:26 -06:00
root_group.h Canvas: propagate ::size_allocate() down the item tree 2021-08-13 12:51:27 -06:00
ruler.h canvas/ruler: provide option for a second font to be used for "major" marks 2021-01-03 16:50:18 -07:00
scroll_group.h
stateful_image.h
step_button.h step button for Canvas (used by BeatBox GUI) 2021-08-13 12:51:26 -06:00
text.h
tracking_text.h NO-OP: whitespace 2020-12-30 03:25:57 +01:00
types.h Canvas: remove unnecessary and conflicting enum 2021-08-13 12:51:27 -06:00
utils.h
visibility.h
widget.h
xfade_curve.h