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

Commit Graph

  • de3897d836 fix docs Stanislav 2022-08-03 23:33:59 +03:00
  • fd9c8e5e08 Handle for app from WehHandle Stanislav 2022-08-03 19:27:19 +03:00
  • a827c3e033 Add glow::Painter::intermediate_fbo() Emil Ernerfeldt 2022-08-03 09:38:46 +02:00
  • 53249d36df Remove superflous #[cfg(test)] Emil Ernerfeldt 2022-08-03 09:31:43 +02:00
  • 1af446b9e8 Make egui_wgpu::RenderPass Send and Sync (#1883) Dylan Ancel 2022-08-03 09:26:16 +02:00
  • cb0d5a58ab Fix incorrect documentation for Response::context_menu Emil Ernerfeldt 2022-08-03 08:26:42 +02:00
  • bcc01c8b1c Add egui/default_fonts feature to pure_glow example (#1881) Asger Nyman Christiansen 2022-08-02 23:04:59 +02:00
  • e288ca86fd Remove dependency on AsRef trait for TextBuffer (#1824) Nicolas Musset 2022-08-02 20:35:37 +02:00
  • e39410c37f Make EasyMark numbered lists allow more than 2 digits (#1826) YgorSouza 2022-08-02 20:35:25 +02:00
  • 06adb09fa3 Make stick_to_bottom take a bool argument Emil Ernerfeldt 2022-08-02 20:34:50 +02:00
  • 263c9bd601 Make use of AppRunnerRef Emil Ernerfeldt 2022-08-02 17:37:12 +02:00
  • 64496cacb9 Graceful exit from web (#1650) Stanislav 2022-08-02 18:42:55 +03:00
  • 9419903d68 Make use of AppRunnerRef wasm_graceful_exit Emil Ernerfeldt 2022-08-02 17:37:12 +02:00
  • 3eccd341ad Add depth buffer in native 3D example (#1878) Asger Nyman Christiansen 2022-08-02 17:31:15 +02:00
  • 10788ccc92 More newlines for improved readability (#1880) Emil Ernerfeldt 2022-08-02 17:26:33 +02:00
  • 5d8ef5326b Change build_demo_web.sh option from --fast to --optimize Emil Ernerfeldt 2022-08-02 09:56:38 +02:00
  • 7d5998062b improve changelog line Emil Ernerfeldt 2022-08-01 11:52:19 +02:00
  • 5c48c87285 upd Stanislav 2022-07-31 12:59:07 +03:00
  • 6e0140104d docs and example Stanislav 2022-07-30 20:11:46 +03:00
  • 2500a60062 Code cleanup and improved docs Emil Ernerfeldt 2022-07-30 18:39:38 +02:00
  • 5fb4efa768 Improve documentation about panel order (#1869) Kubik 2022-07-30 17:11:56 +02:00
  • d0bcdfc226 Update eframe/src/lib.rs Stanislav 2022-07-30 17:57:29 +03:00
  • d659e5d24f Add Shape::hline and Shape::vline Emil Ernerfeldt 2022-07-30 15:34:24 +02:00
  • c62f3409bd Fix misnamed variable (content_is_too_small -> content_is_too_large) Emil Ernerfeldt 2022-07-30 15:33:08 +02:00
  • 8997519eb2 Fix valign typo (#1870) quietvoid 2022-07-30 08:55:34 -04:00
  • 85568ca61c Wasm graceful exit Stanislav 2022-07-27 13:31:09 +03:00
  • 235d77713d Improve README.md files Emil Ernerfeldt 2022-07-29 16:07:48 +02:00
  • 6de9d89b65 Add emath::exponential_smooth_factor Emil Ernerfeldt 2022-07-29 16:07:35 +02:00
  • 4e8a6e3370 misc code cleanup Emil Ernerfeldt 2022-07-29 16:07:26 +02:00
  • b0fa0c65cc fix typo Emil Ernerfeldt 2022-07-29 15:56:04 +02:00
  • 2612dd1064 Add Visuals::error_fg_color and Visuals::warn_fg_color Emil Ernerfeldt 2022-07-29 15:32:32 +02:00
  • 8c09804abd eframe: selectively expose parts of the API based on compile target (#1867) Emil Ernerfeldt 2022-07-29 14:37:23 +02:00
  • 51052c08e9 code cleanup: Pos2::new -> pos2, Vec2::new -> vec2 Emil Ernerfeldt 2022-07-29 14:34:26 +02:00
  • 105cb4b8f2 eframe: add function to set, query and toggle fullscreen mode (#1866) Emil Ernerfeldt 2022-07-29 14:21:23 +02:00
  • c6c6d2dc5d Track the global focus state of the UI (#1859) Matt Campbell 2022-07-29 06:15:26 -05:00
  • 36a49ffba9 Add dry run feature for anchor calculation. (#1) (#1856) zapp88 2022-07-29 13:14:28 +02:00
  • 278db1c94b Fix plot auto bounds (#1865) Emil Ernerfeldt 2022-07-29 12:32:47 +02:00
  • 97880e18d7 Make egui_demo_app native window size larger by default Emil Ernerfeldt 2022-07-29 11:14:37 +02:00
  • b3ab31953e Fix focus behavior when pressing Tab with no focus (#1861) Matt Campbell 2022-07-29 03:42:09 -05:00
  • 09d636b089 egui-wgpu: correctly handle viewport rectangle for callbacks Emil Ernerfeldt 2022-07-29 00:06:08 +02:00
  • 0571bf67e2 Reset the scissor rect after rendering onto a renderpass (#1858) Connor Fitzgerald 2022-07-26 19:09:19 -04:00
  • 7a46a23db5 Update MSRV to Rust 1.61.0 (#1846) Matt Campbell 2022-07-26 09:50:53 -05:00
  • 2278128e66 Add bacon.toml for https://github.com/Canop/bacon Emil Ernerfeldt 2022-07-26 11:21:57 +02:00
  • 8e2de26e4e Enable more clippy lints Emil Ernerfeldt 2022-07-26 11:18:21 +02:00
  • a7012cf8a6 Use pinned version of wasm-bindgen-cli (#1855) Emil Ernerfeldt 2022-07-25 23:02:10 +02:00
  • 36cdae98df Add methods for custom number formatting in DragValue and Slider (#1851) Adam Gąsior 2022-07-25 21:38:24 +01:00
  • c02fbfe973 Make it easier to disable tts Emil Ernerfeldt 2022-07-25 22:17:52 +02:00
  • 0913c77f3d Make sliders correctly generate events on change. (#1854) Nolan Darilek 2022-07-25 15:05:05 -05:00
  • 74ccde566d egui_extras: Add Table::stick_to_bottom (#1849) wayne 2022-07-25 13:42:24 +00:00
  • 0bf9fc9428 Improve plot item UX (#1816) Sven Niederberger 2022-07-24 17:13:12 +02:00
  • cf591da1a0 Use past tense in all changelogs (for consistency) Emil Ernerfeldt 2022-07-23 23:55:21 +02:00
  • 8b3d218f4b Update changelogs with all changes from all PR:s since 0.18 release Emil Ernerfeldt 2022-07-23 23:54:13 +02:00
  • d76d055d49 eframe: only enable puffin feature on egui_glow if glow is enabled Emil Ernerfeldt 2022-07-22 11:09:27 +02:00
  • 41f31116ce Layout::left_to_right/right_to_left now takes the valign as argument Emil Ernerfeldt 2022-07-22 11:02:26 +02:00
  • 9f1f0a9038 Add documentation for Layout Emil Ernerfeldt 2022-07-22 10:41:14 +02:00
  • fdc2d1cd6d epaint tessellator: don't emit empty meshes Emil Ernerfeldt 2022-07-22 10:25:20 +02:00
  • 77b4bacdf4 Make widget_text module public Emil Ernerfeldt 2022-07-21 20:52:50 +02:00
  • 0337d78eaa Fix inpuit requiring ALT key Emil Ernerfeldt 2022-07-21 20:25:53 +02:00
  • 0338843950 (eframe) add Frame.set_visible (#1808) Julian 2022-07-21 14:16:56 -04:00
  • cbe22a0371 Update the link to the nannou egui integration. (#1827) Milo Moisson 2022-07-21 19:43:42 +02:00
  • 48d48096eb Add support for ctrl+h as backspace (#1812) Sahil Singh 2022-07-21 22:53:24 +05:30
  • bf15bb6e19 Use cargo cranky instead of cargo clippy (#1820) Emil Ernerfeldt 2022-07-20 12:34:19 +02:00
  • 898f4804b7 Enable and fix a bunch more lints Emil Ernerfeldt 2022-07-11 23:08:48 +02:00
  • e76c919c7e Added WebGlContextOption for eframe::WebOptions (#1803) Aiden 2022-07-08 16:40:44 +08:00
  • c062bca6ee faster builds: remove tracing-attributes feature from tracing Emil Ernerfeldt 2022-07-04 00:11:08 +02:00
  • 4969f7e18b Do all blending in gamma space gamma-blending Emil Ernerfeldt 2022-03-23 13:45:50 +01:00
  • 0f0031ebbb cargo update (#1794) Emil Ernerfeldt 2022-07-03 20:12:57 +02:00
  • bd2cab2f0e Update three d (#1793) Emil Ernerfeldt 2022-07-03 18:29:12 +02:00
  • 9739009f20 Update wgpu to 0.13 (#1670) Ashley 2022-07-03 15:43:39 +02:00
  • 433719717a Don't call scroll if TextEdit is fully in view (#1779) Barugon 2022-07-03 06:43:22 -07:00
  • cb9bc8698d Browser Hotkey Conflicts (#1697) Thomas Hansen 2022-07-03 09:25:35 -04:00
  • 14ae4b24a7 Support rich text convert from cow-string. (#1774) Yuan Chang 2022-07-03 21:16:05 +08:00
  • 5f364795cc Add doc example for hint_text persistence (#1776) Sahil Singh 2022-07-03 18:45:55 +05:30
  • 0c65a9df41 Add body_unindented to HeaderResponse (#1731) Zeenobit 2022-07-03 08:57:42 -04:00
  • 980a06b95e Don't force the webgl backend in egui-wgpu (#1781) Ashley 2022-07-03 14:37:21 +02:00
  • 406703568e Minor clippy fixes (clippy::format_push_string) Emil Ernerfeldt 2022-07-03 11:58:53 +02:00
  • eeae485629 Implement repaint_after for eframe web (#1760) Emil Ernerfeldt 2022-06-22 14:25:42 +02:00
  • 935913b1ec Add Context::request_repaint_after (#1694) Red Artist 2022-06-22 16:49:13 +05:30
  • 1a89cb35e1 Fix uneven table striping (#1680) Michael Birdhouse 2022-06-22 06:33:51 -04:00
  • bd5f553c3a Fix multiple partial updates of the same texture (#1338) wucke13 2022-06-19 22:49:06 +02:00
  • f5b2363fff Fix persistence of window position (#1745) Barugon 2022-06-19 07:13:10 -07:00
  • 5b3bff22e2 Make Windows specific code Windows specific (#1747) Barugon 2022-06-19 07:12:58 -07:00
  • 9c26093fea Added notan_egui as 3rd party integration (#1741) Nazarí González 2022-06-18 15:10:48 +01:00
  • 7eeb292adf Refactor common code in egui-wgpu shader entry points (#1730) mitchmindtree 2022-06-11 21:52:06 +10:00
  • 8c7c4c764b Don't load fonts in doctests (#1711) Emil Ernerfeldt 2022-06-10 14:33:16 +02:00
  • 317436c057 Use dark-light on Mac and Windows (#1726) Emil Ernerfeldt 2022-06-09 17:41:59 +02:00
  • 29973e5d02 Make document-features an opt-in dependency Emil Ernerfeldt 2022-06-09 17:41:37 +02:00
  • 4525cad7af Constrain date picker to screen (#1699) Charles Ray 2022-06-09 10:05:04 -04:00
  • 62a00c4597 Fix bug in egui-wgpu (#1716) Zicklag 2022-06-09 08:59:43 -05:00
  • 8446665b02 Fix on-hover typo in plot module (#1714) Cisco 2022-06-09 09:28:18 -04:00
  • 3169ce62d5 Document feature flags using crate document-features (#1725) Emil Ernerfeldt 2022-06-09 15:27:22 +02:00
  • 218d4d4eea WGPU PaintCallback Fixes (#1704) Zicklag 2022-06-02 15:45:54 -05:00
  • 083e20474b deny warnings on CI and check.sh with -D warnings (#1710) Emil Ernerfeldt 2022-06-02 21:06:12 +02:00
  • f8ce51e5aa Add screen-13-egui link to README.md (#1709) John Wells 2022-06-02 14:55:02 -04:00
  • e2bfdbe8b0 egui-wgpu: Ensure docs for winit feature are generated. (#1700) follower 2022-05-31 22:24:12 +12:00
  • e6cfa5028e Add link to chinese translation of egui docs Emil Ernerfeldt 2022-05-29 21:16:32 +02:00
  • ac9faaf1c1 epaint_assert that partial texture update is within texture size Emil Ernerfeldt 2022-05-29 21:00:49 +02:00
  • 42edb92232 Fix compilation of screenshot example (merge race) Emil Ernerfeldt 2022-05-29 20:59:14 +02:00
  • 7987920f7e Fix exit handling (#1696) Erdal Acar 2022-05-29 20:37:31 +02:00
  • 20c8ee302c Allow software rendering OpenGL by default (#1693) Emil Ernerfeldt 2022-05-29 20:37:19 +02:00