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
/
widget
/
src
/
button.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-04
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-06
Add `warning` style for `button`
Héctor Ramón Jiménez
1
-0
/
+15
2024-12-02
Fix `widget::button` format
Héctor Ramón Jiménez
1
-2
/
+1
2024-12-02
Call `OnPress::get` only when button is pressed
T-256
1
-2
/
+2
2024-12-02
Fix new `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Fix deferred layout on resize after drawing
Héctor Ramón Jiménez
1
-4
/
+3
2024-11-05
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
1
-2
/
+2
2024-11-05
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
1
-45
/
+34
2024-11-05
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
1
-7
/
+2
2024-11-05
Draft `reactive-rendering` feature for `button`
Héctor Ramón Jiménez
1
-44
/
+68
2024-10-17
Update button Catalog and Style documentation (#2590)
Michelle Granat
1
-0
/
+51
2024-09-29
Fix various typos
bbb651
1
-2
/
+2
2024-09-19
Show `checkbox` doc example in multiple places
Héctor Ramón Jiménez
1
-0
/
+2
2024-09-19
Add quick example to `widget::button` module
Héctor Ramón Jiménez
1
-13
/
+33
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-1
/
+1
2024-07-12
Improve `Border` ergonomics
Héctor Ramón Jiménez
1
-3
/
+4
2024-07-12
Add `on_press_with` method for `Button`
Héctor Ramón Jiménez
1
-4
/
+35
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-8
/
+6
2024-03-24
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
1
-37
/
+48
2024-03-23
Try catalog theming approach with `Button`
Héctor Ramón Jiménez
1
-51
/
+51
2024-03-12
Use closures for `Button::style`
Héctor Ramón Jiménez
1
-13
/
+16
2024-03-08
Rename `transparentize` to `scale_alpha`
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-08
Make `PickList` padding consistent with `Button`
Héctor Ramón Jiménez
1
-9
/
+9
2024-03-08
Improve default padding of `Button` widget
Héctor Ramón Jiménez
1
-1
/
+9
2024-03-07
Remove obsolete `shadow_offset` field from `button::Appearance`
Héctor Ramón Jiménez
1
-3
/
+0
2024-03-07
Fix consistency of `with_background` for `button::Appearance`
Héctor Ramón Jiménez
1
-5
/
+5
2024-03-07
Implement additional helpers for `Border` and `container::Appearance`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-07
Implement `button::DefaultStyle` for `Color`
Héctor Ramón Jiménez
1
-0
/
+6
2024-03-07
Implement `with_background` for `button::Appearance`
Héctor Ramón Jiménez
1
-0
/
+10
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-18
/
+15
2024-03-07
Rename `positive` and `destructive` to `success` and `danger` in `button`
Héctor Ramón Jiménez
1
-4
/
+4
2024-03-07
Fix broken links in documentation
Héctor Ramón Jiménez
1
-2
/
+0
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-7
/
+4
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-15
/
+29
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
1
-148
/
+234
2024-02-15
Add `clip` property to `Button`
Héctor Ramón Jiménez
1
-2
/
+17
2024-02-01
Remove `position` from `overlay::Element`
Héctor Ramón Jiménez
1
-1
/
+3
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-34
/
+31
2024-01-20
Add `Shadow` to `container::Appearance`
Héctor Ramón Jiménez
1
-2
/
+1
2024-01-20
Add `Shadow` to `button::Appearance`
Héctor Ramón Jiménez
1
-1
/
+5
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-21
/
+3
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-4
/
+2
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+2
2024-01-11
Make `Button` sizing strategy adaptive
Héctor Ramón Jiménez
1
-3
/
+6
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-16
/
+3
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-7
/
+6
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-4
/
+9
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-03
Support automatic style type casting for Buttons.
Nick
1
-2
/
+2
[next]