summaryrefslogtreecommitdiffstats
path: root/web (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add(web): support password fieldLibravatar Songtronix2020-01-031-0/+14
|
* Merge pull request #138 from hecrj/feature/empty-widgetLibravatar Héctor Ramón2019-12-312-0/+71
|\ | | | | `Space` widget
| * Rename `Empty` widget to `Space`Libravatar Héctor Ramón Jiménez2019-12-302-27/+26
| |
| * Implement `Empty` widgetLibravatar Héctor Ramón Jiménez2019-12-302-0/+72
| | | | | | | | It can be useful if you want to fill some space with nothing.
* | Add `Length::FillPortion` variantLibravatar Héctor Ramón Jiménez2019-12-302-2/+2
|/ | | | | It allows to specify the amount of available space an element should take relative to other elements.
* Merge pull request #131 from hecrj/fix/web-subscription-missingLibravatar Héctor Ramón2019-12-194-1/+45
|\ | | | | 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-184-1/+45
| |
* | 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-052-2/+5
|
* Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2019-12-011-0/+2
|
* Schedule render after `Command` futures finishLibravatar Héctor Ramón Jiménez2019-12-011-13/+29
|
* Add `CHANGELOG` to subcratesLibravatar Héctor Ramón Jiménez2019-11-252-2/+16
|
* 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-244-16/+34
|
* 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-2316-66/+869
| | | | | - 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
|
* Merge branch 'master' into improvement/docsLibravatar Héctor Ramón Jiménez2019-11-221-0/+65
|\
| * Add usage section to `iced_web`Libravatar Héctor Ramón Jiménez2019-11-201-0/+38
| |
| * Add installation section to subcrate `README`sLibravatar Héctor Ramón Jiménez2019-11-201-0/+12
| |
| * Add `README` for each subcrateLibravatar Héctor Ramón Jiménez2019-11-201-0/+15
| |
* | 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-232-12/+4
|
* 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-2010-74/+25
|
* 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-197-648/+1
|
* Use `futures-preview` instead of `futures`Libravatar Héctor Ramón Jiménez2019-09-164-6/+6
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-1512-24/+167
|
* 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-1416-29/+321
|
* Rethink workspace structureLibravatar Héctor Ramón Jiménez2019-09-146-0/+643