summaryrefslogtreecommitdiffstats
path: root/examples/tour.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-201-794/+0
|
* Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2020-01-091-0/+6
|\
| * Merge branch 'master' into feature/shrink-by-defaultLibravatar Héctor Ramón Jiménez2020-01-091-2/+2
| |\
| * | Make `Row`, `Column`, and `Checkbox` shrink by defaultLibravatar Héctor Ramón Jiménez2019-12-301-1/+7
| | |
* | | Add border and shadow styling to `Button`Libravatar Héctor Ramón Jiménez2020-01-051-4/+5
| | |
* | | Add `border_width` and `border_color` to `Quad`Libravatar Héctor Ramón Jiménez2019-12-311-1/+1
| | |
* | | Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2019-12-311-2/+2
|\ \ \ | | |/ | |/|
| * | Rename `Empty` widget to `Space`Libravatar Héctor Ramón Jiménez2019-12-301-3/+3
| | |
| * | Implement `Empty` widgetLibravatar Héctor Ramón Jiménez2019-12-301-2/+2
| |/ | | | | | | It can be useful if you want to fill some space with nothing.
* | Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez2019-12-301-3/+10
| |
* | Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-291-19/+28
|/
* Update native `CHANGELOG`Libravatar Héctor Ramón Jiménez2019-12-081-1/+0
|
* Showcase new `TextInput::password` in `tour`Libravatar Héctor Ramón Jiménez2019-12-071-11/+33
|
* Make `Button::background` genericLibravatar Héctor Ramón Jiménez2019-12-051-8/+5
|
* Implemented `From<Color` for `Background`Libravatar Malte Veerman2019-12-041-13/+6
|
* Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez2019-11-251-2/+2
|
* Add warning on debugger tour section in webLibravatar Héctor Ramón Jiménez2019-11-241-5/+13
|
* Merge branch 'master' into improvement/docsLibravatar Héctor Ramón Jiménez2019-11-221-1/+1
|\
| * Disable debug view by default in `tour` exampleLibravatar Héctor Ramón Jiménez2019-11-201-1/+1
| |
* | Implement `iced::Sandbox` trait for simple appsLibravatar Héctor Ramón Jiménez2019-11-211-18/+13
| |
* | Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-4/+3
|/ | | | Also made fields private and improved `Renderer` traits.
* Support async actions in `iced_winit`Libravatar Héctor Ramón Jiménez2019-11-171-16/+20
|
* Remove default styling of `Button`Libravatar Héctor Ramón Jiménez2019-11-131-0/+1
| | | | | - A background will only show if explicitly set. - `iced_wgpu` won't apply a `min_width` of 100 units anymore.
* Fix doc comments and remove `Align` from `tour`Libravatar Héctor Ramón Jiménez2019-11-111-1/+1
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-30/+28
| | | | Remove `align_self` and `justify_content` methods
* 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