337 Commits (8173093c6797d6af63759331d28e66206d1b0c1f)

Author SHA1 Message Date
Friz64 c8c871fcd1
Add `move_to_top` and `top_most_layer` (#1242) 3 years ago
Sven Niederberger 8f8eb5d4a9
Customize Plot label and cursor texts (#1235) 3 years ago
Juan Campa 635c65773d
Allow scroll into view without specifying an alignment (#1247) 3 years ago
Alexander 62504fface
Slider: Add step parameter (#1225) 3 years ago
Juan Campa c4528beb72
Make non interactable layers not interact (#1240) 3 years ago
Emil Ernerfeldt 69626296f1
Make v-align and scale of user fonts tweakable (#1241) 3 years ago
Emil Ernerfeldt 3f8ba3a542
Improve the contrast of the default light mode style (#1238) 3 years ago
Emil Ernerfeldt 4cede42748 Add ui.weak(text) 3 years ago
Erlend Walstad 2802e03526
Per-side margins with new struct Margin (#1219) 3 years ago
Emil Ernerfeldt 5459ab29b7 Fix: allow calling set_pixels_per_point before first frame 3 years ago
Manuel Innerhofer 7d41551913
Fixed typos: wether -> whether (#1210) 3 years ago
Emil Ernerfeldt 9ed96155e9 Rename corner_radius to rounding 3 years ago
Juan Campa 32a9b4abcc
Add on_hover_text_at_pointer (#1179) 3 years ago
nongiach 869d556335
Plot boxed zoom with secondary mouse button (#1188) 3 years ago
Emil Ernerfeldt c6ac1827f6
Use tracing crate for logging (#1192) 3 years ago
Sven Niederberger 4e99d8f409
Plot: Linked axis support (#1184) 3 years ago
Emil Ernerfeldt 2183e9fdea Add early egui history to changelog 3 years ago
Emil Ernerfeldt b618636425
Add ui.data(), ctx.data(), ctx.options() and ctx.tessellation_options() (#1175) 3 years ago
Emil Ernerfeldt 3333d63b91
Return more info from ScrollArea::show (#1166) 3 years ago
AlexxxRu 0d00185d9f
Bugfix/drag window (#1108) 3 years ago
Jan Haller 366f544655
Formatter for plot axis labels (#1130) 3 years ago
Sven Niederberger 3418eb5d35
Make `Plot::highlight` take a boolean (#1159) 3 years ago
Emil Ernerfeldt fa43d16c41
Choose your own font and size (#1154) 3 years ago
Emil Ernerfeldt 462f181db3
Partial font texture update (#1149) 3 years ago
Juan Campa 343f7da564
Add ability to override collapsing icons (#1147) 3 years ago
Emil Ernerfeldt ad5418777d
Fix dead-lock in TextEdit on touch-screens (#1118) 3 years ago
Emil Ernerfeldt 66d80e2519
Texture loading in egui (#1110) 3 years ago
Emil Ernerfeldt d5673412dd
Put everything in Context behind the same Mutex (#1050) 3 years ago
Simon Werner 225d2b506d
Split `Event::Text` into `Text` and `Paste` (#1058) 3 years ago
Lampsitter 611eaa52e8
Revert "Don't constrain immovable egui windows to native window (#1049)" (#1054) 3 years ago
Lampsitter 7b641be7b0
Don't constrain immovable egui windows to native window (#1049) 3 years ago
Lampsitter b0ea4dc0b5
Fix context menu styling (#1043) 3 years ago
Emil Ernerfeldt 79cfdaa1f9 Better docs and spelling fixes 3 years ago
Emil Ernerfeldt b5c119ef19
0.16.1 patch release: Add back CtxRef::begin_frame/end_frame (#1019) 3 years ago
Emil Ernerfeldt 4ef21380a2 Add `Ui::add_visible` and `Ui::add_visible_ui` 3 years ago
Emil Ernerfeldt 0146c7e7fc Release 0.16.0 - Context menus and rich text 3 years ago
Emil Ernerfeldt 369ce95bbd
Add `CollapsingHeader::open` to control if it is open or collapsed (#1006) 3 years ago
Emil Ernerfeldt c60d17b91b
Set MSRV to 1.56.0 and use rust edition 2021 (#998) 3 years ago
kud1ing 214d2b5d4f
Changlog: mention `menu::menu(ui, ...)` => `ui.menu_button(...)` (#956) 3 years ago
Emil Ernerfeldt c85eca6eaa Update changelog 3 years ago
Jan Haller 1088d950e9
Add bar charts and box plots (#863) 3 years ago
Sven Niederberger 9d56bce592
Improved plot interaction methods (#892) 3 years ago
Emil Ernerfeldt a0b635dc21 Add `Button::image_and_text` to changelog 3 years ago
Emil Ernerfeldt b5cb2b2c0d Some code cleanup following https://github.com/emilk/egui/pull/888 3 years ago
Emil Ernerfeldt 4d4c75c6f1 Fix vertical slider up/down keys and add a line in the changelog 3 years ago
Sven Niederberger 0bad1d0c99
Plot interaction methods (#766) 3 years ago
Emil Ernerfeldt 951ee4e142
Improve color picker cache (#886) 3 years ago
Emil Ernerfeldt 19d24bbebe
Don't clip popups to the parent cliprect (#885) 3 years ago
Emil Ernerfeldt 878eddd546
When using a custom font you can now specify a font index (#873) 3 years ago
Emil Ernerfeldt 83e490fb6a Remove egui::math & egui::paint, replace with egui::emath & egui::epaint 3 years ago