Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #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 | |
| | | |||||
* | | Merge pull request #2691 from ↵ | 2024-12-10 | 1 | -0/+4 | |
|\ \ | | | | | | | | | | | | | mtkennerly/bugfix/pane-grid-canceled-within-deadband Emit pane_grid::DragEvent::Canceled within deadband | ||||
| * | | Emit pane_grid::DragEvent::Canceled within deadband | 2024-12-07 | 1 | -0/+4 | |
| |/ | |||||
* | | Merge pull request #2692 from Azorlogh/make-engine-send | 2024-12-10 | 2 | -20/+19 | |
|\ \ | |/ |/| | Make `iced_wgpu::Renderer` `Send` by using `Arc` in text/triangle caches | ||||
| * | make engine send by using Arc in text/triangle caches | 2024-12-08 | 2 | -20/+19 | |
|/ | |||||
* | Merge pull request #2675 from chrismanning/tooltip-hover-render | 2024-12-06 | 1 | -0/+3 | |
|\ | | | | | Request redraw in tooltip widget when cursor is hovering | ||||
| * | Request redraw in `tooltip` when `State` changes | 2024-12-06 | 1 | -1/+2 | |
| | | |||||
| * | Request redraw in tooltip widget when cursor is hovering | 2024-11-24 | 1 | -0/+2 | |
| | | |||||
* | | Merge pull request #2681 from xosxos/patch-1 | 2024-12-03 | 1 | -6/+14 | |
|\ \ | | | | | | | fix: add an initial state to the `system_information` example | ||||
| * | | Avoid using `Message` to drive logic in `system_information` example | 2024-12-03 | 1 | -7/+11 | |
| | | | |||||
| * | | fix: add run_with(Example::new) | 2024-12-03 | 1 | -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. | ||||
* | | Merge pull request #2683 from T-256/master | 2024-12-02 | 1 | -3/+2 | |
|\ \ | | | | | | | Call `OnPress::get` only when button is pressed | ||||
| * | | Fix `widget::button` format | 2024-12-02 | 1 | -2/+1 | |
| | | | |||||
| * | | Call `OnPress::get` only when button is pressed | 2024-12-02 | 1 | -2/+2 | |
|/ / | |||||
* | | Run `cargo fmt` | 2024-12-02 | 4 | -12/+5 | |
| | | |||||
* | | Fix new `clippy` lints | 2024-12-02 | 48 | -122/+123 | |
|/ | |||||
* | Merge pull request #2673 from iced-rs/feature/pin-widget | 2024-11-24 | 4 | -2/+329 | |
|\ | | | | | `pin` widget | ||||
| * | Make `pin` widget `Fill` parent by default | 2024-11-22 | 3 | -10/+6 | |
| | | |||||
| * | Implement `pin` widget | 2024-11-22 | 4 | -2/+333 | |
|/ | |||||
* | Use `Task::run` in `download_progress` example | 2024-11-22 | 2 | -43/+44 | |
| | |||||
* | Merge pull request #2672 from ids1024/screenshot | 2024-11-22 | 5 | -32/+22 | |
|\ | | | | | Remove `surface` argument of `Compositor::screenshot` |