| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 5 | -52/+0 |
* | | Rename `keyboard::ModifiersState` to `Modifiers` | Héctor Ramón Jiménez | 2020-11-26 | 3 | -17/+12 |
* | | Fix broken links in API documentation | Héctor Ramón Jiménez | 2020-11-26 | 1 | -25/+0 |
* | | Introduce `is_command_pressed` to `ModifiersState` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -0/+20 |
* | | Apply suggestions | Jakub Hlusička | 2020-10-29 | 2 | -9/+7 |
* | | Add conversion functions to Size and Vector | Jakub Hlusička | 2020-10-28 | 2 | -0/+33 |
* | | add From<Point> and From<Size> for [f32; 2] | Azorlogh | 2020-10-08 | 2 | -0/+12 |
* | | Keep `KeyCode` names synchronized with `winit` | Héctor Ramón Jiménez | 2020-10-08 | 1 | -18/+22 |
* | | update to winit 0.23 api | aentity | 2020-10-03 | 1 | -1/+2 |
* | | Update styling example | Kaiden42 | 2020-08-25 | 1 | -1/+1 |
* | | Implement From<Color> for Option<Background> | Kaiden42 | 2020-08-25 | 1 | -0/+6 |
* | | Add `ModifiersChanged` to `keyboard::Event` | Héctor Ramón Jiménez | 2020-06-30 | 1 | -0/+3 |
* | | Rename `Rectangle::round` to `snap` | Héctor Ramón Jiménez | 2020-06-02 | 1 | -4/+4 |
* | | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 2020-05-20 | 2 | -26/+29 |
* | | Merge branch 'master' into feature/canvas-interaction | Héctor Ramón Jiménez | 2020-05-04 | 1 | -5/+143 |
|\ \ |
|
| * | | Improve minor documentation details in `Color` | Héctor Ramón Jiménez | 2020-05-04 | 1 | -10/+16 |
| * | | Do not re-export Palette from iced_core | Clark Moody | 2020-04-24 | 1 | -3/+0 |
| * | | Conditional re-export of palette from iced_core | Clark Moody | 2020-04-24 | 1 | -0/+3 |
| * | | Conversion traits for palette::Srgb | Clark Moody | 2020-04-24 | 1 | -1/+23 |
| * | | Derive Default for Color | Clark Moody | 2020-04-24 | 1 | -1/+1 |
| * | | Simplify range declaration | Clark Moody | 2020-04-24 | 1 | -4/+4 |
| * | | Remove redundant from_srgba and into_srgba methods | Clark Moody | 2020-04-24 | 1 | -20/+2 |
| * | | Add palette test for Color <-> Srgba & manipulation | Clark Moody | 2020-04-24 | 1 | -0/+41 |
| * | | Feature name colors -> palette | Clark Moody | 2020-04-24 | 1 | -5/+5 |