summaryrefslogtreecommitdiffstats
path: root/wgpu/src/renderer/widget/text_input.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-261/+0
|
* Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2020-04-301-4/+5
|
* Remove `OutOfBounds` variant from `MouseCursor`Libravatar Héctor Ramón Jiménez2020-04-291-1/+1
|
* Align text in `iced_wgpu` on a case-by-case basisLibravatar Héctor Ramón Jiménez2020-04-101-0/+1
|
* Fix unnecessary clip of text input in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-091-4/+14
| | | | | It should only produce a `Clip` primitive when the contents overflow the input now.
* Fix `measure_value` for text input in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-04-091-3/+3
| | | | It accounts for spaces at the start of text now.
* Remove unnecessary conversion in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-291-2/+1
|
* Implement `Renderer::find_cursor_position`Libravatar Héctor Ramón Jiménez2020-03-251-2/+2
|
* Improve `text_input::cursor` APILibravatar Héctor Ramón Jiménez2020-03-241-46/+75
|
* moved cursor into own fileLibravatar FabianLars2020-02-241-43/+7
| | | | | | | | | | moved click tracking as a new State struct to input::mouse made cursor field of text_input state private brought back cursor type(Index, Selection) representation with a state enum cleaned out some stuff (but not enough/all) TODO: Documentation (sigh) TODO: Editor struct TODO: some (hopefully) small improvements here and there
* Text Selection completely rewrittenLibravatar FabianLars2020-02-241-6/+41
|
* inital patch by FinneraleLibravatar FabianLars2020-02-221-3/+43
|
* Custom fonts can be set in the text input.Libravatar sumibi-yakitori2020-01-271-4/+10
|
* Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez2020-01-011-13/+19
|
* Add `border_width` and `border_color` to `Quad`Libravatar Héctor Ramón Jiménez2019-12-311-21/+12
|
* Fix cursor positioning in `TextInput` on overflowLibravatar Héctor Ramón Jiménez2019-12-211-10/+47
|
* Place `TextInput` cursor position on clickLibravatar Héctor Ramón Jiménez2019-12-051-16/+21
|
* Fix `TextInput` inner border radius in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-12-031-1/+1
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-17/+18
| | | | Also made fields private and improved `Renderer` traits.
* Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez2019-11-131-10/+8
|
* Move text logic in `iced_wgpu` to a `text` moduleLibravatar Héctor Ramón Jiménez2019-11-131-20/+5
|
* Split text measurements cache from rendering cacheLibravatar Héctor Ramón Jiménez2019-11-111-2/+2
| | | | | This speeds up layouting in the most common scenario considerably! :tada:
* use Color's `From` impl in more placesLibravatar memoryruins2019-11-071-26/+8
|
* Merge branch 'master' into feature/performance-metricsLibravatar Héctor Ramón Jiménez2019-11-051-57/+66
|
* Move `Target` to its own moduleLibravatar Héctor Ramón Jiménez2019-11-021-0/+162