| Commit message (Expand) | Author | Files | Lines |
2019-12-04 | Rename `image::Handle::from_bytes` to `from_memory` | Héctor Ramón Jiménez | 1 | -1/+4 |
2019-12-03 | Correct documentation oversight | Friz64 | 1 | -2/+5 |
2019-12-03 | Unify logic by introducing `scrollable::Scrollbar` | Héctor Ramón Jiménez | 2 | -122/+108 |
2019-12-02 | Address suggestions | Friz64 | 3 | -58/+75 |
2019-12-02 | Support null renderer | Friz64 | 1 | -1/+11 |
2019-12-02 | Move scrolling percentage logic to separate function | Friz64 | 1 | -10/+23 |
2019-12-02 | Finalize work | Friz64 | 1 | -28/+41 |
2019-12-02 | First implementation | Friz64 | 3 | -26/+58 |
2019-12-01 | Added path to image hash so it updates when path changes | Nicholas Pienta | 1 | -0/+1 |
2019-11-30 | Fix typo in `image::Handle` docs | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-29 | Add `From` impls for `Length`, `Point`, and `Size` | Nikolai Vazquez | 1 | -0/+12 |
2019-11-30 | Implement `image` viewer example | Héctor Ramón Jiménez | 1 | -16/+23 |
2019-11-29 | Allow to load an image from memory | Héctor Ramón Jiménez | 1 | -8/+85 |
2019-11-25 | Add `CHANGELOG` to subcrates | Héctor Ramón Jiménez | 1 | -0/+14 |
2019-11-24 | Increase scrolling speed in `Scrollable` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-24 | Fix rounding error when scrolling | Héctor Ramón Jiménez | 1 | -8/+7 |
2019-11-24 | Display widget images in documentation | Héctor Ramón Jiménez | 4 | -2/+6 |
2019-11-24 | Fix `iced_native` widget examples | Héctor Ramón Jiménez | 5 | -15/+14 |
2019-11-24 | Fix links in `iced_native::Widget` | Héctor Ramón Jiménez | 1 | -4/+5 |
2019-11-22 | Finish `iced_native` usage section | Héctor Ramón Jiménez | 1 | -1/+7 |
2019-11-22 | Fix `Button` example in `iced_native` | Héctor Ramón Jiménez | 2 | -4/+5 |
2019-11-22 | Uncomment missing debug implementations rule | Héctor Ramón Jiménez | 13 | -4/+26 |
2019-11-22 | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 22 | -198/+391 |
2019-11-21 | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 17 | -263/+1572 |
2019-11-20 | Add installation section to subcrate `README`s | Héctor Ramón Jiménez | 2 | -2/+14 |
2019-11-20 | Add `README` for each subcrate | Héctor Ramón Jiménez | 1 | -0/+23 |
2019-11-20 | Remove `dbg!` in `UserInterface` | Héctor Ramón Jiménez | 1 | -5/+1 |
2019-11-17 | Implement future-based `Command` in `iced_core` | Héctor Ramón Jiménez | 2 | -2/+2 |
2019-11-16 | Make `width` and `height` required methods | Héctor Ramón Jiménez | 13 | -10/+78 |
2019-11-13 | Implement `text_input::State::focused` | Héctor Ramón Jiménez | 1 | -0/+8 |
2019-11-13 | Loosen `layout::Limits` for `Container` children | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-13 | Fix `Widget::width` implementation of `Checkbox` | Héctor Ramón Jiménez | 1 | -1/+5 |
2019-11-13 | Draft `Font` type and implement `Text::font` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-11 | Fix doc comments and remove `Align` from `tour` | Héctor Ramón Jiménez | 2 | -10/+19 |
2019-11-11 | Split text measurements cache from rendering cache | Héctor Ramón Jiménez | 2 | -3/+12 |
2019-11-11 | Remove `padding` from `Container` for now | Héctor Ramón Jiménez | 2 | -6/+7 |
2019-11-11 | Implement `Container` widget | Héctor Ramón Jiménez | 11 | -38/+171 |
2019-11-11 | Fix integer overflow in `flex::resolve` | Héctor Ramón Jiménez | 1 | -1/+2 |
2019-11-11 | Draft custom layout engine based on `druid` | Héctor Ramón Jiménez | 21 | -146/+813 |
2019-11-10 | Draft new layout API | Héctor Ramón Jiménez | 20 | -456/+161 |
2019-11-05 | Apply HiDPI to text, images, and clip primitives | Héctor Ramón Jiménez | 1 | -1/+8 |
2019-11-05 | Add horizontal offset to `Primitive::Clip` | Héctor Ramón Jiménez | 1 | -3/+1 |
2019-11-03 | Implement debug view and load system fonts | Héctor Ramón Jiménez | 3 | -16/+3 |
2019-11-02 | Draft `Metrics` and improve `Target` abstraction | Héctor Ramón Jiménez | 4 | -7/+32 |
2019-11-02 | Reduce `Copy` constraint to `Clone` in `Message` | Héctor Ramón Jiménez | 3 | -8/+8 |
2019-11-02 | Scale scrollbar movement by content ratio | Héctor Ramón Jiménez | 1 | -1/+4 |
2019-10-31 | Implement cursor movement in `TextInput` | Héctor Ramón Jiménez | 1 | -15/+42 |
2019-10-30 | Handle some `TextInput` events | Héctor Ramón Jiménez | 1 | -6/+44 |
2019-10-30 | Draft `TextInput` widget structure | Héctor Ramón Jiménez | 3 | -0/+90 |
2019-10-29 | Handle touchpad scroll events | Héctor Ramón Jiménez | 3 | -9/+25 |