summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/text_input.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-285/+0
|
* Simplify `update` signature in `text_input`Libravatar Héctor Ramón Jiménez2022-07-131-1/+1
|
* Simplify `on_paste` signatureLibravatar Héctor Ramón Jiménez2022-07-131-5/+8
| | | | ... and fix spacing.
* Added `on_paste` handler to `TextInput`Libravatar Wyatt Jacob Herkamp2022-07-131-1/+11
|
* Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-081-0/+28
|\
| * Allow overriding pure text_input value during drawLibravatar Cory Forsstrom2022-06-231-0/+26
| |
* | Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-9/+17
| |
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+1
|/ | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-021-4/+2
|
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-11/+7
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-2/+2
| | | | ... and fix collisions with the new `helpers`
* Merge branch 'master' into virtual-widgetsLibravatar Héctor Ramón Jiménez2022-03-071-7/+1
|
* Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`Libravatar Héctor Ramón Jiménez2022-02-161-13/+6
|
* Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-121-2/+17
| | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`.
* Implement `TextInput` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-121-0/+239