1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 21:30:03 -04:00

Commit Graph

  • 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
  • 4a7a2d6430 eframe::App::post_rendering (#1591) René Rössler 2022-05-29 20:33:04 +02:00
  • abff2dcae2 Add some padding to the egui-wgpu uniform buffer for WebGL (#1671) Ashley 2022-05-28 18:41:01 +02:00
  • 2771c8c3e5 Fix doclinks Emil Ernerfeldt 2022-05-28 18:09:08 +02:00
  • 72e38370fe Add flag to disable hardware acceleration (#1681) Benedikt Terhechte 2022-05-28 17:53:05 +02:00
  • 1d9524cc59 Re-implement PaintCallbacks With Support for WGPU (#1684) Zicklag 2022-05-28 10:52:36 -05:00
  • 8173093c67 run cargo check --locked on CI Emil Ernerfeldt 2022-05-28 17:32:56 +02:00
  • f5cca2a288 Added support for 20 fn keys (#1665) sy1ntexx 2022-05-23 18:49:48 +03:00
  • f2dcdfc22c Fix some broken doc links Emil Ernerfeldt 2022-05-23 17:25:31 +02:00
  • a5076d4cc4 egui_winit/wgpu: enable Android support (#1634) Robert Bragg 2022-05-22 19:24:41 +01:00
  • fff2008255 Move three-d patch into example Cargo.tom Emil Ernerfeldt 2022-05-22 18:14:00 +02:00
  • b2510676b9 Take Glow context using Arc. (#1640) Sebastian Urban 2022-05-22 17:43:30 +02:00
  • a29154233b Add support for texture filters in WGPU backend Emil Ernerfeldt 2022-05-22 17:40:56 +02:00
  • 5d15e3d367 egui-wgpu: Add ability to register user textures (#1660) Florian Diebold 2022-05-22 17:32:54 +02:00
  • cc148ca895 Add texture filters to changelogs and improve docs Emil Ernerfeldt 2022-05-22 17:32:38 +02:00
  • 1a9a0d7ec8 Add the Ability to Specify Egui Texture Filters (#1636) Zicklag 2022-05-22 09:56:51 -05:00
  • f3e305a646 Replace TODO: with TODO(emilk): and update code guidelines Emil Ernerfeldt 2022-05-21 16:53:25 +02:00
  • 3d5e203d86 egui_glow: clear the post-processing render target (#1658) Emil Ernerfeldt 2022-05-21 16:53:05 +02:00
  • 32ad9c29be Use better names in glow::Painter Emil Ernerfeldt 2022-05-21 16:03:26 +02:00
  • aef8a7901f Fix broken link Emil Ernerfeldt 2022-05-21 15:42:43 +02:00
  • d6fd5dec3b Add single-threaded deadlock detection to RwMutex (#1619) Emil Ernerfeldt 2022-05-21 14:08:19 +02:00
  • 810b609a80 clippy fixes Emil Ernerfeldt 2022-05-16 16:44:58 +02:00
  • 934fcd7e99 Add hex_color clipboard fixes to changelogs Emil Ernerfeldt 2022-05-16 16:44:29 +02:00