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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #2390 from JL710/TextInput-Maybe
Héctor Ramón
2024-09-07
1
-5
/
+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
*
|
|
Merge pull request #2549 from JL710/patch-3
Héctor Ramón
2024-09-07
1
-9
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove out of date comment from custom-widget example
JL710
2024-08-14
1
-9
/
+0
*
|
|
Deprecate the `component` widget
Héctor Ramón Jiménez
2024-09-05
5
-159
/
+14
*
|
|
Merge pull request #2289 from JL710/Component-doc
Héctor Ramón
2024-09-05
5
-5
/
+6
|
\
\
\
|
*
|
|
Flag `lazy` feature types directly
Héctor Ramón Jiménez
2024-09-05
5
-5
/
+6
|
/
/
/
*
|
|
Fix `winit::conversion` on Windows
Héctor Ramón Jiménez
2024-09-05
1
-1
/
+1
*
|
|
Merge pull request #2284 from jquesada2016/mouse_passthrough
Héctor Ramón
2024-09-05
2
-0
/
+38
|
\
\
\
|
*
|
|
Add mouse passthrough tasks to `window` module
Héctor Ramón Jiménez
2024-09-05
2
-0
/
+38
*
|
|
|
add option for undecorated_shadow on windows (#2285)
Night_Hunter
2024-09-05
2
-0
/
+11
|
/
/
/
*
|
|
Merge pull request #2279 from nrjais/wrapping
Héctor Ramón
2024-09-04
21
-32
/
+162
|
\
\
\
|
*
|
|
Fix `toggler` example
Héctor Ramón Jiménez
2024-09-04
1
-1
/
+1
|
*
|
|
Remove unnecessary `buffer_mut_from_editor` call
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
21
-30
/
+160
|
/
/
/
*
|
|
Merge pull request #2262 from Koranir/text-input-disable-select
Héctor Ramón
2024-09-04
1
-19
/
+28
|
\
\
\
|
*
|
|
Allow interactions on disabled `text_input`
Héctor Ramón Jiménez
2024-09-04
1
-19
/
+28
|
/
/
/
*
|
|
Reconnect `Clipboard` on window close
Héctor Ramón Jiménez
2024-09-03
3
-22
/
+46
*
|
|
Merge pull request #2261 from wiiznokes/container-style-colored
Héctor Ramón
2024-09-02
1
-0
/
+11
|
\
\
\
|
*
|
|
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 #2244 from dtzxporter/separate-image-widget-from-image-codecs
Héctor Ramón
2024-09-02
1
-2
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Introduce `image-without-codecs` feature flag
Héctor Ramón Jiménez
2024-09-02
1
-2
/
+4
|
/
/
/
*
|
|
Add `get_scale_factor` task to `window` module
Héctor Ramón Jiménez
2024-08-30
3
-1
/
+22
*
|
|
Merge pull request #2535 from bungoboingo/text-input-alignment
Héctor Ramón
2024-08-24
2
-11
/
+71
|
\
\
\
|
*
|
|
Implement `align_x` for `TextInput`
Shan
2024-08-24
2
-11
/
+71
*
|
|
|
Merge pull request #2555 from mtkennerly/feature/pane-grid-compact-controls
Héctor Ramón
2024-08-24
4
-74
/
+326
|
\
\
\
\
|
*
|
|
|
Add compact variant for pane grid controls
mtkennerly
2024-08-22
4
-74
/
+326
*
|
|
|
|
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
7
-94
/
+223
*
|
|
|
|
Decouple `markdown` widget from built-in `Theme`
Héctor Ramón Jiménez
2024-08-21
1
-4
/
+19
|
/
/
/
/
*
|
|
|
Produce `window::Event::Closed` only if window exists
Héctor Ramón Jiménez
2024-08-15
1
-5
/
+7
*
|
|
|
Fix crash when application boots from a URL event in macOS
Héctor Ramón Jiménez
2024-08-15
1
-3
/
+14
*
|
|
|
Rename `operation::chain` to `then`
Héctor Ramón Jiménez
2024-08-15
2
-6
/
+12
|
/
/
/
*
|
|
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
2
-30
/
+67
|
/
/
*
|
Revert `window::close` producing a `window::Id`
Héctor Ramón Jiménez
2024-08-12
4
-12
/
+7
*
|
Produce `window::Event::Closed` on `window::close`
Héctor Ramón Jiménez
2024-08-12
1
-1
/
+7
*
|
Make `window::close` return and introduce `Task::discard`
Héctor Ramón Jiménez
2024-08-12
5
-7
/
+24
*
|
Use `clipped_cursor` directly in `text_editor`
Héctor Ramón Jiménez
2024-08-12
1
-6
/
+1
*
|
Merge pull request #2547 from meithecatte/do-not-segfault
Héctor Ramón
2024-08-12
3
-10
/
+27
|
\
\
|
*
|
Fix `integration` example
Héctor Ramón Jiménez
2024-08-12
1
-1
/
+1
|
*
|
Fix formatting in `iced_winit::clipboard`
Héctor Ramón Jiménez
2024-08-12
1
-3
/
+5
|
*
|
iced_winit: drop Clipboard before Window
Maja Kądziołka
2024-08-11
2
-9
/
+24
*
|
|
Merge pull request #2536 from meithecatte/editor-clipping
Héctor Ramón
2024-08-12
3
-34
/
+44
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix clipping area of `text_editor` placeholder
Héctor Ramón Jiménez
2024-08-12
1
-1
/
+1
|
*
|
Focus `text_editor` at start-up in `editor` example
Héctor Ramón Jiménez
2024-08-12
1
-8
/
+11
[prev]
[next]