summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2724 from Rudxain/dl2Libravatar Héctor2025-01-143-113/+74
|\ | | | | Upgrade `dark-light` to v2
| * Use `unwrap_or` in `Theme::default`Libravatar Héctor Ramón Jiménez2025-01-141-4/+8
| |
| * Update `Cargo.lock`Libravatar Héctor Ramón Jiménez2025-01-141-108/+66
| |
| * migrate core::theme to `dark-light` v2Libravatar Ricardo Fernández Serrata2025-01-091-7/+6
| |
| * `dark-light`: 1 -> 2 (in root Cargo.toml)Libravatar Ricardo Fernández Serrata2025-01-091-1/+1
| |
* | Merge pull request #2722 from iced-rs/fix/lazy-compositor-initializationLibravatar Héctor2025-01-141-143/+133
|\ \ | | | | | | Initialize `Compositor` lazily in `winit` shell
| * | Panic instead of erroring when compositor channel unexpectedly closesLibravatar Héctor Ramón Jiménez2025-01-141-12/+5
| | |
| * | Simplify type annotations in `winit::program`Libravatar Héctor Ramón Jiménez2025-01-061-6/+2
| | |
| * | Initialize `Compositor` lazily in `winit` shellLibravatar Héctor Ramón Jiménez2025-01-061-143/+144
| | | | | | | | | | | | ... and get rid of the ghost boot window!
* | | Merge pull request #2723 from Konsl/masterLibravatar Héctor2025-01-101-0/+4
|\ \ \ | |_|/ |/| | Apply `Wrapping` to `Paragraph`s
| * | Fix text wrapping for `rich_text`Libravatar Héctor Ramón Jiménez2025-01-101-0/+2
| | |
| * | Apply wrapping to paragraphsLibravatar Konsl2025-01-071-0/+2
|/ /
* | Merge pull request #2633 from JL710/window-tasksLibravatar Héctor2025-01-063-18/+87
|\ \ | | | | | | more window tasks
| * | Rename `window::change_*` tasks to `set_*`Libravatar Héctor Ramón Jiménez2025-01-063-18/+16
| | |
| * | Fix unintuitive variable name in `winit::program`Libravatar Héctor Ramón Jiménez2025-01-061-9/+9
| | |
| * | Rename `window::resizable` to `window::set_resizable`Libravatar Héctor Ramón Jiménez2025-01-061-20/+20
| | |
| * | Remove `window::change_title` since it's redundantLibravatar Héctor Ramón Jiménez2025-01-062-13/+0
| | | | | | | | | | | | Applications can change title declaratively.
| * | window task for setting resize incrementsLibravatar JL7102025-01-062-0/+22
| | |
| * | window resizable taskLibravatar JL7102025-01-062-0/+13
| | |
| * | window tasks for setting min and max sizeLibravatar JL7102025-01-062-0/+36
| | |
| * | add Task and Action for changing a window titleLibravatar JL7102025-01-062-0/+13
|/ /
* | Merge pull request #2626 from tvolk131/remove_once_cellLibravatar Héctor2025-01-0620-95/+77
|\ \ | | | | | | chore: remove once_cell dependency
| * | Fix consistency of import orderingLibravatar Héctor Ramón Jiménez2025-01-065-10/+8
| | |
| * | chore: remove once_cell dependencyLibravatar Tommy Volk2025-01-0620-96/+80
| |/
* | Merge pull request #2627 from bbb651/more-window-settingsLibravatar Héctor2025-01-062-0/+14
|\ \ | |/ |/| Add `maximized` and `fullscreen` to `window::Settings`
| * Add `window::Settings::fullscreen`Libravatar bbb6512024-10-042-0/+9
| | | | | | | | | | | | | | | | Corresponds to `winit::window::WindowAttributes::with_fullscreen`. Currently only allows to set `Fullscreen::Borderless(None)` meaning borderless on the current monitor, exclusive fullscreen does not make sense for a GUI and iced does not expose monitors yet.
| * Add `window::Settings::maximized`Libravatar bbb6512024-10-042-0/+5
| | | | | | | | Corresponds to `winit::window::WindowAttributes::with_maximized`
* | 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
| | |