1299 Commits (5e46bd404ccba740bd2a41e2cbf7a7a4f9a3ba55)
 

Author SHA1 Message Date
Emil Ernerfeldt 5e46bd404c Some documentation improvements 4 years ago
Emil Ernerfeldt cb797a489a Expand PR template with reminder to update CHANGELOG.md 4 years ago
Emil Ernerfeldt 12c0199d1b Mention mint in changelog 4 years ago
Luis Wirth 87bc26fb5a
implement mint conversions (#352) 4 years ago
Emil Ernerfeldt 2cb94b98ef Add plot legends and on_disabled_hover_text to CHANGELOG.md 4 years ago
Sven Niederberger 838f3e4ff2
Add plot legends (#349) 4 years ago
Emil Ernerfeldt d862ff66ac Add Image::sense to let an image respond to clicks and drags 4 years ago
Ivo Vollrath 03721dbfd8
Basic multi touch support (issue #279) (#306) 4 years ago
Emil Ernerfeldt 0d71017ad4 clippy fixes for rust 1.52 4 years ago
Emil Ernerfeldt 29668b5128 Minor documentation improvements 4 years ago
Emil Ernerfeldt 1394205f52 Document and demonstrate how to expand a TextEdit to fill a Ui 4 years ago
Emil Ernerfeldt 66122e4c9a Decrease indentation with shift-tab 4 years ago
Emil Ernerfeldt bf8ce774cc Don't draw bidi control characters 4 years ago
Emil Ernerfeldt 7da9928548 Clean up new code editor code 4 years ago
Emil Ernerfeldt 10b60d5361
Run clippy on all targets and all features (#347) 4 years ago
Cristian Dinu 35c7b09285
Tab identation for multiline text edit (#246) 4 years ago
ilya sheprut 101eed0d67
memory: add `Send + Sync` reqirement, fix #337 (#341) 4 years ago
David Pedersen 02a62d1986
Replace `impl Into<String>` with `impl ToString` (#302) 4 years ago
crumblingstatue e991a1c310
Fix typo in README.md (#340) 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 7f0689e566 Refactor egui_glium with new EguiGlium wrapper and standalone example 4 years ago
Sven Niederberger a505d01090
Plot refactor (#331) 4 years ago
Emil Ernerfeldt b69bc2c06a egui_web: Scroll faster when scrolling with mouse wheel 4 years ago
Emil Ernerfeldt 0f112db550 Reduce binary size with more inlining and less monomorphization 4 years ago
Emil Ernerfeldt f38f68318d build_demo_web.sh: add --open as an option 4 years ago
Emil Ernerfeldt 6b24dbc997 Move easy_mark from egui deo egui_demo_lib 4 years ago
Emil Ernerfeldt 641e9c2d26 egui_glium: sleep a bit when not focused 4 years ago
Emil Ernerfeldt fb6f49024f Add Response::on_disabled_hover_text to show tooltip for disabled widgets 4 years ago
Emil Ernerfeldt 07da54ad08 Refactor Ui::next_auto_id_source 4 years ago
Emil Ernerfeldt a59c8ac2c3 DragValue: only show extra decimal with shift down if currently dragged 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
Sven Niederberger 012542d066
Drag and zoom support for plots (#317) 4 years ago
Emil Ernerfeldt cb14e8571f Add Vec2::LEFT,RIGHT,UP,DOWN and Vec2::angle 4 years ago
Emil Ernerfeldt 58ebb217dc Tesselator: ignore zero-sized clip rects 4 years ago
Emil Ernerfeldt 1681769329 Add #[inline(always)] here and there 4 years ago
Emil Ernerfeldt 0f1df90d90 Tesselator: ignore non-positive clip rectangles 4 years ago
Joel Nises 72d0d71d66
made drag and drop support selectable on Windows for the eframe glium integration (#324) 4 years ago
Emil Ernerfeldt 23d292a974 faster debug builds on mac 4 years ago
Emil Ernerfeldt fbd0e35017 Clippy fixes for benchmark 4 years ago
Emil Ernerfeldt 0351662763 Fix bug with the layout of wide `DragValue`:s 4 years ago
Emil Ernerfeldt c07f439b28 Add benchmark of ui.label 4 years ago
ilya sheprut c69ecfe421
Memory usage example in the widget gallery (#307) 4 years ago
Emil Ernerfeldt 580d27e0d3
Add anchors to windows and areas (#310) 4 years ago
Emil Ernerfeldt 5667e7eb51 Add docstring to ui.with_layout 4 years ago
Emil Ernerfeldt f07bdf0433 Add more instructions to PR template 4 years ago
Emil Ernerfeldt 231c075867 Add #[inline(always)] to a few things 4 years ago
Emil Ernerfeldt 76d5229821
CI: run cargo doc (#309) 4 years ago
Emil Ernerfeldt b187d1c576 Make Memory::has_focus public (again) 4 years ago