Commit graph

  • fae95d6095
    Draft float widget and simplify image again 🎉 Héctor Ramón Jiménez 2025-04-29 22:31:58 +02:00
  • 8ba993adad
    Merge pull request #2910 from iced-rs/feature/time-travel Héctor 2025-04-29 21:53:36 +02:00
  • 2a43921c56
    Add min_size method to PaneGrid Héctor Ramón Jiménez 2025-04-29 14:36:47 +02:00
  • 5f02c554a9
    add container::warning style edwloef 2025-04-29 16:41:57 +02:00
  • 29a19fcde1
    Purify Animation API and introduce application::timed Héctor Ramón Jiménez 2025-04-29 03:03:32 +02:00
  • 4334923add
    Merge branch 'master' into feature/time-travel Héctor Ramón Jiménez 2025-04-29 02:06:34 +02:00
  • ef16ea3b2a
    Tweak and organize devtools crate Héctor Ramón Jiménez 2025-04-28 22:31:13 +02:00
  • 267583c2a9
    Draft auto-update process for comet in devtools Héctor Ramón Jiménez 2025-04-28 09:48:55 +02:00
  • aa633f6832
    Merge pull request #2905 from edwloef/fix_combo_box Héctor 2025-04-26 18:26:04 +02:00
  • 40ed7d8762
    fix combo-box panic after 6034a0c edwloef 2025-04-26 17:47:11 +02:00
  • 5451208ab8
    add macro helper for grid edwloef 2025-04-26 10:30:12 +02:00
  • afc562d336
    Merge pull request #2903 from iced-rs/feature/image-float Héctor 2025-04-26 07:49:30 +02:00
  • 61b96caf21
    Reduce nesting in Rectangle::offset Héctor Ramón Jiménez 2025-04-26 04:50:59 +02:00
  • 00e4de88bf
    Return early when drawing image::Overlay if not visible Héctor Ramón Jiménez 2025-04-26 03:19:30 +02:00
  • c4e6e42759
    Clip shadow bounds of floating images to the viewport Héctor Ramón Jiménez 2025-04-26 03:16:45 +02:00
  • 385cfcddb2
    Remove push method for overlay::Group Héctor Ramón Jiménez 2025-04-26 02:55:42 +02:00
  • 6c51a9579d
    Make Overlay aware of viewport Héctor Ramón Jiménez 2025-04-26 02:51:32 +02:00
  • a2a7c18c9d
    Implement Image::translate for positioning floating images Héctor Ramón Jiménez 2025-04-25 13:31:49 +02:00
  • e64c58d032
    Implement overlay ordering for Image::float Héctor Ramón Jiménez 2025-04-25 11:20:16 +02:00
  • 7f1dcec391
    Merge pull request #2901 from Ultrasquid9/master Héctor 2025-04-25 04:17:50 +02:00
  • 0231c152fc
    fix number of rows in grid when evenly distributed (#2896) Johann Tuffe 2025-04-25 07:00:10 +08:00
  • 0b6e0667ae Indent and Unindent Text Editor Actions Juniper 2025-04-24 17:20:19 -04:00
  • f67785edb5
    Simplify Widget::diff default implementation Héctor Ramón Jiménez 2025-04-24 22:58:17 +02:00
  • 6034a0cf60
    Fix incorrect default implementation of Widget::diff Héctor Ramón Jiménez 2025-04-24 22:55:31 +02:00
  • 50cc94d944
    Fix even height distribution logic in grid widget Héctor Ramón Jiménez 2025-04-22 19:41:00 +02:00
  • a105ad4f9f
    Unify SubscriptionsTracked with Span::Update Héctor Ramón Jiménez 2025-04-21 05:12:08 +02:00
  • 5ce3892a1e
    Abstract time-travel feature in TimeMachine struct Héctor Ramón Jiménez 2025-04-20 22:11:24 +02:00
  • 7c6155242c
    Avoid redundant metrics when rewinding Héctor Ramón Jiménez 2025-04-20 21:50:12 +02:00
  • 5b649541b6
    Fix disconnection logic in beacon::client Héctor Ramón Jiménez 2025-04-20 20:20:03 +02:00
  • 162f8c0c29
    Replace RwLock with Mutex in beacon::client Héctor Ramón Jiménez 2025-04-20 19:56:25 +02:00
  • 41d7487ab0
    Replace select! with into_split in beacon::client Héctor Ramón Jiménez 2025-04-20 19:50:08 +02:00
  • d5d4479a53
    Draft time-travel debugging feature Héctor Ramón Jiménez 2025-04-17 03:24:17 +02:00
  • 388a419ed5
    Merge pull request #2891 from iced-rs/comet-custom-timings Héctor 2025-04-16 22:56:11 +02:00
  • 2a57fab910
    Update comet revision in devtools Héctor Ramón Jiménez 2025-04-16 18:28:03 +02:00
  • 2e0c03923c
    Add custom timing support for comet Héctor Ramón Jiménez 2025-04-16 18:17:14 +02:00
  • d1e936fb25
    Re-align Paragraph on resize Héctor Ramón Jiménez 2025-04-12 00:48:57 +02:00
  • 3ee9a1e187
    Wrap devtools overlays in opaque Héctor Ramón Jiménez 2025-04-11 01:22:54 +02:00
  • 482d54118a
    Fix missing _padding in color conversion pipeline Héctor Ramón Jiménez 2025-04-10 23:25:20 +02:00
  • 58e2d0cdcb
    Merge pull request #2885 from iced-rs/feature/grid-widget Héctor 2025-04-10 15:59:22 +02:00
  • 687750e026
    Make grid sizing strategy explicit and more intuitive Héctor Ramón Jiménez 2025-04-10 15:39:10 +02:00
  • 504d9c2959
    Fix cells_per_row calculation in grid widget Héctor Ramón Jiménez 2025-04-10 14:45:35 +02:00
  • b89e78cd82
    Draft new grid widget Héctor Ramón Jiménez 2025-04-10 02:49:32 +02:00
  • 193a340d6d
    Include RedrawRequested event in draw debug stage Héctor Ramón Jiménez 2025-04-10 00:54:41 +02:00
  • bd556269ea
    Merge pull request #2883 from pml68/fix/16-byte-padding-wgpu-wasm Héctor 2025-04-09 23:48:39 +02:00
  • c2e41a4346 refactor: make Ratio padding a single [f32; 2] pml68 2025-04-09 23:13:07 +02:00
  • e338e61e0b docs: add docs for what p0 and p1 are pml68 2025-04-09 23:11:24 +02:00
  • 183fb8a659
    Avoid attaching devtools on Wasm Héctor Ramón Jiménez 2025-04-09 23:03:01 +02:00
  • 208de5578c
    Merge pull request #2881 from iced-rs/presentation-metrics Héctor 2025-04-09 22:58:25 +02:00
  • bf6c7d0094 fix: "BUFFER_BINDINGS_NOT_16_BYTE_ALIGNED not supported" error pml68 2025-04-09 22:53:40 +02:00
  • 51ed744481
    Update comet revision in devtools Héctor Ramón Jiménez 2025-04-09 21:53:11 +02:00
  • 015f5283a8
    Introduce presentation metrics and send them to comet Héctor Ramón Jiménez 2025-04-09 21:50:21 +02:00
  • 6508ad67c1
    Merge pull request #2686 from Fili-pk/master Héctor 2025-04-09 19:37:41 +02:00
  • 30aeec09c7
    Fix WebGPU detection on Wasm fili_pk 2024-12-05 16:15:44 +01:00
  • e08ae64675
    Merge pull request #2880 from iced-rs/cosmic-text-0.14 Héctor 2025-04-09 19:23:58 +02:00
  • c335b256a1
    Fix Fira Sans not being used as default font on Wasm Héctor Ramón Jiménez 2025-04-09 19:12:11 +02:00
  • 6bf6fc60c9
    Update cosmic-text to 0.14 Héctor Ramón Jiménez 2025-04-09 18:40:38 +02:00
  • c77c4aadd1
    Use ubuntu-latest in document workflow Héctor Ramón Jiménez 2025-04-08 22:15:19 +02:00
  • a6bcf69ea0
    Fix Task unit calculation in Task::batch Héctor Ramón Jiménez 2025-04-08 22:12:47 +02:00
  • bc66866bb8
    Attach devtools to daemon when debug is enabled Héctor Ramón Jiménez 2025-04-08 13:44:00 +02:00
  • 97498aaddc
    Merge pull request #2879 from iced-rs/beacon Héctor 2025-04-08 13:29:27 +02:00
  • dd6c99e1a4
    Detect and warn slow Debug implementations for Message Héctor Ramón Jiménez 2025-04-07 20:02:39 +02:00
  • 08f1133a03
    Hardcode specific comet revision in devtools Héctor Ramón Jiménez 2025-04-07 19:51:29 +02:00
  • 5c39cd4478
    Implement installation wizard for comet in devtools Héctor Ramón Jiménez 2025-04-06 17:21:20 +02:00
  • 00ee6ab47a
    Spawn a thread to sleep asynchronously in devtools Héctor Ramón Jiménez 2025-04-05 20:14:51 +02:00
  • 132f60c29c
    Draft toast notification overlay in devtools Héctor Ramón Jiménez 2025-04-05 20:08:54 +02:00
  • a719b0596c
    Draft iced_devtools subcrate structure Héctor Ramón Jiménez 2025-04-05 19:27:15 +02:00
  • e462535f3b
    Update Cargo.lock Héctor Ramón Jiménez 2025-04-05 18:29:03 +02:00
  • 3f67044977
    Merge branch 'master' into beacon Héctor Ramón Jiménez 2025-04-05 18:20:31 +02:00
  • cd27dae8ab
    Fix submission in integration example Héctor Ramón Jiménez 2025-04-03 20:36:30 +02:00
  • 33d20763c8
    Annotate root crate tests with standalone_crate Héctor Ramón Jiménez 2025-04-03 20:27:17 +02:00
  • 53ce0e3a88
    Fix lints for Rust 1.86 Héctor Ramón Jiménez 2025-04-03 16:59:55 +02:00
  • 1b22d7d5fc
    Fix Compositor concurrent initialization Héctor Ramón Jiménez 2025-04-02 20:33:22 +02:00
  • d203392c9d
    Enable web-colors by default Héctor Ramón Jiménez 2025-04-02 20:19:40 +02:00
  • 15530cd57d
    Enable fs feature for tokio in todos example Héctor Ramón Jiménez 2025-04-02 11:53:48 +02:00
  • 5d1de9dc95
    Enable async-await feature in iced_futures Héctor Ramón Jiménez 2025-04-02 11:50:27 +02:00
  • ea3cb63d8b
    Merge pull request #2841 from edwloef/disable-futures-executor Héctor 2025-04-02 11:40:21 +02:00
  • 5b8d92ed5b
    Remove leftover mentions of async-std Héctor Ramón Jiménez 2025-04-02 11:08:23 +02:00
  • 9f1beba583
    Make sipper dependency optional Héctor Ramón Jiménez 2025-04-02 10:58:09 +02:00
  • cf827dd349
    Allow disabling all executor features on Wasm builds Héctor Ramón Jiménez 2025-04-02 10:46:25 +02:00
  • 91996372cb
    Remove async-std support (RIP) Héctor Ramón Jiménez 2025-04-02 10:45:27 +02:00
  • 57cb14ce38
    Remove Executor::block_on and simplify Compositor creation Héctor Ramón Jiménez 2025-04-02 10:39:27 +02:00
  • baadcc150f
    don't use futures-executor when it's not the default executor edwloef 2025-03-13 23:12:44 +01:00
  • a3a7503eef
    Update smol dependency to 2.0 Héctor Ramón Jiménez 2025-04-02 09:03:02 +02:00
  • 5f00aef426
    Remove approx dependency and update Cargo.lock Héctor Ramón Jiménez 2025-04-01 08:20:59 +02:00
  • 9ac50ad094
    Use cloned in styling test Héctor Ramón Jiménez 2025-04-01 03:13:02 +02:00
  • e328aeb4b2
    Merge pull request #2839 from edwloef/remove-palette Héctor 2025-04-01 03:08:18 +02:00
  • 44e13db1ef
    get rid of palette dependency edwloef 2025-03-13 16:32:53 +01:00
  • 2b7d8eaaca
    Test different Theme variants in styling example Héctor Ramón Jiménez 2025-04-01 02:54:45 +02:00
  • e060129951
    Merge branch 'master' into beacon Héctor Ramón Jiménez 2025-04-01 02:18:20 +02:00
  • 6ecf7da43a improve center/align docs of container JL710 2025-03-30 12:42:38 +02:00
  • ced4276a5e
    Replace Rc with Arc in tiny_skia renderer Héctor Ramón Jiménez 2025-03-29 21:24:48 +01:00
  • b70355cdf7
    Merge pull request #2857 from iced-rs/headless-wgpu Héctor 2025-03-28 21:06:08 +01:00
  • f74ae73784
    Use ICED_TEST_BACKEND env var in iced_test Héctor Ramón Jiménez 2025-03-28 20:55:16 +01:00
  • 788d9989ba
    Fix load operation for msaa render pass in iced_wgpu Héctor Ramón Jiménez 2025-03-27 17:01:41 +01:00
  • 26642b8724
    make DEFAULT_PADDING public JL710 2025-03-25 17:05:05 +01:00
  • 5c196889f2
    Set ICED_BACKEND to tiny-skia in test workflow Héctor Ramón Jiménez 2025-03-24 20:35:10 +01:00
  • 86311b8914
    Fix multi_window example scrollable layout Héctor Ramón Jiménez 2025-03-24 20:28:14 +01:00
  • 5e5c7c85ad
    Append renderer name to iced_test snapshots Héctor Ramón Jiménez 2025-03-24 20:18:24 +01:00
  • 175a53bc86
    Rename end_frame to trim in iced_wgpu Héctor Ramón Jiménez 2025-03-24 19:51:18 +01:00
  • 76c5306581
    Trim text atlas in iced_wgpu after drawing Héctor Ramón Jiménez 2025-03-24 19:47:25 +01:00