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
...
|
*
Add `Shader` and `Version`
Richard
2022-01-19
6
-134
/
+156
|
*
Add setting to try OpenGL ES first
Richard
2022-01-19
3
-4
/
+34
|
*
Update documentation for built-in renderers
Richard
2022-01-19
4
-3
/
+102
|
*
Export `glow` in `iced_glow`
Richard
2022-01-19
4
-2
/
+3
|
*
Export `iced_winit::conversion` in `iced_glutin`
Richard
2022-01-19
2
-5
/
+6
|
*
Improve shader version selection
Richard
2022-01-19
17
-69
/
+179
|
*
Add `env_logger` to `game_of_life`
Richard
2022-01-19
2
-0
/
+5
|
*
Log debugging info
Richard
2022-01-19
2
-0
/
+9
|
*
Split `quad::Pipeline` into `core` and `compatibility`
Richard
2022-01-19
13
-220
/
+755
|
*
Use `glutin`, `glow` and `glow_glyph` forks
Richard
2022-01-19
1
-2
/
+2
|
*
Add cross compilation targets for `armv7` and `aarch64`
Richard
2022-01-19
3
-0
/
+69
*
|
Merge pull request #1213 from iced-rs/fix/phantom-overlay
Héctor Ramón
2022-01-22
1
-2
/
+4
|
\
\
|
*
|
Fix previous `overlay` affecting `cursor_position` during `draw` in `UserInte...
Héctor Ramón Jiménez
2022-01-22
1
-2
/
+4
|
/
/
*
|
Merge pull request #1209 from iced-rs/checkbox-radio-text-color
Héctor Ramón
2022-01-21
6
-33
/
+21
|
\
\
|
*
|
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2022-01-20
6
-33
/
+21
*
|
|
Merge pull request #1206 from iced-rs/fix/responsive-window-resize
Héctor Ramón
2022-01-20
1
-1
/
+5
|
\
\
\
|
*
|
|
Invalidate widget tree in `Responsive` after a `window::Event::Resized`
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+5
|
|
/
/
*
|
|
Remove `position` abbreviation in `Component`
Héctor Ramón Jiménez
2022-01-20
1
-2
/
+5
*
|
|
component overlay position fix
cossonleo
2022-01-20
1
-6
/
+8
|
/
/
*
/
Recompute layout of `Responsive` contents when size changes
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+3
|
/
*
Write `CNAME` file before publishing in `document` workflow
Héctor Ramón Jiménez
2022-01-19
1
-0
/
+2
*
Create worflow to publish latest docs to `iced-rs/docs`
Héctor Ramón Jiménez
2022-01-19
1
-0
/
+32
*
Merge pull request #1198 from iced-rs/subscription-helpers
Héctor Ramón
2022-01-17
10
-137
/
+615
|
\
|
*
Add worker example to docs of `subscription::unfold`
Héctor Ramón Jiménez
2022-01-17
1
-0
/
+65
|
*
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
2022-01-17
2
-96
/
+69
|
*
Update `README` file of `websocket` example
Héctor Ramón Jiménez
2022-01-16
1
-1
/
+6
|
*
Draft `websocket` example :tada:
Héctor Ramón Jiménez
2022-01-16
8
-73
/
+426
|
*
Make `clock` example responsive
Héctor Ramón Jiménez
2022-01-15
1
-5
/
+1
|
*
Use `subscription::run` for `download_progress` example
Héctor Ramón Jiménez
2022-01-15
1
-84
/
+69
|
*
Implement `subscription::worker` :tada:
Héctor Ramón Jiménez
2022-01-14
1
-0
/
+44
|
*
Implement `subscription::unfold` :tada:
Héctor Ramón Jiménez
2022-01-14
1
-1
/
+22
|
*
Implement `subscription::run` :tada:
Héctor Ramón Jiménez
2022-01-14
1
-0
/
+19
|
*
Rewrite `events` and `events_with` with a new `Runner` abstraction
Héctor Ramón Jiménez
2022-01-14
2
-45
/
+62
|
/
*
Merge pull request #1195 from iced-rs/fix/vulnerabilities
Héctor Ramón
2022-01-14
14
-94
/
+53
|
\
|
*
Add `audit` workflow for GitHub CI
Héctor Ramón Jiménez
2022-01-13
1
-0
/
+16
|
*
Update `reqwest` in examples
Héctor Ramón Jiménez
2022-01-13
2
-2
/
+7
|
*
Replace `chrono` with `time` in `clock` example
Héctor Ramón Jiménez
2022-01-12
2
-11
/
+14
|
*
Simplify version of the `palette` dependency
Héctor Ramón Jiménez
2022-01-12
1
-1
/
+1
|
*
Remove support for old `tokio` crate
Héctor Ramón Jiménez
2022-01-12
9
-80
/
+15
*
|
Merge pull request #1193 from iced-rs/responsive-widget
Héctor Ramón
2022-01-13
34
-131
/
+765
|
\
\
|
|
/
|
/
|
|
*
Write docs for `responsive` in `iced_lazy`
Héctor Ramón Jiménez
2022-01-12
1
-1
/
+13
|
*
Write documentation for `component` in `iced_lazy`
Héctor Ramón Jiménez
2022-01-12
1
-8
/
+30
|
*
Write missing docs for `user_interface` module
Héctor Ramón Jiménez
2022-01-12
4
-3
/
+9
|
*
Increase text size of pane dimensions in `pane_grid` example
Héctor Ramón Jiménez
2022-01-12
1
-1
/
+1
|
*
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
2022-01-12
13
-248
/
+440
|
*
Remove superfluous generic type in `iced_lazy::Cache`
Héctor Ramón Jiménez
2022-01-11
1
-10
/
+8
|
*
Implement `Widget::mouse_interaction` for `Responsive`
Héctor Ramón Jiménez
2022-01-11
1
-21
/
+41
|
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
24
-58
/
+165
|
*
Invalidate widget tree from `Responsive` widget
Héctor Ramón Jiménez
2022-01-11
8
-33
/
+85
|
*
Draft `Responsive` widget
Héctor Ramón Jiménez
2022-01-11
11
-23
/
+248
|
/
[prev]
[next]