1931 Commits (dfd6a91cb073fb3d6157fafa264bf33bd174d46d)
 

Author SHA1 Message Date
Emil Ernerfeldt 66d80e2519
Texture loading in egui (#1110) 3 years ago
dvec 6c616a1b69
egui_glow: Reduce memory allocations in Painter::set_texture (#1096) 3 years ago
dvec d9cfeff72c
egui_glow: Optimize Painter::set_texture (#1093) 3 years ago
Emil Ernerfeldt 205e04aa18
Fix bugs in glow on web (#1092) 3 years ago
Emil Ernerfeldt d5673412dd
Put everything in Context behind the same Mutex (#1050) 3 years ago
Simon Werner 225d2b506d
Split `Event::Text` into `Text` and `Paste` (#1058) 3 years ago
Emil Ernerfeldt 650057dd4a Improve OpenGL error detection and reporting in egui_glow 3 years ago
Lampsitter 611eaa52e8
Revert "Don't constrain immovable egui windows to native window (#1049)" (#1054) 3 years ago
Emil Ernerfeldt 342737e2f0 Improve a couple of docstrings 3 years ago
Lampsitter 7b641be7b0
Don't constrain immovable egui windows to native window (#1049) 3 years ago
Emil Ernerfeldt 1f93c7b0b6 Implement Clone & PartialEq on RichText WidgetTextJob WidgetTextGalley 3 years ago
Justin Jaffray 4fe5fa6c59
egui_glow: Add function to set the texture filter (#1041) 3 years ago
Lampsitter b0ea4dc0b5
Fix context menu styling (#1043) 3 years ago
Emil Ernerfeldt 7863f44111 Add demo of advanced TextEdit usage 3 years ago
Lampsitter d31f7d6522
Faster dashed line generation (#1027) 3 years ago
Emil Ernerfeldt 79cfdaa1f9 Better docs and spelling fixes 3 years ago
Niklas Korz 01015ac94c
Use `instant` crate in egui-winit for WebAssembly support (#1023) 3 years ago
Emil Ernerfeldt b1fd6a44e8
Switch to using glow as the default renderer both on native and the web (#1020) 3 years ago
LordMZTE 8da592c6ab
Add Spinner widget (#1013) 3 years ago
Emil Ernerfeldt b5c119ef19
0.16.1 patch release: Add back CtxRef::begin_frame/end_frame (#1019) 3 years ago
Emil Ernerfeldt b00edfe97f Remove keyboard focus from a widget if something else is dragged 3 years ago
Emil Ernerfeldt 753d709d3d
Hide console on windows for all examples in release builds (#1008) 3 years ago
Emil Ernerfeldt 4ef21380a2 Add `Ui::add_visible` and `Ui::add_visible_ui` 3 years ago
Emil Ernerfeldt db110b1690 Remove deprecated functions 3 years ago
Timo 21fe9316d5
Adding missing package for fedora (#1018) 3 years ago
Emil Ernerfeldt 0960f38552 Add inter-linking between different forms of documentations and examples 3 years ago
Emil Ernerfeldt f779e8a346 Add an eframe example of how to install a custom font 3 years ago
Emil Ernerfeldt 0146c7e7fc Release 0.16.0 - Context menus and rich text 3 years ago
Emil Ernerfeldt 77869c21ea Publish new web demo 3 years ago
Emil Ernerfeldt 037ca5f9cd update tts 0.17 -> 0.19 3 years ago
Emil Ernerfeldt ffd28252ab cargo update 3 years ago
Emil Ernerfeldt 84399cde83 Small tweaks to documentation and demo 3 years ago
Emil Ernerfeldt d0a47bf8e8 setup_web.sh: don't force-install wasm-bindgen-cli 3 years ago
Emil Ernerfeldt 190c85a40f Rename `Texture` to `FontImage` 3 years ago
Emil Ernerfeldt d775eb3733 Fix wrong label on the feature request PR template 3 years ago
Emil Ernerfeldt 68fca09df9 Improve documentation 3 years ago
Emil Ernerfeldt 00f965de87 Add Context::animate_bool_with_time 3 years ago
Rasmus Brönnegård 811b974003
Fix typo "the close" -> "this close" in style.rs (#887) 3 years ago
Emil Ernerfeldt 5b9a349c26 Clean up glow painter destroy code 3 years ago
Emil Ernerfeldt beb2ea2ef6 Add favicon.ico - a single "e" for "egui", using the Ubuntu-Light font 3 years ago
Emil Ernerfeldt c412fd4a9c Add loading animation while waiting for wasm to load 3 years ago
Emil Ernerfeldt cda4c8ba13 Minor cleanup following https://github.com/emilk/egui/pull/999 3 years ago
Emil Ernerfeldt f919b0cc05 Clean up context menu documentation 3 years ago
Emil Ernerfeldt 369ce95bbd
Add `CollapsingHeader::open` to control if it is open or collapsed (#1006) 3 years ago
Emil Ernerfeldt 2684929a5d Make Memory::lock_focus public 3 years ago
Emil Ernerfeldt c63996179b README.md: add link to discussion of begin/end calls vs closures 3 years ago
Emil Ernerfeldt b88bec9ca3 Document that `CtxRef` is generational and shouldn't be stored 3 years ago
Emil Ernerfeldt b7441eeee7
Make epi::Frame cloneable so you can allocate textures in other threads (#999) 3 years ago
Emil Ernerfeldt 647e020824 file_dialogs example: remove macos exemption 3 years ago
Emil Ernerfeldt d5efa4bbca 1.56 fix: missing_crate_level_docs -> rusdoc::missing_crate_level_docs 3 years ago