1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Commit Graph

  • 3c2e669fe1 docs charburgx 2022-12-19 04:27:52 -06:00
  • 191cc70362 syntax charburgx 2022-12-19 04:12:06 -06:00
  • db46385073 Merge branch 'master' into zlayer charburgx 2022-12-19 04:07:51 -06:00
  • 099e41bf3f add example charburgx 2022-12-19 03:58:38 -06:00
  • 7e9c7dac41 Improve plot grid appearance (#2412) Sven Niederberger 2022-12-19 10:57:30 +01:00
  • d0307417e1 implement for interact charburgx 2022-12-19 03:57:03 -06:00
  • f9728b88db Combobox .wrap(true) width usage (#2472) Ivan 2022-12-19 10:55:39 +01:00
  • 2c9b130423 Add Memory::any_popup_open() (#2464) francesco-cattoglio 2022-12-19 10:55:27 +01:00
  • 6554fbb151 epaint: Improve rendering of very thin rectangles Emil Ernerfeldt 2022-12-19 10:33:03 +01:00
  • 26c3fa22cb switch to tuple in PaintList charburgx 2022-12-19 00:46:36 -06:00
  • 7894cd4dfd zorder/zlayer utilities charburgx 2022-12-17 20:18:03 -06:00
  • 4560618d43 implement for painter charburgx 2022-12-17 18:27:10 -06:00
  • 1e770ae3bd rename LayerId to AreaLayerId charburgx 2022-12-17 12:20:18 -06:00
  • 6ae4bc486b Add Slider::drag_value_speed Emil Ernerfeldt 2022-12-15 17:05:43 +01:00
  • 367087f84f Annotate at_least and at_most with #[must_use] Emil Ernerfeldt 2022-12-15 15:38:31 +01:00
  • ea5c9483a2 Fix bug in Mesh::split_to_u16 (#2459) Emil Ernerfeldt 2022-12-15 11:13:01 +01:00
  • 37fd141dd1 Rename eframe::EframeError to eframe::Error Emil Ernerfeldt 2022-12-14 17:29:54 +01:00
  • 5e02cfa2b2 Mimic rerun settings emilk/debug-fullscreen-failure Emil Ernerfeldt 2022-12-14 17:07:05 +01:00
  • 4e8341d35c Don't render the \r (Carriage Return) character, because it sucks (#2452) Emil Ernerfeldt 2022-12-14 15:15:29 +01:00
  • 739d918e92 Add debug logging to help fix weird WSLg bug Emil Ernerfeldt 2022-12-14 14:22:09 +01:00
  • df9df39f10 eframe: set_window_size, set_fullscreen and set_window_pos updates info Emil Ernerfeldt 2022-12-14 14:14:20 +01:00
  • a70b173333 Toggle fullscreen in egui_demo_app with F11 Emil Ernerfeldt 2022-12-14 14:13:52 +01:00
  • a925511032 Expose the TextEdit multiline flag to AccessKit (#2448) Matt Campbell 2022-12-14 01:37:51 -06:00
  • 126be51ac3 Add Visuals::striped as global default for Grids and Tables Emil Ernerfeldt 2022-12-13 21:02:39 +01:00
  • 51081d69fc Maybe fix WSLg (#2439) Emil Ernerfeldt 2022-12-13 16:06:19 +01:00
  • 0ba2d8ca1d Add Visuals::menu_rounding Emil Ernerfeldt 2022-12-13 15:44:27 +01:00
  • 4a72abc8ec Clamp eframe window size to at most the size of the largest monitor (#2445) Emil Ernerfeldt 2022-12-13 09:09:36 +01:00
  • 32677a54e4 egui-winit: improve clipboard logging Emil Ernerfeldt 2022-12-13 09:09:25 +01:00
  • 26eb002270 Remove references to old, fixed Firefox WebGL bug Emil Ernerfeldt 2022-12-12 21:45:57 +01:00
  • c58ac86935 egui-wgpu: only depend on epaint (not entire egui) (#2438) Emil Ernerfeldt 2022-12-12 17:25:00 +01:00
  • e0b5bb17e5 Improve the look of thin lines, making them look weaker (#2437) Emil Ernerfeldt 2022-12-12 16:18:05 +01:00
  • 6c4fc50fdf Make egui_wgpu::winit::Painter::set_window async (#2434) Emil Ernerfeldt 2022-12-12 15:37:55 +01:00
  • 7a658e3ddb Add Event::Key::repeat that is set to true if the event is a repeat (#2435) Emil Ernerfeldt 2022-12-12 15:37:42 +01:00
  • 3166194224 Update changelog emilk/eframe_on_close_not_on_wasm Emil Ernerfeldt 2022-12-12 15:30:33 +01:00
  • 0028d3df92 eframe: App::on_exit is no longer available for wasm32 Emil Ernerfeldt 2022-12-12 15:29:32 +01:00
  • cb77458f70 eframe error handling (#2433) Emil Ernerfeldt 2022-12-12 15:16:32 +01:00
  • 1437ec8903 Tell Rust Analyzer to run build to its own target folder Emil Ernerfeldt 2022-12-12 10:37:31 +01:00
  • c8dd5d1b2d egui-wgpu: don't panic if we can't find a device (#2427) (#2428) Ryan Hileman 2022-12-12 01:36:48 -08:00
  • 059e6f719d egui-winit: don't call set_cursor each frame on any platform Emil Ernerfeldt 2022-12-12 10:26:14 +01:00
  • 930ef2db38 fix all clippy lints and remove them from allow list in cranky (#2419) Red Artist 2022-12-11 23:36:09 +05:30
  • 228f30ed46 Release 0.20.1 of eframe egui-winit egui_glium egui_glow - docs fixes Emil Ernerfeldt 2022-12-11 17:04:23 +01:00
  • d7189d69f6 Release 0.20.1 - Fix key-repeat 0.20.1 Emil Ernerfeldt 2022-12-11 16:59:54 +01:00
  • 2713f60f5b Update web demo Emil Ernerfeldt 2022-12-11 16:57:20 +01:00
  • 4e3ae098a9 Improve eframe wasm32 docs Emil Ernerfeldt 2022-12-11 16:52:37 +01:00
  • 0a1b85f35a Revert key-repeat behavior (#2429) Emil Ernerfeldt 2022-12-11 16:26:57 +01:00
  • e7471f1191 Fix drag_value.edit_string unexpected reset (#2421) bilabila 2022-12-10 17:05:51 +08:00
  • aca3807e43 Fixed docs comment in web::start (#2422) Tomoya Matsuura 2022-12-09 23:09:54 +09:00
  • 32606c2223 Fix docs.rs build issues for eframe, egui-winit, egui_glium, egui_glow (#2420) Emil Ernerfeldt 2022-12-09 12:24:47 +01:00
  • a899e00e17 Update changelogs emilk/fix-docs Emil Ernerfeldt 2022-12-09 12:04:58 +01:00
  • 5bb7a46ec2 Fix docs.rs build issues for eframe, egui-winit, egui_glium, egui_glow Emil Ernerfeldt 2022-12-09 12:03:34 +01:00
  • 54675f8983 Update changelog for #2416 Emil Ernerfeldt 2022-12-09 09:55:16 +01:00
  • 6cc43dbdd4 Fixed backspace repeat with TextEdit (#2416) ItsEthra 2022-12-09 11:54:00 +03:00
  • 85f615f21c Fix incorrect date in CHANGELOGs Emil Ernerfeldt 2022-12-09 08:29:44 +01:00
  • 7d91e90481 Release 0.20.0 - AccessKit, prettier text, overlapping widgets 0.20.0 Emil Ernerfeldt 2022-12-08 15:11:54 +01:00
  • 124ef8ddf8 Update poll-promise and unicode_names2 Emil Ernerfeldt 2022-12-08 15:08:59 +01:00
  • 896a299bf9 New web demo Emil Ernerfeldt 2022-12-08 14:55:12 +01:00
  • 4af7dc9e35 Very small doc and changelog tweaks Emil Ernerfeldt 2022-12-08 14:49:13 +01:00
  • da0a178701 Style tweaks (#2406) Emil Ernerfeldt 2022-12-08 10:55:13 +01:00
  • 5effc68ba4 Split out ecolor crate (#2399) Andreas Reich 2022-12-06 20:42:25 +01:00
  • e30ac7f91a Only add glutin dependency if you are using the glow backend (#2402) Emil Ernerfeldt 2022-12-06 14:29:58 +01:00
  • 9145893066 fix wrong variable name (#2400) Red Artist 2022-12-06 18:20:58 +05:30
  • c3932f7f7f Chrono update (#2397) René Rössler 2022-12-06 11:42:53 +01:00
  • 9e3da91a59 Add pronunciation guide at the top of the README Emil Ernerfeldt 2022-12-06 10:58:43 +01:00
  • 452541d7c2 Add a "sponsored by Rerun" section at the end of the README.md Emil Ernerfeldt 2022-12-06 10:58:17 +01:00
  • be4a5be145 egui_glow: update example to latest glutin (#2396) Luke Jones 2022-12-06 22:02:20 +13:00
  • 32144d3cb9 Update README section on accessibility (#2392) Matt Campbell 2022-12-05 13:40:01 -06:00
  • b8a1670781 Change demo keyboard shortcuts to some that work in the browser Emil Ernerfeldt 2022-12-05 17:57:11 +01:00
  • a86ec5a749 Remove extra separator in color test Emil Ernerfeldt 2022-12-05 17:38:38 +01:00
  • 8ae4d49e6e More changelog updates Emil Ernerfeldt 2022-12-05 17:38:30 +01:00
  • ee2582964d Added KeyRepeat event. (#2389) Mike Krüger 2022-12-05 17:37:25 +01:00
  • 84a1ea6cfd cargo fmt dev/mkrueger/key_repeat Emil Ernerfeldt 2022-12-05 17:11:53 +01:00
  • 39876de698 Added KeyRepeat event. Mike Krueger 2022-12-05 16:34:20 +01:00
  • 3519358b7b Clippy fix Emil Ernerfeldt 2022-12-05 13:41:25 +01:00
  • be6d23eed1 Replace Stroke::none() with Stroke::NONE Emil Ernerfeldt 2022-12-05 12:59:02 +01:00
  • df01db2df1 Add show_separator_line to SidePanel and TopBottomPanel Emil Ernerfeldt 2022-12-05 12:58:26 +01:00
  • aa503008ae Update changelogs with recent additions Emil Ernerfeldt 2022-12-05 12:50:44 +01:00
  • d7fa40ebba cargo update (#2386) Emil Ernerfeldt 2022-12-05 12:12:51 +01:00
  • 8eb687cf04 Glutin Upgrade (#2187) Red Artist 2022-12-05 16:04:28 +05:30
  • 3ba39c3022 Hide all Area:s and Window:s the first frame to hide first-frame-jitters (#2385) Emil Ernerfeldt 2022-12-05 11:18:01 +01:00
  • 0b2d56cff0 Grid: special-treat first frame to fix bug causing expanding grids (#2384) Emil Ernerfeldt 2022-12-05 11:16:37 +01:00
  • 4e59296cbb Minor code tweaks Emil Ernerfeldt 2022-12-05 09:40:47 +01:00
  • 5093b67e9b Enable and fix some more clippy lints Emil Ernerfeldt 2022-12-05 09:29:59 +01:00
  • e1f348e4b2 Implement accessibility APIs via AccessKit (#2294) Matt Campbell 2022-12-04 12:17:12 -06:00
  • 48666e1d7a Automatically generate screenshots for all examples (#2379) Emil Ernerfeldt 2022-12-04 17:27:40 +01:00
  • 7b06a8d2d0 Move 'accesskit' to under optional dependencies with a docstring accesskit Emil Ernerfeldt 2022-12-04 15:55:08 +01:00
  • 125a7f0b1e Merge branch 'master' into accesskit Emil Ernerfeldt 2022-12-04 15:49:26 +01:00
  • b774159fc8 let monospace text style be monospaced (#2201) winne42 2022-12-04 15:39:55 +01:00
  • ec0b2d8e9a Deprecate ui.centered Emil Ernerfeldt 2022-12-04 10:16:37 +01:00
  • c8771cd13e Add some minor improvements for debugging id clashes Emil Ernerfeldt 2022-12-02 09:52:26 +01:00
  • e613315866 Improve issue templates Emil Ernerfeldt 2022-12-02 09:51:21 +01:00
  • 7133818c59 Make sure scroll bars are always visible (#2371) Emil Ernerfeldt 2022-11-30 22:58:00 +01:00
  • 87d3a90718 Final planned refactor: a more flexible approach to hierarchy Matt Campbell 2022-11-30 14:42:49 -06:00
  • ae3a982f47 Override a clippy lint; I seem to have no other choice Matt Campbell 2022-11-30 14:04:05 -06:00
  • 4a273c754d More refactoring of tree construction; don't depend on Arc::get_mut Matt Campbell 2022-11-30 13:46:33 -06:00
  • 85f8eeb9d5 Fix key pressed event (#2334) JP 2022-11-30 19:40:11 +00:00
  • 2dc2a5540d egui_extras::Table improvements (#2369) Emil Ernerfeldt 2022-11-30 19:56:06 +01:00
  • 345b3c77d1 Fix doc comment Matt Campbell 2022-11-30 09:38:37 -06:00
  • 7763ee09dc Eliminate the need for an explicit is_accesskit_active method, at least for now Matt Campbell 2022-11-30 09:38:02 -06:00
  • 49bbcf9b2e Refactor node mutation (again) Matt Campbell 2022-11-30 09:20:12 -06:00
  • 18ccf1fd10 Refactor lazy activation Matt Campbell 2022-11-30 08:09:41 -06:00