1701 Commits (ffd28252ab3176a6120a3bc8cf0c8713b5af613d)
 

Author SHA1 Message Date
Emil Ernerfeldt 8d854391df TextEdit can now show immutable text 3 years ago
Emil Ernerfeldt 8ce7fadc9f TextEdit: make sure it is wide enough when wrap_width isn't respected 3 years ago
Emil Ernerfeldt 1537171205 AnyMap: print deserialization errors to stderr 3 years ago
Emil Ernerfeldt f59abd9684 Clean up some macro syntax 3 years ago
Emil Ernerfeldt f0868c2f07 Code editor demo: nice syntax highlighting with customizable theme 3 years ago
Emil Ernerfeldt 96557a4fa6 Add egui::widgets::global_dark_light_mode_buttons 3 years ago
Emil Ernerfeldt 4c78f61a96 egui any maps: add get_or + #[inline] 3 years ago
Emil Ernerfeldt 863e6cb07d expose egui::TextFormat 3 years ago
Emil Ernerfeldt 981b812f68 Smaller and nicer color picker 3 years ago
Emil Ernerfeldt 76cdbe2cf8 Add better documentation for epi::NativeOptions::drag_and_drop_support 3 years ago
Emil Ernerfeldt e2bdd40985 Move WindowSettings from egui_glium to egui-winit 3 years ago
Simon Persson 7df2408482
Fix disabled textedit blocking focus shift. (#748) 3 years ago
Emil Ernerfeldt 3e1db880dc
Revert change to winit event loop in egui_glium (#756) 3 years ago
Emil Ernerfeldt 5539dbe620
Add separate serialize feature and better persitence control (#753) 3 years ago
Emil Ernerfeldt f2dd3dfdd9 Fix popups sometimes getting clipped by panels 3 years ago
Emil Ernerfeldt 711defddb8 Show tooltips above widgets on touch screens 3 years ago
Emil Ernerfeldt c8bb4cf6e5 Fix multiline pasting in egui_web 3 years ago
Emil Ernerfeldt e2fa13ed2a cargo update 3 years ago
Emil Ernerfeldt 64b0478993 Fix the issue templates 3 years ago
Emil Ernerfeldt d9db768180 Optimize tessellator: pass options by reference 3 years ago
Emil Ernerfeldt 2e83e36146 Use ahash for Id and other things that need hashing 3 years ago
zu1k f6fb4d942a
epi: drag native window (#728) 3 years ago
Emil Ernerfeldt 1b36863248
Split out new crate egui-winit from egui_glium (#735) 3 years ago
Emil Ernerfeldt ba0e3780a1 Add epaint::util::hash function for hashing a value 3 years ago
Emil Ernerfeldt 976260c2bd Better error if neither single_threaded or multi_threaded features is on 3 years ago
Emil Ernerfeldt 52e49bd4ae README: Point to better example in the "how to render 3D" FAQ section 3 years ago
Emil Ernerfeldt cf17cb2065 egui_glium: allow sharing a native glium texture using Rc 3 years ago
Emil Ernerfeldt cfb6b31914 Improve native_texture.rs demo 3 years ago
Emil Ernerfeldt a5a5d6176d Improve the frame around ImageButton 3 years ago
Emil Ernerfeldt e7cfda4941
Shape refactor (#705) 3 years ago
Emil Ernerfeldt 93c2fde1fc Extend section about rendering 3D inside of egui 3 years ago
Emil Ernerfeldt 67bf716b0e
Hide DragValue tooltips unless user set Style::explanation_tooltips (#708) 3 years ago
Emil Ernerfeldt f2b6edd6db Replace egui_winit_ash_vk_mem with egui-winit-ash-integration in README.md 3 years ago
Emil Ernerfeldt f37180f7dc
Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703) 3 years ago
Emil Ernerfeldt ae6418edf3 clippy fix 3 years ago
Emil Ernerfeldt a76b81647c Hide tooltips while dragging a widget 3 years ago
zu1k 19eed94499
feat: Set whether to show decorations (#672) 3 years ago
Emil Ernerfeldt 241667b078 Reduce monomorphization, reducing wasm size by around 3% 3 years ago
Emil Ernerfeldt bb034e2e6c Improve documentation of different ui layout functions 3 years ago
Emil Ernerfeldt 6331bfed90 Revert change of scrollspeed in egui_web 3 years ago
Emil Ernerfeldt acb5501fe4 Add justified and/or center- and right-aligned text 3 years ago
Emil Ernerfeldt cbafd10ee4 Clippy fix 3 years ago
Emil Ernerfeldt d23982d83e Window bounds fix: handle infinite drag_bounds 3 years ago
Emil Ernerfeldt 249876523d Increase scroll-speed on glium from 8 to 50 points per scroll tick 3 years ago
Emil Ernerfeldt aef23753ca Fix clip rectangle of windows that don't fit the central area. 3 years ago
Emil Ernerfeldt 5e3c522b6c clippy fixes 3 years ago
Emil Ernerfeldt 7a9805dfb3 demo: highlight easymark editor field with different fonts and colors 3 years ago
Emil Ernerfeldt 5592124ad5 TextEdit: paint cursor on top of text 3 years ago
Emil Ernerfeldt f9afdfa143 TextEdit: left/right arrows move cursor to start/end of selection 3 years ago
Emil Ernerfeldt 2382425198 Revert "Silence nightly clippy" 3 years ago