summaryrefslogtreecommitdiff
path: root/crates/egui_extras/src/table.rs
AgeCommit message (Expand)Author
2024-09-26egui_extras: Add `TableBuilder::animate_scrolling` (#5159)Ethan Post
2024-09-18Fix some minor clippy lints from the futureEmil Ernerfeldt
2024-09-02Add `egui::Sides` for adding UI on left and right sides (#5036)Emil Ernerfeldt
2024-09-02Rename `id_source` to `id_salt` (#5025)Nicolas
2024-08-29Truncate text in clipped `Table` columns (#5023)Emil Ernerfeldt
2024-08-28Add `TableBuilder::id_source` (#5022)Emil Ernerfeldt
2024-08-27Fix compilation of `egui_extras` without `serde` feature (#5014)Emil Ernerfeldt
2024-08-27Remove dead codeEmil Ernerfeldt
2024-07-15Return `ScrollAreaOutput` from `Table::body` (#4829)frederik-uni
2024-07-15Add `TableRow::set_hovered` (#4820)Addis Webb
2024-07-12Change default `max_scroll_height` of `egui::Table` to `f32::INFINITY` (#4817)Antoine Beyeler
2024-07-02egui_extras: Improve the auto-sizing of `Table` (#4756)Emil Ernerfeldt
2024-07-02Improve `egui_extras::Table` layout (#4755)Emil Ernerfeldt
2024-06-18`egui_extras`: Make `serde` an optional feature (#4641)Nathan Adams
2024-06-05Set the `sizing_pass` flag in first frame of `egui_extras::Table` (#4613)Emil Ernerfeldt
2024-06-02Add missing word (#4603)Onè
2024-04-25Update to Rust 1.76 (#4411)Emil Ernerfeldt
2024-02-20Fix: assign a different id to each table cell, avoiding id clashes (#4076)Emil Ernerfeldt
2024-02-06Add scroll bar visibility option to Table widget (#3981)Richard Hozák
2024-01-07Highlight submenu buttons when hovered and open (#3780)Emil Ernerfeldt
2024-01-06Fix: apply edited `DragValue` when it looses focus (#3776)Emil Ernerfeldt
2024-01-06Implement table row selection and hover highlighting (#3347)Lauro Oyen
2023-12-08Remove deprecated functions (#3692)Emil Ernerfeldt
2023-12-08Release `egui_extras` 0.24.2 - Fix `Table` scrolling bug (#3691)Emil Ernerfeldt
2023-12-08Fix `egui_extras::Table` scrolling bug (#3690)Antoine Beyeler
2023-11-16Add `#[inline]` to all builder-pattern functions (#3557)Emil Ernerfeldt
2023-11-11Add `emath::Vec2b`, replacing `egui_plot::AxisBools` (#3543)Emil Ernerfeldt
2023-11-11Fix Table stripe pattern when combining row() and rows() (#3442)YgorSouza
2023-11-09Floating scroll bars (#3539)Emil Ernerfeldt
2023-09-18Fix not taking clipping into account when calculating colum remainder (#3357)daxpedda
2023-08-14Add `TableBuilder::drag_to_scroll` (#3100)Kamen Yovchevski
2023-08-10Lint vertical spacing in the code (#3224)Emil Ernerfeldt
2023-08-10Replace uses of `RangeInclusive<f32>` with `emath::Rangef` (#3221)Emil Ernerfeldt
2023-01-25Avoid deadlocks by using lambdas for context lock (#2625)Emil Ernerfeldt
2023-01-07Point to caller's location when using log_or_panic (#2552)Kornel
2022-12-13Add Visuals::striped as global default for Grids and TablesEmil Ernerfeldt
2022-12-08Style tweaks (#2406)Emil Ernerfeldt
2022-11-30Make sure scroll bars are always visible (#2371)Emil Ernerfeldt
2022-11-30`egui_extras::Table` improvements (#2369)Emil Ernerfeldt
2022-10-16table: fix deadlocks caused by lock fairness (#2156)Clement Rey
2022-08-28egui_extras: Add Table::vertical_scroll_offset (#1946)njust
2022-08-20Move all crates into a `crates` directory (#1940)Emil Ernerfeldt