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 maximize / restore to PaneGrid
Cory Forsstrom
2022-11-02
2
-55
/
+128
*
Merge pull request #1497 from ids1024/once_cell
Héctor Ramón
2022-11-01
6
-17
/
+13
|
\
|
*
Remove patch version from `once_cell` dependency
Héctor Ramón Jiménez
2022-11-01
2
-2
/
+2
|
*
Use `once_cell` instead of `lazy_static`
Ian Douglas Scott
2022-10-28
6
-17
/
+13
*
|
Merge pull request #1462 from wyatt-herkamp/master
Héctor Ramón
2022-11-01
5
-11
/
+14
|
\
\
|
*
|
Fix inconsistent version format for `raw-window-handle` dependency
Héctor Ramón Jiménez
2022-11-01
1
-1
/
+1
|
*
|
Remove inconsistent `wgpu` imports
Héctor Ramón Jiménez
2022-11-01
2
-5
/
+3
|
*
|
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
2022-11-01
5
-11
/
+16
|
/
/
*
|
Reset `is_pasting` for `TextInput` even when unfocused
Héctor Ramón Jiménez
2022-10-29
1
-0
/
+2
*
|
Keep keyboard modifiers always in sync in `TextInput`
Héctor Ramón Jiménez
2022-10-29
1
-3
/
+1
*
|
Merge pull request #1496 from tarkah/fix/dropdown-scrollable
Héctor Ramón
2022-10-29
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix drop down not closing when inside scrollable
Cory Forsstrom
2022-10-27
1
-3
/
+3
|
/
*
Merge pull request #1480 from tarkah/more-pane-grid-fixes
Héctor Ramón
2022-10-19
2
-20
/
+29
|
\
|
*
Use child layout
Cory Forsstrom
2022-10-19
1
-2
/
+4
|
*
Eliminate unnecessary allocation
Cory Forsstrom
2022-10-19
1
-23
/
+23
|
*
Render picked pane last
Cory Forsstrom
2022-10-17
1
-1
/
+6
|
*
Fix pane grid mouse interactions
Cory Forsstrom
2022-10-17
2
-2
/
+4
|
/
*
Merge pull request #1463 from tarkah/fix/pane-grid-render-order
Héctor Ramón
2022-10-17
1
-7
/
+7
|
\
|
*
Render pane grid titlebar after body
Cory Forsstrom
2022-10-07
1
-7
/
+7
|
/
*
Merge pull request #1458 from AlistairKeiller/master
Héctor Ramón
2022-10-07
1
-3
/
+4
|
\
|
*
remove iced
Alistair Keiller
2022-10-06
1
-20
/
+0
|
*
add a link to wgpu supported platforms list
Alistair Keiller
2022-10-06
1
-2
/
+3
|
*
remove DX11 support from wgpu
Alistair Keiller
2022-10-06
2
-1
/
+21
|
/
*
Merge pull request #1331 from ThisIsRex/master
Héctor Ramón
2022-10-05
4
-8
/
+16
|
\
|
*
Derive `Clone` and `Copy` for `toggler::Appearance`
MG_REX
2022-10-05
1
-1
/
+1
|
*
Add `is_selected` argument in `radio::StyleSheet`
MG_REX
2022-10-05
3
-7
/
+15
|
/
*
Merge pull request #1305 from artursapek/canvas-touch
Héctor Ramón
2022-10-04
8
-0
/
+236
|
\
|
*
Fix `clippy` lints
Héctor Ramón Jiménez
2022-10-04
2
-21
/
+15
|
*
Replace `voronoi` crate with `voronator`
Héctor Ramón Jiménez
2022-10-04
2
-24
/
+18
|
*
Finish `multitouch` example
Héctor Ramón Jiménez
2022-10-04
1
-31
/
+14
|
*
vornoi experiment
Artur Sapek
2022-10-04
2
-5
/
+81
|
*
Working multitouch example
Artur Sapek
2022-10-04
4
-0
/
+179
|
*
expose touch module
Artur Sapek
2022-10-04
2
-0
/
+3
|
*
expose touch events in canvas widget
Artur Sapek
2022-10-04
2
-0
/
+7
|
/
*
Merge pull request #1450 from xTeKc/readme
Héctor Ramón
2022-10-03
1
-1
/
+1
|
\
|
*
update: match test badge
xTeKc
2022-10-02
1
-1
/
+1
|
/
*
Merge pull request #1230 from kaimast/feat/ignored_events
Héctor Ramón
2022-09-28
1
-8
/
+22
|
\
|
*
Return ignored events in `program::State::update`
Kai Mast
2022-09-28
1
-8
/
+22
|
/
*
Merge pull request #1196 from aentity/application_feature
Héctor Ramón
2022-09-26
3
-1
/
+4
|
\
|
*
Remove `application` feature from `iced` crate
Héctor Ramón Jiménez
2022-09-26
2
-8
/
+2
|
*
Add application feature, which allows to build freestanding wgpu app
aentity
2022-09-26
4
-1
/
+10
*
|
Merge pull request #1139 from thenlevy/fix_wgpu_integration
Héctor Ramón
2022-09-26
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`
nlevy
2022-09-26
1
-6
/
+6
|
/
*
Merge pull request #1445 from clarkmoody/tweak-sysinfo
Héctor Ramón
2022-09-26
3
-9
/
+28
|
\
|
*
Include short version in example app
Clark Moody
2022-09-23
1
-0
/
+11
|
*
New short OS Version field; update doc strings
Clark Moody
2022-09-23
2
-9
/
+17
|
/
*
Merge pull request #1227 from LordRatte/feature-colour-macro
Héctor Ramón
2022-09-23
3
-4
/
+39
|
\
|
*
Write documentation for `color!` macro
Héctor Ramón Jiménez
2022-09-23
1
-0
/
+2
|
*
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
2022-09-23
2
-4
/
+4
|
*
Macro for easy colour generation
Joshua
2022-09-23
1
-0
/
+33
[next]