Héctor Ramón Jiménez
|
52f84e51e9
|
Implement Widget::operate for TextInput
|
2022-07-28 03:53:47 +02:00 |
|
Héctor Ramón Jiménez
|
80688689aa
|
Draft widget operations
|
2022-07-28 02:46:51 +02:00 |
|
Héctor Ramón Jiménez
|
a003e797e8
|
Fix uninitialized Tree in overlay::Menu
|
2022-07-28 00:50:03 +02:00 |
|
Héctor Ramón Jiménez
|
c512d50e19
|
Fix clippy lints
|
2022-07-27 06:59:54 +02:00 |
|
Héctor Ramón Jiménez
|
a1c5f8839d
|
Use ToString for Text::new instead of Into<String>
|
2022-07-27 06:56:09 +02:00 |
|
Héctor Ramón Jiménez
|
ff2519b1d4
|
Replace stateful widgets with new iced_pure API
|
2022-07-27 06:49:20 +02:00 |
|
Héctor Ramón Jiménez
|
cdd3802e68
|
Fix max_height for Scrollable
|
2022-07-18 23:38:44 +02:00 |
|
Héctor Ramón Jiménez
|
7e5a5ae743
|
Fix max_width and max_height for Container
|
2022-07-18 19:59:38 +02:00 |
|
Héctor Ramón Jiménez
|
54c9815b7b
|
Simplify update signature in text_input
|
2022-07-13 18:37:27 +02:00 |
|
Héctor Ramón Jiménez
|
891b917576
|
Simplify on_paste signature
... and fix spacing.
|
2022-07-13 18:35:41 +02:00 |
|
Wyatt Jacob Herkamp
|
e8cfa644e7
|
Added on_paste handler to TextInput
|
2022-07-13 18:32:56 +02:00 |
|
Héctor Ramón Jiménez
|
2065a40f64
|
Fix clippy lints for all crates and features
... and check those in CI as well!
|
2022-07-09 18:43:05 +02: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 |
|
Poly
|
15f794b7a8
|
Address Clippy lints
|
2022-07-09 17:07: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
|
fa55dff61d
|
Merge branch 'master' into theming
|
2022-07-08 19:31:45 +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
|
3a22faaa20
|
Remove unused code warnings
|
2022-06-07 04:55:46 +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 |
|
mtkennerly
|
20780f36d1
|
Prevent pane grid title bar content and controls from overlapping
|
2022-06-07 07:30:44 +08: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
|
77dc9dc2cb
|
Implement theme styling for ProgressBar
|
2022-06-01 02:40:42 +02:00 |
|
Héctor Ramón Jiménez
|
c275fde67a
|
Implement theme styling for Rule
|
2022-06-01 01:56:46 +02:00 |
|
Héctor Ramón Jiménez
|
6f69df3d41
|
Implement theme styling for PaneGrid
|
2022-06-01 01:46:14 +02:00 |
|
Héctor Ramón Jiménez
|
3e2b6247f7
|
Implement theme styling for Toggler
... and wire up theming to the `styling` example.
|
2022-06-01 01:46:04 +02:00 |
|
Héctor Ramón Jiménez
|
cb712f3b84
|
Bump versions 🎉
|
2022-05-31 05:42:43 +02:00 |
|
Cory Forsstrom
|
cec032f9ed
|
Don't process captured overlay statuses
|
2022-05-30 13:25:27 -07:00 |
|
Héctor Ramón Jiménez
|
28d09bfff1
|
Implement theme styling for Radio
|
2022-05-27 01:29:36 +02:00 |
|
Héctor Ramón Jiménez
|
d5bc610d01
|
Fix examples and doc-tests
|
2022-05-26 23:12:11 +02:00 |
|
Héctor Ramón Jiménez
|
cf0230072c
|
Rename Variant to Style and Style to Appearance
|
2022-05-26 23:07:34 +02:00 |
|
Héctor Ramón Jiménez
|
7f3b7075db
|
Rename theme::Definition to application::StyleSheet
|
2022-05-26 19:02:15 +02:00 |
|
Héctor Ramón Jiménez
|
822a3cd04f
|
Let a Theme control the text_color of an application
|
2022-05-26 01:10:26 +02:00 |
|
Héctor Ramón Jiménez
|
3a820b45f3
|
Implement theme styling for Slider
|
2022-05-26 00:40:27 +02:00 |
|
Héctor Ramón
|
ba33e92818
|
Merge pull request #1341 from nicksenger/fix/component-overlay-rebuild
fix: prevent building component overlay with stale layout
|
2022-05-14 23:52:42 +02:00 |
|
Héctor Ramón Jiménez
|
664251f3f5
|
Draft first-class Theme support
RFC: https://github.com/iced-rs/rfcs/pull/6
|
2022-05-14 01:56:32 +02:00 |
|
Héctor Ramón Jiménez
|
296e157dcf
|
Relayout base layer when layout is invalidated from an overlay
|
2022-05-13 19:07:54 +02:00 |
|
Héctor Ramón Jiménez
|
27fdc70756
|
Merge branch 'master' into dev/system-information
|
2022-05-04 17:19:28 +02:00 |
|
Héctor Ramón Jiménez
|
f1ec0af507
|
Run system::information in a different thread
... since it seems it can block for a couple of seconds.
|
2022-05-04 15:21:07 +02:00 |
|
Héctor Ramón Jiménez
|
d23026d2dd
|
Bump versions 🎉
|
2022-05-02 22:07:53 +02:00 |
|
Héctor Ramón Jiménez
|
e7d595c7de
|
Write documentation for iced_pure
|
2022-05-02 20:16:00 +02:00 |
|
Héctor Ramón Jiménez
|
68e9eb0a9b
|
Fix broken intra-doc links in documentation
|
2022-04-30 14:20:52 +02:00 |
|
Héctor Ramón Jiménez
|
ac35fe3edf
|
Point repository links to 0.4 branch in documentation
|
2022-04-30 13:54:07 +02:00 |
|
Richard
|
5eefa5d4ea
|
Simplify the QueryInformation Action
|
2022-04-27 17:16:32 -03:00 |
|
Cory Forsstrom
|
d562c27e8c
|
Restrict text width & height to prevent overflow
|
2022-04-27 09:24:04 -07:00 |
|
Cory Forsstrom
|
bc8b4bb182
|
Manually center top aligned text
|
2022-04-27 08:56:43 -07:00 |
|
Cory Forsstrom
|
4329f0480b
|
Use top alignment instead of new layer
|
2022-04-27 08:49:55 -07:00 |
|
Richard
|
c9ea1f11de
|
Add memory usage to Information struct
|
2022-04-26 18:59:08 -03:00 |
|