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
/
glow
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
Implement `Widget::draw` for `Rule`
Héctor Ramón Jiménez
1
-8
/
+1
2021-10-28
Implement `Widget::draw` for `ProgressBar`
Héctor Ramón Jiménez
1
-8
/
+1
2021-10-25
Avoid flushing empty layers in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
1
-0
/
+5
2021-10-21
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-20
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-20
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
1
-9
/
+1
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2
-13
/
+9
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2
-11
/
+11
2021-09-15
Use `Iterator::min_by` instead of `fold` in `hit_test`
Héctor Ramón Jiménez
1
-13
/
+11
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
2
-9
/
+11
2021-09-02
Fix window holes behind transparent objects
Ildar Akhmetgaleev
1
-1
/
+6
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
2
-12
/
+11
2021-08-21
Implement textual hit testing
Tom
2
-1
/
+114
2021-08-13
Add integration_gl example
Tamás Szelei
1
-2
/
+2
2021-07-22
Introduce `text_multithreading` to `Settings`
Héctor Ramón Jiménez
1
-0
/
+4
2021-07-22
Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
4
-6
/
+17
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
1
-1
/
+1
2021-06-14
feat: expose draw_cache_multithread
Yusuf Bera Ertan
2
-1
/
+4
2021-06-03
fix format
Kaiden42
1
-2
/
+2
2021-06-03
add missing glow support
Kaiden42
2
-0
/
+12
2021-03-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2021-03-25
Introduce `internal_backend` to `iced_wgpu::Settings`
Héctor Ramón Jiménez
1
-0
/
+9
2021-02-23
Export `Tooltip` in `iced_glow`
Héctor Ramón Jiménez
2
-0
/
+9
2021-02-16
Use string literal as panic message in `iced_glow`
Héctor Ramón Jiménez
1
-2
/
+2
2021-02-13
Fix `image` feature name in `glow` and `iced`
Héctor Ramón Jiménez
1
-1
/
+1
2021-02-13
Add image format options to reduce code bloat, fixes #376
Greg V
1
-1
/
+1
2021-01-01
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+3
2020-11-26
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-0
/
+2
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
8
-23
/
+2
2020-11-23
Limit border radius to max dimension in `quad` pipeline
Héctor Ramón Jiménez
1
-0
/
+5
2020-11-20
Implement `QRCode` widget
Héctor Ramón Jiménez
3
-0
/
+11
2020-11-17
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-10
Update `bytemuck` dependency in `iced_glow`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `glow` and `glow_glyph` dependencies in `iced_glow`
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-10
Update `euclid` dependency in `iced_glow`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
1
-2
/
+2
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2
-4
/
+4
2020-08-22
added FillMode enum style for the Rule widget
Billy Messenger
1
-1
/
+1
2020-08-22
widget Rule added
Billy Messenger
2
-0
/
+13
2020-08-17
Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.
Cameron Hart
1
-1
/
+0
2020-07-27
Update `glow` to `0.5` in `iced_glow`
Héctor Ramón Jiménez
3
-10
/
+10
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
3
-12
/
+12
2020-07-10
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
2
-1
/
+2
2020-07-08
Add styling support for `ComboBox` and `Menu`
Héctor Ramón Jiménez
1
-1
/
+6
2020-07-08
Render arrow icon in `ComboBox`
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
3
-1
/
+7
2020-06-19
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
2
-0
/
+12
[next]