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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2583 from iced-rs/fix/scrolling-direction-with-trackpad
Héctor Ramón
2024-09-18
1
-1
/
+1
|
\
|
*
Fix scrolling direction with trackpad in `scrollable`
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
*
|
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
2024-09-18
1
-12
/
+27
|
/
*
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
2024-09-18
1
-1
/
+1
*
Merge pull request #2565 from kiedtl/slider_mouse_wheel
Héctor Ramón
2024-09-13
2
-2
/
+38
|
\
|
*
Use `mouse::Cursor::is_over` in `slider`
Héctor Ramón Jiménez
2024-09-13
2
-4
/
+4
|
*
Enable `slider` scrolling only when `Ctrl` is pressed
Héctor Ramón Jiménez
2024-09-13
2
-32
/
+36
|
*
slider: handle mouse wheel events
Kiëd Llaentenn
2024-09-02
2
-0
/
+32
*
|
Document how the state of a `Component` can be managed
dtoniolo
2024-09-13
1
-0
/
+13
*
|
Add `on_open` handler to `combo_box` widget
Héctor Ramón Jiménez
2024-09-13
1
-7
/
+20
*
|
Fix priority of `Binding::Delete` in `text_editor`
Héctor Ramón Jiménez
2024-09-13
1
-1
/
+3
*
|
Set `Limits::width` in `TextEditor` layout
Héctor Ramón Jiménez
2024-09-13
1
-1
/
+1
*
|
Take `Into<Pixels>` in `TextEditor::width`
Héctor Ramón Jiménez
2024-09-13
1
-2
/
+2
*
|
feat: add width setter
Samson
2024-09-13
1
-0
/
+6
*
|
Add `label` method to `Toggler`
Héctor Ramón Jiménez
2024-09-11
2
-8
/
+11
*
|
Add disabled state and `on_toggle` handler to `Toggler`
Héctor Ramón Jiménez
2024-09-11
2
-14
/
+48
*
|
Merge pull request #2450 from breynard0/master
Héctor Ramón
2024-09-10
1
-14
/
+35
|
\
\
|
*
|
Simplify signatures of `on_move` and `on_scroll` for `mouse_area`
Héctor Ramón Jiménez
2024-09-10
1
-10
/
+7
|
*
|
Use `cursor` changes to notify mouse events in `mouse_area`
Héctor Ramón Jiménez
2024-09-10
1
-5
/
+10
|
*
|
Add `on_scroll` handler to `mouse_area` widget
Siliwolf
2024-09-10
1
-3
/
+22
*
|
|
Improve slider widget styling. (#2444)
B0ney
2024-09-10
2
-22
/
+26
|
/
/
*
|
Render border above active progress for progress_bar widget. (#2443)
B0ney
2024-09-10
1
-2
/
+6
*
|
Notify all `scrollable::Viewport` changes
Héctor Ramón Jiménez
2024-09-10
1
-14
/
+44
*
|
Implement `scroll_by` operation for `scrollable`
lufte
2024-09-10
2
-31
/
+60
*
|
Add `mouse::Button` to `mouse::Click`
Isaac Marovitz
2024-09-09
2
-2
/
+6
*
|
Enable horizontal scrolling without shift modifier
Matt Woelfel
2024-09-08
1
-6
/
+20
*
|
Implement mouse wheel transactions for `scrollable`
Héctor Ramón Jiménez
2024-09-08
1
-9
/
+34
*
|
Simplify type signature of `TextInput` methods
Héctor Ramón Jiménez
2024-09-07
1
-21
/
+11
*
|
Add `*_maybe` helper methods for `TextInput`
JL710
2024-09-07
1
-0
/
+39
*
|
Deprecate the `component` widget
Héctor Ramón Jiménez
2024-09-05
3
-0
/
+14
*
|
Flag `lazy` feature types directly
Héctor Ramón Jiménez
2024-09-05
5
-5
/
+6
*
|
Fix `toggler` example
Héctor Ramón Jiménez
2024-09-04
1
-1
/
+1
*
|
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
9
-11
/
+69
*
|
Allow interactions on disabled `text_input`
Héctor Ramón Jiménez
2024-09-04
1
-19
/
+28
|
/
*
Implement `From<Style>` for `container::StyleFn`
Héctor Ramón Jiménez
2024-09-02
1
-0
/
+6
*
Introduce `container::background` style helper
Héctor Ramón Jiménez
2024-09-02
1
-0
/
+5
*
Merge pull request #2535 from bungoboingo/text-input-alignment
Héctor Ramón
2024-08-24
1
-10
/
+69
|
\
|
*
Implement `align_x` for `TextInput`
Shan
2024-08-24
1
-10
/
+69
*
|
Merge pull request #2555 from mtkennerly/feature/pane-grid-compact-controls
Héctor Ramón
2024-08-24
3
-69
/
+309
|
\
\
|
*
|
Add compact variant for pane grid controls
mtkennerly
2024-08-22
3
-69
/
+309
|
|
/
*
|
Fix ambiguous `rich_text` link in `widget::markdown`
Héctor Ramón Jiménez
2024-08-22
1
-1
/
+1
*
|
Make `RichText` generic over data structure
Héctor Ramón Jiménez
2024-08-22
4
-83
/
+212
*
|
Decouple `markdown` widget from built-in `Theme`
Héctor Ramón Jiménez
2024-08-21
1
-4
/
+19
|
/
*
Short-circuit scrolling passthrough in `Stack`
Héctor Ramón Jiménez
2024-08-14
1
-1
/
+1
*
Fix scroll event passthrough in `Stack` widget
Héctor Ramón Jiménez
2024-08-14
1
-5
/
+21
*
Find `layers_below` only if `Stack` is hovered
Héctor Ramón Jiménez
2024-08-14
1
-3
/
+3
*
Fix cursor passthrough in `Stack` during `draw`
Héctor Ramón Jiménez
2024-08-14
1
-17
/
+52
*
Use `clipped_cursor` directly in `text_editor`
Héctor Ramón Jiménez
2024-08-12
1
-6
/
+1
*
Merge pull request #2536 from meithecatte/editor-clipping
Héctor Ramón
2024-08-12
1
-20
/
+13
|
\
|
*
Fix clipping area of `text_editor` placeholder
Héctor Ramón Jiménez
2024-08-12
1
-1
/
+1
[next]