Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `LineEnding` to `editor` and fix inconsistencies | 2025-01-28 | 2 | -2/+41 | |
| | |||||
* | Add `repeat`, `repeat_forever`, and `auto_reverse` to `Animation` | 2025-01-28 | 1 | -0/+20 | |
| | |||||
* | Rename `Animation::in_progress` to `is_animating` | 2025-01-28 | 1 | -1/+1 | |
| | |||||
* | Make `animation` module only available in native | 2025-01-27 | 1 | -0/+2 | |
| | |||||
* | Fix broken intra-doc link in `animation` | 2025-01-27 | 1 | -0/+2 | |
| | |||||
* | Implement `Animation::value` | 2025-01-27 | 1 | -0/+5 | |
| | |||||
* | Draft basic `Animation` API in `iced_core` | 2025-01-27 | 3 | -0/+112 | |
| | |||||
* | Merge pull request #2749 from rhysd/const-from-rgb8 | 2025-01-27 | 2 | -88/+23 | |
|\ | | | | | Make `Color::from_rgb8` and `Color::from_rgba8` const | ||||
| * | Use `color!` macro in `Palette` definitions | 2025-01-27 | 1 | -9/+9 | |
| | | |||||
| * | Make all `Color` constructors `const` :tada: | 2025-01-27 | 1 | -41/+12 | |
| | | |||||
| * | Make `Color::from_rgb8` and `Color::from_rgba8` const | 2025-01-25 | 2 | -50/+14 | |
| | | |||||
* | | Merge pull request #2741 from edwloef/click-kind-derive | 2025-01-26 | 1 | -1/+1 | |
|\ \ | | | | | | | derive PartialEq and Eq for `mouse::click::Kind` | ||||
| * | | derive partialeq and eq for mouse::click::Kind | 2025-01-22 | 1 | -1/+1 | |
| | | | |||||
* | | | Implement `pop` widget :tada: | 2025-01-26 | 1 | -0/+14 | |
| |/ |/| | |||||
* | | Add `Duration` helpers to `time` module | 2025-01-24 | 1 | -0/+25 | |
|/ | |||||
* | feat: add a window drag resize task | 2025-01-16 | 2 | -0/+29 | |
| | |||||
* | Use `unwrap_or` in `Theme::default` | 2025-01-14 | 1 | -4/+8 | |
| | |||||
* | migrate core::theme to `dark-light` v2 | 2025-01-09 | 1 | -7/+6 | |
| | |||||
* | Merge pull request #2626 from tvolk131/remove_once_cell | 2025-01-06 | 3 | -49/+49 | |
|\ | | | | | chore: remove once_cell dependency | ||||
| * | Fix consistency of import ordering | 2025-01-06 | 1 | -2/+2 | |
| | | |||||
| * | chore: remove once_cell dependency | 2025-01-06 | 3 | -49/+49 | |
| | | |||||
* | | Merge pull request #2627 from bbb651/more-window-settings | 2025-01-06 | 1 | -0/+8 | |
|\ \ | |/ |/| | Add `maximized` and `fullscreen` to `window::Settings` | ||||
| * | Add `window::Settings::fullscreen` | 2024-10-04 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | 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 | 1 | -0/+4 | |
| | | | | | | | | Corresponds to `winit::window::WindowAttributes::with_maximized` | ||||
* | | 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 | ||||
* | | Fix documentation of `window::Event::Opened` | 2025-01-06 | 1 | -2/+2 | |
| | | |||||
* | | Fix broken link in `Settings` documentation | 2024-12-17 | 1 | -3/+1 | |
| | | |||||
* | | Reduce size of `Simulator` in `todos` test | 2024-12-17 | 1 | -0/+1 | |
| | | |||||
* | | Support custom renderers in `iced_test` through `renderer::Headless` trait | 2024-12-14 | 3 | -1/+70 | |
| | | |||||
* | | Add image and hash snapshot-based testing to `iced_test` | 2024-12-10 | 3 | -0/+144 | |
| | | |||||
* | | Remove `dbg!` leftover in `core::widget::text` | 2024-12-10 | 1 | -2/+0 | |
| | | |||||
* | | Draft `iced_test` crate and test `todos` example | 2024-12-10 | 6 | -55/+231 | |
| | | |||||
* | | Fix new `clippy` lints | 2024-12-02 | 6 | -18/+18 | |
| | | |||||
* | | Fix cross-axis compression in `layout::flex` | 2024-11-08 | 1 | -1/+52 | |
| | | |||||
* | | Rename `Overlay::on_event` to `update` | 2024-11-06 | 3 | -7/+7 | |
| | | |||||
* | | Rename `Widget::on_event` to `update` | 2024-11-05 | 2 | -5/+5 | |
| | | |||||
* | | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 6 | -41/+49 | |
| | | |||||
* | | Split `Shell::request_redraw` into two different methods | 2024-11-05 | 1 | -7/+17 | |
| | | |||||
* | | Introduce consecutive click distance like other toolkits such as gtk,qt, imgui. | 2024-10-14 | 1 | -1/+1 | |
| | | |||||
* | | Add `PartialEq` derives for widget styles | 2024-10-14 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #2608 from ibaryshnikov/haskell | 2024-10-02 | 1 | -0/+6 | |
|\ | | | | | added physical_key to KeyReleased event | ||||
| * | Add `modified_key` to `keyboard::Event::KeyReleased` | 2024-10-02 | 1 | -0/+3 | |
| | | |||||
| * | added physical_key to KeyReleased event | 2024-09-26 | 1 | -0/+3 | |
| | | |||||
* | | Fix various typos | 2024-09-29 | 3 | -4/+4 | |
| | | | | | | | | Using https://github.com/crate-ci/typos |