Commit graph

620 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
acfc815e1d Let checkbox breathe in styling example 2020-02-06 01:24:04 +01:00
Héctor Ramón Jiménez
fb8dc41f6d Add additional helpers to css module in iced_web 2020-02-06 01:21:53 +01:00
Héctor Ramón Jiménez
58a7be0a31 Expose styling types for container in iced_web 2020-02-06 00:36:00 +01:00
Héctor Ramón Jiménez
b4a8471aa1 Expose styling types for radio in iced_web 2020-02-06 00:33:26 +01:00
Héctor Ramón Jiménez
abdae3a7ec Expose styling types for checkbox in iced_web 2020-02-06 00:31:52 +01:00
Héctor Ramón Jiménez
ce45ecc235 Expose missing widget modules in iced_web 2020-02-06 00:28:25 +01:00
Héctor Ramón Jiménez
9a7f7bfdf5 Expose styling types for scrollable in iced_web 2020-02-06 00:23:44 +01:00
Héctor Ramón Jiménez
c2dad29429 Expose styling types for slider in iced_web 2020-02-06 00:20:55 +01:00
Héctor Ramón Jiménez
ad13b466d2 Add From<String> for image::Handle in iced_web 2020-02-06 00:16:59 +01:00
Héctor Ramón Jiménez
9df3fb13c7 Make pokedex example work on Wasm 2020-02-05 04:15:45 +01:00
Héctor Ramón Jiménez
ca213922d0 Drop Send in Command and Executor on Wasm 2020-02-05 04:14:26 +01:00
Héctor Ramón Jiménez
9a06e481b7 Add Handle and Data to image in iced_web 2020-02-05 04:13:55 +01:00
Héctor Ramón Jiménez
8f52604987 Use reqwest and tokio in pokedex example 2020-02-05 01:40:27 +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
7b892eb3e1
Merge pull request #177 from hecrj/feature/web-subscriptions
Event subscriptions and custom executors for `iced_web`
2020-02-04 10:33:13 -06:00
Héctor Ramón
12292126dc
Merge pull request #178 from hecrj/expose-winit-clipboard
Expose `iced_winit::Clipboard`
2020-02-03 21:25:36 -06:00
Héctor Ramón Jiménez
9a875864cf Write docs for iced_winit::Clipboard
Also explicitly allow the missing debug implementation.
2020-02-04 03:58:40 +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
Héctor Ramón Jiménez
f5186f31f1 Fix docs.rs links
Related issue: https://github.com/rust-lang/docs.rs/issues/223
2020-02-03 23:53:34 +01:00
Héctor Ramón Jiménez
471b695331 Fix CI badge in README 2020-02-03 13:32:59 +01:00
Imbris
98f20e4cc1 Make Clipboard public 2020-02-01 22:05:42 -05:00
Héctor Ramón
69f20f981a
Merge pull request #171 from sumibi-yakitori/feature/enable_custom_font_for_text_input
Enable custom fonts for text input
2020-01-27 16:43:30 +01:00
sumibi-yakitori
713ed3aca1 Custom fonts can be set in the text input. 2020-01-27 04:28:40 +09:00
Héctor Ramón Jiménez
0bdf1f23b5 Shorten examples README 2020-01-25 12:11:59 +01:00
Héctor Ramón Jiménez
7f4ca71125 Fix empty message alignment in todos example 2020-01-23 15:10:31 +01:00
Héctor Ramón Jiménez
63fc539a25 Make title consistent in counter example 2020-01-22 11:21:29 +01:00
Héctor Ramón Jiménez
3124450aff Center items in counter example 2020-01-22 11:21:16 +01:00
Héctor Ramón Jiménez
b0515c1dd5 Improve default style of Button 2020-01-22 11:20:26 +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
8957883a88 Merge branch 'feature/custom-runtime' 2020-01-21 00:56:49 +01:00
Héctor Ramón
1ef7d09ce8
Merge pull request #166 from hecrj/optional-image-support
Make `image` support optional in `iced_wgpu`
2020-01-21 00:52:53 +01:00
Héctor Ramón
f9165a5e01
Merge pull request #165 from hecrj/improvement/forbid-unsafe-code
Forbid unsafe code and Rust 2018 idioms
2020-01-21 00:52:36 +01:00
Héctor Ramón Jiménez
92af1b1c12 Fix todos build workflow 2020-01-21 00:37:57 +01:00
Héctor Ramón
7016221556
Merge pull request #164 from hecrj/feature/custom-runtime
Custom futures executor with `iced_futures`
2020-01-21 00:15:01 +01:00
Héctor Ramón Jiménez
bc611cf51c Make image support optional in iced_wgpu
This reduces binary size when image rendering is not necessary a
considerable amount.
2020-01-20 11:19:42 +01:00
Héctor Ramón Jiménez
a30553ddbb Forbid unsafe code and Rust 2018 idioms 2020-01-20 10:52:06 +01:00
Héctor Ramón Jiménez
91d9d65a03 Improve consistency in executor documentation 2020-01-20 10:49:25 +01:00
Héctor Ramón Jiménez
7bb6411dfc Write documentation for executor::WasmBindgen 2020-01-20 10:39:17 +01:00
Héctor Ramón Jiménez
f14009601e Write documentation for iced_futures 2020-01-20 09:49:17 +01:00
Héctor Ramón Jiménez
03da887339 Update examples README 2020-01-20 07:37:09 +01:00
Héctor Ramón Jiménez
fd36510807 Add README for todos example 2020-01-20 07:36:59 +01:00
Héctor Ramón Jiménez
4722695800 Add README for styling example 2020-01-20 07:22:10 +01:00
Héctor Ramón Jiménez
6e784e29de Add README for pokedex example 2020-01-20 07:21:56 +01:00
Héctor Ramón Jiménez
e2ec092aec Add README for tour example 2020-01-20 06:40:20 +01:00
Héctor Ramón Jiménez
7cea737115 Package examples and remove dev-dependencies 2020-01-20 06:27:01 +01:00
Héctor Ramón Jiménez
04086a90c9 Implement WasmBindgen executor and reorganize 2020-01-20 05:43:09 +01:00
Héctor Ramón Jiménez
90690702e1 Add Application::Executor associated type 2020-01-20 04:47:36 +01:00
Héctor Ramón Jiménez
35760ac68f Make thread-pool optional in iced_futures 2020-01-19 11:08:47 +01:00
Héctor Ramón Jiménez
b8b0d97525 Rename Receiver to Sender in Runtime 2020-01-19 11:08:32 +01:00