Héctor Ramón
|
d46dd67a91
|
Update disabled example of Button in docs
|
2021-06-10 18:58:40 +07:00 |
|
Jonas Matser
|
e66120b9c1
|
Fix failing doctests
|
2021-06-10 18:28:38 +07:00 |
|
Jonas Matser
|
dbc1181011
|
Adds doc comment for disabled button
Makes disabled button behavior consistent in web
|
2021-06-10 18:28:37 +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
|
9ba9558429
|
Allow dead code explicitly in iced_web
|
2021-02-16 00:03:20 +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
|
75464ad894
|
Use String::from_str_in in iced_web
|
2020-07-01 07:36:42 +02:00 |
|
Héctor Ramón Jiménez
|
38a35ab639
|
Fix Button styling in iced_web
|
2020-02-06 01:25:03 +01:00 |
|
Héctor Ramón Jiménez
|
28fd9feb40
|
Support styling for Button in iced_web
|
2020-02-05 01:04:46 +01:00 |
|
Héctor Ramón Jiménez
|
0030bcbd33
|
Rename module style to css in iced_web
|
2020-02-05 00:23:22 +01:00 |
|
Héctor Ramón Jiménez
|
6d46833eb2
|
Support event subscriptions in iced_web
Also improves the overall web runtime, avoiding nested update loops.
|
2020-02-04 03:28:47 +01:00 |
|
Gabriel Konat
|
95988e8e25
|
Add several missing style attributes in iced_web.
|
2019-12-18 11:30:51 +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
|
b2721661f5
|
Style Button min-width in iced_web
|
2019-11-24 11:03:55 +01:00 |
|
Héctor Ramón Jiménez
|
d0f79d2779
|
Make tour work with iced_web again 🎉
- Implements `TextInput`, `Scrollable`, and `Container`
- Adds basic style generation
|
2019-11-23 20:23:38 +01:00 |
|
Héctor Ramón Jiménez
|
fa227255b0
|
Write docs for iced_web
|
2019-11-22 22:14:04 +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
|
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
|
86dede4c4c
|
Make example work on web and update READMEs
|
2019-09-21 13:38:14 +02:00 |
|
Héctor Ramón Jiménez
|
b9e0f74948
|
Create iced_core and iced_native
|
2019-09-20 19:15:31 +02:00 |
|
Héctor Ramón Jiménez
|
655978f480
|
Draft nodes for missing widgets
|
2019-09-15 18:53:13 +02:00 |
|
Héctor Ramón Jiménez
|
8834772fa7
|
Draft widget nodes and wire interaction
|
2019-09-15 17:43:15 +02:00 |
|
Héctor Ramón Jiménez
|
27ac85a9d9
|
Draft web runtime and widgets
|
2019-09-14 20:54:50 +02:00 |
|