egui/crates/egui_extras/src
Zach Bateman 011e0d261a
egui_extras: Enable setting DatePickerButton start and end year explicitly (#7061)
Add the ability to set the `DatePickerButton`'s start and end years via
new `start_year` and `end_year` methods.

Continue to use the existing today - 100 years and today + 10 years
behavior if a year is not specified.

* This more fully closes <https://github.com/emilk/egui/issues/3597> and
expands on <https://github.com/emilk/egui/pull/3599>.
* [x] I have followed the instructions in the PR template
2025-06-16 18:27:26 +02:00
..
datepicker egui_extras: Enable setting DatePickerButton start and end year explicitly (#7061) 2025-06-16 18:27:26 +02:00
loaders Track original SVG size (#7098) 2025-05-28 08:33:01 +02:00
image.rs Remove things that have been deprecated for over a year (#7099) 2025-05-28 09:47:15 +02:00
layout.rs Enable more clippy lints (#6853) 2025-04-24 17:32:50 +02:00
lib.rs Remove things that have been deprecated for over a year (#7099) 2025-05-28 09:47:15 +02:00
loaders.rs Animated WebP support (#5470) 2024-12-29 11:46:08 +01:00
sizing.rs Add assert messages and print bad argument values in asserts (#5216) 2025-03-25 09:20:29 +01:00
strip.rs Fix some clippy issues found by 1.84.0 (#5603) 2025-01-13 08:29:13 +01:00
syntax_highlighting.rs Add `AtomLayout`, abstracing layouting within widgets (#5830) 2025-06-13 09:39:52 +02:00
table.rs `ScrollArea` improvements for user configurability (#5443) 2025-04-25 11:01:22 +02:00