Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Program` API in `todos` example | 2024-03-17 | 1 | -13/+16 | |
| | |||||
* | Merge pull request #2329 from casperstorm/feat/ferra | 2024-03-16 | 2 | -0/+21 | |
|\ | | | | | feat: added Ferra theme | ||||
| * | feat: added ferra | 2024-03-15 | 2 | -0/+21 | |
| | | |||||
* | | Show name of current `Theme` in `clock` example | 2024-03-16 | 1 | -0/+24 | |
|/ | |||||
* | Use closures for `Text::style` | 2024-03-12 | 1 | -53/+30 | |
| | |||||
* | Simplify documentation of `Element::map` | 2024-03-09 | 1 | -46/+25 | |
| | |||||
* | fix some comments | 2024-03-09 | 2 | -2/+2 | |
| | | | | Signed-off-by: rustrover <seekseat@126.com> | ||||
* | Clarify docs of `Text::color_maybe` | 2024-03-08 | 1 | -1/+1 | |
| | |||||
* | Rename `transparentize` to `scale_alpha` | 2024-03-08 | 3 | -15/+21 | |
| | |||||
* | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 1 | -4/+31 | |
| | |||||
* | Sort `iced_core` dependencies | 2024-03-07 | 1 | -2/+2 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 5 | -8/+849 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -24/+15 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 3 | -2/+23 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 1 | -17/+48 | |
| | |||||
* | Remove complex cross-axis layout logic from `Column` and `Row` | 2024-03-03 | 1 | -45/+22 | |
| | |||||
* | Fix `Column` and `Row` fluidity being overridden by `push` | 2024-02-27 | 1 | -1/+10 | |
| | |||||
* | Add `From<u16>` and `From<i32>` for `border::Radius` | 2024-02-21 | 1 | -1/+13 | |
| | |||||
* | Implement `PartialOrd`, `Ord`, and `Hash` for `keyboard::Modifiers` | 2024-02-20 | 1 | -1/+1 | |
| | |||||
* | Point doc links to `0.12` branch | 2024-02-15 | 1 | -5/+5 | |
| | |||||
* | Introduce `Kind` in `core::clipboard` | 2024-02-13 | 1 | -15/+14 | |
| | |||||
* | Add support for primary clipboard | 2024-02-13 | 1 | -0/+12 | |
| | |||||
* | Update some dependencies | 2024-02-09 | 1 | -1/+1 | |
| | |||||
* | Fix wrapped lines not being considered when measuring `TextEditor` | 2024-02-07 | 2 | -0/+8 | |
| | |||||
* | image::Bytes::PartialEq: use core::ptr::eq to speed up comparison | 2024-02-07 | 1 | -1/+3 | |
| | |||||
* | Add From<PathBuf> to Svg Handle | 2024-02-05 | 1 | -0/+9 | |
| | |||||
* | Make `color!` macro const-friendly | 2024-02-03 | 1 | -14/+9 | |
| | |||||
* | make color! macro expand hex as Color directly | 2024-02-03 | 1 | -1/+6 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 6 | -6/+145 | |
| | |||||
* | Apply `Transform` scaling to text primitives | 2024-02-02 | 1 | -0/+8 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 5 | -60/+21 | |
| | |||||
* | Call size_hint from Explain | 2024-01-31 | 1 | -0/+4 | |
| | |||||
* | Call size_hint from Map | 2024-01-31 | 1 | -0/+4 | |
| | |||||
* | Improve `Radians` ergonomics | 2024-01-31 | 1 | -30/+55 | |
| | |||||
* | Use `Radians` in arc and ellipse types | 2024-01-31 | 1 | -1/+45 | |
| | |||||
* | Merge pull request #2211 from MrAntix/windows_PlatformSpecific_skip_taskbar | 2024-01-22 | 1 | -0/+4 | |
|\ | | | | | feat(window): adds skip_taskbar for windows | ||||
| * | feat(window): adds skip_taskbar for windows | 2024-01-21 | 1 | -0/+4 | |
| | | |||||
* | | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 10 | -110/+125 | |
|/ | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 5 | -27/+76 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -2/+1 | |
| | |||||
* | Make `shadow` optional in `renderer::Quad` | 2024-01-20 | 2 | -4/+16 | |
| | |||||
* | Run `cargo fmt` | 2024-01-20 | 1 | -1/+1 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 4 | -1/+22 | |
| | |||||
* | Use `workspace` dependency for `raw-window-handle` in `iced_core` | 2024-01-18 | 1 | -2/+1 | |
| | |||||
* | Use `SmolStr` for `text` field in `KeyPressed` event | 2024-01-16 | 3 | -2/+5 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 6 | -214/+777 | |
| | |||||
* | Merge branch 'master' into update-winit | 2024-01-16 | 12 | -157/+350 | |
|\ | |||||
| * | Merge pull request #2192 from iced-rs/fix/layout-inconsistencies | 2024-01-12 | 11 | -156/+349 | |
| |\ | | | | | | | Layout consistency | ||||
| | * | Make `Button` sizing strategy adaptive | 2024-01-11 | 1 | -0/+12 | |
| | | | |||||
| | * | Loosen cross axis constraint for main axis fills in `flex` layout | 2024-01-11 | 1 | -9/+4 | |
| | | |