Héctor Ramón Jiménez
|
0e9c1ab192
|
Add Renderer argument to operate
|
2022-12-22 14:29:24 +01:00 |
|
tarkah
|
f1ada7a803
|
Allow &mut self in overlay
|
2022-11-29 12:17:29 -08:00 |
|
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
|
ff2519b1d4
|
Replace stateful widgets with new iced_pure API
|
2022-07-27 06:49:20 +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 |
|
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
|
e7d595c7de
|
Write documentation for iced_pure
|
2022-05-02 20:16:00 +02:00 |
|
Héctor Ramón Jiménez
|
1313c94e3b
|
Remove hash_layout method from Widget trait
|
2022-02-23 21:31:54 +07:00 |
|
Héctor Ramón Jiménez
|
810e086728
|
Introduce Renderer argument to mouse_interaction and on_event
|
2022-01-11 14:12:28 +07:00 |
|
Héctor Ramón Jiménez
|
bbd9355450
|
Introduce Shell type in iced_native
Widgets now can invalidate the current layout of the application on demand.
|
2021-11-29 16:22:01 +07:00 |
|
Héctor Ramón Jiménez
|
631e95ee0b
|
Move viewport argument to last position in mouse_interaction methods
This keeps the order of the arguments consistent with `draw`.
|
2021-11-02 15:03:29 +07:00 |
|
Héctor Ramón Jiménez
|
519a0cc233
|
Implement Widget::mouse_interaction for Column
|
2021-10-18 16:48:08 +07:00 |
|
Héctor Ramón Jiménez
|
edea093350
|
Move Defaults from iced_graphics to iced_native
|
2021-10-18 15:19:04 +07:00 |
|
Héctor Ramón Jiménez
|
1ab2afe72d
|
Implement Widget::draw for Column
|
2021-10-14 17:05:08 +07:00 |
|
Héctor Ramón Jiménez
|
03b3493138
|
Remove trait-specific draw logic in iced_native
|
2021-10-14 16:07:22 +07:00 |
|
Héctor Ramón Jiménez
|
a0ad399622
|
Refactor alignment types into an alignment module
|
2021-09-20 15:14:08 +07:00 |
|
Héctor Ramón Jiménez
|
5fae6e59ff
|
Introduce and use CrossAlign enum for Column and Row
|
2021-09-20 15:12:43 +07:00 |
|
Héctor Ramón
|
8a3b71df8b
|
Replace ignored doc-tests with additional documentation for Padding
|
2021-06-01 19:45:47 +07:00 |
|
Ben LeFevre
|
fe0a27c56d
|
Add support for asymmetrical padding
|
2021-06-01 19:05:39 +07:00 |
|
Héctor Ramón Jiménez
|
21971e0037
|
Make Clipboard argument in Widget trait mutable
|
2021-03-10 01:59:02 +01:00 |
|
Héctor Ramón Jiménez
|
01322f69a4
|
Use recently stabilized intra-doc links
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
|
2020-11-26 02:05:43 +01:00 |
|
Héctor Ramón Jiménez
|
3bcee62beb
|
Implement event capturing for Column
|
2020-11-12 00:40:52 +01:00 |
|
Héctor Ramón Jiménez
|
3f968b8c87
|
Make Widget::on_event return an event::Status
|
2020-11-12 00:09:52 +01:00 |
|
Héctor Ramón Jiménez
|
d328b07b39
|
Introduce viewport to Widget::draw
This should eventually allow us to only generate primitives that are
visible.
|
2020-10-28 06:21:07 +01:00 |
|
Héctor Ramón
|
23647d2f50
|
Merge pull request #545 from MonliH/master
Remove outdated `Fill` comment for `Column` and `Row`
|
2020-10-17 21:12:09 +02:00 |
|
Jonathan Li
|
461499dd62
|
Remove entirely
|
2020-10-17 10:48:31 -04:00 |
|
Jakub Hlusička
|
4910e03833
|
Fix typo in Row's and Column's hash_layout
|
2020-10-13 20:48:53 +02:00 |
|
Jonathan Li
|
7c24277210
|
Document better
|
2020-10-02 21:53:40 -04:00 |
|
Jonathan Li
|
8346209c37
|
Satify documented behaviour
|
2020-10-01 17:10:13 -04:00 |
|
Héctor Ramón Jiménez
|
dc0e423142
|
Remove unnecessary lifetime in Widget trait
|
2020-07-10 02:01:30 +02:00 |
|
Héctor Ramón Jiménez
|
1070b61f34
|
Rename overlay::Content trait to Overlay
The `Overlay` struct is now `overlay::Element`.
|
2020-07-10 01:35:46 +02:00 |
|
Héctor Ramón Jiménez
|
625979b665
|
Draft Widget::overlay idempotency
|
2020-07-08 11:29:19 +02:00 |
|
Héctor Ramón Jiménez
|
f064f0482b
|
Introduce Layer trait
|
2020-07-08 10:41:16 +02:00 |
|
Héctor Ramón Jiménez
|
c901f40fd6
|
Introduce Widget::overlay 🎉
|
2020-07-08 10:34:14 +02:00 |
|
Olivier Pinon
|
41f6a325e9
|
#288 Renamed XXXWidget to Marker
|
2020-04-12 01:20:40 +02:00 |
|
Olivier Pinon
|
f7d7ab1ba9
|
Remove unnecessary 'static lifetime on Renderer
|
2020-04-12 00:57:44 +02:00 |
|
Héctor Ramón Jiménez
|
d07304fb85
|
Hash type ids in Widget::hash_layout impls
|
2020-03-30 17:28:55 +02:00 |
|
Théo Gaillard
|
0539cd1b85
|
refactor: remove not mandatory static lifetime
|
2020-03-30 06:39:10 +08:00 |
|
Héctor Ramón Jiménez
|
fb744a338c
|
Fix links in pane_grid documentation
|
2020-03-20 11:56:39 +01:00 |
|
Héctor Ramón Jiménez
|
95c8031f3d
|
Reuse with_children to remove some duplication
|
2020-03-17 00:51:01 +01:00 |
|
Héctor Ramón Jiménez
|
a146e53eb0
|
Rename new_with_children to with_children
|
2020-03-17 00:50:23 +01:00 |
|
Rowun Giles
|
ae123d8f14
|
Instantiate Column and Row with children
|
2020-03-16 10:08:37 +00:00 |
|
Héctor Ramón Jiménez
|
f73bacb454
|
Add file events to iced_native:🪟:Event
|
2020-01-16 07:12:59 +01:00 |
|
Héctor Ramón Jiménez
|
5e018965ee
|
Merge branch 'master' into feature/custom-styling
|
2020-01-09 06:04:05 +01:00 |
|
Héctor Ramón Jiménez
|
2ff0e48142
|
Make Row, Column, and Checkbox shrink by default
|
2019-12-30 21:00:27 +01:00 |
|
Héctor Ramón Jiménez
|
8caa66be27
|
Add Renderer::Defaults and style inheritance
|
2019-12-30 12:14:26 +01:00 |
|
Héctor Ramón Jiménez
|
a14b39555e
|
Allow clipboard access in Widget::on_event
|
2019-12-18 07:45:49 +01:00 |
|
Héctor Ramón Jiménez
|
d136b7ce64
|
Uncomment missing debug implementations rule
|
2019-11-22 21:16:40 +01:00 |
|
Héctor Ramón Jiménez
|
a7dba612f0
|
Write docs for iced and iced_native
|
2019-11-22 19:36:57 +01:00 |
|
Héctor Ramón Jiménez
|
428509c84a
|
Merge branch 'master' into improvement/docs
|
2019-11-21 13:53:02 +01:00 |
|