Commit graph

  • eeae485629
    Implement repaint_after for eframe web (#1760) Emil Ernerfeldt 2022-06-22 14:25:42 +0200
  • 935913b1ec
    Add Context::request_repaint_after (#1694) Red Artist 2022-06-22 16:49:13 +0530
  • 1a89cb35e1
    Fix uneven table striping (#1680) Michael Birdhouse 2022-06-22 06:33:51 -0400
  • bd5f553c3a
    Fix multiple partial updates of the same texture (#1338) wucke13 2022-06-19 22:49:06 +0200
  • f5b2363fff
    Fix persistence of window position (#1745) Barugon 2022-06-19 07:13:10 -0700
  • 5b3bff22e2
    Make Windows specific code Windows specific (#1747) Barugon 2022-06-19 07:12:58 -0700
  • 9c26093fea
    Added notan_egui as 3rd party integration (#1741) Nazarí González 2022-06-18 15:10:48 +0100
  • 7eeb292adf
    Refactor common code in egui-wgpu shader entry points (#1730) mitchmindtree 2022-06-11 21:52:06 +1000
  • 8c7c4c764b
    Don't load fonts in doctests (#1711) Emil Ernerfeldt 2022-06-10 14:33:16 +0200
  • 317436c057
    Use dark-light on Mac and Windows (#1726) Emil Ernerfeldt 2022-06-09 17:41:59 +0200
  • 29973e5d02 Make document-features an opt-in dependency Emil Ernerfeldt 2022-06-09 17:41:37 +0200
  • 4525cad7af
    Constrain date picker to screen (#1699) Charles Ray 2022-06-09 10:05:04 -0400
  • 62a00c4597
    Fix bug in egui-wgpu (#1716) Zicklag 2022-06-09 08:59:43 -0500
  • 8446665b02
    Fix on-hover typo in plot module (#1714) Cisco 2022-06-09 09:28:18 -0400
  • 3169ce62d5
    Document feature flags using crate document-features (#1725) Emil Ernerfeldt 2022-06-09 15:27:22 +0200
  • 218d4d4eea
    WGPU PaintCallback Fixes (#1704) Zicklag 2022-06-02 15:45:54 -0500
  • 083e20474b
    deny warnings on CI and check.sh with -D warnings (#1710) Emil Ernerfeldt 2022-06-02 21:06:12 +0200
  • f8ce51e5aa
    Add screen-13-egui link to README.md (#1709) John Wells 2022-06-02 14:55:02 -0400
  • e2bfdbe8b0
    egui-wgpu: Ensure docs for winit feature are generated. (#1700) follower 2022-05-31 22:24:12 +1200
  • e6cfa5028e Add link to chinese translation of egui docs Emil Ernerfeldt 2022-05-29 21:16:32 +0200
  • ac9faaf1c1 epaint_assert that partial texture update is within texture size Emil Ernerfeldt 2022-05-29 21:00:49 +0200
  • 42edb92232 Fix compilation of screenshot example (merge race) Emil Ernerfeldt 2022-05-29 20:59:14 +0200
  • 7987920f7e
    Fix exit handling (#1696) Erdal Acar 2022-05-29 20:37:31 +0200
  • 20c8ee302c
    Allow software rendering OpenGL by default (#1693) Emil Ernerfeldt 2022-05-29 20:37:19 +0200
  • 4a7a2d6430
    eframe::App::post_rendering (#1591) René Rössler 2022-05-29 20:33:04 +0200
  • abff2dcae2
    Add some padding to the egui-wgpu uniform buffer for WebGL (#1671) Ashley 2022-05-28 18:41:01 +0200
  • 2771c8c3e5 Fix doclinks Emil Ernerfeldt 2022-05-28 18:09:08 +0200
  • 72e38370fe
    Add flag to disable hardware acceleration (#1681) Benedikt Terhechte 2022-05-28 17:53:05 +0200
  • 1d9524cc59
    Re-implement PaintCallbacks With Support for WGPU (#1684) Zicklag 2022-05-28 10:52:36 -0500
  • 8173093c67 run cargo check --locked on CI Emil Ernerfeldt 2022-05-28 17:32:56 +0200
  • f5cca2a288
    Added support for 20 fn keys (#1665) sy1ntexx 2022-05-23 18:49:48 +0300
  • f2dcdfc22c Fix some broken doc links Emil Ernerfeldt 2022-05-23 17:25:31 +0200
  • a5076d4cc4
    egui_winit/wgpu: enable Android support (#1634) Robert Bragg 2022-05-22 19:24:41 +0100
  • fff2008255 Move three-d patch into example Cargo.tom Emil Ernerfeldt 2022-05-22 18:14:00 +0200
  • b2510676b9
    Take Glow context using Arc. (#1640) Sebastian Urban 2022-05-22 17:43:30 +0200
  • a29154233b Add support for texture filters in WGPU backend Emil Ernerfeldt 2022-05-22 17:40:56 +0200
  • 5d15e3d367
    egui-wgpu: Add ability to register user textures (#1660) Florian Diebold 2022-05-22 17:32:54 +0200
  • cc148ca895 Add texture filters to changelogs and improve docs Emil Ernerfeldt 2022-05-22 17:32:38 +0200
  • 1a9a0d7ec8
    Add the Ability to Specify Egui Texture Filters (#1636) Zicklag 2022-05-22 09:56:51 -0500
  • f3e305a646 Replace TODO: with TODO(emilk): and update code guidelines Emil Ernerfeldt 2022-05-21 16:53:25 +0200
  • 3d5e203d86
    egui_glow: clear the post-processing render target (#1658) Emil Ernerfeldt 2022-05-21 16:53:05 +0200
  • 32ad9c29be Use better names in glow::Painter Emil Ernerfeldt 2022-05-21 16:03:26 +0200
  • aef8a7901f Fix broken link Emil Ernerfeldt 2022-05-21 15:42:43 +0200
  • d6fd5dec3b
    Add single-threaded deadlock detection to RwMutex (#1619) Emil Ernerfeldt 2022-05-21 14:08:19 +0200
  • 810b609a80 clippy fixes Emil Ernerfeldt 2022-05-16 16:44:58 +0200
  • 934fcd7e99 Add hex_color clipboard fixes to changelogs Emil Ernerfeldt 2022-05-16 16:44:29 +0200
  • 5687aa6b50
    Request GLSL version 3.30. (#1639) Sebastian Urban 2022-05-21 12:52:20 +0200
  • 27cca111c8
    Fix wrong name in egui-wgpu CHANGELOG.md (#1645) griffi-gh 2022-05-21 12:49:37 +0200
  • f807a290a4 Release egui-wgpu 0.18.0 Emil Ernerfeldt 2022-05-15 20:17:48 +0200
  • f27f67b76b
    Make color-hex optional (#1632) Erlend Walstad 2022-05-16 16:38:14 +0200
  • b8a5924295
    Fix clipboard on Wayland (#1613) Antti Keränen 2022-05-16 17:37:41 +0300
  • b008b147e5
    Fix Plot auto_bounds when LinkedAxisGroup one axis (#1599) Stanislav 2022-05-15 20:27:30 +0300
  • 0389ce68e2
    CI: Run cargo check --all-features on Windows and Mac too (#1631) Emil Ernerfeldt 2022-05-15 19:25:24 +0200
  • d2decfa338
    Add ability to convert from a hex string to Color32 using macros (#1596) Luke Newcomb 2022-05-15 11:07:30 -0400
  • 3c685d7bf6
    eframe: read native window position and size (#1617) TicClick 2022-05-13 10:15:43 +0200
  • aef5942d0f Make egui_demo_app the default binary, so cargo run just works Emil Ernerfeldt 2022-05-12 13:30:35 +0200
  • 2e4138d050
    Add InputState::stable_dt (#1625) Emil Ernerfeldt 2022-05-12 11:23:53 +0200
  • 931e716b97
    Add egui_wgpu crate (#1564) Emil Ernerfeldt 2022-05-12 09:02:28 +0200
  • 3d52cc8867
    Fix docstring in area.rs (#1620) 4JX 2022-05-11 20:44:29 +0000
  • d850b47f9e
    Added Extra1 & Extra2 pointer buttons (#1603) sy1ntexx 2022-05-11 23:44:00 +0300
  • 9624de6c41
    Fix dead-lock when alt-tabbing while also showing a tooltip (#1618) Emil Ernerfeldt 2022-05-11 20:56:57 +0200
  • c47e20c733
    Allow manually painting the CollapsingState icon (#1592) 4JX 2022-05-11 17:02:37 +0000
  • e44c9b8e54
    Fix image button padding on hover (#1595) Luke Newcomb 2022-05-11 05:58:15 -0400
  • 7b18fab7a4
    Optimize tessellation of filled circles (#1616) Emil Ernerfeldt 2022-05-10 19:31:19 +0200
  • 28efc0e1c8 emath: Implement NumExt on all integer types Emil Ernerfeldt 2022-05-09 12:44:28 +0200
  • d69ce546fa Release egui_glow 0.18.1 - remove unnecessary calls to gl.get_error Emil Ernerfeldt 2022-05-05 23:24:43 +0200
  • 87ca29173d
    Fix typo in ui.rs (waker -> weaker) (#1586) Nigecat 2022-05-06 18:36:49 +1000
  • fe6e1ce28f
    Add *_released & *_clicked PointerState methods (#1582) Alejandro Perea 2022-05-05 23:26:15 +0200
  • e82b87ca73
    Remove calls to gl.getError in release builds (#1583) Emil Ernerfeldt 2022-05-05 23:17:33 +0200
  • cb2298e98b
    Fix CircleShape::visual_bounding_rect() (#1575) carrotflakes 2022-05-05 16:16:00 +0900
  • 1dd014cbed
    mark the response of a toggle_value as changed on click (#1573) Reilly Moore 2022-05-04 14:45:14 -0500
  • d3af3a6de1
    egui_extras date picker: fix Feb 29 crash (#1571) René Rössler 2022-05-04 19:30:41 +0200
  • 32b4781da2
    Improve web demo for mobile (#1556) Emil Ernerfeldt 2022-05-02 13:13:35 +0200
  • 078be52ff8 README.md: Fix broken links to toggle_switch.rs example code Emil Ernerfeldt 2022-05-01 15:27:12 +0200
  • b30224471c
    Release 0.18.1 of egui & epaint - Change Shape::Callback to &mut dyn Any (#1552) 0.18.1 Emil Ernerfeldt 2022-05-01 11:35:29 +0200
  • dc26890a80 Release 0.18.0 - Shape::Callback, Table, and better text contrast 0.18.0 Emil Ernerfeldt 2022-04-30 20:27:27 +0200
  • 9394e7ea22 Publish new web demo Emil Ernerfeldt 2022-04-30 20:23:40 +0200
  • f0e6332b42
    Fix cargo deny (#1549) Emil Ernerfeldt 2022-04-30 20:18:59 +0200
  • d24599f3cc Revert tts version to 0.20 Emil Ernerfeldt 2022-04-30 19:23:44 +0200
  • 45b0a071c8 Clean up changelogs and add contributors section Emil Ernerfeldt 2022-04-30 19:21:40 +0200
  • b41fb585fe Add doclinks to egui_extras::RetainedImage Emil Ernerfeldt 2022-04-30 18:36:24 +0200
  • ec57683c1a Update some crates Emil Ernerfeldt 2022-04-30 18:05:58 +0200
  • 00471f2887 Update cint 0.2 -> 0.3 Emil Ernerfeldt 2022-04-30 18:01:24 +0200
  • ed4fe43e7a Update tts 0.20 -> 0.21 Emil Ernerfeldt 2022-04-30 17:59:30 +0200
  • 30aeb2a94f Update webbrowser 0.6 -> 0.7 Emil Ernerfeldt 2022-04-30 17:58:12 +0200
  • 11e8ffa079 Reduce Plot::show code bloat by adding Plot::show_dyn Emil Ernerfeldt 2022-04-30 17:51:07 +0200
  • 003dc4aac9 egui_demo_app: add link to my twitter Emil Ernerfeldt 2022-04-30 17:50:39 +0200
  • 051deb293f mute warning when building for wasm Emil Ernerfeldt 2022-04-30 17:47:30 +0200
  • 51f6cd9c58 Simplify plot demo code Emil Ernerfeldt 2022-04-30 17:45:39 +0200
  • e5ccfedd61 Escape some strings in build_demo_web.sh Emil Ernerfeldt 2022-04-30 17:17:52 +0200
  • 462ad5a7f6 egui_demo_app: fall back to dark mode if there is no system preference Emil Ernerfeldt 2022-04-30 17:17:36 +0200
  • 3ace620f37 Code cleanup in eframe web backend Emil Ernerfeldt 2022-04-30 17:16:50 +0200
  • 9b9c5005d3 CI and check.sh: run cargo doc for all crates Emil Ernerfeldt 2022-04-30 15:51:46 +0200
  • 603e5bc5fb Add Rect::lerp Emil Ernerfeldt 2022-04-30 15:50:12 +0200
  • b137f16472 Make members of Response public, but hide documentation Emil Ernerfeldt 2022-04-30 15:49:50 +0200
  • c869f67066 Simplify file_dialog example Emil Ernerfeldt 2022-04-30 15:49:22 +0200
  • 8a2470b45e example hello_world: remove frame.set_window_size Emil Ernerfeldt 2022-04-30 15:47:55 +0200
  • afd27ca664 Simplify eframe web panic handler code Emil Ernerfeldt 2022-04-30 15:47:34 +0200
  • 1983d19614 eframe: fix wrong clear color on native Emil Ernerfeldt 2022-04-30 15:42:35 +0200
  • da2ce58127 egui_demo_app: don't do a transparent native window Emil Ernerfeldt 2022-04-30 15:42:18 +0200