summaryrefslogtreecommitdiffstats
path: root/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-2/+2
| | | | Also made fields private and improved `Renderer` traits.
* Support async actions in `iced_winit`Libravatar Héctor Ramón Jiménez2019-11-171-7/+15
|
* Allow applications to control the window titleLibravatar Héctor Ramón Jiménez2019-11-091-0/+6
| | | | `iced_winit` will change the window title dynamically at runtime!
* Implement debug view and load system fontsLibravatar Héctor Ramón Jiménez2019-11-031-1/+1
|
* Connect `iced_web` with `iced` properlyLibravatar Héctor Ramón Jiménez2019-10-231-10/+26
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-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` customizableLibravatar Héctor Ramón Jiménez2019-10-081-1/+2
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Initialize renderer primitive properlyLibravatar Héctor Ramón Jiménez2019-10-071-2/+8
|
* Use `log` crate instead of `dbg!`Libravatar Héctor Ramón Jiménez2019-10-071-4/+0
|
* Draft basic text rendering using `wgpu_glyph`Libravatar Héctor Ramón Jiménez2019-10-051-8/+26
|
* Add `Renderer` and `Primitive` conceptsLibravatar Héctor Ramón Jiménez2019-10-051-6/+4
|
* Count redraws and add a couple of TODOsLibravatar Héctor Ramón Jiménez2019-10-041-5/+16
|
* Draft UI event loopLibravatar Héctor Ramón Jiménez2019-10-031-2/+39
|
* Clear the window properly on redrawLibravatar Héctor Ramón Jiménez2019-10-031-2/+14
|
* Initialize `wgpu`Libravatar Héctor Ramón Jiménez2019-10-031-0/+2
| | | | We only enable the `vulkan` feature for now.
* Open a window using `winit`Libravatar Héctor Ramón Jiménez2019-10-031-2/+29
|
* Start `iced_winit` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-031-0/+23
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-231/+0
|
* Remove generic `Color` in widgetsLibravatar Héctor Ramón Jiménez2019-09-191-3/+3
|
* Unify `web` and `ggez` tour examples :tada:Libravatar Héctor Ramón Jiménez2019-09-191-0/+2
|
* Rethink workspace structureLibravatar Héctor Ramón Jiménez2019-09-141-0/+229
|
* Switch to workspace layoutLibravatar Héctor Ramón Jiménez2019-09-101-229/+0
|
* Improve tour exampleLibravatar Héctor Ramón Jiménez2019-09-041-2/+2
|
* Make `clippy` happyLibravatar Héctor Ramón Jiménez2019-08-311-2/+2
|
* Remove `nalgebra` dependencyLibravatar Héctor Ramón Jiménez2019-08-311-2/+2
| | | | | - Implement our own `Point` and `Vector` types - Make `Rectangle` not generic
* Address documentation feedbackLibravatar Héctor Ramón Jiménez2019-08-311-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 nowLibravatar Héctor Ramón Jiménez2019-08-301-1/+1
|
* Write documentation example for `Element::map`Libravatar Héctor Ramón Jiménez2019-08-301-2/+2
|
* Write `renderer` docs and fix broken linksLibravatar Héctor Ramón Jiménez2019-08-291-2/+1
|
* Improve `Overview` section in `README`Libravatar Héctor Ramón Jiménez2019-08-281-5/+6
|
* Write more documentationLibravatar Héctor Ramón Jiménez2019-08-281-7/+7
|
* Write documentation for root moduleLibravatar Héctor Ramón Jiménez2019-08-261-0/+192
|
* Update `README`Libravatar Héctor Ramón Jiménez2019-08-251-1/+1
|
* Remove `Runtime` and expose `Cache` insteadLibravatar Héctor Ramón Jiménez2019-08-231-2/+2
|
* Add `Runtime` concept to abstract cachingLibravatar Héctor Ramón Jiménez2019-07-231-2/+2
|
* Decouple `iced` from `coffee`Libravatar Héctor Ramón Jiménez2019-07-201-7/+37
|
* Initial commitLibravatar Héctor Ramón Jiménez2019-05-291-0/+7