summaryrefslogtreecommitdiffstats
path: root/web (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove inconsistent `input` module in `iced_native`Libravatar Héctor Ramón Jiménez2020-04-301-2/+2
|
* Move `MouseCursor` to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-291-1/+1
|
* Expose `Rectangle` in `iced_web`Libravatar Héctor Ramón Jiménez2020-04-281-1/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-04-151-1/+1
|
* Fix `Checkbox` and `Radio` API in `iced_web`Libravatar Héctor Ramón Jiménez2020-04-142-4/+9
|
* Bump all versions :tada:Libravatar Héctor Ramón Jiménez2020-04-022-5/+8
|
* Fix a couple of links in documentationLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
|
* Remove subcrates `CHANGELOG`Libravatar Héctor Ramón Jiménez2020-04-021-19/+0
| | | | | | | | | | | | At this stage, it is important to allow the library to change rapidly. Because of this, keeping a log of changes can be counter-productive. We do not want pin down design decisions by writing detailed changelogs (sunk cost fallacy). Once the library and its different parts start becoming more stable and mature, we will reintroduce changelogs accordingly. For now, we will keep a main `CHANGELOG` file just for the `iced` crate.
* Update `iced_web` build documentationLibravatar Héctor Ramón Jiménez2020-04-022-2/+4
|
* Merge pull request #246 from hecrj/feature/application-flagsLibravatar Héctor Ramón2020-03-311-14/+25
|\ | | | | Application flags
| * Call `Runtime::enter` properly in `iced_web`Libravatar Héctor Ramón Jiménez2020-03-301-3/+8
| |
| * Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-301-12/+18
| |
* | Implement `padding` support for `Container`Libravatar Héctor Ramón Jiménez2020-03-311-1/+14
|/
* Merge pull request #224 from hecrj/feature/panes-widgetLibravatar Héctor Ramón2020-03-201-2/+2
|\ | | | | Pane grid widget
| * Move common keyboard types to `iced_core`Libravatar Héctor Ramón Jiménez2020-03-171-2/+2
| | | | | | | | Also expose them in `iced` through `iced_native` and `iced_web`.
* | Fix `wasm-bindgen` command in `README` of `iced_web`Libravatar Héctor Ramón Jiménez2020-03-201-1/+1
|/
* Implement `Column` and `Row` changes in `iced_web`Libravatar Héctor Ramón Jiménez2020-03-172-24/+6
|
* Instantiate Column and Row with childrenLibravatar Rowun Giles2020-03-162-0/+32
|
* Add transform stack to `canvas::Frame`Libravatar Héctor Ramón Jiménez2020-02-141-2/+2
|
* Expose `Point` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-121-1/+1
|
* Add `font-family` to `Text` style in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-2/+6
|
* Implement `TextInput::on_submit` support in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-062-2/+23
|
* Implement `TextInput` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-13/+17
|
* Fix `ProgressBar` doc example in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-4/+3
|
* Implement `Container` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-14/+15
|
* Add style to `TextInput` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+10
|
* Fix `Column` and `Row` styling for `iced_web`Libravatar Héctor Ramón Jiménez2020-02-062-22/+12
|
* Fix `Checkbox` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-4/+18
|
* Fix `Button` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-7/+4
|
* Implement `ProgressBar` widget in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-062-0/+127
|
* Add additional helpers to `css` module in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-2/+31
|
* Expose styling types for `container` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+12
|
* Expose styling types for `radio` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-6/+8
|
* Expose styling types for `checkbox` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-7/+20
|
* Expose missing widget modules in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-065-3/+9
|
* Expose styling types for `scrollable` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-2/+14
|
* Expose styling types for `slider` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-1/+13
|
* Add `From<String>` for `image::Handle` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+6
|
* Add `Handle` and `Data` to `image` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-053-6/+80
|
* Support styling for `Button` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-055-24/+43
|
* Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-0516-89/+89
|
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-047-103/+84
| | | | Also improves the overall web runtime, avoiding nested update loops.
* Fix `docs.rs` linksLibravatar Héctor Ramón Jiménez2020-02-031-1/+1
| | | | Related issue: https://github.com/rust-lang/docs.rs/issues/223
* Forbid unsafe code and Rust 2018 idiomsLibravatar Héctor Ramón Jiménez2020-01-201-2/+2
|
* Add `README` for `tour` exampleLibravatar Héctor Ramón Jiménez2020-01-201-1/+1
|
* Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez2020-01-201-2/+7
|
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-202-2/+1
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-193-6/+13
|
* Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez2020-01-135-11/+21
|
* Remove `Clone` bound for `Element::map`Libravatar Héctor Ramón Jiménez2020-01-131-4/+4
|