1316 Commits (b1559963bf1c28877c6f04b7966d0614fced5e9d)
 

Author SHA1 Message Date
Emil Ernerfeldt b1559963bf Enable a bunch more clippy lints 4 years ago
Emil Ernerfeldt 4022b84ae7 group rustdoc lints under rustdoc:: prefix 4 years ago
Emil Ernerfeldt fb5176c133 #![allow(clippy::float_cmp)] everywhere 4 years ago
Emil Ernerfeldt 6ad6f56cb1 Move shell scripts into sh/ subfolder 4 years ago
Emil Ernerfeldt 38186fe23e Add a TODO 4 years ago
Emil Ernerfeldt 5a21bc78a6 minor code simplification 4 years ago
Emil Ernerfeldt a8c3deaf08 Rename `ui.wrap` to `ui.scope` 4 years ago
Emil Ernerfeldt 9dc092b778 Clean up demos 4 years ago
Emil Ernerfeldt aa3c40c49f bug fix: don't lock focus by default 4 years ago
Emil Ernerfeldt 0b52813f62 Sort demo windows (multi-touch demo was out of order) 4 years ago
Emil Ernerfeldt 4bb79a7047 Move normalize_angle to emath 4 years ago
Emil Ernerfeldt dd6980bacb Implement non-proportional multitouch pinch zooming 4 years ago
Emil Ernerfeldt 04d9ce227b Tidy up multitouch code: remove double spaces after full stop 4 years ago
Emil Ernerfeldt 268ddca161 demo_app: Remove screen_reader from default features 4 years ago
follower a5e41f275c
Typo: `CollpasingHeaders` -> `CollapsingHeaders` (#359) 4 years ago
Emil Ernerfeldt a7a36bd313 eframe: add always_on_top option (native) 4 years ago
Emil Ernerfeldt 7374ed9d00 epi/eframe: move options out of `trait App` into new `NativeOptions` 4 years ago
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