Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -2/+2 | |
| | |||||
* | Allow applications to control the window title | 2019-11-09 | 1 | -18/+37 | |
| | | | | `iced_winit` will change the window title dynamically at runtime! | ||||
* | Merge branch 'master' into feature/text-input | 2019-11-03 | 1 | -14/+17 | |
|\ | |||||
| * | Show Ferris at the end of the scrollable section | 2019-11-02 | 1 | -14/+17 | |
| | | |||||
* | | Add text input section to `tour` | 2019-11-02 | 1 | -5/+55 | |
|/ | |||||
* | Add scrollable section to `tour` | 2019-11-02 | 1 | -6/+40 | |
| | |||||
* | Make `tour` example work on Wasm again | 2019-10-23 | 1 | -4/+17 | |
| | |||||
* | Implement basic image rendering in `iced_wgpu` | 2019-10-23 | 1 | -4/+13 | |
| | |||||
* | Add a slight shadow to buttons for feedback | 2019-10-12 | 1 | -8/+8 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -4/+4 | |
| | | | | | | | | | | - 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. | ||||
* | Merge branch 'master' into basic-renderer | 2019-10-08 | 1 | -2/+2 | |
| | |||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -7/+45 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Render colored quads | 2019-10-07 | 1 | -0/+2 | |
| | |||||
* | Make `tour` a simple example instead of a crate | 2019-10-06 | 1 | -0/+587 | |