Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `window::change_title` since it's redundant | 2025-01-06 | 2 | -13/+0 | |
| | | | | Applications can change title declaratively. | ||||
* | window task for setting resize increments | 2025-01-06 | 2 | -0/+22 | |
| | |||||
* | window resizable task | 2025-01-06 | 2 | -0/+13 | |
| | |||||
* | window tasks for setting min and max size | 2025-01-06 | 2 | -0/+36 | |
| | |||||
* | add Task and Action for changing a window title | 2025-01-06 | 2 | -0/+13 | |
| | |||||
* | Merge pull request #2626 from tvolk131/remove_once_cell | 2025-01-06 | 20 | -95/+77 | |
|\ | | | | | chore: remove once_cell dependency | ||||
| * | Fix consistency of import ordering | 2025-01-06 | 5 | -10/+8 | |
| | | |||||
| * | chore: remove once_cell dependency | 2025-01-06 | 20 | -96/+80 | |
| | | |||||
* | | Merge pull request #2627 from bbb651/more-window-settings | 2025-01-06 | 2 | -0/+14 | |
|\ \ | |/ |/| | Add `maximized` and `fullscreen` to `window::Settings` | ||||
| * | Add `window::Settings::fullscreen` | 2024-10-04 | 2 | -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` | 2024-10-04 | 2 | -0/+5 | |
| | | | | | | | | Corresponds to `winit::window::WindowAttributes::with_maximized` | ||||
* | | Merge pull request #2607 from DavidAguilo/palette_warning | 2025-01-06 | 4 | -5/+129 | |
|\ \ | | | | | | | Feat: Add warning color to palette | ||||
| * | | Showcase different `button` styles in `styling` example | 2025-01-06 | 1 | -5/+49 | |
| | | | |||||
| * | | Add `warning` style for `button` | 2025-01-06 | 1 | -0/+15 | |
| | | | |||||
| * | | Fix missing `warning` field in `color_palette` example | 2025-01-06 | 1 | -0/+1 | |
| | | | |||||
| * | | Moved warning to be between success and danger | 2025-01-06 | 1 | -52/+52 | |
| | | | |||||
| * | | Added color for warning for TERRA, and added warning field to Extended with ↵ | 2025-01-06 | 1 | -0/+33 | |
| | | | | | | | | | | | | the needed struct and generate | ||||
| * | | Added color for warning for OXOCARBON, used a purple since it is the one ↵ | 2025-01-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | used for diagnostic warnings in the nvim theme | ||||
| * | | Added color for warning for MOONFLY and NIGHTFLY | 2025-01-06 | 1 | -0/+2 | |
| | | | |||||
| * | | Added color for warning for TOKYO_NIGHT and KANAGAWA | 2025-01-06 | 1 | -0/+6 | |
| | | | |||||
| * | | Added color for warning for GRUVBOX and CATPPUCCIN | 2025-01-06 | 1 | -0/+6 | |
| | | | |||||
| * | | Added warning field to palette and assigned colors to it in the LIGHT, DARK, ↵ | 2025-01-06 | 1 | -0/+16 | |
| | | | | | | | | | | | | DRACULA, NORD and SOLARIZED(both) themes | ||||
* | | | Merge pull request #2585 from dtzxporter/scrollbar-show-always-disabled | 2025-01-06 | 1 | -5/+43 | |
|\ \ \ | |/ / |/| | | Scrollbar disabled style status to allow custom styles for always visible, but not overflowing scrollbars. | ||||
| * | | Rename `*_disabled` to `is_*_disabled` in `scrollable` | 2025-01-06 | 1 | -8/+8 | |
| | | | |||||
| * | | Simplify `scrollable` disabled styling calculation | 2025-01-06 | 1 | -24/+11 | |
| | | | |||||
| * | | Migrate scrollbar disabled style status to iced 0.13. | 2025-01-06 | 1 | -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-inconsistency | 2025-01-06 | 3 | -4/+19 | |
|\ \ \ | |/ / |/| | | Use "outer" positions in all window-related operations | ||||
| * | | Fix documentation of `window::Event::Opened` | 2025-01-06 | 1 | -2/+2 | |
| | | | |||||
| * | | Use "outer" positions in all window-related operations | 2025-01-06 | 2 | -2/+17 | |
|/ / | |||||
* | | Merge pull request #2698 from iced-rs/feature/test-crate | 2024-12-17 | 44 | -195/+8394 | |
|\ \ | | | | | | | Headless Mode Testing | ||||
| * | | Avoid dropping results in `counter` test | 2024-12-17 | 1 | -4/+3 | |
| | | | |||||
| * | | Fix redundant expression in `iced_test` documentation | 2024-12-17 | 1 | -1/+1 | |
| | | | |||||
| * | | Write documentation for `iced_test` | 2024-12-17 | 7 | -13/+189 | |
| | | | |||||
| * | | Track `Cargo.lock` for reproducible builds and tests | 2024-12-17 | 2 | -1/+7148 | |
| | | | |||||
| * | | Use proper hash for `creates_a_new_task` snapshot | 2024-12-17 | 5 | -18/+19 | |
| | | | |||||
| * | | Fix broken link in `Settings` documentation | 2024-12-17 | 1 | -3/+1 | |
| | | | |||||
| * | | Append `env::consts::OS` to snapshot filenames | 2024-12-17 | 5 | -17/+18 | |
| | | | |||||
| * | | Reduce size of `Simulator` in `todos` test | 2024-12-17 | 4 | -15/+13 | |
| | | | |||||
| * | | Bump MSRV to `1.81` | 2024-12-17 | 2 | -2/+2 | |
| | | | |||||
| * | | Implement `Simulator::simulate` and polish naming | 2024-12-17 | 2 | -46/+60 | |
| | | | |||||
| * | | Skip loading fonts that were previously loaded | 2024-12-14 | 1 | -0/+11 | |
| | | | |||||
| * | | Support custom renderers in `iced_test` through `renderer::Headless` trait | 2024-12-14 | 12 | -79/+190 | |
| | | | |||||
| * | | Embed and use Fira Sans as default font when testing | 2024-12-12 | 9 | -12/+12 | |
| | | | |||||
| * | | Stop tracking `todos` snapshot hash file | 2024-12-10 | 2 | -1/+1 | |
| | | | | | | | | | | | | Font selection is platform-dependent. | ||||
| * | | Add explicit `'static` in `todos` for Rust 1.80 | 2024-12-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Decouple `iced_test` from `iced` crate | 2024-12-10 | 3 | -14/+11 | |
| | | | |||||
| * | | Add image and hash snapshot-based testing to `iced_test` | 2024-12-10 | 17 | -105/+280 | |
| | | | |||||
| * | | Return `Result` in `todos` test | 2024-12-10 | 1 | -8/+4 | |
| | | | |||||
| * | | Remove `dbg!` leftover in `core::widget::text` | 2024-12-10 | 1 | -2/+0 | |
| | | | |||||
| * | | Draft `iced_test` crate and test `todos` example | 2024-12-10 | 18 | -62/+639 | |
| | | |