867 Commits (d8d761aac7bd6d37fdce99c0a199183c7b027591)
 

Author SHA1 Message Date
Emil Ernerfeldt d8d761aac7 Fix: panels only allocate what they use, so native window can shrink 4 years ago
Emil Ernerfeldt d229b6fc23 Enforce rust_2018_idioms in all libs 4 years ago
Emil Ernerfeldt 1690db0f0c demo tweaks 4 years ago
Emil Ernerfeldt 4e3251c300 Improve ecosystem documentation and add changelogs for epi and eframe 4 years ago
Emil Ernerfeldt b3d1016507 [demo] Move backend into an optional panel of WrapApp 4 years ago
Emil Ernerfeldt 3e0bedd96d [demo] Move color test to WrapApp 4 years ago
Emil Ernerfeldt 4848c171eb [demo] Move Fractal Clock to WrapApp 4 years ago
Emil Ernerfeldt b1022d01c1 Rename epi::App::ui to epi::App::update 4 years ago
Emil Ernerfeldt defad4ed51 Merge example_web into egui_demo_lib 4 years ago
Emil Ernerfeldt 375e317547 Move http fetch api from eframe to epi 4 years ago
Emil Ernerfeldt 9db1b8dbf9 Add http fetch to eframe and implement it in egui_glium using ureq 4 years ago
Emil Ernerfeldt 6d9cdafbc9 Rename egui_demo to egui_demo_app to avoid confusion with egui_demo_lib 4 years ago
Emil Ernerfeldt 84414e62a3 Add new crate `eframe` which wraps egui, epi, egui_web and egui_glium 4 years ago
Emil Ernerfeldt d7459bc13d Move `egui::app` into new `epi` crate 4 years ago
Emil Ernerfeldt 6953dc7d5d Split out the Egui demo code to new crate `egui_demo_lib` 4 years ago
Emil Ernerfeldt 650450bc3a Make cfg=web_sys_unstable_apis optional, fixing `cargo check` 4 years ago
lucaspoffo 46471f930d
Fix nested scrolling (#83) 4 years ago
Emil Ernerfeldt d7e03cb186 Add changelog for new manual scrolling additions 4 years ago
Emil Ernerfeldt 6dd15dd1a3 Add shadows under windows 4 years ago
Emil Ernerfeldt d38b16f1ea Learn how to spell to "tessellation" 4 years ago
lucaspoffo 19b4d87c65
Add ui.scroll_to_cursor and response.scroll_to_me (#81) 4 years ago
Emil Ernerfeldt 07e96ca17f Add syntax highlighting in egui web fetch example 4 years ago
Emil Ernerfeldt 2870001544 Document mutex types 4 years ago
Emil Ernerfeldt 69ffa9be35 Remove `pixels_per_point` from `FontDefinitions` 4 years ago
Emil Ernerfeldt 847f67c835 Rename FontFamily::VariableWidth to FontFamily::Proportional 4 years ago
Emil Ernerfeldt 53ab2f4ef6 Improve documentation 4 years ago
Emil Ernerfeldt a1fa9903b0 Add a lot of documentation and inter-doc links 4 years ago
Emil Ernerfeldt 22e442c613 Remove some dead code 4 years ago
Emil Ernerfeldt 997103a910 Removed `pub` on some things that should be private 4 years ago
Emil Ernerfeldt 442b876cb5 Remove math::TAU and use std::f32::consts::TAU instead 4 years ago
Emil Ernerfeldt 958fc2753a RepaintSignal now implements Sync so it can be sent to another thread 4 years ago
Emil Ernerfeldt af1df8d339 Deploy new web demo 4 years ago
Emil Ernerfeldt dca7f85f21 Release Egui 0.6.0 4 years ago
Emil Ernerfeldt 085485b2f9 cargo update 4 years ago
Emil Ernerfeldt 8f40439a35 Fix incorrect deprecation redirect 4 years ago
Emil Ernerfeldt db3fdbe6d3 Add response.interact(sense), e.g. to check for clicks on labels 4 years ago
Emil Ernerfeldt de614153b5 Add default_fonts feature: Turn off if you use your own fonts 4 years ago
Emil Ernerfeldt 6f5fd1b9c0 Replace parking_lot with atomic_refcell 4 years ago
Emil Ernerfeldt 58fcf0f2a1 Changed: ui.allocate_painter returns a Response 4 years ago
Emil Ernerfeldt 48dfcde65f Add ui.allocate_response(…): allocate space and check for interactions 4 years ago
Emil Ernerfeldt 66ae0ed7b9 Add Id to Response 4 years ago
Emil Ernerfeldt a2ab35bab8 Rename `Sense::nothing()` to `Sense::hover()` 4 years ago
Emil Ernerfeldt b65e6327ab ui.allocate_space now returns an (Id, Rect) tuple 4 years ago
Emil Ernerfeldt cd7abb457f Expand Window + Resize areas to be large enough for last frames content 4 years ago
Emil Ernerfeldt 997cd4b279 ui.columns: Improve allocated size estimation + justified layous 4 years ago
Emil Ernerfeldt 355934ddc1 Add helpers ui.set_width and ui.set_width_range 4 years ago
Emil Ernerfeldt 38e36fd806 Combo boxes has a scroll area 4 years ago
Emil Ernerfeldt d3eba239ed Rename Painter::debug_arrow to Painter::arrow 4 years ago
Emil Ernerfeldt 36c15c4e41 Add egui::math::Rot2 rotation helper 4 years ago
Patrik Höglund bb469bf52f
Make it possible to set Glium windows as not resizable. (#69) 4 years ago