| Commit message (Expand) | Author | Files | Lines |
2019-12-30 | Rename `Empty` widget to `Space` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-30 | Implement `Empty` widget | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-18 | Fix missing `Subscription` type in `iced_web` | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-15 | Update `Svg` documentation | Héctor Ramón Jiménez | 1 | -4/+4 |
2019-12-14 | Write docs for subscriptions and reorganize a bit | Héctor Ramón Jiménez | 2 | -5/+14 |
2019-12-12 | Renamed `Icon` widget to `Svg` and gave it separate width and height. | Malte Veerman | 1 | -4/+4 |
2019-12-11 | Ran cargo_fmt over changed files. | Malte Veerman | 1 | -2/+2 |
2019-12-11 | Added an `Icon` widget to native. | Malte Veerman | 1 | -1/+6 |
2019-12-08 | Allow listening to runtime events in subscriptions | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-12-05 | Draft first version of event subscriptions :tada: | Héctor Ramón Jiménez | 3 | -4/+17 |
2019-12-04 | Use cfg and path attribute instead of cfg_attr for IntelliJ Rust support | Gabriel Konat | 1 | -2/+5 |
2019-12-03 | Add `decorations` to `settings::Window` | Héctor Ramón Jiménez | 1 | -4/+12 |
2019-12-02 | Modify src/settings.rs to keep original API | hatoo | 1 | -16/+4 |
2019-12-01 | Remove platform-specific logic from iced | hatoo | 3 | -47/+2 |
2019-11-30 | Add platform specific settings | hatoo | 3 | -0/+50 |
2019-11-30 | Add `decorations` to Setting | hatoo | 1 | -0/+5 |
2019-11-30 | Implement `image` viewer example | Héctor Ramón Jiménez | 1 | -2/+7 |
2019-11-25 | Update debug view GIF in `README` | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-25 | Allow `Application` configuration with `Settings` | Héctor Ramón Jiménez | 4 | -10/+56 |
2019-11-24 | Spawn `Command` futures in `iced_web` | Héctor Ramón Jiménez | 2 | -2/+2 |
2019-11-23 | Make `tour` work with `iced_web` again :tada: | Héctor Ramón Jiménez | 1 | -4/+14 |
2019-11-23 | Fix `examples` link in documentation | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-11-22 | Write docs for `iced` and `iced_native` | Héctor Ramón Jiménez | 4 | -6/+480 |
2019-11-21 | Implement `iced::Sandbox` trait for simple apps | Héctor Ramón Jiménez | 3 | -68/+118 |
2019-11-21 | Move widgets from `core` to `native` and `web` | Héctor Ramón Jiménez | 3 | -15/+53 |
2019-11-17 | Support async actions in `iced_winit` | Héctor Ramón Jiménez | 2 | -9/+17 |
2019-11-13 | Draft `Font` type and implement `Text::font` | Héctor Ramón Jiménez | 1 | -1/+2 |
2019-11-11 | Implement `Container` widget | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-11-09 | Allow applications to control the window title | Héctor Ramón Jiménez | 1 | -0/+6 |
2019-11-03 | Implement debug view and load system fonts | Héctor Ramón Jiménez | 1 | -1/+1 |
2019-10-30 | Draft `TextInput` widget structure | Héctor Ramón Jiménez | 1 | -2/+3 |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | Héctor Ramón Jiménez | 1 | -2/+2 |
2019-10-23 | Connect `iced_web` with `iced` properly | Héctor Ramón Jiménez | 3 | -10/+38 |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | Héctor Ramón Jiménez | 1 | -105/+17 |
2019-10-08 | Make `iced_core::Button` customizable | Héctor Ramón Jiménez | 1 | -1/+2 |
2019-10-07 | Initialize renderer primitive properly | Héctor Ramón Jiménez | 1 | -2/+8 |
2019-10-07 | Use `log` crate instead of `dbg!` | Héctor Ramón Jiménez | 1 | -4/+0 |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | Héctor Ramón Jiménez | 1 | -8/+26 |
2019-10-05 | Add `Renderer` and `Primitive` concepts | Héctor Ramón Jiménez | 1 | -6/+4 |
2019-10-04 | Count redraws and add a couple of TODOs | Héctor Ramón Jiménez | 1 | -5/+16 |
2019-10-03 | Draft UI event loop | Héctor Ramón Jiménez | 1 | -2/+39 |
2019-10-03 | Clear the window properly on redraw | Héctor Ramón Jiménez | 1 | -2/+14 |
2019-10-03 | Initialize `wgpu` | Héctor Ramón Jiménez | 1 | -0/+2 |
2019-10-03 | Open a window using `winit` | Héctor Ramón Jiménez | 1 | -2/+29 |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | Héctor Ramón Jiménez | 1 | -0/+23 |
2019-09-20 | Create `iced_core` and `iced_native` | Héctor Ramón Jiménez | 33 | -4117/+0 |
2019-09-19 | Remove generic `Color` in widgets | Héctor Ramón Jiménez | 6 | -105/+73 |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | Héctor Ramón Jiménez | 13 | -18/+42 |
2019-09-16 | Remove `extern crate` and `log` dependency | Héctor Ramón Jiménez | 1 | -1/+0 |
2019-09-15 | Draft nodes for missing widgets | Héctor Ramón Jiménez | 4 | -12/+24 |