Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Zulip links with Discord | 2022-01-31 | 1 | -1/+1 | |
| | |||||
* | Implement `time` module for `wasm-bindgen` backend in `iced_futures` | 2022-01-28 | 2 | -5/+6 | |
| | |||||
* | Move `time` module from `iced_native` to `iced_core` | 2022-01-28 | 3 | -0/+12 | |
| | |||||
* | Simplify version of the `palette` dependency | 2022-01-12 | 1 | -1/+1 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 5 | -9/+9 | |
| | |||||
* | Include alignment in the container layout hash | 2021-12-06 | 1 | -2/+2 | |
| | |||||
* | Merge `iced_core::text` with `iced_native::text` | 2021-11-04 | 2 | -30/+0 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 3 | -66/+65 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 2 | -1/+24 | |
| | |||||
* | Add Align::Fill variant | 2021-09-20 | 1 | -0/+3 | |
| | |||||
* | Merge pull request #1047 from iced-rs/revert-menus | 2021-09-15 | 4 | -167/+0 | |
|\ | | | | | Revert system menus support | ||||
| * | Revert system menus support | 2021-09-15 | 4 | -167/+0 | |
| | | | | | | | | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`. | ||||
* | | Use `Option` to encode empty text case in hit test methods | 2021-09-15 | 1 | -3/+3 | |
|/ | |||||
* | Rename `HitTestResult` to `Hit` | 2021-08-26 | 4 | -8/+8 | |
| | | | | ... and also move it to a new `text` module in `iced_core` | ||||
* | Implement textual hit testing | 2021-08-21 | 2 | -0/+30 | |
| | |||||
* | Introduce `COMMAND` constant to `keyboard::Modifiers` | 2021-07-27 | 1 | -0/+12 | |
| | |||||
* | Add a presets `Menu` to the `game_of_life` example | 2021-07-19 | 1 | -2/+2 | |
| | |||||
* | Replace `content` with `title` in `menu` module | 2021-07-19 | 1 | -23/+18 | |
| | |||||
* | Implement `Menu::map` naively | 2021-07-19 | 1 | -5/+39 | |
| | |||||
* | Store and synchronize `Menu` in `application::State` | 2021-07-12 | 1 | -4/+36 | |
| | |||||
* | Use `bitflags` for `keyboard::Modifiers` | 2021-07-12 | 2 | -27/+50 | |
| | |||||
* | Move `menu` module from `iced_native` to `iced_core` | 2021-07-12 | 2 | -0/+86 | |
| | |||||
* | Initial menu implementation | 2021-07-05 | 2 | -0/+20 | |
| | |||||
* | Floor `width` and `height` in `Rectangle::floor` | 2021-06-09 | 1 | -2/+2 | |
| | |||||
* | Replace ignored doc-tests with additional documentation for `Padding` | 2021-06-01 | 1 | -0/+32 | |
| | |||||
* | Use `Padding::horizontal` and `Padding::vertical` helpers | 2021-06-01 | 1 | -2/+2 | |
| | |||||
* | Introduce `vertical` and `horizontal` methods to `Padding` | 2021-06-01 | 1 | -0/+10 | |
| | |||||
* | Add support for asymmetrical padding | 2021-06-01 | 3 | -4/+71 | |
| | |||||
* | Bump versions :tada: | 2021-03-31 | 2 | -2/+2 | |
| | |||||
* | Merge branch 'ios-support-wip' into feature/touch-support | 2020-12-15 | 1 | -5/+4 | |
|\ | |||||
* | | Bump versions :tada: | 2020-11-26 | 2 | -2/+2 | |
| | | |||||
* | | Update `README`s of subcrates | 2020-11-26 | 1 | -1/+3 | |
| | | |||||
* | | Update graphs in crate docs | 2020-11-26 | 1 | -2/+2 | |
| | | |||||
* | | Use recently stabilized intra-doc links | 2020-11-26 | 5 | -52/+0 | |
| | | | | | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | | Rename `keyboard::ModifiersState` to `Modifiers` | 2020-11-26 | 3 | -17/+12 | |
| | | |||||
* | | Fix broken links in API documentation | 2020-11-26 | 1 | -25/+0 | |
| | | |||||
* | | Introduce `is_command_pressed` to `ModifiersState` | 2020-11-10 | 1 | -0/+20 | |
| | | |||||
* | | Apply suggestions | 2020-10-29 | 2 | -9/+7 | |
| | | |||||
* | | Add conversion functions to Size and Vector | 2020-10-28 | 2 | -0/+33 | |
| | | |||||
* | | add From<Point> and From<Size> for [f32; 2] | 2020-10-08 | 2 | -0/+12 | |
| | | |||||
* | | Keep `KeyCode` names synchronized with `winit` | 2020-10-08 | 1 | -18/+22 | |
| | | |||||
* | | update to winit 0.23 api | 2020-10-03 | 1 | -1/+2 | |
| | | |||||
* | | Update styling example | 2020-08-25 | 1 | -1/+1 | |
| | | | | | | | | Also run `cargo fmt` | ||||
* | | Implement From<Color> for Option<Background> | 2020-08-25 | 1 | -0/+6 | |
| | | |||||
* | | Add `ModifiersChanged` to `keyboard::Event` | 2020-06-30 | 1 | -0/+3 | |
| | | |||||
* | | Rename `Rectangle::round` to `snap` | 2020-06-02 | 1 | -4/+4 | |
| | | | | | | | | | | Also use `ceil` instead of `round`. Closes #380. | ||||
* | | Refactor `Viewport` and `Compositor` | 2020-05-20 | 2 | -26/+29 | |
| | | |||||
* | | Merge branch 'master' into feature/canvas-interaction | 2020-05-04 | 2 | -5/+147 | |
|\ \ | |||||
| * | | Improve minor documentation details in `Color` | 2020-05-04 | 1 | -10/+16 | |
| | | | |||||
| * | | Do not re-export Palette from iced_core | 2020-04-24 | 1 | -3/+0 | |
| | | |