| Commit message (Expand) | Author | Age | Files | Lines |
* | Reworked Scrollable to account for lack of widget order guarantees. | bungoboingo | 2022-12-29 | 2 | -0/+14 |
* | Add multidirectional scrolling capabilities to the existing Scrollable. | Bingus | 2022-12-29 | 1 | -1/+0 |
* | Fix `clippy` lints for Rust 1.66 | Héctor Ramón Jiménez | 2022-12-20 | 1 | -2/+2 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2022-12-07 | 1 | -1/+1 |
* | Remove unnecessary `clippy` directives in `Color` | Héctor Ramón Jiménez | 2022-12-06 | 1 | -2/+0 |
* | Fix macro hygiene of `color!` | Héctor Ramón Jiménez | 2022-12-06 | 1 | -4/+6 |
* | feat: Add Color::into_rgb8 | Michael Aaron Murphy | 2022-12-06 | 1 | -0/+13 |
* | Fix outdated links in documentation | Héctor Ramón Jiménez | 2022-11-10 | 1 | -1/+1 |
* | Remove redundant `std::convert` namespace in `padding` | Héctor Ramón Jiménez | 2022-11-08 | 1 | -3/+3 |
* | Cast to `u16` first then divide by `2` in `Padding::fit` | Héctor Ramón Jiménez | 2022-11-08 | 1 | -4/+4 |
* | Rename `Padding::constrain` to `fit` | Héctor Ramón Jiménez | 2022-11-08 | 1 | -2/+2 |
* | Constrain padding to inner & outer sizes | Cory Forsstrom | 2022-10-27 | 2 | -0/+41 |
* | Write documentation for `color!` macro | Héctor Ramón Jiménez | 2022-09-23 | 1 | -0/+2 |
* | Macro for easy colour generation | Joshua | 2022-09-23 | 1 | -0/+33 |
* | Fix latest `clippy` lints | Héctor Ramón Jiménez | 2022-08-17 | 4 | -4/+4 |
* | Fix further `clippy` lints | Héctor Ramón Jiménez | 2022-07-09 | 2 | -6/+13 |
* | Add `html_logo_url` to `iced_core` and `iced_lazy` | Héctor Ramón Jiménez | 2022-05-02 | 1 | -0/+3 |
* | Replace `hecrj` in links with `iced-rs` | Héctor Ramón Jiménez | 2022-05-02 | 1 | -1/+1 |
* | Fix broken intra-doc links in documentation | Héctor Ramón Jiménez | 2022-04-30 | 1 | -0/+8 |
* | Point repository links to `0.4` branch in documentation | Héctor Ramón Jiménez | 2022-04-30 | 1 | -2/+2 |
* | Rename `image` module to `content_fit` in `iced_core` | Héctor Ramón Jiménez | 2022-02-16 | 2 | -11/+11 |
* | Add support for `ContentFit` for `Image` | Emi Simpson | 2022-02-16 | 2 | -0/+121 |
* | Implement `time` module for `wasm-bindgen` backend in `iced_futures` | Héctor Ramón Jiménez | 2022-01-28 | 1 | -2/+4 |
* | Move `time` module from `iced_native` to `iced_core` | Héctor Ramón Jiménez | 2022-01-28 | 2 | -0/+8 |
* | Change GitHub namespace to new org for all files | LordRatte | 2022-01-03 | 3 | -6/+6 |
* | Include alignment in the container layout hash | Imbris | 2021-12-06 | 1 | -2/+2 |
* | Merge `iced_core::text` with `iced_native::text` | Héctor Ramón Jiménez | 2021-11-04 | 2 | -30/+0 |
* | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 2021-09-20 | 3 | -66/+65 |
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 2021-09-20 | 2 | -1/+24 |
* | Add Align::Fill variant | Cory Forsstrom | 2021-09-20 | 1 | -0/+3 |
* | Merge pull request #1047 from iced-rs/revert-menus | Héctor Ramón | 2021-09-15 | 4 | -167/+0 |
|\ |
|
| * | Revert system menus support | Héctor Ramón Jiménez | 2021-09-15 | 4 | -167/+0 |
* | | Use `Option` to encode empty text case in hit test methods | Héctor Ramón Jiménez | 2021-09-15 | 1 | -3/+3 |
|/ |
|
* | Rename `HitTestResult` to `Hit` | Héctor Ramón Jiménez | 2021-08-26 | 4 | -8/+8 |
* | Implement textual hit testing | Tom | 2021-08-21 | 2 | -0/+30 |
* | Introduce `COMMAND` constant to `keyboard::Modifiers` | Héctor Ramón Jiménez | 2021-07-27 | 1 | -0/+12 |
* | Add a presets `Menu` to the `game_of_life` example | Héctor Ramón Jiménez | 2021-07-19 | 1 | -2/+2 |
* | Replace `content` with `title` in `menu` module | Héctor Ramón Jiménez | 2021-07-19 | 1 | -23/+18 |
* | Implement `Menu::map` naively | Héctor Ramón Jiménez | 2021-07-19 | 1 | -5/+39 |
* | Store and synchronize `Menu` in `application::State` | Héctor Ramón Jiménez | 2021-07-12 | 1 | -4/+36 |
* | Use `bitflags` for `keyboard::Modifiers` | Héctor Ramón Jiménez | 2021-07-12 | 1 | -27/+49 |
* | Move `menu` module from `iced_native` to `iced_core` | Héctor Ramón Jiménez | 2021-07-12 | 2 | -0/+86 |
* | Initial menu implementation | Richard | 2021-07-05 | 2 | -0/+20 |
* | Floor `width` and `height` in `Rectangle::floor` | Héctor Ramón | 2021-06-09 | 1 | -2/+2 |
* | Replace ignored doc-tests with additional documentation for `Padding` | Héctor Ramón | 2021-06-01 | 1 | -0/+32 |
* | Use `Padding::horizontal` and `Padding::vertical` helpers | Héctor Ramón | 2021-06-01 | 1 | -2/+2 |
* | Introduce `vertical` and `horizontal` methods to `Padding` | Héctor Ramón | 2021-06-01 | 1 | -0/+10 |
* | Add support for asymmetrical padding | Ben LeFevre | 2021-06-01 | 3 | -4/+71 |
* | Merge branch 'ios-support-wip' into feature/touch-support | Héctor Ramón Jiménez | 2020-12-15 | 1 | -5/+4 |
|\ |
|
* | | Update graphs in crate docs | Héctor Ramón Jiménez | 2020-11-26 | 1 | -2/+2 |