380 Commits (e7471f1191081ecb514fe129bb8618938b67e796)

Author SHA1 Message Date
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
Gray Olson c0929014bf
Add support for `cint` (conversions to and from color types) (#393) 4 years ago
Emil Ernerfeldt 6e5b52e3bc Add features extra_asserts and extra_debug_asserts for more asserts 4 years ago
Emil Ernerfeldt 8f8ba16696 Release 0.12.0 - Multitouch, user memory, window pivots, and improved plots 4 years ago
Emil Ernerfeldt cf3d12669c Fix misc typos 4 years ago
Emil Ernerfeldt a8c3deaf08 Rename `ui.wrap` to `ui.scope` 4 years ago
Emil Ernerfeldt 04d9ce227b Tidy up multitouch code: remove double spaces after full stop 4 years ago
Emil Ernerfeldt 12c0199d1b Mention mint in changelog 4 years ago
Emil Ernerfeldt 2cb94b98ef Add plot legends and on_disabled_hover_text to CHANGELOG.md 4 years ago
Ivo Vollrath 03721dbfd8
Basic multi touch support (issue #279) (#306) 4 years ago
Emil Ernerfeldt 7da9928548 Clean up new code editor code 4 years ago
Emil Ernerfeldt 6f01577d5f Tab only selects labels if the `screen_reader` option is turned on. 4 years ago
Emil Ernerfeldt c2744a1437
Implement trackpad pinch-to-zoom for plots in egui_web (#333) 4 years ago
Emil Ernerfeldt 6b24dbc997 Move easy_mark from egui deo egui_demo_lib 4 years ago
Emil Ernerfeldt fb6f49024f Add Response::on_disabled_hover_text to show tooltip for disabled widgets 4 years ago
Emil Ernerfeldt d2b669e1cd Changelog: Add line about storing state in Memory 4 years ago
Emil Ernerfeldt 6e9abfc9c0 Changelog: Add plot improvements 4 years ago
Emil Ernerfeldt 0351662763 Fix bug with the layout of wide `DragValue`:s 4 years ago
Emil Ernerfeldt 580d27e0d3
Add anchors to windows and areas (#310) 4 years ago
Emil Ernerfeldt 231c075867 Add #[inline(always)] to a few things 4 years ago
Emil Ernerfeldt b187d1c576 Make Memory::has_focus public (again) 4 years ago
Emil Ernerfeldt 96a2732735 Add Response::request_focus and surrender_focus 4 years ago
Emil Ernerfeldt 4ecf304335 Fix touch screen defocus bug 4 years ago
Emil Ernerfeldt 5d50fa1350 Add Label::sense so you can make clickable labels 4 years ago
follower 3c0c729af8
Add links to the changelogs for other crates. (#293) 4 years ago
Emil Ernerfeldt d544c3dd8b Release 0.11.0 - Optimization, screen reader & new layout logic 4 years ago
Emil Ernerfeldt 4b9db0cc55 Rename ui.advance_cursor to ui.add_space 4 years ago
Emil Ernerfeldt d848b2a664 Add TextEdit::password to hide input characters 4 years ago
Emil Ernerfeldt 1090de67fd Refactor: move debug options out of Visuals 4 years ago
Emil Ernerfeldt ccc501f302 Spelling: tesselate -> tessellate 4 years ago
Emil Ernerfeldt def09c2455 Don't close colopicker and other popups when clicking inside of them 4 years ago
Emil Ernerfeldt 6fbb59de1f Add new Slider/DragValue constructors to changelog 4 years ago
Emil Ernerfeldt 1bb100d766 Updated changelogs 4 years ago
Emil Ernerfeldt 017d602fe5 Rename "kb_focus" to just "focus" everywhere 4 years ago
aakamenov c1ef81628b
Add optional drag bounds to Area and Window 4 years ago
Emil Ernerfeldt cd4c07e09a Output events when widgets gain keyboard focus 4 years ago
Emil Ernerfeldt a370339db7 Give focus to any clickable widget with tab/shift-tab 4 years ago
Emil Ernerfeldt 007f9f3cb9 Fix secondary-click to open a menu 4 years ago
Emil Ernerfeldt fb2db4940e Release 0.10.0 - Plot and polish 4 years ago
Emil Ernerfeldt 24d68cc55e Merge epi/CHANGELOG.md into eframe/CHANGELOG.md 4 years ago
Emil Ernerfeldt d3fd51d6a4 Add Response::changed(): see if e.g. text was entered or slider dragged 4 years ago