1646 Commits (c71090473b0ca19a6110de793eed9e26236239c2)
 

Author SHA1 Message Date
Emil Ernerfeldt c71090473b glow-vs-web cleanup following https://github.com/emilk/egui/pull/868 3 years ago
triangle drawer 804722a1ba
Make egui_glow painter to work on web (#868) 3 years ago
Emil Ernerfeldt 1dbe608e73
Refactor integrations (#871) 3 years ago
sumibi-yakitori b1716be745
egui_web: constrain the IME text agent to the canvas (#830) 3 years ago
Emil Ernerfeldt eda1d91654 Add culling of the painting for most widgets 3 years ago
5225225 461f380a24
egui-winit: Fix shift key getting stuck with shift:both_capslock X11 option set (#849) 3 years ago
Emil Ernerfeldt 09b8269326
Rich text for all widgets (#855) 3 years ago
Emil Ernerfeldt 9378cd5c6e ScrollArea: add methods to control horizontal scroll offset 3 years ago
Linus Behrbohm b9368aba13
Fix Response::context_menu return type (#857) 3 years ago
Emil Ernerfeldt 78dfde40b2 Remove deprecated functions 3 years ago
Emil Ernerfeldt b551dfec81 fix broken docstring link 3 years ago
Emil Ernerfeldt 081485bcaf Make it cheaper to clone `Memory` if there are a lot of persisted values 3 years ago
Emil Ernerfeldt 3819ec6fc7 Update "password" demo (storing widget state) after #836 refactor 3 years ago
Emil Ernerfeldt c7638ca7f5
Add read/write of TextEdit cursor state (#848) 3 years ago
Emil Ernerfeldt ddd52f47c5 Add tessellation option to toggle rounding text to pixel coordinates 3 years ago
Emil Ernerfeldt 8e4fd942a9
Refactor memory data (#836) 3 years ago
Emil Ernerfeldt bbe0f6089c Context-menu: fix right-click edge-case 3 years ago
Emil Ernerfeldt 41f77ba7d7 Clean up some of the new context menus 3 years ago
Linus Behrbohm 46fb9ff09b
Context menus (#543) 3 years ago
Emil Ernerfeldt b31ca7efc9 PR template: remind people to run `cargo fmt` and `cargo clippy` 3 years ago
Emil Ernerfeldt 445488755f Point contributors to the new egui Discord 3 years ago
Emil Ernerfeldt c335c56de1 dancing_string demo: handle large `input.time` 3 years ago
Emil Ernerfeldt c090497727 Add 0.15.0 release code editor gif used in CHANGELOG.md 3 years ago
Emil Ernerfeldt 08cc07bb2d Release 0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow 3 years ago
Emil Ernerfeldt c3f61b67fe New web demo 3 years ago
Emil Ernerfeldt 316202c33a egui_web: improve text input on mobile and for IME 3 years ago
Emil Ernerfeldt 9a9b1b8746 On touch screens, prioritize drag-to-scroll over drag-to-select text 3 years ago
Emil Ernerfeldt 17f0ae22c9 Code example demo: remove extra ScrollArea 3 years ago
Emil Ernerfeldt da09a5c69c Fix compilation with "serialize" feature without "persistence" feature 3 years ago
Emil Ernerfeldt 4ace85b780 Fix: '\t' always take up the width of four spaces 3 years ago
Emil Ernerfeldt 96b642a7f5 Improve issue template instructions 3 years ago
Emil Ernerfeldt 7c82111234 Update changelog with credits 3 years ago
Emil Ernerfeldt 39c6c7e5c9 Small code cleanup 3 years ago
Emil Ernerfeldt a3ba85dbb3 Improve docs 3 years ago
Emil Ernerfeldt 4194a83a5e Update ron 0.6 -> 0.7 3 years ago
Emil Ernerfeldt 5301043a77 cargo update 3 years ago
Emil Ernerfeldt 6185ee8ce4 Demo: add button to reset the demo 3 years ago
Emil Ernerfeldt 5d463b2af7 Remove serde_json from egui dev-dependencies 3 years ago
Caleb Smith 79d1ede496
Add `Frame::set_window_title()` (#828) 3 years ago
Emil Ernerfeldt 26c6cea117 Credit notable contributors 3 years ago
sumibi-yakitori 19766bfe4c
Fix when a string containing CRLF is pasted from the clipboard (#826) 3 years ago
Emil Ernerfeldt 2a9037cd90 Clean up epaint mutex code 3 years ago
Emil Ernerfeldt dd50cba9a7 Optimize debug builds 3 years ago
Emil Ernerfeldt d97a369c44 End statements with semicolon (clippy::semicolon_if_nothing_returned) 3 years ago
Emil Ernerfeldt ab3be8aca3 Use for-loop instead of Iterator::for_each 3 years ago
Emil Ernerfeldt 40445c450c use map_or and map_or_else 3 years ago
Emil Ernerfeldt a0cd41755e Add more clippy lints 3 years ago
Emil Ernerfeldt 087c6695bb Handle having no fonts (missing "default_fonts" feature) without a crash 3 years ago
Emil Ernerfeldt 19a2a57f80 Rename and clean-up the "pure" glium and glow examples 3 years ago
Emil Ernerfeldt dd5d41d04e Improve backend panel in demo 3 years ago