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
*
Remove redundant `text::Renderer` bound in `program`
Héctor Ramón Jiménez
2024-03-24
1
-1
/
+1
*
Reintroduce backend selection through `ICED_BACKEND` env var
Héctor Ramón Jiménez
2024-03-24
8
-85
/
+198
*
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
2024-03-22
9
-21
/
+26
*
Fix unnecessary `into` calls in `iced_renderer::fallback`
Héctor Ramón Jiménez
2024-03-22
1
-4
/
+2
*
Allow custom renderers in `Program` and `Application`
Héctor Ramón Jiménez
2024-03-22
19
-122
/
+162
*
Fix standalone compilation of `iced_widget` crate
Héctor Ramón Jiménez
2024-03-22
6
-1
/
+81
*
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
2024-03-22
20
-92
/
+158
*
Fix outdated warning in docs of `Frame::fill_text`
Héctor Ramón Jiménez
2024-03-22
1
-8
/
+1
*
Fix broken links in documentation
Héctor Ramón Jiménez
2024-03-22
9
-54
/
+73
*
Restore `canvas::Frame` API
Héctor Ramón Jiménez
2024-03-22
22
-679
/
+378
*
Restore `canvas::Program` API
Héctor Ramón Jiménez
2024-03-21
12
-53
/
+71
*
Remove `custom` module from `iced_renderer`
Héctor Ramón Jiménez
2024-03-21
1
-162
/
+0
*
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
2024-03-21
35
-1101
/
+1365
*
Use `&mut dyn Surface` instead of `&mut Box<dyn Surface>`
Héctor Ramón Jiménez
2024-03-21
2
-2
/
+2
*
Gate `Custom` variants in `iced_renderer` behind `custom` feature
Héctor Ramón Jiménez
2024-03-21
5
-9
/
+34
*
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
2024-03-21
12
-35
/
+316
*
Merge pull request #2343 from iced-rs/auto-detect-theme
Héctor Ramón
2024-03-20
3
-3
/
+34
|
\
|
*
Introduce `auto-detect-theme` feature
Héctor Ramón Jiménez
2024-03-20
3
-3
/
+34
|
/
*
Merge pull request #2342 from iced-rs/default-wasm-canvas-target
Héctor Ramón
2024-03-19
2
-2
/
+12
|
\
|
*
Update `winit` fork
Héctor Ramón Jiménez
2024-03-19
1
-1
/
+1
|
*
Try to find an `#iced` element by default on Wasm
Héctor Ramón Jiménez
2024-03-19
1
-1
/
+11
|
/
*
Fix redundant import in `window::redraw_request`
Héctor Ramón Jiménez
2024-03-19
1
-1
/
+1
*
Fix redundant import in `color_palette` example
Héctor Ramón Jiménez
2024-03-19
1
-3
/
+1
*
Simplify message names in overview docs
Héctor Ramón Jiménez
2024-03-18
1
-12
/
+12
*
Link to the book in the `README`
Héctor Ramón Jiménez
2024-03-18
1
-1
/
+2
*
Revert "Remove `'static'` bound for `P::State` in `Program::run_with`"
Héctor Ramón Jiménez
2024-03-17
3
-6
/
+7
*
Remove `'static'` bound for `P::State` in `Program::run_with`
Héctor Ramón Jiménez
2024-03-17
3
-7
/
+6
*
Move `Application` trait to `advanced` module
Héctor Ramón Jiménez
2024-03-17
6
-51
/
+48
*
Introduce `Program::run_with` to control the initial state
Héctor Ramón Jiménez
2024-03-17
2
-38
/
+61
*
Simplify lifetime in `toast` example
Héctor Ramón Jiménez
2024-03-17
1
-2
/
+2
*
Use `Program` API in `modal` example
Héctor Ramón Jiménez
2024-03-17
1
-30
/
+22
*
Use `Program` API in `modal` example
Héctor Ramón Jiménez
2024-03-17
1
-20
/
+6
*
Use `Program` API in `websocket` example
Héctor Ramón Jiménez
2024-03-17
1
-20
/
+8
*
Use `Program` API in `visible_bounds` example
Héctor Ramón Jiménez
2024-03-17
1
-29
/
+8
*
Use `Program` API in `game_of_life` example
Héctor Ramón Jiménez
2024-03-17
2
-36
/
+22
*
Remove unnecessary `Command::batch` in `todos` example
Héctor Ramón Jiménez
2024-03-17
1
-4
/
+1
*
Use `Program` API in `todos` example
Héctor Ramón Jiménez
2024-03-17
3
-42
/
+46
*
Use `Program` API in `editor` example
Héctor Ramón Jiménez
2024-03-17
1
-35
/
+34
*
Update `logo.svg` to enhanced version
Héctor Ramón Jiménez
2024-03-17
1
-1
/
+2
*
Support custom themes in `Program` API
Héctor Ramón Jiménez
2024-03-17
2
-17
/
+20
*
Clarify chain nature of `run` function
Héctor Ramón Jiménez
2024-03-17
1
-0
/
+4
*
Fix documentation of `run` function
Héctor Ramón Jiménez
2024-03-17
1
-4
/
+2
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
29
-80
/
+58
*
Fix new doc test in root module
Héctor Ramón Jiménez
2024-03-17
1
-0
/
+7
*
Fix broken intra-doc links to `Sandbox`
Héctor Ramón Jiménez
2024-03-17
4
-13
/
+15
*
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
2024-03-17
13
-239
/
+168
*
Improve styling of `clock` example
Héctor Ramón Jiménez
2024-03-16
1
-5
/
+5
*
Merge pull request #2329 from casperstorm/feat/ferra
Héctor Ramón
2024-03-16
2
-0
/
+21
|
\
|
*
feat: added ferra
Casper Rogild Storm
2024-03-15
2
-0
/
+21
*
|
Scale theme name in `clock` example
Héctor Ramón Jiménez
2024-03-16
1
-3
/
+3
[next]