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
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
2025-02-11
1
-55
/
+52
*
Make `with` take a `Copy` prefix
Héctor Ramón Jiménez
2025-02-11
1
-2
/
+2
*
Fix typo in `with!` documentation
Héctor Ramón Jiménez
2025-02-11
1
-1
/
+1
*
Introduce `with` helper and use `sipper` in `gallery` example
Héctor Ramón Jiménez
2025-02-11
1
-0
/
+60
*
Simplify `gallery` example a bit
Héctor Ramón Jiménez
2025-02-09
1
-0
/
+12
*
Implement `From<u32>` instead of `u16` for `Length` and `Pixels`
Héctor Ramón Jiménez
2025-02-09
2
-6
/
+6
*
Add `Copy` action to code blocks in `markdown` example
Héctor Ramón Jiménez
2025-02-04
1
-0
/
+8
*
Fix documentation of `markdown` and `rich_text`
Héctor Ramón Jiménez
2025-02-04
1
-0
/
+9
*
Draft `Viewer` trait for `markdown`
Héctor Ramón Jiménez
2025-02-04
1
-0
/
+6
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
5
-15
/
+8
*
Merge branch 'master' into explore-input-method2
Héctor Ramón Jiménez
2025-02-03
2
-7
/
+44
|
\
|
*
Introduce `Levitating` variant for `mouse::Cursor`
Héctor Ramón Jiménez
2025-02-03
1
-7
/
+32
|
*
Ignore redraws of invisible content in `hover` widget
Héctor Ramón Jiménez
2025-02-03
1
-0
/
+12
*
|
Fix `InputMethod` conflicts with multiple scrollables
Héctor Ramón Jiménez
2025-02-03
1
-24
/
+40
*
|
Fix typo in `core::Event` documentation
Héctor Ramón Jiménez
2025-02-03
1
-1
/
+1
*
|
Fulfill `InputMethod` requests only during `RedrawRequested`
Héctor Ramón Jiménez
2025-02-03
1
-0
/
+3
*
|
Use `text::Span::new` in `window_manager`
Héctor Ramón Jiménez
2025-02-03
1
-26
/
+18
*
|
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
2025-02-03
2
-5
/
+59
*
|
Add neutral `None` variant to `InputMethod`
Héctor Ramón Jiménez
2025-02-02
2
-4
/
+11
*
|
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
2025-02-02
5
-62
/
+165
*
|
Copy `winit` docs for `input_method::Event`
Héctor Ramón Jiménez
2025-02-02
1
-12
/
+64
*
|
Draft `input_method` support
KENZ
2025-02-02
4
-1
/
+54
|
/
*
Enable `animation` module for Wasm target
Héctor Ramón Jiménez
2025-01-29
1
-2
/
+0
*
Merge pull request #2758 from airstrike/mouse-transformation
Héctor
2025-01-28
2
-2
/
+32
|
\
|
*
Move cursor `Transformation` to `mouse::cursor` module
Andy Terra
2025-01-28
2
-15
/
+16
|
*
Implement `Mul<Transformation>` for `mouse::Click`
Andy Terra
2025-01-27
1
-1
/
+16
|
*
Implement `Mul<Transformation>` for `mouse::Cursor`
Andy Terra
2025-01-27
1
-0
/
+14
*
|
Introduce `LineEnding` to `editor` and fix inconsistencies
Héctor Ramón Jiménez
2025-01-28
2
-2
/
+41
|
/
*
Add `repeat`, `repeat_forever`, and `auto_reverse` to `Animation`
Héctor Ramón Jiménez
2025-01-28
1
-0
/
+20
*
Rename `Animation::in_progress` to `is_animating`
Héctor Ramón Jiménez
2025-01-28
1
-1
/
+1
*
Make `animation` module only available in native
Héctor Ramón Jiménez
2025-01-27
1
-0
/
+2
*
Fix broken intra-doc link in `animation`
Héctor Ramón Jiménez
2025-01-27
1
-0
/
+2
*
Implement `Animation::value`
Héctor Ramón Jiménez
2025-01-27
1
-0
/
+5
*
Draft basic `Animation` API in `iced_core`
Héctor Ramón Jiménez
2025-01-27
3
-0
/
+112
*
Merge pull request #2749 from rhysd/const-from-rgb8
Héctor
2025-01-27
2
-88
/
+23
|
\
|
*
Use `color!` macro in `Palette` definitions
Héctor Ramón Jiménez
2025-01-27
1
-9
/
+9
|
*
Make all `Color` constructors `const` :tada:
Héctor Ramón Jiménez
2025-01-27
1
-41
/
+12
|
*
Make `Color::from_rgb8` and `Color::from_rgba8` const
rhysd
2025-01-25
2
-50
/
+14
*
|
Merge pull request #2741 from edwloef/click-kind-derive
Héctor
2025-01-26
1
-1
/
+1
|
\
\
|
*
|
derive partialeq and eq for mouse::click::Kind
edwloef
2025-01-22
1
-1
/
+1
*
|
|
Implement `pop` widget :tada:
Héctor Ramón Jiménez
2025-01-26
1
-0
/
+14
|
|
/
|
/
|
*
|
Add `Duration` helpers to `time` module
Héctor Ramón Jiménez
2025-01-24
1
-0
/
+25
|
/
*
feat: add a window drag resize task
tsuza
2025-01-16
2
-0
/
+29
*
Use `unwrap_or` in `Theme::default`
Héctor Ramón Jiménez
2025-01-14
1
-4
/
+8
*
migrate core::theme to `dark-light` v2
Ricardo Fernández Serrata
2025-01-09
1
-7
/
+6
*
Merge pull request #2626 from tvolk131/remove_once_cell
Héctor
2025-01-06
3
-49
/
+49
|
\
|
*
Fix consistency of import ordering
Héctor Ramón Jiménez
2025-01-06
1
-2
/
+2
|
*
chore: remove once_cell dependency
Tommy Volk
2025-01-06
3
-49
/
+49
*
|
Merge pull request #2627 from bbb651/more-window-settings
Héctor
2025-01-06
1
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
Add `window::Settings::fullscreen`
bbb651
2024-10-04
1
-0
/
+4
[next]