| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement composable, type-safe renderer fallback | Héctor Ramón Jiménez | 2024-03-21 | 2 | -9/+32 |
* | Draft support for dynamic custom renderer injection | Héctor Ramón Jiménez | 2024-03-21 | 3 | -5/+10 |
* | Introduce `auto-detect-theme` feature | Héctor Ramón Jiménez | 2024-03-20 | 1 | -2/+23 |
* | Try to find an `#iced` element by default on Wasm | Héctor Ramón Jiménez | 2024-03-19 | 1 | -1/+11 |
* | Fix redundant import in `window::redraw_request` | Héctor Ramón Jiménez | 2024-03-19 | 1 | -1/+1 |
* | Use `Program` API in `todos` example | Héctor Ramón Jiménez | 2024-03-17 | 1 | -13/+16 |
* | Merge pull request #2329 from casperstorm/feat/ferra | Héctor Ramón | 2024-03-16 | 2 | -0/+21 |
|\ |
|
| * | feat: added ferra | Casper Rogild Storm | 2024-03-15 | 2 | -0/+21 |
* | | Show name of current `Theme` in `clock` example | Héctor Ramón Jiménez | 2024-03-16 | 1 | -0/+24 |
|/ |
|
* | Use closures for `Text::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -53/+30 |
* | Simplify documentation of `Element::map` | Héctor Ramón Jiménez | 2024-03-09 | 1 | -46/+25 |
* | fix some comments | rustrover | 2024-03-09 | 2 | -2/+2 |
* | Clarify docs of `Text::color_maybe` | Héctor Ramón Jiménez | 2024-03-08 | 1 | -1/+1 |
* | Rename `transparentize` to `scale_alpha` | Héctor Ramón Jiménez | 2024-03-08 | 3 | -15/+21 |
* | Implement additional helpers for `Border` and `container::Appearance` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -4/+31 |
* | Move `Theme` type to `iced_core` | Héctor Ramón Jiménez | 2024-03-07 | 4 | -6/+848 |
* | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -24/+15 |
* | Simplify theming for `Button` widget | Héctor Ramón Jiménez | 2024-03-04 | 3 | -2/+23 |
* | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 2024-03-04 | 1 | -17/+48 |
* | Remove complex cross-axis layout logic from `Column` and `Row` | Héctor Ramón Jiménez | 2024-03-03 | 1 | -45/+22 |
* | Fix `Column` and `Row` fluidity being overridden by `push` | Héctor Ramón Jiménez | 2024-02-27 | 1 | -1/+10 |
* | Add `From<u16>` and `From<i32>` for `border::Radius` | Héctor Ramón Jiménez | 2024-02-21 | 1 | -1/+13 |
* | Implement `PartialOrd`, `Ord`, and `Hash` for `keyboard::Modifiers` | Héctor Ramón Jiménez | 2024-02-20 | 1 | -1/+1 |
* | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2024-02-15 | 1 | -5/+5 |
* | Introduce `Kind` in `core::clipboard` | Héctor Ramón Jiménez | 2024-02-13 | 1 | -15/+14 |
* | Add support for primary clipboard | Mattias Eriksson | 2024-02-13 | 1 | -0/+12 |
* | Update some dependencies | Wyatt Herkamp | 2024-02-09 | 1 | -1/+1 |
* | Fix wrapped lines not being considered when measuring `TextEditor` | Héctor Ramón Jiménez | 2024-02-07 | 2 | -0/+8 |
* | image::Bytes::PartialEq: use core::ptr::eq to speed up comparison | DoomDuck | 2024-02-07 | 1 | -1/+3 |
* | Add From<PathBuf> to Svg Handle | fogarecious | 2024-02-05 | 1 | -0/+9 |
* | Make `color!` macro const-friendly | Héctor Ramón Jiménez | 2024-02-03 | 1 | -14/+9 |
* | make color! macro expand hex as Color directly | Var Bhat | 2024-02-03 | 1 | -1/+6 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 5 | -6/+144 |
* | Apply `Transform` scaling to text primitives | Héctor Ramón Jiménez | 2024-02-02 | 1 | -0/+8 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 5 | -60/+21 |
* | Call size_hint from Explain | Cory Forsstrom | 2024-01-31 | 1 | -0/+4 |
* | Call size_hint from Map | Cory Forsstrom | 2024-01-31 | 1 | -0/+4 |
* | Improve `Radians` ergonomics | Héctor Ramón Jiménez | 2024-01-31 | 1 | -30/+55 |
* | Use `Radians` in arc and ellipse types | kxie | 2024-01-31 | 1 | -1/+45 |
* | Merge pull request #2211 from MrAntix/windows_PlatformSpecific_skip_taskbar | Héctor Ramón | 2024-01-22 | 1 | -0/+4 |
|\ |
|
| * | feat(window): adds skip_taskbar for windows | MrAntix | 2024-01-21 | 1 | -0/+4 |
* | | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 10 | -110/+125 |
|/ |
|
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 5 | -27/+76 |
* | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -2/+1 |
* | Make `shadow` optional in `renderer::Quad` | Héctor Ramón Jiménez | 2024-01-20 | 2 | -4/+16 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -1/+1 |
* | feat: quad shadows | Nick Senger | 2024-01-20 | 4 | -1/+22 |
* | Use `SmolStr` for `text` field in `KeyPressed` event | Héctor Ramón Jiménez | 2024-01-16 | 3 | -2/+5 |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 5 | -212/+774 |
* | Merge branch 'master' into update-winit | Héctor Ramón Jiménez | 2024-01-16 | 12 | -157/+350 |
|\ |
|