Bingus
|
6551a0b2ab
|
Added support for gradients as background variants + other optimizations.
|
2023-05-11 11:13:44 -07:00 |
|
Héctor Ramón Jiménez
|
4bae457c37
|
Merge branch 'master' into advanced-text
|
2023-04-17 23:41:12 +02:00 |
|
Héctor Ramón Jiménez
|
52c84c4975
|
Remove border_radius support for slider::Rail
Our current quad shader may produce weird-looking results with
non-integral scaling factors.
|
2023-04-13 05:53:40 +02:00 |
|
Héctor Ramón Jiménez
|
9b39a17628
|
Rename Rail::size to width
|
2023-04-12 05:27:32 +02:00 |
|
Héctor Ramón Jiménez
|
6e6804c5c9
|
Use a border_radius of 2.0 for slider rails in built-in theme
|
2023-04-12 05:25:27 +02:00 |
|
Héctor Ramón Jiménez
|
c2cc9a835d
|
Remove border_width support in slider::Rail
|
2023-04-12 05:21:46 +02:00 |
|
Night_Hunter
|
de51bc3f41
|
Introduce left and right colors for slider rails
|
2023-04-12 05:09:16 +02:00 |
|
Héctor Ramón Jiménez
|
1de794aabf
|
Fine-tune built-in styling of disabled TextInput
|
2023-04-12 04:34:37 +02:00 |
|
Dan Mishin
|
f10e936f00
|
Introduce disabled state for TextInput
|
2023-04-12 03:55:18 +02:00 |
|
Casper Storm
|
d24a4a4689
|
Changed Handle to Icon to be consistent
|
2023-04-11 05:11:23 +02:00 |
|
Casper Storm
|
bfc5db9009
|
Updated handle_color for focused state
|
2023-04-11 05:11:23 +02:00 |
|
Casper Storm
|
7b36984295
|
feat: added handle to text_input
|
2023-04-11 05:11:19 +02:00 |
|
Héctor Ramón Jiménez
|
c407b4504c
|
Introduce is_mouse_over_scrollbar to StyleSheet::hovered for Scrollable
|
2023-03-27 15:51:32 +02:00 |
|
Giuliano Bellini s294739
|
c337bf297d
|
renamed scrollable styles
|
2023-03-25 01:05:56 +01:00 |
|
Héctor Ramón Jiménez
|
3a0d34c024
|
Create iced_widget subcrate and re-organize the whole codebase
|
2023-03-04 05:37:11 +01:00 |
|
Giuliano Bellini
|
4f41927155
|
Merge branch 'iced-rs:master' into master
|
2023-02-22 21:23:04 +01:00 |
|
Casper Storm
|
4fb0be1793
|
Added the ability to change checkbox icon
|
2023-02-16 14:13:04 +01:00 |
|
Giuliano Bellini s294739
|
49e9a9a537
|
added function focused and focused_horizontal to theme.rs
|
2023-01-23 17:56:39 +01:00 |
|
Héctor Ramón
|
7ccd87c36b
|
Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling
[Feature] Multidirectional scrolling
|
2023-01-09 19:23:35 +01:00 |
|
Héctor Ramón
|
da1b375579
|
Merge pull request #1562 from casperstorm/feat/custom-accessory-content
Added ability to customize the handle of a `pick_list`
|
2023-01-02 20:36:40 +01:00 |
|
bungoboingo
|
9f85e0c721
|
Reworked Scrollable to account for lack of widget order guarantees.
Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
|
2022-12-29 18:29:15 -08:00 |
|
Bingus
|
d91f4f6aa7
|
Add multidirectional scrolling capabilities to the existing Scrollable.
|
2022-12-29 10:21:23 -08:00 |
|
Héctor Ramón Jiménez
|
39f49186ce
|
Rename pick_list::AccessoryContent to Handle
... and rename `Default` variant to `Arrow`.
|
2022-12-14 03:31:12 +01:00 |
|
Héctor Ramón Jiménez
|
f99d24e085
|
Fix casing in theme
|
2022-12-06 04:44:37 +01:00 |
|
Héctor Ramón Jiménez
|
b205a66347
|
Remove appearance from Handle
... and pass it directly to `Renderer::draw` instead.
|
2022-12-06 04:34:00 +01:00 |
|
Michael Aaron Murphy
|
75ae0de9bd
|
feat: SVG styling with icon fill color
|
2022-12-06 03:59:53 +01:00 |
|
Poly
|
74ebcca146
|
Fix custom style of PickList
|
2022-12-02 16:37:55 +01:00 |
|
Casper Rogild Storm
|
fe5ab1ee87
|
Added accessory_content_color to appreance.
|
2022-11-29 12:06:45 +01:00 |
|
Casper Rogild Storm
|
0974e9e865
|
Added ability to customize accessory content.
|
2022-11-29 11:36:00 +01:00 |
|
Héctor Ramón Jiménez
|
4b3d0fb08d
|
Write documentation for iced_style
|
2022-11-10 01:10:28 +01:00 |
|
Héctor Ramón Jiménez
|
84a1edecea
|
Use derive(Default) for theme types
|
2022-11-09 04:07:42 +01:00 |
|
Héctor Ramón Jiménez
|
18fb74f200
|
Introduce Custom variants for every style in the built-in Theme
|
2022-11-09 04:05:31 +01:00 |
|
Héctor Ramón Jiménez
|
df78777675
|
Box Custom in Theme
|
2022-11-03 03:27:55 +01:00 |
|
Héctor Ramón Jiménez
|
708be32e3d
|
Derive Copy for Theme
|
2022-11-03 03:23:36 +01:00 |
|
Héctor Ramón Jiménez
|
9966c6f883
|
Make Theme::Custom fields opaque
|
2022-11-03 03:23:36 +01:00 |
|
Ashley Wulber
|
4f3215f48e
|
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#large_enum_variant
|
2022-11-03 03:23:36 +01:00 |
|
Ashley Wulber
|
e2166ecad0
|
wip: Custom palette for built in theme
|
2022-11-03 03:23:35 +01:00 |
|
MG_REX
|
d95c216b2d
|
Add is_selected argument in radio::StyleSheet
|
2022-10-05 19:07:02 +02:00 |
|
Nick Senger
|
0c13af179f
|
feat: allow specification of border_radius for pick_list::Menu
|
2022-08-02 16:16:06 -07:00 |
|
Héctor Ramón Jiménez
|
2f76a10a1d
|
Fix further clippy lints
... and explicitly annotate crates as well.
|
2022-07-09 18:03:59 +02:00 |
|
Héctor Ramón Jiménez
|
3e643a9d6b
|
Fix inconsistent styling for Radio and Checkbox
|
2022-07-08 20:23:38 +02:00 |
|
Héctor Ramón Jiménez
|
bb07d017e8
|
Add Style variant support to application::StyleSheet
|
2022-07-08 20:07:33 +02:00 |
|
Héctor Ramón Jiménez
|
1dd1a2f97f
|
Introduce StyleSheet for Text widget
|
2022-06-29 10:51:01 +02:00 |
|
Héctor Ramón Jiménez
|
396735b682
|
Implement theme styling for PickList and Menu
|
2022-06-07 04:51:44 +02:00 |
|
Héctor Ramón Jiménez
|
97555e67af
|
Implement theme styling for Container
|
2022-06-07 04:11:24 +02:00 |
|
Héctor Ramón Jiménez
|
de21a651c0
|
Implement theme styling for Scrollable
|
2022-06-07 03:26:48 +02:00 |
|
Héctor Ramón Jiménez
|
ce53d3933c
|
Implement theme styling for TextInput
|
2022-06-07 01:11:35 +02:00 |
|
Héctor Ramón Jiménez
|
835877fc63
|
Implement theme styling for Checkbox
|
2022-06-04 03:26:53 +02:00 |
|
Héctor Ramón Jiménez
|
1388d71f03
|
Expose palette module in theme
|
2022-06-04 03:04:43 +02:00 |
|
Héctor Ramón Jiménez
|
77dc9dc2cb
|
Implement theme styling for ProgressBar
|
2022-06-01 02:40:42 +02:00 |
|