Lines Matching refs:layout
13 - fix(obj): readjust scroll after layout when child removed [`4921`](https://github.com/lvgl/lvgl/p…
550 - fix(layout): fix the handling of FLOATING children [`48728a7`](https://github.com/lvgl/lvgl/commi…
573 - fix(layout): use uint16_t LV_LAYOUT_FLEX/GRID [`c596a36`](https://github.com/lvgl/lvgl/commit/c59…
810 - fix(layout) fix layout recalculation trigger in lv_obj_add/clear_fleg [`ee65410`](https://github.…
832 - docs(demos) update information to reflect new layout [`3029`](https://github.com/littlevgl/lvgl/p…
1116 - fix(flex) fix layout update and invalidation issues [`5bd82b0`](https://github.com/lvgl/lvgl/comm…
1189 - fix(obj_pos) save x,y even if the object is on a layout [`a9b660c`](https://github.com/lvgl/lvgl/…
1339 - docs(layout) add internal padding paragraph to grid and flex layout p… [`2392`](https://github.co…
1371 - docs(obj) add comment lv_obj_get_x/y/width/height about postponed layout recalculation [`533066e`…
1550 - fix(flex) fix layout update and invalidation issues
1630 - `lv_cont` removed, layout features are moved to `lv_obj`
1646 - [CSS Grid](https://css-tricks.com/snippets/css/a-guide-to-grid/)-like layout support
1647 - [CSS Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)-like layout support
1751 - fix(layout) stop layout after recursion threshold is reached
1814 - Support RTL in pretty layout (draw columns right to left)