egui/crates/egui_extras/src
Emil Ernerfeldt dfcc679d5a
Round widget coordinates to even multiple of 1/32 (#5517)
* Closes https://github.com/emilk/egui/pull/5197
* Closes https://github.com/emilk/egui/issues/5163

This should help prevent rounding errors in layout code.

@lucasmerlin you may wanna test this with `egui_flex`
2024-12-26 20:54:24 +01:00
..
datepicker Rename `id_source` to `id_salt` (#5025) 2024-09-02 09:29:01 +02:00
loaders Fix broken images on egui.rs (move from git lfs to normal git) (#5480) 2024-12-16 14:16:54 +01:00
image.rs Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
layout.rs Round widget coordinates to even multiple of 1/32 (#5517) 2024-12-26 20:54:24 +01:00
lib.rs Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
loaders.rs Fix some minor clippy lints from the future 2024-09-18 09:44:23 +02:00
sizing.rs Improve `egui_extras::Table` layout (#4755) 2024-07-02 20:57:46 +02:00
strip.rs Fix: assign a different id to each table cell, avoiding id clashes (#4076) 2024-02-20 13:35:19 +01:00
syntax_highlighting.rs Use `profiling` crate to support more profiler backends (#5150) 2024-12-16 09:15:54 +01:00
table.rs Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00