Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-12-08 | Update native `CHANGELOG` | 1 | -1/+0 | |
2019-12-07 | Simplify `custom_widget` example | 1 | -10/+6 | |
2019-12-07 | Showcase new `TextInput::password` in `tour` | 1 | -11/+33 | |
2019-12-07 | Add `custom_widget` example | 1 | -0/+149 | |
2019-12-05 | Make `Button::background` generic | 3 | -16/+13 | |
2019-12-04 | Implemented `From<Color` for `Background` | 3 | -18/+11 | |
2019-12-04 | Rename `image::Handle::from_bytes` to `from_memory` | 2 | -202/+231 | |
2019-12-02 | Reset tour start to 0 | 1 | -1/+1 | |
2019-12-02 | Address suggestions | 1 | -1/+1 | |
2019-12-02 | Finalize work | 1 | -1/+1 | |
2019-12-02 | First implementation | 1 | -1/+1 | |
2019-11-30 | Implement `image` viewer example | 1 | -0/+202 | |
2019-11-26 | Add simple counter example | 1 | -0/+56 | |
2019-11-25 | Allow `Application` configuration with `Settings` | 2 | -4/+4 | |
2019-11-24 | Avoid unnecessary panic in `todos` | 1 | -4/+5 | |
2019-11-24 | Add warning on debugger tour section in web | 1 | -5/+13 | |
2019-11-21 | Implement `iced::Sandbox` trait for simple apps | 1 | -18/+13 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 2 | -8/+8 | |
2019-11-20 | Remove `scroll` example and `tour.html` | 2 | -98/+0 | |
2019-11-20 | Update examples `README` | 1 | -39/+34 | |
2019-11-20 | Disable debug view by default in `tour` example | 1 | -1/+1 | |
2019-11-18 | Improve persistence in `todos` | 1 | -47/+53 | |
2019-11-18 | Rename `Command::attempt` to `Command::perform` | 1 | -2/+2 | |
2019-11-17 | Save `todos` async in a JSON file and load on boot | 1 | -86/+254 | |
2019-11-17 | Support async actions in `iced_winit` | 3 | -24/+40 | |
2019-11-14 | Draw proper checkmark for `Checkbox` in `iced_wgpu` | 1 | -1/+1 | |
2019-11-14 | Add filter controls to `todos` example :tada: | 1 | -23/+135 | |
2019-11-13 | Remove argument from `text_input::State::focused` | 1 | -1/+1 | |
2019-11-13 | Implement task edition/deletion in `todos` example | 2 | -16/+162 | |
2019-11-13 | Remove default styling of `Button` | 1 | -0/+1 | |
2019-11-11 | Fix doc comments and remove `Align` from `tour` | 1 | -1/+1 | |
2019-11-11 | Split text measurements cache from rendering cache | 1 | -2/+2 | |
2019-11-11 | Remove `padding` from `Container` for now | 1 | -6/+5 | |
2019-11-11 | Implement `Container` widget | 2 | -34/+31 | |
2019-11-11 | Draft custom layout engine based on `druid` | 2 | -4/+4 | |
2019-11-09 | Allow applications to control the window title | 3 | -18/+45 | |
2019-11-07 | use `String::clone` in todo example | 1 | -1/+1 | |
2019-11-06 | Remove hardcoded HiDPI scaling | 1 | -1/+1 | |
2019-11-06 | Fix Tour for HiDPI (stub) | 1 | -1/+1 | |
2019-11-03 | Implement debug view and load system fonts | 3 | -202/+0 | |
2019-11-02 | Show Ferris at the end of the scrollable section | 1 | -14/+17 | |
2019-11-02 | Add text input section to `tour` | 1 | -5/+55 | |
2019-11-02 | Add scrollable section to `tour` | 1 | -6/+40 | |
2019-10-31 | Implement cursor movement in `TextInput` | 1 | -20/+20 | |
2019-10-30 | Implement task addition in `todos` example | 1 | -8/+55 | |
2019-10-30 | Draft `TextInput` widget structure | 1 | -0/+69 | |
2019-10-28 | Implement text clipping (caching still broken) | 1 | -11/+5 | |
2019-10-27 | Improve `scroll` example | 1 | -28/+39 | |
2019-10-27 | Implement clipping for images | 1 | -13/+15 | |
2019-10-27 | Expose scrollable offset properly | 1 | -11/+10 |