Héctor Ramón Jiménez
|
602661372c
|
Fix new clippy lints
|
2024-12-02 19:56:27 +01:00 |
|
Héctor Ramón Jiménez
|
f02bfc3f68
|
Rename Widget::on_event to update
|
2024-11-05 23:52:58 +01:00 |
|
Héctor Ramón Jiménez
|
dcc184b01b
|
Replace event::Status in Widget::on_event with Shell::capture_event
|
2024-11-05 23:52:58 +01:00 |
|
Héctor Ramón Jiménez
|
752403d70c
|
Split Shell::request_redraw into two different methods
|
2024-11-05 23:52:58 +01:00 |
|
Héctor Ramón Jiménez
|
f6c322f2f9
|
Implement reactive-rendering for checkbox
|
2024-11-05 23:52:57 +01:00 |
|
BradySimon
|
f912d26d64
|
Add PartialEq derives for widget styles
|
2024-10-14 20:59:32 +02:00 |
|
bbb651
|
7a86900a45
|
Fix various typos
Using https://github.com/crate-ci/typos
|
2024-09-29 16:37:35 +03:00 |
|
Héctor Ramón Jiménez
|
51f7ce7324
|
Show checkbox doc example in multiple places
|
2024-09-19 03:03:11 +02:00 |
|
Héctor Ramón Jiménez
|
f98328f4f1
|
Add text::Wrapping support
Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com>
|
2024-09-04 21:26:47 +02:00 |
|
Héctor Ramón Jiménez
|
c851e67734
|
Fix text::State downcast in some widgets
|
2024-07-19 00:59:54 +02:00 |
|
Héctor Ramón Jiménez
|
6216c513d5
|
Use generic Content in Text to avoid reallocation in fill_text
|
2024-04-01 11:30:01 +02:00 |
|
Héctor Ramón Jiménez
|
f0ae9a0c38
|
Use Catalog approach for all widgets
|
2024-03-24 05:03:09 +01:00 |
|
Héctor Ramón Jiménez
|
e657dc2ecd
|
Fine-tune Catalog approach for button, checkbox, and svg
|
2024-03-24 02:08:20 +01:00 |
|
Héctor Ramón Jiménez
|
252eb88703
|
Use closures for Checkbox::style
|
2024-03-12 14:58:06 +01:00 |
|
Héctor Ramón Jiménez
|
c99e599647
|
Make Checkbox, Radio, and Toggler default sizes consistent
|
2024-03-08 00:25:42 +01:00 |
|
Héctor Ramón Jiménez
|
833538ee7f
|
Leverage DefaultStyle traits instead of Default
|
2024-03-07 20:11:32 +01:00 |
|
Héctor Ramón Jiménez
|
905f2160e6
|
Move Theme type to iced_core
|
2024-03-07 00:14:41 +01:00 |
|
Héctor Ramón Jiménez
|
34e7c6593a
|
Use Style struct pattern instead of trait for all widgets
|
2024-03-06 20:30:58 +01:00 |
|
Héctor Ramón Jiménez
|
87d16a090b
|
Reduce default size of checkbox to 15.0
|
2024-03-05 22:03:10 +01:00 |
|
Héctor Ramón Jiménez
|
1f0a0c235a
|
Simplify theming for Checkbox widget
|
2024-03-05 02:08:19 +01:00 |
|
Héctor Ramón Jiménez
|
4130ae4be9
|
Simplify theming for Text widget
|
2024-03-04 19:32:13 +01:00 |
|
Héctor Ramón Jiménez
|
021faf20ea
|
Simplify draw logic in Checkbox
|
2024-02-01 13:24:58 +01:00 |
|
Héctor Ramón Jiménez
|
faeb4536b3
|
Simplify on_toggle_maybe for Checkbox
|
2024-02-01 13:22:14 +01:00 |
|
Héctor Ramón Jiménez
|
8a0632d5ba
|
Simplify checkbox example
|
2024-02-01 13:16:34 +01:00 |
|
Alexander van Saase
|
b5f1ca1695
|
Introduce support for disabling a checkbox
|
2024-02-01 13:16:28 +01:00 |
|
Héctor Ramón Jiménez
|
7a50e9e8fb
|
Convert Renderer::Theme to generic Widget type
|
2024-01-21 17:56:01 +01:00 |
|
Héctor Ramón Jiménez
|
25f182f933
|
Introduce Border struct analogous to Shadow
|
2024-01-20 13:29:25 +01:00 |
|
Héctor Ramón Jiménez
|
370b2f6df7
|
Use Default implementation of renderer::Quad
|
2024-01-20 12:25:07 +01:00 |
|
Nick Senger
|
cc906c83cd
|
feat: quad shadows
|
2024-01-20 11:59:37 +01:00 |
|
Héctor Ramón Jiménez
|
d278bfd21d
|
Replace width and height with Widget::size
|
2024-01-10 10:01:49 +01:00 |
|
Héctor Ramón Jiménez
|
936d480267
|
Clip text to viewport bounds instead of layout bounds
|
2023-12-01 16:04:27 +01:00 |
|
Héctor Ramón Jiménez
|
b8e5693a30
|
Merge branch 'master' into explicit-text-caching
|
2023-09-10 00:34:21 +02:00 |
|
Matthias Vogelgesang
|
89d9f1d7d2
|
Fix majority of unresolved documentation links
|
2023-09-09 18:59:17 +02:00 |
|
Héctor Ramón Jiménez
|
a026e917d3
|
Make widget::Tree mutable in Widget::layout
|
2023-08-30 06:36:24 +02:00 |
|
Héctor Ramón Jiménez
|
301e6e5fdc
|
Reduce default spacing of Checkbox
|
2023-08-30 05:34:17 +02:00 |
|
Héctor Ramón Jiménez
|
ed3454301e
|
Implement explicit text caching in the widget state tree
|
2023-08-30 04:31:21 +02:00 |
|
Cory Forsstrom
|
42c423b4a8
|
Add viewport to Widget::on_event
|
2023-07-15 10:04:25 -07:00 |
|
Héctor Ramón Jiménez
|
5c8cfb411e
|
Take Rectangle by value in Cursor API
|
2023-06-08 20:16:46 +02:00 |
|
Héctor Ramón Jiménez
|
34451bff18
|
Implement basic cursor availability
|
2023-06-08 20:11:59 +02:00 |
|
Casper Storm
|
1234d52812
|
clippy
|
2023-05-23 15:28:45 +02:00 |
|
Héctor Ramón Jiménez
|
180cb073bd
|
Add line_height to checkbox::Icon
|
2023-05-08 16:19:28 +02:00 |
|
Héctor Ramón Jiménez
|
9499a8f9e6
|
Support configurable LineHeight in text widgets
|
2023-05-04 18:39:31 +02:00 |
|
Héctor Ramón Jiménez
|
4bd290afe7
|
Introduce text::Shaping enum and replace magic boolean
|
2023-05-02 01:02:32 +02:00 |
|
Héctor Ramón Jiménez
|
33b5a90019
|
Make basic text shaping the default shaping strategy
|
2023-05-02 01:02:13 +02: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
|
cfb8abb6f5
|
Use no_run for widget doc-tests
|
2023-03-05 04:19:31 +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 |
|