Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-11-17 | Support async actions in `iced_winit` | 2 | -9/+17 | |
2019-11-13 | Draft `Font` type and implement `Text::font` | 1 | -1/+2 | |
2019-11-11 | Implement `Container` widget | 1 | -2/+2 | |
2019-11-09 | Allow applications to control the window title | 1 | -0/+6 | |
2019-11-03 | Implement debug view and load system fonts | 1 | -1/+1 | |
2019-10-30 | Draft `TextInput` widget structure | 1 | -2/+3 | |
2019-10-25 | Draft `Scrollable` widget (no clipping yet!) | 1 | -2/+2 | |
2019-10-23 | Connect `iced_web` with `iced` properly | 3 | -10/+38 | |
2019-10-09 | Move `winit` logic from `iced` to `iced_winit` | 1 | -105/+17 | |
2019-10-08 | Make `iced_core::Button` customizable | 1 | -1/+2 | |
2019-10-07 | Initialize renderer primitive properly | 1 | -2/+8 | |
2019-10-07 | Use `log` crate instead of `dbg!` | 1 | -4/+0 | |
2019-10-05 | Draft basic text rendering using `wgpu_glyph` | 1 | -8/+26 | |
2019-10-05 | Add `Renderer` and `Primitive` concepts | 1 | -6/+4 | |
2019-10-04 | Count redraws and add a couple of TODOs | 1 | -5/+16 | |
2019-10-03 | Draft UI event loop | 1 | -2/+39 | |
2019-10-03 | Clear the window properly on redraw | 1 | -2/+14 | |
2019-10-03 | Initialize `wgpu` | 1 | -0/+2 | |
2019-10-03 | Open a window using `winit` | 1 | -2/+29 | |
2019-10-03 | Start `iced_winit` and `iced_wgpu` | 1 | -0/+23 | |
2019-09-20 | Create `iced_core` and `iced_native` | 33 | -4117/+0 | |
2019-09-19 | Remove generic `Color` in widgets | 6 | -105/+73 | |
2019-09-19 | Unify `web` and `ggez` tour examples :tada: | 13 | -18/+42 | |
2019-09-16 | Remove `extern crate` and `log` dependency | 1 | -1/+0 | |
2019-09-15 | Draft nodes for missing widgets | 4 | -12/+24 | |
2019-09-15 | Draft widget nodes and wire interaction | 2 | -4/+8 | |
2019-09-14 | Rethink workspace structure | 32 | -0/+4109 | |
2019-09-14 | Add `log` and `env_logger` | 1 | -0/+1 | |
2019-09-10 | Switch to workspace layout | 32 | -4109/+0 | |
2019-09-05 | Fix link in `Image` docs | 1 | -1/+1 | |
2019-09-05 | Ask users to share use cases | 6 | -3/+31 | |
2019-09-04 | Improve tour example | 12 | -48/+93 | |
2019-09-03 | Fix docs for `image` | 2 | -15/+15 | |
2019-09-03 | Fix docs for `progress_bar` | 1 | -19/+16 | |
2019-09-03 | Apply latest changes to `Image` and `ProgressBar` | 3 | -10/+10 | |
2019-09-03 | Fix `Image` and `ProgressBar` doc examples | 2 | -29/+17 | |
2019-09-03 | Improve wording in `UserInterface::build` (2) | 1 | -1/+1 | |
2019-09-03 | Improve wording in `UserInterface::build` | 1 | -1/+1 | |
2019-09-02 | Remove `Default` constraint for checkbox `Color` | 1 | -1/+1 | |
2019-09-02 | Add conversion for `MouseButton` in `winit` | 3 | -180/+184 | |
2019-09-02 | Implement conversion for `CursorIcon` in `winit` | 2 | -1/+15 | |
2019-09-01 | Add conversion functions for `winit` feature | 3 | -5/+193 | |
2019-08-31 | Make `clippy` happy | 8 | -28/+31 | |
2019-08-31 | Remove `nalgebra` dependency | 12 | -23/+62 | |
2019-08-31 | Address documentation feedback | 8 | -29/+26 | |
2019-08-30 | Link to temp documentation in `README` for now | 1 | -1/+1 | |
2019-08-30 | Write documentation example for `Element::map` | 2 | -4/+146 | |
2019-08-30 | Expose `Node::with_children` | 1 | -11/+11 | |
2019-08-30 | Make `Hasher` opaque | 11 | -19/+35 | |
2019-08-30 | Add example images to widget docs | 5 | -24/+25 |