306 Commits (51cc9c9a9a2be5d775e9273dc6795b85dd6126fe)

Author SHA1 Message Date
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
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