1787 Commits (fd267c542e4637907a1fa0b3733d8abaad83aa58)
 

Author SHA1 Message Date
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
Emil Ernerfeldt 72d483ac22 repaint when pixels_per_point changes 3 years ago
Emil Ernerfeldt 3ba406c0fe egui-winit: restore window position accurately 3 years ago
Emil Ernerfeldt f025513998
Code example demo (#823) 3 years ago
Emil Ernerfeldt 8accfd9a8f Clean up egui_glow painter code 3 years ago
Emil Ernerfeldt da74687be5 egui-winit: fix windows compilation with use WindowBuilderExtWindows 3 years ago
Emil Ernerfeldt 8178d23d19
Deduplicate code found in both egui_glium and egui_glow (#819) 3 years ago
Emil Ernerfeldt 844dd9d7a4 Remove "seconds_since_midnight" from epi/eframe. Use chrono instead 3 years ago
Emil Ernerfeldt cdd4dccf5f
Add egui_glow as an opt-in backend to eframe (#817) 3 years ago
Emil Ernerfeldt cf273e3519 Fix glow window resize bug 3 years ago