356 Commits (dynamic-grid)

Author SHA1 Message Date
Emil Ernerfeldt 268ddca161 demo_app: Remove screen_reader from default features 4 years ago
Emil Ernerfeldt 7374ed9d00 epi/eframe: move options out of `trait App` into new `NativeOptions` 4 years ago
Sven Niederberger 838f3e4ff2
Add plot legends (#349) 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 1394205f52 Document and demonstrate how to expand a TextEdit to fill a Ui 4 years ago
Emil Ernerfeldt 7da9928548 Clean up new code editor code 4 years ago
Cristian Dinu 35c7b09285
Tab identation for multiline text edit (#246) 4 years ago
Emil Ernerfeldt c2744a1437
Implement trackpad pinch-to-zoom for plots in egui_web (#333) 4 years ago
Sven Niederberger a505d01090
Plot refactor (#331) 4 years ago
Emil Ernerfeldt 6b24dbc997 Move easy_mark from egui deo egui_demo_lib 4 years ago
Sven Niederberger 012542d066
Drag and zoom support for plots (#317) 4 years ago
Emil Ernerfeldt fbd0e35017 Clippy fixes for benchmark 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 76d5229821
CI: run cargo doc (#309) 4 years ago
Emil Ernerfeldt daf2e13238 demo: Use new id_data to store the show/hide password toggle 4 years ago
Emil Ernerfeldt b30cb3313a
Try to allow turning off default_fonts for all libs (#266) 4 years ago
Emil Ernerfeldt d544c3dd8b Release 0.11.0 - Optimization, screen reader & new layout logic 4 years ago
Emil Ernerfeldt 3803d0f3d1 Minor cleanup of the demo code 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 1c955e56fe Some code cleanup 4 years ago
Emil Ernerfeldt 44869a6718 Clean up benchmarks 4 years ago
Emil Ernerfeldt f6770f0183 Various spelling fixes, docs improvements and code cleanup 4 years ago
Emil Ernerfeldt f79f24c83e Clean up dependencies and features flags 4 years ago
Emil Ernerfeldt 3450168e94 egui_glium: add support for transparent windows 4 years ago
Emil Ernerfeldt 0a21b01c31 Fix nightly build: remove deprecated missing_crate_level_docs lint 4 years ago
Emil Ernerfeldt 4808da44a2 Optimize: more inlining and more use of AHashMap 4 years ago
Emil Ernerfeldt 17983e1bbc Optimize tessellator by around 9% 4 years ago
Emil Ernerfeldt 8c4bb0d1d9 refactor: no need to pass Fonts structure to tessellator 4 years ago
Emil Ernerfeldt 1c60dc8d66 Pass around Arc<Galley> to avoid copying a lot of data 4 years ago
Emil Ernerfeldt f9c4be33a7 Add a realistic end-to-end benchmark 4 years ago
Emil Ernerfeldt d4e5133da2 refactor fonts: put TextStyle in Galley instead of in Shape::Text 4 years ago
Emil Ernerfeldt ccc501f302 Spelling: tesselate -> tessellate 4 years ago
Emil Ernerfeldt 5011623744 Deprecate old DragValue constructors in favor of DragValue::new 4 years ago
Emil Ernerfeldt de439b6e21 Deprecate old Slider constructors in favor of Slider::new 4 years ago
Emil Ernerfeldt 41c9de2734 Add new ComboBox builder to replace the combo_box_with_label function 4 years ago
Emil Ernerfeldt 70c6f4596a Add checkbox in demo app to turn screen reader on/off 4 years ago
Emil Ernerfeldt fd3444473f Add some clippy lints 4 years ago
Emil Ernerfeldt f5c372910c Replace emath::clamp with f32::clamp (new in rustc 1.50) 4 years ago
Emil Ernerfeldt ed0d406698 Improve misc documentation 4 years ago
Emil Ernerfeldt f77ab26828 [EasyMark] Add support for small and raised text 4 years ago
Emil Ernerfeldt eaa1ed96ee Depcrecate ui.horizontal_for_text and ui.horizontal_wrapped_for_text 4 years ago
Emil Ernerfeldt 953d2bb39b Add ui.set_row_height 4 years ago
Emil Ernerfeldt 958aea922f Add a lot more CursorIcon's 4 years ago
Emil Ernerfeldt 017d602fe5 Rename "kb_focus" to just "focus" everywhere 4 years ago
Tomáš Vojtášek f07f9bf5bd
Typo previus -> previous (#214) 4 years ago
Emil Ernerfeldt 4c45ca113e Make sure to include license files in the next release 4 years ago