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
*
Update some dependencies
Wyatt Herkamp
2024-02-09
4
-14
/
+14
*
Merge pull request #2221 from Dworv/text-shrink
Héctor Ramón
2024-02-07
6
-2
/
+41
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+2
|
*
Fix wrapped lines not being considered when measuring `TextEditor`
Héctor Ramón Jiménez
2024-02-07
5
-22
/
+38
|
*
feat: text-editor can shrink to content
Dworv YT
2024-02-07
1
-1
/
+22
|
/
*
Merge pull request #2220 from DoomDuck/faster_image_bytes_handle
Héctor Ramón
2024-02-07
2
-1
/
+5
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+2
|
*
image::Bytes::PartialEq: use core::ptr::eq to speed up comparison
DoomDuck
2024-02-07
1
-1
/
+3
*
|
Merge pull request #2219 from GyulyVGC/toggler-border-width
Héctor Ramón
2024-02-07
4
-8
/
+15
|
\
\
|
|
/
|
/
|
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+1
|
*
add border widths to toggler stylesheet
Giuliano Bellini s294739
2024-02-07
3
-8
/
+14
|
/
*
Merge pull request #2214 from dtzxporter/workaround-winit-win32-issues
Héctor Ramón
2024-02-07
2
-14
/
+43
|
\
|
*
Remove `allow(unused_mut)` in `winit::application`
Héctor Ramón Jiménez
2024-02-07
1
-15
/
+18
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+1
|
*
Emulate `AboutToWait` event on Windows while resizing
dtzxporter
2024-02-07
1
-13
/
+38
|
/
*
Merge pull request #2210 from MoSal/glyph_cache_capacity_limit
Héctor Ramón
2024-02-07
2
-1
/
+9
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+2
|
*
tiny_skia: Add a capacity limit to `GlyphCache`
Mohammad AlSaleh
2024-02-07
1
-1
/
+7
|
/
*
Merge pull request #2207 from VAWVAW/mouse-area-interaction
Héctor Ramón
2024-02-07
2
-25
/
+43
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+1
|
*
Shorten properties in `MouseArea`
Héctor Ramón Jiménez
2024-02-07
1
-20
/
+18
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-07
1
-0
/
+1
|
*
Shorten some `MouseArea` methods
Héctor Ramón Jiménez
2024-02-07
1
-7
/
+4
|
*
Override `MouseArea` interaction only when contents are idle
Héctor Ramón Jiménez
2024-02-07
1
-11
/
+12
|
*
Add `Interaction` overriding to `MouseArea`
vawvaw
2024-02-07
1
-0
/
+20
|
/
*
Merge pull request #2200 from dtzxporter/run-window-callback
Héctor Ramón
2024-02-07
7
-4
/
+55
|
\
|
*
Pin `web-sys` dependency to `0.3.67` for now
Héctor Ramón Jiménez
2024-02-07
1
-1
/
+1
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-07
1
-1
/
+2
|
*
Fix documentation of `Action::RunWithHandle`
Héctor Ramón Jiménez
2024-02-07
1
-1
/
+1
|
*
Rename `fetch_native_handle` to `run_with_handle` in `window`
Héctor Ramón Jiménez
2024-02-07
4
-27
/
+30
|
*
Re-implement against latest iced master. Rename FetchNativeHandle.
dtzxporter
2024-02-07
5
-0
/
+47
|
/
*
Merge pull request #2188 from fogarecious/add_doc
Héctor Ramón
2024-02-06
3
-0
/
+11
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-06
1
-0
/
+1
|
*
Fix missing feature flag docs for `time::every`
fogarecious
2024-02-06
2
-0
/
+10
|
/
*
Merge pull request #2174 from hicaru/list_picker_events
Héctor Ramón
2024-02-06
3
-9
/
+41
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-06
1
-0
/
+1
|
*
Rename `PickList` handlers for consistency
Héctor Ramón Jiménez
2024-02-06
1
-25
/
+25
|
*
Add `on_opened` and `on_closed` handlers for `PickList`
Rinat
2024-02-06
2
-2
/
+33
|
/
*
Merge pull request #2235 from fogarecious/add-from-pathbuf-to-svg-handle
Héctor Ramón
2024-02-06
2
-0
/
+11
|
\
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-05
1
-0
/
+2
|
*
Add From<PathBuf> to Svg Handle
fogarecious
2024-02-05
1
-0
/
+9
|
/
*
Merge pull request #2237 from iced-rs/fix/mapped-subscription-id
Héctor Ramón
2024-02-05
2
-9
/
+30
|
\
|
*
Remove redundant `id` field in `subscription::Map`
Héctor Ramón Jiménez
2024-02-05
1
-7
/
+2
|
*
Update `CHANGELOG`
Héctor Ramón Jiménez
2024-02-05
1
-0
/
+1
|
*
Assert closure provided to `Subscription::map` is non-capturing
Héctor Ramón Jiménez
2024-02-05
1
-4
/
+12
|
*
Use `TypeId` to identify `subscription::Map`
Héctor Ramón Jiménez
2024-02-05
1
-10
/
+27
|
/
*
Fix new `beta` toolchain warnings
Héctor Ramón Jiménez
2024-02-05
4
-16
/
+14
*
Fix unused import in `game_of_life` example
Héctor Ramón Jiménez
2024-02-05
1
-1
/
+1
*
Fix unused `Instant` in `game_of_life` example
Héctor Ramón Jiménez
2024-02-05
1
-3
/
+3
*
Merge pull request #2170 from varbhat/vbt/colorpalettes
Héctor Ramón
2024-02-03
5
-58
/
+161
|
\
[next]