summaryrefslogtreecommitdiffstats
path: root/web/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make `Row`, `Column`, and `Checkbox` shrink by defaultLibravatar Héctor Ramón Jiménez2019-12-303-3/+3
|
* Merge pull request #131 from hecrj/fix/web-subscription-missingLibravatar Héctor Ramón2019-12-193-0/+44
|\ | | | | Fix `Subscription` missing in `iced_web`
| * Fix `web::Hasher` doc commentLibravatar Héctor Ramón Jiménez2019-12-191-1/+1
| |
| * Fix missing `Subscription` type in `iced_web`Libravatar Héctor Ramón Jiménez2019-12-183-0/+44
| |
* | Merge pull request #128 from Gohla/fix_unnecessary_boundLibravatar Héctor Ramón2019-12-181-1/+1
|\ \ | | | | | | Remove unnecessary bound in iced_web Container
| * | Fix unnecessary bound in web.Libravatar Gabriel Konat2019-12-181-1/+1
| |/
* / Add several missing style attributes in iced_web.Libravatar Gabriel Konat2019-12-185-7/+26
|/
* Make `Button::background` genericLibravatar Héctor Ramón Jiménez2019-12-051-2/+2
|
* Schedule render after `Command` futures finishLibravatar Héctor Ramón Jiménez2019-12-011-13/+29
|
* Update document title properly in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-0/+15
|
* Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-243-16/+32
|
* Style `Button` min-width in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-10/+5
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-2315-65/+868
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-2210-17/+225
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-2/+2
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-219-18/+643
| | | | Also made fields private and improved `Renderer` traits.
* Remove `padding` from `Container` for nowLibravatar Héctor Ramón Jiménez2019-11-111-1/+1
|
* Connect `iced_web` with `iced` properlyLibravatar Héctor Ramón Jiménez2019-10-231-10/+3
|
* Remove generic handle in `Image`Libravatar Héctor Ramón Jiménez2019-10-221-5/+5
| | | | For now, we will simply assume images will be loaded from a given path.
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-092-11/+11
| | | | | | | | | | - 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-082-4/+14
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Improve documentationLibravatar Héctor Ramón Jiménez2019-09-242-4/+10
|
* Make example work on web and update READMEsLibravatar Héctor Ramón Jiménez2019-09-218-4/+12
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-209-73/+24
|
* Remove generic `Color` in widgetsLibravatar Héctor Ramón Jiménez2019-09-193-8/+6
|
* Unify `web` and `ggez` tour examples :tada:Libravatar Héctor Ramón Jiménez2019-09-192-19/+1
|
* Use `futures-preview` instead of `futures`Libravatar Héctor Ramón Jiménez2019-09-161-1/+1
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-158-21/+158
|
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-158-18/+215
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-1412-0/+278
|
* Rethink workspace structureLibravatar Héctor Ramón Jiménez2019-09-141-0/+1