Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow applications to control the window title | 2019-11-09 | 1 | -0/+6 | |
| | | | | `iced_winit` will change the window title dynamically at runtime! | ||||
* | Implement debug view and load system fonts | 2019-11-03 | 1 | -1/+1 | |
| | |||||
* | Connect `iced_web` with `iced` properly | 2019-10-23 | 1 | -10/+26 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -105/+17 | |
| | | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency. | ||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -1/+2 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Initialize renderer primitive properly | 2019-10-07 | 1 | -2/+8 | |
| | |||||
* | Use `log` crate instead of `dbg!` | 2019-10-07 | 1 | -4/+0 | |
| | |||||
* | Draft basic text rendering using `wgpu_glyph` | 2019-10-05 | 1 | -8/+26 | |
| | |||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -6/+4 | |
| | |||||
* | Count redraws and add a couple of TODOs | 2019-10-04 | 1 | -5/+16 | |
| | |||||
* | Draft UI event loop | 2019-10-03 | 1 | -2/+39 | |
| | |||||
* | Clear the window properly on redraw | 2019-10-03 | 1 | -2/+14 | |
| | |||||
* | Initialize `wgpu` | 2019-10-03 | 1 | -0/+2 | |
| | | | | We only enable the `vulkan` feature for now. | ||||
* | Open a window using `winit` | 2019-10-03 | 1 | -2/+29 | |
| | |||||
* | Start `iced_winit` and `iced_wgpu` | 2019-10-03 | 1 | -0/+23 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -231/+0 | |
| | |||||
* | Remove generic `Color` in widgets | 2019-09-19 | 1 | -3/+3 | |
| | |||||
* | Unify `web` and `ggez` tour examples :tada: | 2019-09-19 | 1 | -0/+2 | |
| | |||||
* | Rethink workspace structure | 2019-09-14 | 1 | -0/+229 | |
| | |||||
* | Switch to workspace layout | 2019-09-10 | 1 | -229/+0 | |
| | |||||
* | Improve tour example | 2019-09-04 | 1 | -2/+2 | |
| | |||||
* | Make `clippy` happy | 2019-08-31 | 1 | -2/+2 | |
| | |||||
* | Remove `nalgebra` dependency | 2019-08-31 | 1 | -2/+2 | |
| | | | | | - Implement our own `Point` and `Vector` types - Make `Rectangle` not generic | ||||
* | Address documentation feedback | 2019-08-31 | 1 | -1/+1 | |
| | | | | | | - Fix broken links - Mention generic `Color` in some widgets - Clarify meaning of renderer-agnostic in usage/overview example | ||||
* | Link to temp documentation in `README` for now | 2019-08-30 | 1 | -1/+1 | |
| | |||||
* | Write documentation example for `Element::map` | 2019-08-30 | 1 | -2/+2 | |
| | |||||
* | Write `renderer` docs and fix broken links | 2019-08-29 | 1 | -2/+1 | |
| | |||||
* | Improve `Overview` section in `README` | 2019-08-28 | 1 | -5/+6 | |
| | |||||
* | Write more documentation | 2019-08-28 | 1 | -7/+7 | |
| | |||||
* | Write documentation for root module | 2019-08-26 | 1 | -0/+192 | |
| | |||||
* | Update `README` | 2019-08-25 | 1 | -1/+1 | |
| | |||||
* | Remove `Runtime` and expose `Cache` instead | 2019-08-23 | 1 | -2/+2 | |
| | |||||
* | Add `Runtime` concept to abstract caching | 2019-07-23 | 1 | -2/+2 | |
| | |||||
* | Decouple `iced` from `coffee` | 2019-07-20 | 1 | -7/+37 | |
| | |||||
* | Initial commit | 2019-05-29 | 1 | -0/+7 | |