420 Commits (ea6bdfc1c9544e4a9239ec8007107f13c10eb4c7)

Author SHA1 Message Date
Emil Ernerfeldt a1bf5aff47 Add Memory::caches for caching things from one frame to the next 3 years ago
Emil Ernerfeldt 8d854391df TextEdit can now show immutable text 3 years ago
Emil Ernerfeldt 96557a4fa6 Add egui::widgets::global_dark_light_mode_buttons 3 years ago
Emil Ernerfeldt 981b812f68 Smaller and nicer color picker 3 years ago
Emil Ernerfeldt 5539dbe620
Add separate serialize feature and better persitence control (#753) 3 years ago
Emil Ernerfeldt f2dd3dfdd9 Fix popups sometimes getting clipped by panels 3 years ago
Emil Ernerfeldt 711defddb8 Show tooltips above widgets on touch screens 3 years ago
Emil Ernerfeldt 1b36863248
Split out new crate egui-winit from egui_glium (#735) 3 years ago
Emil Ernerfeldt 67bf716b0e
Hide DragValue tooltips unless user set Style::explanation_tooltips (#708) 3 years ago
Emil Ernerfeldt f37180f7dc
Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703) 3 years ago
Emil Ernerfeldt acb5501fe4 Add justified and/or center- and right-aligned text 3 years ago
Emil Ernerfeldt aef23753ca Fix clip rectangle of windows that don't fit the central area. 3 years ago
Emil Ernerfeldt de1a1ba9b2
New text layout (#682) 3 years ago
Emil Ernerfeldt 9def6ef6df All `Ui`:s must now have a finite `max_rect` 3 years ago
Emil Ernerfeldt 105b999cb6
Horizontal scrolling (#663) 3 years ago
Emil Ernerfeldt 776770cdcd
Publish 0.14.2 (#670) 3 years ago
Emil Ernerfeldt 2ce99f3a12 Release 0.14.1 - Bug fixes and better web blending 3 years ago
Emil Ernerfeldt 56913a9ae9 Fix sometimes not being able to click inside a combo box or popup menu 3 years ago
Emil Ernerfeldt 906a798003 Add Ui::horizontal_top 3 years ago
Emil Ernerfeldt 693426d9c6
Layout fixes (#651) 3 years ago
Emil Ernerfeldt c510899019 Revert "Fix set_width/set_min_width/set_height/set_min_height" 3 years ago
Emil Ernerfeldt 01d3f53113 Fix set_width/set_min_width/set_height/set_min_height 3 years ago
Emil Ernerfeldt cb566fc295 Release 0.14.0 - Ui panels and bug fixes 3 years ago
Emil Ernerfeldt 605762364a Add recent additions to CHANGELOG.md 3 years ago
Emil Ernerfeldt a256ca115b
Drag and drop files into egui_glium and egui_web (#637) 3 years ago
mitchmindtree 488b1f2462
Add methods for optionally displaying the background/axes of a `Plot` (#562) 3 years ago
Emil Ernerfeldt 96c45716be Expand and clean up changelogs 3 years ago
mitchmindtree 7c1c775020
Fix case where `Plot`'s `min_auto_bounds` can be ignored after first instantiation (#563) 3 years ago
Ezra Barrow 224af23fd1
Pass more inner return values (#557) 3 years ago
Jay Oster a9c004d16b
Fix custom font definitions getting replaced when `pixels_per_point` is changed (#564) 3 years ago
Sven Niederberger 7c5a2d60c5
Plot: Line styles (#482) 3 years ago
Emil Ernerfeldt faf104220b Grid::num_columns: allow the last column to take up the rest of the space 3 years ago
Sven Niederberger 89cea7aca7
Progress bar (#519) 3 years ago
Emil Ernerfeldt 52e3663958 Release egui 0.13.1: Plot fixes 3 years ago
Emil Ernerfeldt cba840ec49
Small plot-relates fixes (#526) 3 years ago
Emil Ernerfeldt d807451348 Release 0.13.0 - Better panels, plots and new visual style 3 years ago
Sven Niederberger 147e7a47aa
More plot items (#471) 3 years ago
Emil Ernerfeldt 6e7e88ba80
Use old 1.51 toolchain instead of bleeding edge (#505) 3 years ago
Emil Ernerfeldt 778bcc1ef7
Style tweaks (#450) 3 years ago
Emil Ernerfeldt 998e07d865
Make sure the scroll bar is never outside the screen rectangle (#475) 3 years ago
edko99 e007afc3c3
Freeze scroll area (#472) 3 years ago
Sven Niederberger 02db9ee583
Plot: Legend improvements (#410) 3 years ago
Emil Ernerfeldt ece25ee7f3 Add `Ui::set_visible` as a way to hide widgets 3 years ago
Emil Ernerfeldt 6468b2b84e
Implement efficent scrolling of large content (#457) 3 years ago
Emil Ernerfeldt 3b807e1ad6 Add Context::set_debug_on_hover and egui::trace!(ui) 4 years ago
Sven Niederberger 8623909d82
Plotting: Add line markers (#363) 4 years ago
Emil Ernerfeldt c9766f8a7b
Resizable panels + right and bottom panels (#438) 4 years ago
Emil Ernerfeldt a892519297 Add Style::override_text_style 4 years ago
Zenithsiz 57981d49ee
Add support for buffers other than a `String` in `TextEdit` (#399) 4 years ago
Wojciech Kępka d292b831a1
Add an option to overwrite frame of `SidePanel` and `TopPanel` (#418) 4 years ago