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
*
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
2021-07-12
6
-72
/
+78
*
Move `menu` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
2021-07-12
4
-6
/
+6
*
Make `Menu` API a bit more functional
Héctor Ramón Jiménez
2021-07-12
5
-62
/
+70
*
Update `winit` dependency in `iced-rs`
Héctor Ramón Jiménez
2021-07-12
1
-1
/
+1
*
Initial menu implementation
Richard
2021-07-05
14
-8
/
+487
*
Update `winit` and `glutin` to latest `master`
Héctor Ramón Jiménez
2021-06-30
2
-2
/
+2
*
Install `libxkbcommon-dev` for `ubuntu-latest` in CI
Héctor Ramón Jiménez
2021-06-26
2
-0
/
+11
*
Merge pull request #927 from diegodox/fix-typo
Héctor Ramón
2021-06-26
1
-1
/
+1
|
\
|
*
fix-typo
Diego Fujii
2021-06-24
1
-1
/
+1
*
|
Merge pull request #917 from derezzedex/macos-url
Héctor Ramón
2021-06-25
8
-3
/
+134
|
\
\
|
*
|
Use `winit` and `glutin` forks in `iced-rs` org
Richard
2021-06-25
5
-10
/
+25
|
*
|
Use new enum variant and new winit repo
Richard
2021-06-25
6
-18
/
+41
|
*
|
Added events for url handling and create example
Richard
2021-06-25
6
-0
/
+93
|
/
/
*
|
Merge pull request #919 from Imberflur/winit-0.25
Héctor Ramón
2021-06-24
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Bump winit to 0.25
Imbris
2021-06-23
2
-2
/
+2
*
|
Merge pull request #915 from yusdacra/docs/update-links
Héctor Ramón
2021-06-22
10
-34
/
+34
|
\
\
|
*
|
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
2021-06-14
10
-34
/
+34
|
|
/
*
|
Merge pull request #920 from clarkmoody/feature/pane-grid-title-bar-overlay
Héctor Ramón
2021-06-22
2
-9
/
+16
|
\
\
|
*
|
Use `match` statement in `Content::overlay`
Héctor Ramón Jiménez
2021-06-22
1
-5
/
+4
|
*
|
Allow overlay from pane grid title bar
Clark Moody
2021-06-17
2
-8
/
+16
|
|
/
*
|
Merge pull request #925 from PolyMeilex/master
Héctor Ramón
2021-06-22
4
-73
/
+21
|
\
\
|
|
/
|
/
|
|
*
Use vertex_attr_array macro
Poly
2021-06-22
3
-71
/
+19
|
*
Update wgpu 0.9
Poly
2021-06-22
1
-2
/
+2
|
/
*
Merge pull request #646 from mtsr/disable-button
Héctor Ramón
2021-06-10
2
-0
/
+47
|
\
|
*
Revert changes in `tour` example
Héctor Ramón
2021-06-10
1
-12
/
+8
|
*
Update disabled example of `Button` in docs
Héctor Ramón
2021-06-10
2
-16
/
+28
|
*
Fix failing doctests
Jonas Matser
2021-06-10
2
-2
/
+18
|
*
Adds doc comment for disabled button
Jonas Matser
2021-06-10
3
-8
/
+31
*
|
Merge pull request #818 from thenlevy/check_bounds
Héctor Ramón
2021-06-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Revert "Attempt to fix scissor_rect validation error"
Héctor Ramón
2021-06-09
1
-10
/
+1
|
*
Floor `width` and `height` in `Rectangle::floor`
Héctor Ramón
2021-06-09
1
-2
/
+2
|
*
Attempt to fix scissor_rect validation error
nlevy
2021-06-09
1
-1
/
+10
|
/
*
Merge pull request #607 from yusdacra/scrollable_programmatically
Héctor Ramón
2021-06-07
2
-29
/
+177
|
\
|
*
Add scrolling progress indicators to `scrollable` example
Héctor Ramón
2021-06-04
1
-4
/
+32
|
*
Introduce `on_scroll` event in `Scrollable`
Héctor Ramón
2021-06-04
1
-1
/
+47
|
*
Add buttons to control scrolling in `scrollable` example
Héctor Ramón
2021-06-04
1
-12
/
+40
|
*
Introduce `snap_to` and `unsnap` to `scrollable::State`
Héctor Ramón
2021-06-04
1
-184
/
+139
|
*
feat(native): Make scrollable programmatically scrollable for some use cases,...
Yusuf Bera Ertan
2021-06-04
1
-90
/
+181
|
/
*
Merge pull request #535 from Kaiden42/toggler
Héctor Ramón
2021-06-03
17
-14
/
+797
|
\
|
*
Add some horizontal padding to `toggler` section in `tour` example
Héctor Ramón
2021-06-03
1
-5
/
+8
|
*
Use intra-doc links in `Toggler` docs
Héctor Ramón
2021-06-03
1
-23
/
+0
|
*
Rename `text_align` to `text_alignment` in `Toggler`
Héctor Ramón
2021-06-03
1
-8
/
+6
|
*
Fix format
Kaiden42
2021-06-03
1
-20
/
+23
|
*
Add `Toggler` widget to `iced_web`
Kaiden42
2021-06-03
3
-0
/
+215
|
*
Update documentation of `Toggler`
Kaiden42
2021-06-03
1
-1
/
+1
|
*
Add `Toggler` to tour example
Kaiden42
2021-06-03
1
-1
/
+28
|
*
Add `Toggler` to styling example
Kaiden42
2021-06-03
1
-9
/
+64
|
*
Change label of `Toggler` to optional
Kaiden42
2021-06-03
3
-32
/
+53
|
*
Add alignment of `Toggler` label.
Kaiden42
2021-06-03
1
-1
/
+25
|
*
fix format
Kaiden42
2021-06-03
1
-2
/
+2
[next]