224 Commits (199bbef77bf59f9f5fa48346c715d827559e00cb)

Author SHA1 Message Date
awaken1ng 30f9700f6c
egui-web: Update `web_location_hash` when hash in URL changes (#1140) 3 years ago
Emil Ernerfeldt a689b623a6
Make shift-scroll do horizontal scrolling on all platforms (#1136) 3 years ago
Emil Ernerfeldt 66d80e2519
Texture loading in egui (#1110) 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
Emil Ernerfeldt b1fd6a44e8
Switch to using glow as the default renderer both on native and the web (#1020) 3 years ago
Emil Ernerfeldt 0146c7e7fc Release 0.16.0 - Context menus and rich text 3 years ago
Emil Ernerfeldt 037ca5f9cd update tts 0.17 -> 0.19 3 years ago
Emil Ernerfeldt 190c85a40f Rename `Texture` to `FontImage` 3 years ago
Emil Ernerfeldt cda4c8ba13 Minor cleanup following https://github.com/emilk/egui/pull/999 3 years ago
Emil Ernerfeldt b7441eeee7
Make epi::Frame cloneable so you can allocate textures in other threads (#999) 3 years ago
Emil Ernerfeldt d5efa4bbca 1.56 fix: missing_crate_level_docs -> rusdoc::missing_crate_level_docs 3 years ago
Emil Ernerfeldt c60d17b91b
Set MSRV to 1.56.0 and use rust edition 2021 (#998) 3 years ago
Emil Ernerfeldt 8896243146 Fix egui_web integration link in demo app 3 years ago
Emil Ernerfeldt 105cb57050 Clean up glsl code 3 years ago
Emil Ernerfeldt b5cb2b2c0d Some code cleanup following https://github.com/emilk/egui/pull/888 3 years ago
triangle drawer 008a971e73
Fix wrong gamma in WebkitGTK (#888) 3 years ago
sumibi-yakitori 10c8ffa543
Fix to limit X position of text agent to client width (#870) 3 years ago
Emil Ernerfeldt 6d33beabb1 Replace `scroll_delta` and `zoom_delta` in `RawInput` with events 3 years ago
Emil Ernerfeldt 49e43885ff
Replace `Context::begin_frame/end_frame` with `fn run` taking a closure (#872) 3 years ago
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 78dfde40b2 Remove deprecated functions 3 years ago
Emil Ernerfeldt 08cc07bb2d Release 0.15.0 - Syntax highlighting, hscroll, egui-winit and egui_glow 3 years ago
Emil Ernerfeldt 316202c33a egui_web: improve text input on mobile and for IME 3 years ago
Emil Ernerfeldt a3ba85dbb3 Improve docs 3 years ago
Emil Ernerfeldt 4194a83a5e Update ron 0.6 -> 0.7 3 years ago
Caleb Smith 79d1ede496
Add `Frame::set_window_title()` (#828) 3 years ago
sumibi-yakitori 19766bfe4c
Fix when a string containing CRLF is pasted from the clipboard (#826) 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 df3aeab434 Update egui_glium and egui_web changelogs 3 years ago
Connor Fitzgerald 74494cd713
Add clear to webgl1 and webgl2 backends (#816) 3 years ago
Emil Ernerfeldt 96be848e42 rename egui_template to eframe_template 3 years ago
Emil Ernerfeldt 6f699b3391 Replace every ... with … like some sort of crazy person 3 years ago
Emil Ernerfeldt 5539dbe620
Add separate serialize feature and better persitence control (#753) 3 years ago
Emil Ernerfeldt c8bb4cf6e5 Fix multiline pasting in egui_web 3 years ago
zu1k f6fb4d942a
epi: drag native window (#728) 3 years ago
Emil Ernerfeldt f37180f7dc
Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703) 3 years ago
zu1k 19eed94499
feat: Set whether to show decorations (#672) 3 years ago
Emil Ernerfeldt 6331bfed90 Revert change of scrollspeed in egui_web 3 years ago
Emil Ernerfeldt cbafd10ee4 Clippy fix 3 years ago
Emil Ernerfeldt 249876523d Increase scroll-speed on glium from 8 to 50 points per scroll tick 3 years ago
Emil Ernerfeldt 2382425198 Revert "Silence nightly clippy" 3 years ago
triangle drawer 203d571c8b
Add api for accessing backend texture via epi (#695) 3 years ago
Emil Ernerfeldt acf9d0114d Silence nightly clippy 3 years ago