index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
glow
/
src
/
renderer
/
widget
/
text_input.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-261
/
+0
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
1
-0
/
+0
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-4
/
+5
2020-04-29
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-10
Align text in `iced_wgpu` on a case-by-case basis
Héctor Ramón Jiménez
1
-0
/
+1
2020-04-09
Fix unnecessary clip of text input in `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+14
2020-04-09
Fix `measure_value` for text input in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-29
Remove unnecessary conversion in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+1
2020-03-25
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-24
Improve `text_input::cursor` API
Héctor Ramón Jiménez
1
-46
/
+75
2020-02-24
moved cursor into own file
FabianLars
1
-43
/
+7
2020-02-24
Text Selection completely rewritten
FabianLars
1
-6
/
+41
2020-02-22
inital patch by Finnerale
FabianLars
1
-3
/
+43
2020-01-27
Custom fonts can be set in the text input.
sumibi-yakitori
1
-4
/
+10
2020-01-01
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
1
-13
/
+19
2019-12-31
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
1
-21
/
+12
2019-12-21
Fix cursor positioning in `TextInput` on overflow
Héctor Ramón Jiménez
1
-10
/
+47
2019-12-05
Place `TextInput` cursor position on click
Héctor Ramón Jiménez
1
-16
/
+21
2019-12-03
Fix `TextInput` inner border radius in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
1
-17
/
+18
2019-11-13
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
1
-10
/
+8
2019-11-13
Move text logic in `iced_wgpu` to a `text` module
Héctor Ramón Jiménez
1
-20
/
+5
2019-11-11
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-07
use Color's `From` impl in more places
memoryruins
1
-26
/
+8
2019-11-02
Move `Target` to its own module
Héctor Ramón Jiménez
1
-0
/
+0
2019-10-31
Render `TextInput` cursor inside the clipping area
Héctor Ramón Jiménez
1
-86
/
+87
2019-10-31
Implement cursor movement in `TextInput`
Héctor Ramón Jiménez
1
-7
/
+28
2019-10-30
Show text cursor in `TextInput`
Héctor Ramón Jiménez
1
-2
/
+40
2019-10-30
Handle some `TextInput` events
Héctor Ramón Jiménez
1
-18
/
+20
2019-10-30
Draft `TextInput` widget structure
Héctor Ramón Jiménez
1
-0
/
+100