Commit Graph

  • 49eecc4287
    Allow changing handle shape of a slider (#3429) YgorSouza 2023-11-21 11:24:29 +0100
  • f20b7b43bf
    Plot auto-bounds API improvement (part 1/2): clean-up (#3587) Antoine Beyeler 2023-11-21 11:22:19 +0100
  • 78a93f81f0
    Properly reverse bool animation if value changes before it's finished (#3577) YgorSouza 2023-11-21 10:39:43 +0100
  • 39271c3adf
    CentralPanel: base id on the current viewport (#3593) Emil Ernerfeldt 2023-11-20 21:54:32 +0100
  • 44ff29b012
    Fix closing of viewports (#3591) Emil Ernerfeldt 2023-11-20 17:43:40 +0100
  • 7bfaf49636
    Update to puffin 0.17 (#3581) Emil Ernerfeldt 2023-11-19 21:28:42 +0100
  • 30ee478caf
    Fix egui-wgpu performance regression (#3580) Emil Ernerfeldt 2023-11-19 21:14:13 +0100
  • 960b01b67a
    Refactor: move code around in `eframe` (#3575) Emil Ernerfeldt 2023-11-19 12:12:43 +0100
  • a23b959fd4
    eframe: Remove warm-starting (#3574) Emil Ernerfeldt 2023-11-19 11:21:38 +0100
  • 74862bd129 Rename `show_viewport` to `show_viewport_deferred` Emil Ernerfeldt 2023-11-19 11:12:37 +0100
  • 39e60e367f
    Use `egui::ViewportBuilder` in `eframe::NativeOptions` (#3572) Emil Ernerfeldt 2023-11-19 11:08:47 +0100
  • 3a8ed37f49
    Mention that the trace! macro was removed in the 0.23.0 changelog (#3567) lilly lizard 2023-11-19 07:38:09 +1300
  • a0d092f38e Fix panic when resetting areas. Closes #3566 Emil Ernerfeldt 2023-11-18 19:37:55 +0100
  • 1571027556
    Replace `eframe::Frame` commands and `WindowInfo` with egui (#3564) Emil Ernerfeldt 2023-11-18 19:27:53 +0100
  • 3e37e9dfc7
    Update hyperlink doc (#3561) YgorSouza 2023-11-18 17:13:03 +0100
  • beb4714e40 Update the web-demo CI action with the new folder name Emil Ernerfeldt 2023-11-16 16:45:06 +0100
  • 94edb9d5e0 Rename `docs/` to `web_demo/` Emil Ernerfeldt 2023-11-16 16:44:30 +0100
  • 8723c5a4d3 Try another gh-pages publish workflow Emil Ernerfeldt 2023-11-16 16:32:19 +0100
  • 8a66040ad9
    CI: Add workflow to publish web-demo to `gh-pages` branch on each PR (#3559) Emil Ernerfeldt 2023-11-16 16:23:31 +0100
  • f01b2b76c8
    Fix clippy issues from 1.74 (#3558) Emil Ernerfeldt 2023-11-16 15:50:44 +0100
  • a243180600
    Add `#[inline]` to all builder-pattern functions (#3557) Emil Ernerfeldt 2023-11-16 13:50:05 +0100
  • 4886c8c8c0
    Max window size & other size helpers (#3537) arduano 2023-11-16 21:59:08 +1100
  • 83aa3109d3
    Multiple viewports/windows (#3172) Konkitoman 2023-11-16 12:25:05 +0200
  • fb8fa67afd
    egui: fix scroll not sticking when scrollbar is hidden (#3434) LoganDark 2023-11-14 23:04:03 -0800
  • cd46691423
    Updated to latest wgpu (0.18.0) (#3505) Andreas Reich 2023-11-11 21:58:32 +0100
  • 6ba356d3d8
    Replace `Id::null()` with `Id::NULL` (#3544) Emil Ernerfeldt 2023-11-11 21:40:02 +0100
  • b27aa27e94
    Add `emath::Vec2b`, replacing `egui_plot::AxisBools` (#3543) Emil Ernerfeldt 2023-11-11 21:31:36 +0100
  • 03a1471ddb
    Fix Table stripe pattern when combining row() and rows() (#3442) YgorSouza 2023-11-11 18:36:40 +0100
  • 6a785d4b47
    Taking over egui_glium (#3535) Francisco Ayala Le Brun 2023-11-11 18:35:57 +0100
  • 33a034c42f
    Bump rustix from 0.37.23 to 0.37.25 (#3487) dependabot[bot] 2023-11-11 18:32:00 +0100
  • 85e14e89bd
    Fix Shift+Tab behavior when no widget is focused (#3498) Arnold Loubriat 2023-11-11 09:16:38 +0100
  • 59b4eff83d
    Fix broken doc links in the demo app widget gallery (#3441) YgorSouza 2023-11-10 21:39:49 +0100
  • 5f4046d68a
    Use `impl Into<Stroke>` as argument in a few more places (#3420) Phen-Ro 2023-11-10 15:36:51 -0500
  • 5201c04512
    egui: add redo support to Undoer (#3478) LoganDark 2023-11-10 12:36:21 -0800
  • c0b14f4d4e
    fix-inconsistent-naming (#3438) Rinde van Lon 2023-11-10 12:11:48 +0000
  • 4c74e92911
    docs: fix typo (#3421) Bayley Foster 2023-11-10 22:41:34 +1030
  • 9ee6669f8f
    Fix rounding of `ImageButton` (#3531) Chris Cate 2023-11-10 04:49:05 -0600
  • d0ff09ac20
    Update accesskit and accesskit_winit. (#3475) Nolan Darilek 2023-11-10 04:32:30 -0600
  • 7169f28ddf
    grammar fix in pr template (#3514) Ryan Hileman 2023-11-10 02:18:16 -0800
  • 6326ef18d7
    Make slider step account for range start (#3488) YgorSouza 2023-11-10 11:17:16 +0100
  • 7e2c65a82a
    Fix upside down slider in the vertical orientation (#3424) YgorSouza 2023-11-10 11:16:38 +0100
  • e9f92fee4c
    Fix some typos (#3459) One 2023-11-10 05:12:52 -0500
  • 41f9df5cb3
    Floating scroll bars (#3539) Emil Ernerfeldt 2023-11-09 18:41:58 +0100
  • f218825d94
    Update ahash 0.8.3 -> 0.8.6 (#3518) Emil Ernerfeldt 2023-11-01 17:04:48 +0100
  • fd75adb3a0
    migrate to mime_guess2 (#3456) Clement Rey 2023-10-11 14:24:55 +0200
  • b5e3502067
    Add link checking to CI (#3445) Emil Ernerfeldt 2023-10-08 09:30:54 +0200
  • 4cbe930d9a
    Update ureq, plist, ron (#3446) Emil Ernerfeldt 2023-10-07 19:12:27 +0200
  • 38b4234c32 Add `#[inline]` to all color-related function Emil Ernerfeldt 2023-10-07 18:11:16 +0200
  • 2bc2fb9c39 Fix some lints found by clippy 1.73 Emil Ernerfeldt 2023-10-06 09:01:31 +0200
  • 12b6f2c3a0 Fix doc-link to egui_extras::install_image_loaders Emil Ernerfeldt 2023-09-28 13:58:35 +0200
  • d975c1a401
    Fix HTTP web demo (#3407) Emil Ernerfeldt 2023-09-28 12:06:55 +0200
  • 5a0186fa2b Release 0.23.0 - New image API Emil Ernerfeldt 2023-09-27 16:46:56 +0200
  • 9b2bcdb4a2 New web demo for 0.23 Emil Ernerfeldt 2023-09-27 16:43:53 +0200
  • 9a947e5547 Final image API doc tweaks Emil Ernerfeldt 2023-09-27 16:40:26 +0200
  • cfbad1f865 Update example screenshots Emil Ernerfeldt 2023-09-27 15:34:39 +0200
  • a128b10ef4 Update Rerun.io logo and copy Emil Ernerfeldt 2023-09-27 15:27:51 +0200
  • dbf3405597
    Explain the purpose of the `ImageSource::Bytes` URI (#3402) Emil Ernerfeldt 2023-09-27 13:53:33 +0200
  • a9272e0e55
    Update dependencies in Cargo.lock (#3401) Emil Ernerfeldt 2023-09-27 12:49:24 +0200
  • f138131bc8 Improve top-level crate docs, and sort features is Cargo.toml Emil Ernerfeldt 2023-09-27 11:40:28 +0200
  • 8ef443948f
    Improve the About windows in the demo library (#3400) Emil Ernerfeldt 2023-09-27 11:38:52 +0200
  • 35945dea46
    Misc code cleanup (#3398) Emil Ernerfeldt 2023-09-27 09:06:17 +0200
  • 4986b35701
    Add `NativeOptions::window_builder` for more customization (#3390) Simon 2023-09-27 02:52:49 -0400
  • b3e19f5b7d
    Move `App::persist_window` to `NativeOptions` and `App::max_size_points` to `WebOptions` (#3397) Emil Ernerfeldt 2023-09-27 08:48:48 +0200
  • 1b18f8e266
    Add `Area::constrain_to` and `Window::constrain_to` (#3396) Emil Ernerfeldt 2023-09-27 08:40:24 +0200
  • 1911248ade
    Fix interaction with moved color-picker (#3395) Emil Ernerfeldt 2023-09-27 08:20:04 +0200
  • 1b830bbcb4 Less loud warning when loading old memories Emil Ernerfeldt 2023-09-26 21:29:04 +0200
  • dff52eddfd
    README.md: new images, better text (#3392) Emil Ernerfeldt 2023-09-26 21:17:43 +0200
  • 23ce4e70ca
    Add option to show a callstack to the widget under the mouse (#3391) Emil Ernerfeldt 2023-09-26 15:50:35 +0200
  • e8986b1e59
    egui_extras: syntax-highlighting of .toml (#3388) Emil Ernerfeldt 2023-09-25 17:48:22 +0200
  • 8bf0055bda
    Better handle additive colors in plots (#3387) Emil Ernerfeldt 2023-09-25 15:45:32 +0200
  • fdd493d48f
    Misc cleanup (#3381) Emil Ernerfeldt 2023-09-24 09:32:31 +0200
  • 99a1b5b62e
    Add `Context::open_url` and `Context::copy_text` (#3380) Emil Ernerfeldt 2023-09-24 09:31:21 +0200
  • d77c446572
    Prevent text from being cleared when selected due to winit IME (#3376) YgorSouza 2023-09-23 15:27:34 +0200
  • 33a0f50f6a
    Improve text truncation: always include elision character (#3366) Emil Ernerfeldt 2023-09-21 10:41:49 +0200
  • c07394b576
    Only show on-screen-keyboard and IME when editing text (#3362) Barugon 2023-09-19 05:14:42 -0700
  • 08c46acba1
    `std::borrow::Cow<'_, str>` now implements `TextBuffer` (#3164) George Burton 2023-09-18 20:38:10 +0100
  • ad8b41cad6
    Fix not taking clipping into account when calculating colum remainder (#3357) daxpedda 2023-09-18 21:08:17 +0200
  • 6870d141d7
    Add `Context::style_mut` (#3359) Emil Ernerfeldt 2023-09-18 21:07:44 +0200
  • dbf9b79d06 Fix typo Emil Ernerfeldt 2023-09-18 17:15:51 +0200
  • 433d1fc239
    file_storage: Wrap `File` in `BufWriter` (#3353) Sebastian Reinhard 2023-09-18 16:40:29 +0200
  • 8073ca6fe0
    Fix problems with tabs in text (#3355) Emil Ernerfeldt 2023-09-18 14:09:15 +0200
  • fea9047abe
    Fix moving slider with arrow keys (#3354) Emil Ernerfeldt 2023-09-18 13:20:45 +0200
  • ceb8723c5e
    Bug fix: arrow keys won't move focus away from TextEdit (#3352) Emil Ernerfeldt 2023-09-18 13:08:41 +0200
  • 9c4f55b1f4
    Remove Function() invocation from eframe text_agent to bypass "unsafe-eval" restrictions in Chrome browser extensions. (#3349) aspect 2023-09-17 14:25:50 +0300
  • d949eaf682
    Fix typo in eframe/README.md (#3344) Dunfan Lu 2023-09-16 06:22:02 -0400
  • a3dfd08d71
    More image polish (#3343) Emil Ernerfeldt 2023-09-15 10:57:25 +0200
  • 2bbceb856b
    "Final" image polish (#3342) Emil Ernerfeldt 2023-09-15 10:13:50 +0200
  • d7d222d3f6
    Polish image API (#3338) Emil Ernerfeldt 2023-09-14 16:33:10 +0200
  • e367c20779
    `egui_extras`: always depend on `log` crate (#3336) Emil Ernerfeldt 2023-09-14 11:20:34 +0200
  • 5e785ae00a
    Add syntax highlighing feature to `egui_extras` (#3333) Emil Ernerfeldt 2023-09-13 20:39:40 +0200
  • 4b5146d35d
    Add more profiling scopes (#3332) Emil Ernerfeldt 2023-09-13 19:32:19 +0200
  • 67a3fcae38
    Final polish for new image loading (#3328) Jan Procházka 2023-09-13 16:27:08 +0200
  • fc3bddd0cf
    Add more puffin profile scopes to `eframe` (#3330) Emil Ernerfeldt 2023-09-13 09:00:38 +0200
  • 2bc6814acc
    Improved texture loading (#3315) Jan Procházka 2023-09-12 10:39:17 +0200
  • dbcf15b49e
    Add method to RichText making it easier to construct layout jobs (#3319) Jackson Kruger 2023-09-10 07:06:02 -0500
  • 62e27d623a Move README section on writing a new integration to the egui crate docs Emil Ernerfeldt 2023-09-10 13:57:24 +0200
  • 523aa6b8ba
    feat: change to PointingHand when hovering over a button (#3312) zkldi 2023-09-08 08:37:03 +0100
  • 2338a854f9
    Fix deadlock in the texture/image loaders (#3314) Emil Ernerfeldt 2023-09-06 15:36:08 +0200
  • ec671e754f
    Managed texture loading (#3297) Jan Procházka 2023-09-06 10:51:51 +0200
  • 82704bebbf
    Update MSRV to Rust 1.70.0 (#3310) Emil Ernerfeldt 2023-09-06 07:59:24 +0200