daxpedda
|
f4b8bce837
|
Revert changing the constructor and implement new method.
|
2020-02-14 21:41:35 +01:00 |
|
daxpedda
|
b72bd0b2b5
|
Add bound to Node constructor.
|
2020-02-14 15:57:07 +01:00 |
|
Héctor Ramón Jiménez
|
1797e15b8c
|
Add default padding to Button
|
2020-01-22 11:17:07 +01:00 |
|
Héctor Ramón Jiménez
|
7b278755fc
|
Write missing docs and reenable deny statements
|
2020-01-09 18:31:07 +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
|
c7b170da6d
|
Draft Style and StyleSheet for Button
|
2019-12-29 10:57:01 +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
|
c1b9f66525
|
Add Button::height and Button::min_height
|
2019-12-09 21:59:31 +01:00 |
|
Héctor Ramón Jiménez
|
e92ea48e88
|
Make Button::background generic
|
2019-12-05 01:57:35 +01:00 |
|
Héctor Ramón Jiménez
|
048909b45d
|
Fix Button example in iced_native
|
2019-11-22 22:13:54 +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
|
428509c84a
|
Merge branch 'master' into improvement/docs
|
2019-11-21 13:53:02 +01:00 |
|
Héctor Ramón Jiménez
|
65eb218d3d
|
Move widgets from core to native and web
Also made fields private and improved `Renderer` traits.
|
2019-11-21 13:47:20 +01:00 |
|
Héctor Ramón Jiménez
|
6cdf69e76b
|
Make width and height required methods
|
2019-11-16 22:08:49 +01:00 |
|
Héctor Ramón Jiménez
|
ceb02f4a36
|
Implement Container widget
Remove `align_self` and `justify_content` methods
|
2019-11-11 05:26:08 +01:00 |
|
Héctor Ramón Jiménez
|
0240c3981b
|
Draft custom layout engine based on druid
|
2019-11-11 03:08:00 +01:00 |
|
Héctor Ramón Jiménez
|
2303111e09
|
Draft new layout API
|
2019-11-10 01:55:32 +01:00 |
|
Héctor Ramón Jiménez
|
c427ce0cec
|
Reduce Copy constraint to Clone in Message
|
2019-11-02 02:15:17 +01:00 |
|
Héctor Ramón Jiménez
|
9dabbf7885
|
Provide Renderer to Widget::on_event
This allows us to implement configurable event processing that adapts to
different rendering strategies.
|
2019-10-29 03:34:21 +01:00 |
|
Héctor Ramón Jiménez
|
8846a239cf
|
Rename Renderer::Primitive to Renderer::Output
|
2019-10-11 22:15:39 +02:00 |
|
Héctor Ramón Jiménez
|
10e10e5e06
|
Make iced_core::Button customizable
Now it supports:
- Any kind of content
- Custom border radius
- Custom background
|
2019-10-08 03:13:41 +02:00 |
|
Héctor Ramón Jiménez
|
a7d1194403
|
Add Renderer and Primitive concepts
|
2019-10-05 03:56:18 +02:00 |
|
Héctor Ramón Jiménez
|
eda1048dbc
|
Complete some hash_layout implementations
|
2019-09-20 19:31:49 +02:00 |
|
Héctor Ramón Jiménez
|
b9e0f74948
|
Create iced_core and iced_native
|
2019-09-20 19:15:31 +02:00 |
|