329 Commits (32b4781da2284d62c8eeefe3f00038589b444c1b)

Author SHA1 Message Date
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
Emil Ernerfeldt 6d33beabb1 Replace `scroll_delta` and `zoom_delta` in `RawInput` with events 3 years ago
Emil Ernerfeldt 49e43885ff
Replace `Context::begin_frame/end_frame` with `fn run` taking a closure (#872) 3 years ago
Emil Ernerfeldt e54106e950 Extend contributor list 3 years ago
Emil Ernerfeldt 09b8269326
Rich text for all widgets (#855) 3 years ago
Emil Ernerfeldt c7638ca7f5
Add read/write of TextEdit cursor state (#848) 3 years ago
Emil Ernerfeldt 8e4fd942a9
Refactor memory data (#836) 3 years ago
Emil Ernerfeldt 41f77ba7d7 Clean up some of the new context menus 3 years ago
Emil Ernerfeldt 08cc07bb2d Release 0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow 3 years ago