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
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
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-4
/
+6
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-14
/
+9
2023-07-27
Introduce `visible_bounds` operation for `Container`
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+2
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-4
/
+4
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-22
/
+17
2023-06-06
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
1
-2
/
+11
2023-05-23
clippy
Casper Storm
1
-2
/
+2
2023-03-05
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-17
/
+17
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-4
/
+4
2023-02-16
Revert "provide ID to operation.container in applicable widgets"
Nick Senger
1
-44
/
+9
2023-02-16
provide ID to operation.container in applicable widgets
Nick Senger
1
-9
/
+44
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+2
2022-11-29
Allow &mut self in overlay
tarkah
1
-2
/
+2
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-08
Rearrange `layout` code to improve readability
Héctor Ramón Jiménez
1
-3
/
+1
2022-11-08
Rename `Padding::constrain` to `fit`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-2
/
+2
2022-10-27
Constrain padding to inner & outer sizes
Cory Forsstrom
1
-3
/
+6
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
1
-0
/
+16
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-151
/
+165
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
1
-18
/
+20
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-13
/
+27
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-12
/
+2
2022-02-11
Expose reusable `Button` logic
Héctor Ramón Jiménez
1
-121
/
+174
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-1
/
+4
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+4
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-17
/
+21
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
1
-3
/
+6
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+4
2021-10-18
Implement `Widget::mouse_interaction` for `Button`
Héctor Ramón Jiménez
1
-1
/
+18
2021-10-18
Implement `Widget::draw` for `Button`
Héctor Ramón Jiménez
1
-7
/
+60
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
1
-23
/
+12
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-1
/
+2
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-24
/
+1
2021-06-10
Update disabled example of `Button` in docs
Héctor Ramón
1
-8
/
+14
2021-06-10
Fix failing doctests
Jonas Matser
1
-1
/
+11
2021-06-10
Adds doc comment for disabled button
Jonas Matser
1
-0
/
+8
2021-06-01
Replace ignored doc-tests with additional documentation for `Padding`
Héctor Ramón
1
-5
/
+0
2021-06-01
Add support for asymmetrical padding
Ben LeFevre
1
-10
/
+18
2021-03-14
Overwrite `overlay` method in Widget implementation for Button (#764)
Nicolas Levy
1
-0
/
+8
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-3
/
+3
2020-12-18
Propagate `Button` events to contents
Héctor Ramón Jiménez
1
-2
/
+13
2020-12-15
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
1
-13
/
+4
[prev]
[next]