Commit graph

  • 3a07c631ad
    Implement time::repeat and simplify Subscription::run_with Héctor Ramón Jiménez 2025-01-24 16:38:56 +01:00
  • f8337b8da7
    Add helper functions for alignment to widget module Héctor Ramón Jiménez 2025-01-24 15:55:24 +01:00
  • 3d64e6cd3c
    derive partialeq and eq for mouse::click::Kind edwloef 2025-01-22 16:32:59 +01:00
  • 75a6f32a5e
    Merge pull request #2737 from iced-rs/update-winit-0.30.8 Héctor 2025-01-20 23:55:05 +01:00
  • 6ce61ed821
    Update our winit fork with 0.30.8 fixes Héctor Ramón Jiménez 2025-01-20 23:44:16 +01:00
  • dcd4abd5af
    Merge pull request #2731 from will-lynas/remove-cast Héctor 2025-01-16 18:11:41 +00:00
  • 31f53ecd69 Remove a useless cast Will Lynas 2025-01-16 15:49:35 +00:00
  • 2b920235b5
    Merge pull request #2644 from kgday/master Héctor 2025-01-16 12:28:39 +00:00
  • d9a732994f
    Simplify tick drawing logic in clock example Héctor Ramón Jiménez 2025-01-16 12:17:28 +00:00
  • 10e5362c04
    Make numbers bigger and draw ticks in clock example Héctor Ramón Jiménez 2025-01-16 12:07:41 +00:00
  • 24297c549b
    Merge pull request #2642 from tsuza/master Héctor 2025-01-16 11:44:15 +00:00
  • 8a453903b9
    Fix broken doc link in winit::conversion Héctor Ramón Jiménez 2025-01-16 11:36:03 +00:00
  • 61d4423015
    Use simple quote in runtime::window docs Héctor Ramón Jiménez 2025-01-16 11:18:15 +00:00
  • e3f149d932
    feat: add a window drag resize task tsuza 2024-10-16 18:17:10 +02:00
  • a00f564dee
    Merge pull request #2641 from Jinderamarak/fix-markdown-nested-lists Héctor 2025-01-15 11:07:32 +00:00
  • 440918ce53
    fix: parsing of nested markdown lists without empty line Jinderamarak 2024-10-16 14:35:03 +02:00
  • a773e44b61
    Merge pull request #2716 from Zarthus/master Héctor 2025-01-14 11:56:51 +00:00
  • 1a2e55ea60
    Update Cargo.lock Héctor Ramón Jiménez 2025-01-14 11:45:30 +00:00
  • 8078f5b08c
    Bump image from 0.24 to 0.25 Jos Ahrens 2025-01-02 19:44:08 +01:00
  • 2879797758
    Merge pull request #2724 from Rudxain/dl2 Héctor 2025-01-14 11:44:59 +00:00
  • 6fb7ec6cd4
    Use unwrap_or in Theme::default Héctor Ramón Jiménez 2025-01-14 11:36:02 +00:00
  • 2f233024c0
    Update Cargo.lock Héctor Ramón Jiménez 2025-01-14 11:35:53 +00:00
  • bca293db2a
    Merge pull request #2722 from iced-rs/fix/lazy-compositor-initialization Héctor 2025-01-14 11:32:38 +00:00
  • 8b3b554de2
    Panic instead of erroring when compositor channel unexpectedly closes Héctor Ramón Jiménez 2025-01-14 11:16:03 +00:00
  • f4eebf0f61
    Merge pull request #2723 from Konsl/master Héctor 2025-01-10 23:46:40 +01:00
  • bffe572a04
    Fix text wrapping for rich_text Héctor Ramón Jiménez 2025-01-10 23:36:45 +01:00
  • b0f860533e
    migrate core::theme to dark-light v2 Ricardo Fernández Serrata 2025-01-09 19:30:09 -04:00
  • cb19e152cd
    dark-light: 1 -> 2 (in root Cargo.toml) Ricardo Fernández Serrata 2025-01-09 19:20:21 -04:00
  • 664caf7087
    Apply wrapping to paragraphs Konsl 2025-01-07 00:30:14 +01:00
  • e722c4ee4f
    Merge pull request #2633 from JL710/window-tasks Héctor 2025-01-06 23:36:35 +01:00
  • 5b70754809
    Rename window::change_* tasks to set_* Héctor Ramón Jiménez 2025-01-06 23:25:57 +01:00
  • ed199e5e8f
    Fix unintuitive variable name in winit::program Héctor Ramón Jiménez 2025-01-06 23:24:12 +01:00
  • 82ac0e7bf9
    Rename window::resizable to window::set_resizable Héctor Ramón Jiménez 2025-01-06 23:24:01 +01:00
  • 91fd6d395f
    Remove window::change_title since it's redundant Héctor Ramón Jiménez 2025-01-06 23:20:12 +01:00
  • 00b60d819b
    window task for setting resize increments JL710 2024-10-11 12:24:05 +02:00
  • f5f075e5cd
    window resizable task JL710 2024-10-11 12:16:52 +02:00
  • 8ebbfa9767
    window tasks for setting min and max size JL710 2024-10-11 12:10:30 +02:00
  • ca8aaf9b8d
    add Task and Action for changing a window title JL710 2024-10-11 11:51:44 +02:00
  • 717b296cdb
    Merge pull request #2626 from tvolk131/remove_once_cell Héctor 2025-01-06 23:09:15 +01:00
  • 634365564e
    Merge pull request #2627 from bbb651/more-window-settings Héctor 2025-01-06 23:05:32 +01:00
  • 2b8b3fd413
    Fix consistency of import ordering Héctor Ramón Jiménez 2025-01-06 23:00:21 +01:00
  • 0e8c3fe30f
    chore: remove once_cell dependency Tommy Volk 2024-10-03 22:27:25 -05:00
  • 2086fc0d6b
    Simplify type annotations in winit::program Héctor Ramón Jiménez 2025-01-06 22:48:09 +01:00
  • 6daba88029
    Initialize Compositor lazily in winit shell Héctor Ramón Jiménez 2025-01-06 22:37:42 +01:00
  • b156087fcf
    Merge pull request #2607 from DavidAguilo/palette_warning Héctor 2025-01-06 21:13:08 +01:00
  • 8fc57628a0
    Showcase different button styles in styling example Héctor Ramón Jiménez 2025-01-06 21:05:29 +01:00
  • edbb318cbd
    Add warning style for button Héctor Ramón Jiménez 2025-01-06 21:05:13 +01:00
  • 2b4f428cf8
    Merge pull request #2585 from dtzxporter/scrollbar-show-always-disabled Héctor 2025-01-06 20:37:21 +01:00
  • e01fb00d3b
    Fix missing warning field in color_palette example Héctor Ramón Jiménez 2025-01-06 20:36:34 +01:00
  • feef71a382
    Moved warning to be between success and danger David Aguiló Domínguez 2024-09-25 15:25:54 +02:00
  • 3bc836827a
    Added color for warning for TERRA, and added warning field to Extended with the needed struct and generate David Aguiló Domínguez 2024-09-25 14:48:00 +02:00
  • 39f2cdd946
    Added color for warning for OXOCARBON, used a purple since it is the one used for diagnostic warnings in the nvim theme David Aguiló Domínguez 2024-09-25 13:53:04 +02:00
  • c3aefdc27b
    Added color for warning for MOONFLY and NIGHTFLY David Aguiló Domínguez 2024-09-25 13:52:34 +02:00
  • 91439dc172
    Added color for warning for TOKYO_NIGHT and KANAGAWA David Aguiló Domínguez 2024-09-25 13:37:55 +02:00
  • c768aba64c
    Added color for warning for GRUVBOX and CATPPUCCIN David Aguiló Domínguez 2024-09-25 13:20:13 +02:00
  • 9e2f7b2d50
    Added warning field to palette and assigned colors to it in the LIGHT, DARK, DRACULA, NORD and SOLARIZED(both) themes David Aguiló Domínguez 2024-09-25 13:10:11 +02:00
  • e543329c79
    Merge pull request #2688 from iced-rs/fix/window-position-inconsistency Héctor 2025-01-06 20:26:07 +01:00
  • eee3588181
    Rename *_disabled to is_*_disabled in scrollable Héctor Ramón Jiménez 2025-01-06 20:25:22 +01:00
  • cff3eb217f
    Simplify scrollable disabled styling calculation Héctor Ramón Jiménez 2025-01-06 20:23:26 +01:00
  • 8d9fe61d76
    Migrate scrollbar disabled style status to iced 0.13. dtzxporter 2024-09-18 22:03:08 -04:00
  • bfab1a32d1
    Fix documentation of window::Event::Opened Héctor Ramón Jiménez 2025-01-06 20:10:44 +01:00
  • a0acaba866
    Use "outer" positions in all window-related operations Héctor Ramón Jiménez 2024-12-06 04:28:06 +01:00
  • c90d153976
    always increment quad, mesh, text and image layer counts in wgpu layer rendering edwloef 2024-12-19 15:21:39 +01:00
  • f2c9b6b2ff
    Merge pull request #2698 from iced-rs/feature/test-crate Héctor 2024-12-17 17:28:46 +01:00
  • e5545aaa57
    Avoid dropping results in counter test Héctor Ramón Jiménez 2024-12-17 04:35:28 +01:00
  • ecd5227ef7
    Fix redundant expression in iced_test documentation Héctor Ramón Jiménez 2024-12-17 04:32:49 +01:00
  • 5220a064c5
    Write documentation for iced_test Héctor Ramón Jiménez 2024-12-17 04:13:19 +01:00
  • 8f6f5c13b0
    Track Cargo.lock for reproducible builds and tests Héctor Ramón Jiménez 2024-12-17 03:09:52 +01:00
  • 41a822c6fb
    Use proper hash for creates_a_new_task snapshot Héctor Ramón Jiménez 2024-12-17 02:27:13 +01:00
  • 326c5852aa
    Fix broken link in Settings documentation Héctor Ramón Jiménez 2024-12-17 02:20:23 +01:00
  • 2f98a7e203
    Append env::consts::OS to snapshot filenames Héctor Ramón Jiménez 2024-12-17 02:17:07 +01:00
  • 0ad40d0338
    Reduce size of Simulator in todos test Héctor Ramón Jiménez 2024-12-17 01:53:39 +01:00
  • b22a847668
    Bump MSRV to 1.81 Héctor Ramón Jiménez 2024-12-17 01:41:09 +01:00
  • 869b44db4e
    Implement Simulator::simulate and polish naming Héctor Ramón Jiménez 2024-12-17 01:37:00 +01:00
  • bfa722c662
    Skip loading fonts that were previously loaded Héctor Ramón Jiménez 2024-12-14 04:09:51 +01:00
  • 2cf4abf25b
    Support custom renderers in iced_test through renderer::Headless trait Héctor Ramón Jiménez 2024-12-14 03:49:24 +01:00
  • 6572909ab5
    Embed and use Fira Sans as default font when testing Héctor Ramón Jiménez 2024-12-12 03:14:40 +01:00
  • a687a83765
    Merge pull request #2691 from mtkennerly/bugfix/pane-grid-canceled-within-deadband Héctor 2024-12-10 17:59:08 +01:00
  • 7683bd201f
    Stop tracking todos snapshot hash file Héctor Ramón Jiménez 2024-12-10 05:10:04 +01:00
  • ce13c22b5a
    Merge pull request #2692 from Azorlogh/make-engine-send Héctor 2024-12-10 05:07:08 +01:00
  • 9bc29e5347
    Add explicit 'static in todos for Rust 1.80 Héctor Ramón Jiménez 2024-12-10 05:00:33 +01:00
  • 1713ac49f2
    Decouple iced_test from iced crate Héctor Ramón Jiménez 2024-12-10 04:56:37 +01:00
  • 1aeb317f2d
    Add image and hash snapshot-based testing to iced_test Héctor Ramón Jiménez 2024-12-06 04:06:41 +01:00
  • 8e3636d769
    Return Result in todos test Héctor Ramón Jiménez 2024-12-04 00:29:36 +01:00
  • cb30f9f604
    Remove dbg! leftover in core::widget::text Héctor Ramón Jiménez 2024-12-03 22:04:40 +01:00
  • d09d5d45ae
    Draft iced_test crate and test todos example Héctor Ramón Jiménez 2024-12-03 22:03:06 +01:00
  • 917feb9247 make engine send by using Arc in text/triangle caches Alix Bott 2024-12-08 03:27:37 +01:00
  • aea95b53fb
    Emit pane_grid::DragEvent::Canceled within deadband mtkennerly 2024-12-07 10:32:54 -05:00
  • d6182299b9
    Merge pull request #2675 from chrismanning/tooltip-hover-render Héctor 2024-12-06 06:25:29 +01:00
  • 07850718fc
    Request redraw in tooltip when State changes Héctor Ramón Jiménez 2024-12-06 06:16:16 +01:00
  • 9c93341089
    Merge pull request #2681 from xosxos/patch-1 Héctor 2024-12-03 01:35:41 +01:00
  • 1e5c1ad2cb
    Avoid using Message to drive logic in system_information example Héctor Ramón Jiménez 2024-12-03 01:27:26 +01:00
  • 334f5baa10
    fix: add run_with(Example::new) Osma S. Rautila 2024-12-01 15:31:27 +02:00
  • 3b2a422d5d
    Merge pull request #2683 from T-256/master Héctor 2024-12-02 20:13:02 +01:00
  • 713aa74f4c
    Fix widget::button format Héctor Ramón Jiménez 2024-12-02 19:58:06 +01:00
  • 2cab4e6ddb
    Call OnPress::get only when button is pressed T-256 2024-12-02 20:52:48 +03:30
  • 8295b231df
    Run cargo fmt Héctor Ramón Jiménez 2024-12-02 19:57:39 +01:00
  • 602661372c
    Fix new clippy lints Héctor Ramón Jiménez 2024-12-02 19:53:16 +01:00
  • 0a39f5eac7 Request redraw in tooltip widget when cursor is hovering Chris Manning 2024-11-24 15:04:52 +00:00
  • e8f8216ea1
    Merge pull request #2673 from iced-rs/feature/pin-widget Héctor 2024-11-24 14:00:18 +01:00