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
...
*
Bump leftover version in `README`
Héctor Ramón Jiménez
2023-01-14
1
-1
/
+1
*
Bump versions in `README`s
Héctor Ramón Jiménez
2023-01-14
8
-8
/
+9
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
27
-83
/
+126
*
Merge pull request #1647 from iced-rs/feature/widget-request-redraw
Héctor Ramón
2023-01-13
20
-126
/
+431
|
\
|
*
Fix grammar of `TODO` comment in `application` modules
Héctor Ramón Jiménez
2023-01-13
2
-6
/
+4
|
*
Clarify documentation of `window::frames`
Héctor Ramón Jiménez
2023-01-13
1
-1
/
+5
|
*
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 #1648 from wiktor-k/fix-crate-doc
Héctor Ramón
2023-01-12
1
-0
/
+1
|
\
\
|
*
|
Fix comment description on crate example
Wiktor Kwapisiewicz
2023-01-12
1
-0
/
+1
|
/
/
*
|
Merge pull request #1646 from nicksenger/feat/dependency-in-lazy
Héctor Ramón
2023-01-12
3
-6
/
+10
|
\
\
|
*
|
feat: provide `&Dependency` to `Lazy` widget `View`
Nick Senger
2023-01-11
3
-6
/
+10
|
/
/
*
|
Merge pull request #1644 from nicksenger/fix/lazy-widget
Héctor Ramón
2023-01-11
4
-219
/
+212
|
\
\
|
|
/
|
/
|
|
*
clippy
Nick Senger
2023-01-10
1
-3
/
+9
|
*
add overlays to `Lazy` example
Nick Senger
2023-01-10
1
-24
/
+130
|
*
cleanup `Lazy` examples
Nick Senger
2023-01-10
3
-150
/
+1
|
*
fix: `Lazy` widget
Nick Senger
2023-01-10
1
-45
/
+75
|
/
*
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
|
|
/
/
[prev]
[next]