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
/
widget
/
src
/
text_input.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix impossible to type `v` in `TextInput`
Héctor Ramón Jiménez
2024-01-22
1
-34
/
+29
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-26
/
+27
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-3
/
+1
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-11
/
+5
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+3
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
1
-26
/
+28
*
Merge branch 'master' into update-winit
Héctor Ramón Jiménez
2024-01-16
1
-59
/
+63
|
\
|
*
Merge pull request #2192 from iced-rs/fix/layout-inconsistencies
Héctor Ramón
2024-01-12
1
-36
/
+32
|
|
\
|
|
*
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
2024-01-10
1
-2
/
+2
|
|
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+5
|
|
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-30
/
+27
|
*
|
Fix clipping of `TextInput` selection
Héctor Ramón Jiménez
2024-01-12
1
-23
/
+31
|
|
/
*
/
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
1
-29
/
+27
|
/
*
Merge pull request #1964 from bungoboingo/feat/multi-window-support
Héctor Ramón
2023-12-05
1
-3
/
+3
|
\
|
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
1
-182
/
+250
|
|
\
|
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-07-12
1
-1
/
+1
*
|
|
Fix `clippy` lint
Héctor Ramón Jiménez
2023-12-01
1
-1
/
+1
*
|
|
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
1
-31
/
+28
|
|
/
|
/
|
*
|
Merge branch 'master' into text-editor
Héctor Ramón Jiménez
2023-10-27
1
-12
/
+12
|
\
\
|
*
|
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-12
/
+12
*
|
|
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
2023-09-11
1
-10
/
+7
|
/
/
*
|
Fix `ComboBox` widget not displaying selection text
Héctor Ramón Jiménez
2023-09-10
1
-1
/
+27
*
|
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
1
-1
/
+1
|
\
\
|
*
|
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
1
-1
/
+1
*
|
|
Implement `Icon` support for `TextInput`
Héctor Ramón Jiménez
2023-09-09
1
-4
/
+23
*
|
|
Simplify new logic in `TextInput`
Héctor Ramón Jiménez
2023-08-30
1
-33
/
+25
*
|
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-27
/
+19
*
|
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-158
/
+164
|
/
/
*
|
Run `cargo fmt` with Rust 1.72
Héctor Ramón Jiménez
2023-08-26
1
-2
/
+6
*
|
ensure no paste with alt
Casper Rogild Storm
2023-08-05
1
-1
/
+3
*
|
Use default padding of `TextInput` in `ComboBox`
Héctor Ramón Jiménez
2023-07-26
1
-1
/
+4
*
|
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-0
/
+1
*
|
Restart animation when regaining focus
Cory Forsstrom
2023-07-13
1
-0
/
+3
*
|
Dont blink input cursor when window loses focus
Cory Forsstrom
2023-07-13
1
-8
/
+31
|
/
*
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
1
-3
/
+3
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-17
/
+21
*
clippy
Casper Storm
2023-05-23
1
-1
/
+1
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
1
-1
/
+29
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
1
-2
/
+5
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-7
/
+11
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
1
-1
/
+6
*
Merge branch 'advanced-text' into incremental-rendering
Héctor Ramón Jiménez
2023-04-17
1
-32
/
+170
|
\
|
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-32
/
+170
*
|
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-04
1
-0
/
+2
|
/
*
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
*
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-0
/
+1221