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
*
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 #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
|
*
add missing glow support
Kaiden42
2021-06-03
2
-0
/
+12
|
*
fix missing semicolon in doc test
Kaiden42
2021-06-03
1
-1
/
+1
|
*
Implement `Toggler` widget for iced_native
Kaiden42
2021-06-03
10
-4
/
+452
|
/
*
Merge pull request #893 from traxys/drag_and_drop
Héctor Ramón
2021-06-01
2
-2
/
+16
|
\
|
*
Fix documentation of `PlatformSpecific` settings
Héctor Ramón
2021-06-01
1
-2
/
+3
|
*
allow disabling drag and drop on windows
Quentin Boyer
2021-05-27
2
-1
/
+14
*
|
Merge pull request #630 from blefevre/asymmetric-padding
Héctor Ramón
2021-06-01
28
-199
/
+306
|
\
\
|
*
|
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
2021-06-01
16
-75
/
+32
|
*
|
Use `Padding::horizontal` and `Padding::vertical` helpers
Héctor Ramón
2021-06-01
5
-14
/
+10
|
*
|
Fix unused variable warning in `iced_web::text_input`
Héctor Ramón
2021-06-01
1
-1
/
+1
|
*
|
Fix `Tooltip` widget
Héctor Ramón
2021-06-01
1
-3
/
+3
|
*
|
Fix `overlay::Menu` implementation
Héctor Ramón
2021-06-01
1
-1
/
+1
|
*
|
Introduce `vertical` and `horizontal` methods to `Padding`
Héctor Ramón
2021-06-01
1
-0
/
+10
|
*
|
Add support for asymmetrical padding
Ben LeFevre
2021-06-01
27
-195
/
+339
|
/
/
*
|
Merge pull request #901 from hecrj/feature/default-rule-style
Héctor Ramón
2021-06-01
1
-6
/
+12
|
\
\
|
|
/
|
/
|
|
*
Implement `Default` for `Style` in `rule`
Héctor Ramón
2021-06-01
1
-6
/
+12
|
/
*
Merge pull request #892 from clarkmoody/title-bar-events
Héctor Ramón
2021-05-25
3
-26
/
+119
|
\
|
*
Enable event handling within the title elements
Clark Moody
2021-05-24
2
-13
/
+26
|
*
Example: Add Pin button to prevent closing a pane
Clark Moody
2021-05-24
1
-8
/
+42
|
*
Example: Add close button to pane grid controls
Clark Moody
2021-05-24
1
-8
/
+54
|
/
*
Merge pull request #830 from Dispersia/upgrade-wgpu
Héctor Ramón
2021-05-24
33
-416
/
+461
|
\
|
*
Use `FilterMode::Nearest` in `triangle::msaa`
Héctor Ramón
2021-05-21
1
-3
/
+3
|
*
Revert "Remove padding from triangle"
Héctor Ramón
2021-05-21
1
-0
/
+8
|
*
Fix duplicating fragment position
Dispersia
2021-05-20
1
-4
/
+3
|
*
run format
Dispersia
2021-05-19
1
-2
/
+2
|
*
Remove padding from triangle
Dispersia
2021-05-19
1
-8
/
+0
|
*
Add padding to quad to fix alignment issue
Dispersia
2021-05-19
1
-0
/
+5
|
*
temporary up
Dispersia
2021-05-19
1
-7
/
+3
[next]