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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Show `markdown` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-1
/
+130
*
Show `keyed_column` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
3
-8
/
+68
*
Show `image` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-7
/
+50
*
Show `container` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
3
-11
/
+65
*
Show `combo_box` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-5
/
+166
*
Show `checkbox` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
4
-11
/
+89
*
Show `canvas` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-11
/
+126
*
Add quick example to `widget::button` module
Héctor Ramón Jiménez
2024-09-19
2
-14
/
+48
*
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
[next]