summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove once_cell dependencyLibravatar Tommy Volk2025-01-0620-96/+80
|
* Merge pull request #2607 from DavidAguilo/palette_warningLibravatar Héctor2025-01-064-5/+129
|\ | | | | Feat: Add warning color to palette
| * Showcase different `button` styles in `styling` exampleLibravatar Héctor Ramón Jiménez2025-01-061-5/+49
| |
| * Add `warning` style for `button`Libravatar Héctor Ramón Jiménez2025-01-061-0/+15
| |
| * Fix missing `warning` field in `color_palette` exampleLibravatar Héctor Ramón Jiménez2025-01-061-0/+1
| |
| * Moved warning to be between success and dangerLibravatar David Aguiló Domínguez2025-01-061-52/+52
| |
| * Added color for warning for TERRA, and added warning field to Extended with ↵Libravatar David Aguiló Domínguez2025-01-061-0/+33
| | | | | | | | the needed struct and generate
| * Added color for warning for OXOCARBON, used a purple since it is the one ↵Libravatar David Aguiló Domínguez2025-01-061-0/+1
| | | | | | | | used for diagnostic warnings in the nvim theme
| * Added color for warning for MOONFLY and NIGHTFLYLibravatar David Aguiló Domínguez2025-01-061-0/+2
| |
| * Added color for warning for TOKYO_NIGHT and KANAGAWALibravatar David Aguiló Domínguez2025-01-061-0/+6
| |
| * Added color for warning for GRUVBOX and CATPPUCCINLibravatar David Aguiló Domínguez2025-01-061-0/+6
| |
| * Added warning field to palette and assigned colors to it in the LIGHT, DARK, ↵Libravatar David Aguiló Domínguez2025-01-061-0/+16
| | | | | | | | DRACULA, NORD and SOLARIZED(both) themes
* | Merge pull request #2585 from dtzxporter/scrollbar-show-always-disabledLibravatar Héctor2025-01-061-5/+43
|\ \ | |/ |/| Scrollbar disabled style status to allow custom styles for always visible, but not overflowing scrollbars.
| * Rename `*_disabled` to `is_*_disabled` in `scrollable`Libravatar Héctor Ramón Jiménez2025-01-061-8/+8
| |
| * Simplify `scrollable` disabled styling calculationLibravatar Héctor Ramón Jiménez2025-01-061-24/+11
| |
| * Migrate scrollbar disabled style status to iced 0.13.Libravatar dtzxporter2025-01-061-14/+65
| | | | | | | | Feel free to change the 'name' of it. I originally used 'disabled' to signal that it's not usable, but still visible. 'Overflowing' may be a better term.
* | Merge pull request #2688 from iced-rs/fix/window-position-inconsistencyLibravatar Héctor2025-01-063-4/+19
|\ \ | |/ |/| Use "outer" positions in all window-related operations
| * Fix documentation of `window::Event::Opened`Libravatar Héctor Ramón Jiménez2025-01-061-2/+2
| |
| * Use "outer" positions in all window-related operationsLibravatar Héctor Ramón Jiménez2025-01-062-2/+17
|/
* Merge pull request #2698 from iced-rs/feature/test-crateLibravatar Héctor2024-12-1744-195/+8394
|\ | | | | Headless Mode Testing
| * Avoid dropping results in `counter` testLibravatar Héctor Ramón Jiménez2024-12-171-4/+3
| |
| * Fix redundant expression in `iced_test` documentationLibravatar Héctor Ramón Jiménez2024-12-171-1/+1
| |
| * Write documentation for `iced_test`Libravatar Héctor Ramón Jiménez2024-12-177-13/+189
| |
| * Track `Cargo.lock` for reproducible builds and testsLibravatar Héctor Ramón Jiménez2024-12-172-1/+7148
| |
| * Use proper hash for `creates_a_new_task` snapshotLibravatar Héctor Ramón Jiménez2024-12-175-18/+19
| |
| * Fix broken link in `Settings` documentationLibravatar Héctor Ramón Jiménez2024-12-171-3/+1
| |
| * Append `env::consts::OS` to snapshot filenamesLibravatar Héctor Ramón Jiménez2024-12-175-17/+18
| |
| * Reduce size of `Simulator` in `todos` testLibravatar Héctor Ramón Jiménez2024-12-174-15/+13
| |
| * Bump MSRV to `1.81`Libravatar Héctor Ramón Jiménez2024-12-172-2/+2
| |
| * Implement `Simulator::simulate` and polish namingLibravatar Héctor Ramón Jiménez2024-12-172-46/+60
| |
| * Skip loading fonts that were previously loadedLibravatar Héctor Ramón Jiménez2024-12-141-0/+11
| |
| * Support custom renderers in `iced_test` through `renderer::Headless` traitLibravatar Héctor Ramón Jiménez2024-12-1412-79/+190
| |
| * Embed and use Fira Sans as default font when testingLibravatar Héctor Ramón Jiménez2024-12-129-12/+12
| |
| * Stop tracking `todos` snapshot hash fileLibravatar Héctor Ramón Jiménez2024-12-102-1/+1
| | | | | | | | Font selection is platform-dependent.
| * Add explicit `'static` in `todos` for Rust 1.80Libravatar Héctor Ramón Jiménez2024-12-101-1/+1
| |
| * Decouple `iced_test` from `iced` crateLibravatar Héctor Ramón Jiménez2024-12-103-14/+11
| |
| * Add image and hash snapshot-based testing to `iced_test`Libravatar Héctor Ramón Jiménez2024-12-1017-105/+280
| |
| * Return `Result` in `todos` testLibravatar Héctor Ramón Jiménez2024-12-101-8/+4
| |
| * Remove `dbg!` leftover in `core::widget::text`Libravatar Héctor Ramón Jiménez2024-12-101-2/+0
| |
| * Draft `iced_test` crate and test `todos` exampleLibravatar Héctor Ramón Jiménez2024-12-1018-62/+639
| |
* | Merge pull request #2691 from ↵Libravatar Héctor2024-12-101-0/+4
|\ \ | | | | | | | | | | | | mtkennerly/bugfix/pane-grid-canceled-within-deadband Emit pane_grid::DragEvent::Canceled within deadband
| * | Emit pane_grid::DragEvent::Canceled within deadbandLibravatar mtkennerly2024-12-071-0/+4
| |/
* | Merge pull request #2692 from Azorlogh/make-engine-sendLibravatar Héctor2024-12-102-20/+19
|\ \ | |/ |/| Make `iced_wgpu::Renderer` `Send` by using `Arc` in text/triangle caches
| * make engine send by using Arc in text/triangle cachesLibravatar Alix Bott2024-12-082-20/+19
|/
* Merge pull request #2675 from chrismanning/tooltip-hover-renderLibravatar Héctor2024-12-061-0/+3
|\ | | | | Request redraw in tooltip widget when cursor is hovering
| * Request redraw in `tooltip` when `State` changesLibravatar Héctor Ramón Jiménez2024-12-061-1/+2
| |
| * Request redraw in tooltip widget when cursor is hoveringLibravatar Chris Manning2024-11-241-0/+2
| |
* | Merge pull request #2681 from xosxos/patch-1Libravatar Héctor2024-12-031-6/+14
|\ \ | | | | | | fix: add an initial state to the `system_information` example
| * | Avoid using `Message` to drive logic in `system_information` exampleLibravatar Héctor Ramón Jiménez2024-12-031-7/+11
| | |
| * | fix: add run_with(Example::new)Libravatar Osma S. Rautila2024-12-031-1/+5
|/ / | | | | The example was not running the `update` method and was stuck on the loading screen (at least on macos). This fixes is on my system.