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
*
Use `instant` instead of `wasm-timer` in `iced_core`
Héctor Ramón Jiménez
2023-01-12
11
-13
/
+13
*
Use `instant` to fix Wasm target
Héctor Ramón Jiménez
2023-01-12
9
-9
/
+12
*
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
2023-01-12
8
-31
/
+84
*
Rename `Focus::at` to `Focus::updated_at` in `text_input`
Héctor Ramón Jiménez
2023-01-12
1
-7
/
+14
*
Implement `window::frames` subscription
Héctor Ramón Jiménez
2023-01-12
4
-4
/
+43
*
Use short-hand field notation in `TextInput`
Héctor Ramón Jiménez
2023-01-12
1
-1
/
+1
*
Avoid reblinking cursor when clicking a focused `TextInput`
Héctor Ramón Jiménez
2023-01-12
1
-12
/
+7
*
Implement widget redraw support in `iced_glutin`
Héctor Ramón Jiménez
2023-01-12
1
-11
/
+61
*
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
2023-01-12
12
-107
/
+263
*
Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling
Héctor Ramón
2023-01-09
12
-521
/
+1043
|
\
|
*
Avoid dragging scroll area when touching scrollbars for `Scrollable`
Héctor Ramón Jiménez
2023-01-08
1
-1
/
+4
|
*
Remove `PartialOrd` implementation for `Rectangle`
Héctor Ramón Jiménez
2023-01-08
2
-7
/
+3
|
*
Enable horizontal scrolling with `Shift+MouseWheel`
Héctor Ramón Jiménez
2023-01-08
1
-1
/
+17
|
*
Add some missing `spacing` to `scrollable` example
Héctor Ramón Jiménez
2023-01-08
1
-0
/
+2
|
*
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2023-01-08
6
-69
/
+75
|
*
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2022-12-29
9
-691
/
+618
|
*
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2022-12-29
12
-563
/
+1135
*
|
Merge pull request #1565 from bungoboingo/feat/tracing
Héctor Ramón
2023-01-09
17
-24
/
+276
|
\
\
|
*
|
Add newline at EOF to `.gitignore`
Héctor Ramón Jiménez
2023-01-09
1
-1
/
+1
|
*
|
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
2023-01-09
23
-251
/
+181
|
*
|
Initial profiling support for Iced.
Bingus
2023-01-09
20
-35
/
+357
|
/
/
*
|
Merge pull request #1639 from iced-rs/fix/limits-clamp
Héctor Ramón
2023-01-05
1
-7
/
+9
|
\
\
|
*
|
Stop using `f32::clamp` altogether in `layout::Limits`
Héctor Ramón Jiménez
2023-01-05
1
-7
/
+9
*
|
|
Merge pull request #1633 from pop-os/standardize-checkbox-functions
Héctor Ramón
2023-01-05
2
-3
/
+3
|
\
\
\
|
*
|
|
Checkbox: Fix tests with sync'ed helper macro and associated fn
13r0ck
2023-01-04
1
-1
/
+1
|
*
|
|
use same name & order for checkbox::new and helper
13r0ck
2023-01-04
2
-2
/
+2
*
|
|
|
Merge pull request #1638 from tarkah/fix/responsive-overlay-layout
Héctor Ramón
2023-01-05
1
-2
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix shadowed variable
Cory Forsstrom
2023-01-05
1
-2
/
+4
|
/
/
/
*
|
|
Merge pull request #1637 from iced-rs/fix/layout-resolve-panic
Héctor Ramón
2023-01-05
1
-2
/
+7
|
\
\
\
|
*
|
|
Fix `Layout::resolve` panicking under some circumstances
Héctor Ramón Jiménez
2023-01-05
1
-2
/
+7
|
|
/
/
*
|
|
Merge pull request #1636 from tarkah/fix/location-copy
Héctor Ramón
2023-01-04
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix lint
Cory Forsstrom
2023-01-04
1
-1
/
+1
|
*
|
|
Make location copy
Cory Forsstrom
2023-01-04
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #1635 from tarkah/fix/pub-count-fields
Héctor Ramón
2023-01-04
1
-2
/
+2
|
\
\
\
|
*
|
|
Make count fields pub
Cory Forsstrom
2023-01-04
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #1634 from Araxeus/fix-doc-links
Héctor Ramón
2023-01-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix doc links
Araxeus
2023-01-04
1
-1
/
+1
|
/
/
*
|
Merge pull request #1585 from Night-Hunter-NF/FocusWindow
Héctor Ramón
2023-01-02
2
-0
/
+14
|
\
\
|
*
|
Rename `FocusWindow` to `GainFocus` in `window::Action`
Héctor Ramón Jiménez
2023-01-02
2
-4
/
+4
|
*
|
Add `FocusWindow` to `window::Action`
Night_Hunter
2023-01-02
2
-0
/
+14
|
/
/
*
|
Fix "Test Status" badge in `README`
Héctor Ramón Jiménez
2023-01-02
1
-1
/
+1
*
|
Merge pull request #1562 from casperstorm/feat/custom-accessory-content
Héctor Ramón
2023-01-02
4
-19
/
+88
|
\
\
|
*
|
Rename `pick_list::AccessoryContent` to `Handle`
Héctor Ramón Jiménez
2022-12-14
4
-39
/
+34
|
*
|
Added accessory_content_color to appreance.
Casper Rogild Storm
2022-11-29
3
-1
/
+5
|
*
|
Correctly pass accessory content.
Casper Rogild Storm
2022-11-29
1
-0
/
+2
|
*
|
Added ability to customize accessory content.
Casper Rogild Storm
2022-11-29
4
-19
/
+87
*
|
|
Merge pull request #1584 from Night-Hunter-NF/RequestUserAttention
Héctor Ramón
2023-01-02
6
-12
/
+75
|
\
\
\
|
*
|
|
Create conversion function for `user_attention` in `iced_winit`
Héctor Ramón Jiménez
2023-01-02
3
-11
/
+21
|
*
|
|
Add `RequestUserAttention` to `window::Action`
Night_Hunter
2023-01-02
4
-11
/
+64
|
/
/
/
*
|
|
Merge pull request #1622 from rs017991/text_input_shift_click
Héctor Ramón
2023-01-02
1
-2
/
+10
|
\
\
\
[next]