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
/
wgpu
/
src
/
renderer
/
widget
/
text_input.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
2020-05-19
1
-261
/
+0
*
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2020-04-30
1
-4
/
+5
*
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
2020-04-29
1
-1
/
+1
*
Align text in `iced_wgpu` on a case-by-case basis
Héctor Ramón Jiménez
2020-04-10
1
-0
/
+1
*
Fix unnecessary clip of text input in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-09
1
-4
/
+14
*
Fix `measure_value` for text input in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-09
1
-3
/
+3
*
Remove unnecessary conversion in `iced_wgpu`
Héctor Ramón Jiménez
2020-03-29
1
-2
/
+1
*
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
2020-03-25
1
-2
/
+2
*
Improve `text_input::cursor` API
Héctor Ramón Jiménez
2020-03-24
1
-46
/
+75
*
moved cursor into own file
FabianLars
2020-02-24
1
-43
/
+7
*
Text Selection completely rewritten
FabianLars
2020-02-24
1
-6
/
+41
*
inital patch by Finnerale
FabianLars
2020-02-22
1
-3
/
+43
*
Custom fonts can be set in the text input.
sumibi-yakitori
2020-01-27
1
-4
/
+10
*
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
2020-01-01
1
-13
/
+19
*
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
2019-12-31
1
-21
/
+12
*
Fix cursor positioning in `TextInput` on overflow
Héctor Ramón Jiménez
2019-12-21
1
-10
/
+47
*
Place `TextInput` cursor position on click
Héctor Ramón Jiménez
2019-12-05
1
-16
/
+21
*
Fix `TextInput` inner border radius in `iced_wgpu`
Héctor Ramón Jiménez
2019-12-03
1
-1
/
+1
*
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
2019-11-21
1
-17
/
+18
*
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
2019-11-13
1
-10
/
+8
*
Move text logic in `iced_wgpu` to a `text` module
Héctor Ramón Jiménez
2019-11-13
1
-20
/
+5
*
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
2019-11-11
1
-2
/
+2
*
use Color's `From` impl in more places
memoryruins
2019-11-07
1
-26
/
+8
*
Merge branch 'master' into feature/performance-metrics
Héctor Ramón Jiménez
2019-11-05
1
-57
/
+66
*
Move `Target` to its own module
Héctor Ramón Jiménez
2019-11-02
1
-0
/
+162