Commit graph

97 commits

Author SHA1 Message Date
Sebastian Zivota
c3643eaf6d Add step member to slider widgets
Both the native and the web slider now have a member `step` to control
the least possible change of the slider's value. It defaults to 1.0
for all sliders and can be adjusted with the step method.
2020-06-11 00:18:24 +02:00
Héctor Ramón Jiménez
98bc8cf2a7 Rename MouseCursor to mouse::Interaction 2020-04-30 08:16:38 +02:00
Héctor Ramón Jiménez
bb9ccc4f62 Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
Héctor Ramón Jiménez
ec712c8032 Move MouseCursor to iced_core 2020-04-29 03:23:02 +02:00
Héctor Ramón Jiménez
85dc07c3b0 Expose Rectangle in iced_web 2020-04-28 06:31:00 +02:00
Héctor Ramón Jiménez
4808fcbd7e Bump versions 🎉 2020-04-15 08:58:14 +02:00
Héctor Ramón Jiménez
f7825fd936 Fix Checkbox and Radio API in iced_web 2020-04-14 07:41:35 +02:00
Héctor Ramón Jiménez
d0cca658a1 Bump all versions 🎉 2020-04-02 17:40:20 +02:00
Héctor Ramón Jiménez
d7a3ce4e68 Fix a couple of links in documentation 2020-04-02 17:39:24 +02:00
Héctor Ramón Jiménez
2ef1b4317a Remove subcrates CHANGELOG
At this stage, it is important to allow the library to change rapidly.
Because of this, keeping a log of changes can be counter-productive. We
do not want pin down design decisions by writing detailed changelogs
(sunk cost fallacy).

Once the library and its different parts start becoming more stable and
mature, we will reintroduce changelogs accordingly.

For now, we will keep a main `CHANGELOG` file just for the `iced` crate.
2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
90cf272d67 Update iced_web build documentation 2020-04-02 03:44:14 +02:00
Héctor Ramón
e79e832092
Merge pull request #246 from hecrj/feature/application-flags
Application flags
2020-03-31 17:49:56 +02:00
Héctor Ramón Jiménez
749a9588d7 Implement padding support for Container 2020-03-31 01:21:51 +02:00
Héctor Ramón Jiménez
148a4dd469 Call Runtime::enter properly in iced_web 2020-03-30 18:15:13 +02:00
Héctor Ramón Jiménez
c4c5216e3b Allow passing external state to Application::new 2020-03-30 18:10:15 +02:00
Héctor Ramón
f7ec679fec
Merge pull request #224 from hecrj/feature/panes-widget
Pane grid widget
2020-03-20 12:10:52 +01:00
Héctor Ramón Jiménez
93f5640a2d Fix wasm-bindgen command in README of iced_web 2020-03-20 05:21:46 +01:00
Héctor Ramón Jiménez
05beb87852 Move common keyboard types to iced_core
Also expose them in `iced` through `iced_native` and `iced_web`.
2020-03-17 07:30:05 +01:00
Héctor Ramón Jiménez
99b5212550 Implement Column and Row changes in iced_web 2020-03-17 00:53:51 +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
558abf648b Add transform stack to canvas::Frame 2020-02-14 04:59:31 +01:00
Héctor Ramón Jiménez
64097983f1 Expose Point in iced_web 2020-02-12 04:03:24 +01:00
Héctor Ramón Jiménez
f719ba3f4e Add font-family to Text style in iced_web 2020-02-06 05:03:11 +01:00
Héctor Ramón Jiménez
57aed1d5c6 Implement TextInput::on_submit support in iced_web 2020-02-06 03:06:06 +01:00
Héctor Ramón Jiménez
282ae1dc9e Implement TextInput styling in iced_web 2020-02-06 02:37:49 +01:00
Héctor Ramón Jiménez
07e62ae5da Fix ProgressBar doc example in iced_web 2020-02-06 02:29:19 +01:00
Héctor Ramón Jiménez
cf3ca44210 Implement Container styling in iced_web 2020-02-06 02:24:18 +01:00
Héctor Ramón Jiménez
e953733323 Add style to TextInput in iced_web 2020-02-06 01:26:08 +01:00
Héctor Ramón Jiménez
8e83f3632c Fix Column and Row styling for iced_web 2020-02-06 01:25:46 +01:00
Héctor Ramón Jiménez
6c8fdfefbe Fix Checkbox styling in iced_web 2020-02-06 01:25:22 +01: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
f5228695a2 Implement ProgressBar widget in iced_web 2020-02-06 01:24:40 +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
9a06e481b7 Add Handle and Data to image in iced_web 2020-02-05 04:13:55 +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
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
a30553ddbb Forbid unsafe code and Rust 2018 idioms 2020-01-20 10:52:06 +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
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
b5b17ed4d8 Create iced_futures and wire everything up 2020-01-19 10:17:44 +01:00