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

Commit Graph

  • 7803285221 Remove Debug trait constraint on Id sources Emil Ernerfeldt 2022-10-10 22:34:08 +02:00
  • 367378d75d Fix false positives wrt RwLock deadlock detection (#2121) Clement Rey 2022-10-10 12:07:44 +02:00
  • f4d2aa5b4a Only call the request_repaint_callback at most once per frame (#2126) Emil Ernerfeldt 2022-10-10 10:47:20 +02:00
  • 0fe0c8115c Add ability to control double click reset in plot widget (#2115) Andrew Langmeier 2022-10-10 03:57:25 -04:00
  • 510aa1710e fix typo in architecture.md (#2123) Parth 2022-10-10 03:42:50 -04:00
  • eba3927ace Remove .with_srgb(false) when constructing window (#2110) Emil Ernerfeldt 2022-10-08 11:43:48 +02:00
  • f61044cef7 Fix copy-paste on Windows (#2120) Emil Ernerfeldt 2022-10-07 14:46:42 +02:00
  • cd74c74f6f Update to wgpu 0.14 (#2114) Andreas Reich 2022-10-06 15:50:46 +02:00
  • 3ec170cc1e Tweak warning color in bright mode Emil Ernerfeldt 2022-10-06 11:49:12 +02:00
  • 4dd5ffa254 Fix: make ScrollAreaOutput public Emil Ernerfeldt 2022-10-06 09:03:18 +02:00
  • c2a37f4bd8 eframe support for wgpu on the web (#2107) Andreas Reich 2022-10-05 20:14:18 +02:00
  • c441f33ecf Cargo deny: also check wasm32-unknown-unknown Emil Ernerfeldt 2022-10-03 10:37:50 +02:00
  • dd67f3631f Add Painter::image convenience function Emil Ernerfeldt 2022-10-03 10:26:19 +02:00
  • 77df8ca0b0 Update some crates (#2100) Emil Ernerfeldt 2022-10-02 20:33:45 +02:00
  • 981fdb3932 fix: default to changing y axis when changing data aspect (#2087) Tobias Schmitz 2022-10-02 14:32:37 +02:00
  • aa1536f1a7 Make Layout properties public (#2096) Paul Rouget 2022-10-02 14:51:29 +08:00
  • c3dd6dbe89 Merge fix data_aspect Emil Ernerfeldt 2022-10-02 08:48:37 +02:00
  • e3f3410e1a Merge branch 'master' into data_aspect Emil Ernerfeldt 2022-10-02 08:46:54 +02:00
  • 9901ad4bb0 eframe: Mouse passthrough option (#2080) Michael Galos 2022-10-02 17:45:37 +11:00
  • 53ff83737b Plot: Add auto_bounds_x, auto_bounds_y and reset (#2029) Zoxc 2022-10-02 08:44:59 +02:00
  • 5e91a3033d Added ability to set color of spinner (#2088) Caleb Leinz (he/him) 2022-10-01 06:18:44 -07:00
  • a38123f46e Make weak_text_color an Option pick-weak-text-color Emil Ernerfeldt 2022-10-01 14:21:35 +02:00
  • 2dca01ecd5 Bug Fix: Allocate Frame outer margins (#2089) Paul Rouget 2022-10-01 20:18:15 +08:00
  • fa51e01076 Add ability to pick color of weak text with Visual::weak_text_color Emil Ernerfeldt 2022-10-01 08:22:20 +02:00
  • 2ee9ab3151 Added link to egui-glutin-gl Emil Ernerfeldt 2022-09-27 23:08:43 +02:00
  • 05d68d26bd fix: default to changing y axis when changing data aspect Saecki 2022-09-26 17:16:10 +02:00
  • 91b2d5da6f Fix typo in wgpu warning message Emil Ernerfeldt 2022-09-25 16:43:01 +02:00
  • 4ac1e28eae Improve text redering and do all color operation in gamma space (#2071) Emil Ernerfeldt 2022-09-24 17:53:11 +02:00
  • 29fa63317e Fix text sizes being too small (#2069) Emil Ernerfeldt 2022-09-21 21:31:08 +02:00
  • 990a8c8b44 Fix sRGB blending and cleanup the relevant code (#2070) Emil Ernerfeldt 2022-09-21 21:30:02 +02:00
  • 4aae638e15 Change several methods from pub(crate) to pub (#2051) setzer22 2022-09-21 20:08:26 +02:00
  • 12dc61ed0f update arboard to 3.0 (#2067) Emil Ernerfeldt 2022-09-21 09:14:55 +02:00
  • 2b0bf82b51 Make eframe::App::as_any_mut optional to implement (#2061) Emil Ernerfeldt 2022-09-20 13:58:55 +02:00
  • 311eb66cae Add spacing.menu_margin for customizing menu spacing (#2036) Chris Hamons 2022-09-17 04:29:19 -05:00
  • bc6a823103 eframe: Add center to NativeOptions and monitor_size to WindowInfo (#2035) Adia Robbie 2022-09-17 16:20:40 +07:00
  • c4117066cf MacOS: Support fullsize content (no titlebar, but window controls) (#2049) Paul Rouget 2022-09-16 20:31:21 +08:00
  • 0605bcfca7 Add IME support for native (#2046) Sheldon Nico 2022-09-15 23:21:43 +08:00
  • c5495d69fb egui-wgpu: Fix crash on zero-sized scissor rects (#2039) Emil Ernerfeldt 2022-09-13 09:32:05 +02:00
  • 2842d390c9 Allow box zoom in any direction (#2028) Zoxc 2022-09-09 08:30:14 +02:00
  • ebc4fc866d eframe web: access app from WebHandle (#1886) Stanislav 2022-09-09 09:22:46 +03:00
  • e0c7533ede eframe native: Make sure we only shut down once Emil Ernerfeldt 2022-09-08 10:50:35 +02:00
  • 1fe08bf7e4 eframe: reduce repaint log level from debug to trace Emil Ernerfeldt 2022-09-07 16:27:53 +02:00
  • 46279dbd09 ahash: replace runtime-rng with compile-time-rng ahash-compilte-time-rng Emil Ernerfeldt 2022-09-07 16:27:27 +02:00
  • 4b6826575e egui-wgpu renderer renaming (#2021) Luis Wirth 2022-09-07 14:20:21 +02:00
  • 0e62c0e50b Improve mixed CJK/Latin linebreaking. (#1986) bigfarts 2022-09-06 13:20:17 -07:00
  • 5500895845 eframe: make sure we save app state on Cmd-Q (#2013) Emil Ernerfeldt 2022-09-06 16:07:58 +02:00
  • eeb97fa4ce Check srgb_support on other GL | ES as well. (#2012) Adia Robbie 2022-09-06 20:58:22 +07:00
  • 64aac30f36 Add depth buffer support for egui-wgpu's render pass (#2002) Romet Tagobert 2022-09-06 15:37:07 +03:00
  • 162210f90e Add sdl2_egui_platform to the list of integrations (#2011) ComLarsic 2022-09-06 14:28:59 +02:00
  • b43a8626cf Add custom shader_version on glow renderer (#1993) Adia Robbie 2022-09-06 15:08:16 +07:00
  • 7fae634dc3 egui_glow: default to RGBA8 if sRGB not supported (#2007) Luke Jones 2022-09-06 20:07:49 +12:00
  • 1d5f20b46c Improve docstrings Emil Ernerfeldt 2022-09-05 12:05:29 +02:00
  • 124ed5e4ba Fixed typo (#1990) njust 2022-09-05 12:02:31 +02:00
  • 613a664c45 Fixed a typo (#1985) RadonCoding 2022-08-30 11:12:52 +03:00
  • be9f363c53 egui_winit: support winit with default features disabled (#1971) Koute 2022-08-30 15:49:32 +09:00
  • 153524023f egui-wgpu: port over missing update_wgpu_texture methods from egui_wgpu_backend (#1981) Joshua Batty 2022-08-29 22:09:34 +10:00
  • ac4d75e9b4 egui-winit: don't repaint when just moving window (#1980) Emil Ernerfeldt 2022-08-29 11:20:19 +02:00
  • 9b2c3d1026 Add custom parser to DragValue and Slider, with additional support for binary, octal, and hexadecimal numbers. (#1967) Adam Gąsior 2022-08-28 17:16:12 +01:00
  • 3142c52b94 Minor wgpu-web releated stuff (#1977) Emil Ernerfeldt 2022-08-28 10:58:58 +02:00
  • dbfaa4527b egui_extras: Add Table::vertical_scroll_offset (#1946) njust 2022-08-28 09:37:23 +02:00
  • af63101fdc eliminate some possible deadlocks (#1968) MaximOsipenko 2022-08-28 10:36:23 +03:00
  • 9be060fe69 Allow cursors to be linked for plots (#1722) Zoxc 2022-08-28 09:36:08 +02:00
  • b978b06159 Simplify, clean up and speed up CI (#1970) Emil Ernerfeldt 2022-08-27 09:54:47 +02:00
  • f3f6946eb2 egui_glium correct texture filtering (#1962) Tomáš Král 2022-08-25 08:05:58 +02:00
  • d5933daee5 egui_glow: allow empty (zero-sized) textures Emil Ernerfeldt 2022-08-24 14:34:34 +02:00
  • fb92434aac Android support for EFrame (#1952) Robert Bragg 2022-08-23 13:43:22 +01:00
  • b9bb7baaa7 Only require something GLES 3 compatible from wgpu (#1956) Zoxc 2022-08-23 14:39:01 +02:00
  • 4629f2cd12 Example: three-d downgrade depth_buffer to 24 bit (#1950) Daniel Buch Hansen 2022-08-21 19:23:34 +02:00
  • 8797c02ed9 Publish new web demo that works on Es100 Emil Ernerfeldt 2022-08-20 19:55:54 +02:00
  • bd5250f85d Disable custom 3D painting example in the egui demo app for Es100 (#1945) Emil Ernerfeldt 2022-08-20 19:54:18 +02:00
  • 97ce103209 Release 0.19.0 - wgpu backend, repaint_after, continue-after-close 0.x.0 0.19.0 Emil Ernerfeldt 2022-08-20 16:44:05 +02:00
  • 13f5d62b4b Commit a new web demo Emil Ernerfeldt 2022-08-20 16:37:59 +02:00
  • 127931ba45 eframe: rename quit/exit to "close" (#1943) Emil Ernerfeldt 2022-08-20 16:08:59 +02:00
  • 2453756782 Fix broken GitHub source links due to #1940 Emil Ernerfeldt 2022-08-20 15:18:02 +02:00
  • 8737933101 Improve documentation and logging Emil Ernerfeldt 2022-08-20 15:06:43 +02:00
  • 725aa5277b Update crate rfd to 0.10 (in file_dialog example) Emil Ernerfeldt 2022-08-20 14:42:37 +02:00
  • eb10ef94f7 Build-fix for --no-default-features Emil Ernerfeldt 2022-08-20 14:40:33 +02:00
  • f4cc1c5465 eframe: Don't follow system theme by default (#1941) Emil Ernerfeldt 2022-08-20 11:11:07 +02:00
  • 40e440b2f7 Update changelog with recent PR merges Emil Ernerfeldt 2022-08-20 10:42:31 +02:00
  • 041f2e64ba Move all crates into a crates directory (#1940) Emil Ernerfeldt 2022-08-20 10:41:49 +02:00
  • ba9d1e446c Simplify interface origin/web_handle web_handle Emil Ernerfeldt 2022-08-20 10:04:12 +02:00
  • d3e26cd00a Merge branch 'master' into web_handle Emil Ernerfeldt 2022-08-20 09:59:18 +02:00
  • eda9850038 Replace old build_demo_web.sh with trunk trunk Emil Ernerfeldt 2022-08-20 00:07:09 +02:00
  • 5c63648c02 clean up rust.yml (#1939) Emil Ernerfeldt 2022-08-20 09:32:48 +02:00
  • 193a434717 eframe persistence: persistence failure is now logged instead of a panic Emil Ernerfeldt 2022-08-19 12:04:43 +02:00
  • 277f199df4 eframe: make sure we can serialize i128/u128 with ron Emil Ernerfeldt 2022-08-19 12:04:08 +02:00
  • 5514a8afda Update dependencies (#1933) Emil Ernerfeldt 2022-08-19 11:46:38 +02:00
  • eeeb4b7de2 Improve custom_3d_three-d example (#1923) Asger Nyman Christiansen 2022-08-17 21:33:34 +02:00
  • 39b63f6163 Warn if using an TextShape from before a change to pixels_per_point Emil Ernerfeldt 2022-08-16 22:47:23 +02:00
  • 9c58f12a6c eframe: several windows in series (#1919) Emil Ernerfeldt 2022-08-15 16:31:03 +02:00
  • 48e7f219a3 Add CI for android (#1900) Zoxc 2022-08-15 10:19:59 +02:00
  • 923b67ef9c Update to winit 0.27.2, glutin 0.29.0, glium 0.32 (#1914) Emil Ernerfeldt 2022-08-14 16:23:46 +02:00
  • 38a67f8646 Add PointerState::button_double_clicked() and PointerState::button_triple_clicked(). (#1907) eranfu 2022-08-14 22:10:38 +08:00
  • 7c25a9238e Remove get_ prefix from functions to better follow Rust API Guidelines Emil Ernerfeldt 2022-08-08 12:21:53 +02:00
  • e38955fbac Fix: remember to call integration.post_rendering on wgpu path Emil Ernerfeldt 2022-08-08 12:15:51 +02:00
  • 9e41fa021a eframe: rename render_state to wgpu_render_state for added clarity Emil Ernerfeldt 2022-08-08 12:15:31 +02:00
  • 66c601f775 Continue execution after closing native eframe window (#1889) Emil Ernerfeldt 2022-08-05 08:20:31 +02:00
  • 6688079439 Update egui_demo_app/src/lib.rs Stanislav 2022-08-04 18:39:47 +03:00
  • e3f993d7b4 Fixed bug in custom window example (#1750) Lorren Biffin 2022-08-04 03:32:27 -07:00
  • 2f3c2a360b Add with_main_align method (#1891) Barugon 2022-08-04 03:07:45 -07:00