summaryrefslogtreecommitdiffstats
path: root/examples/tour.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-111-2/+2
|
* Allow applications to control the window titleLibravatar Héctor Ramón Jiménez2019-11-091-18/+37
| | | | `iced_winit` will change the window title dynamically at runtime!
* Merge branch 'master' into feature/text-inputLibravatar Héctor Ramón Jiménez2019-11-031-14/+17
|\
| * Show Ferris at the end of the scrollable sectionLibravatar Héctor Ramón Jiménez2019-11-021-14/+17
| |
* | Add text input section to `tour`Libravatar Héctor Ramón Jiménez2019-11-021-5/+55
|/
* Add scrollable section to `tour`Libravatar Héctor Ramón Jiménez2019-11-021-6/+40
|
* Make `tour` example work on Wasm againLibravatar Héctor Ramón Jiménez2019-10-231-4/+17
|
* Implement basic image rendering in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-231-4/+13
|
* Add a slight shadow to buttons for feedbackLibravatar Héctor Ramón Jiménez2019-10-121-8/+8
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-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-rendererLibravatar Héctor Ramón Jiménez2019-10-081-2/+2
|
* Make `iced_core::Button` customizableLibravatar Héctor Ramón Jiménez2019-10-081-7/+45
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Render colored quadsLibravatar Héctor Ramón Jiménez2019-10-071-0/+2
|
* Make `tour` a simple example instead of a crateLibravatar Héctor Ramón Jiménez2019-10-061-0/+587