Commit graph

949 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
d3dee849b7 Fix unnecessary clip of text input in iced_wgpu
It should only produce a `Clip` primitive when the contents overflow the
input now.
2020-04-09 05:17:06 +02:00
Héctor Ramón Jiménez
9afa31899f Fix measure_value for text input in iced_wgpu
It accounts for spaces at the start of text now.
2020-04-09 05:01:09 +02:00
Héctor Ramón
d51b501d2f
Merge pull request #267 from robjtede/improve/canvas-cache-default
impl default for canvas cache
2020-04-09 00:34:37 +02:00
Rob Ede
6e7769b65d
impl default for canvas cache 2020-04-08 23:07:42 +01:00
Héctor Ramón
703beae05e
Merge pull request #268 from FabianLars/ctrl-del
implement ctrl + del on text-input
2020-04-07 04:39:16 +02:00
Héctor Ramón
6e386312bd
Merge pull request #266 from robjtede/improve/flags-init
add init method for settings with flags
2020-04-06 22:01:16 +02:00
Héctor Ramón
0f60253661
Merge pull request #260 from 0x7CFE/fix-checkbox-label
Checkbox label is now `Into<String>`
2020-04-06 20:31:39 +02:00
Héctor Ramón Jiménez
3c47e3e229 Simplify Language conversion in tour 2020-04-06 20:12:16 +02:00
FabianLars
6ca97788b2 implement ctrl + del on text-input 2020-04-06 15:22:52 +02:00
Rob Ede
0766da7509
add helper for settings flags init 2020-04-06 01:14:38 +01:00
Héctor Ramón
ad0a6c4c10
Merge pull request #259 from robjtede/docs/feature-flags
reference feature flags in docs
2020-04-05 18:32:51 +02:00
Dmitry Kashitsyn
1a9bfd9e73
Radiobutton label is now impl Into<String> 2020-04-05 12:43:18 +07:00
Dmitry Kashitsyn
15f5b93a0d
Checkbox label is now impl Into<String> 2020-04-05 11:48:44 +07:00
Héctor Ramón Jiménez
335ad1dd1d Enable feature flags in docs.rs 2020-04-05 04:52:03 +02:00
Héctor Ramón Jiménez
7479ba137f Document widget feature flags 2020-04-05 04:38:10 +02:00
Rob Ede
070e8e70e4
doc feature flags in futures 2020-04-04 02:25:40 +01:00
Rob Ede
5198f8e3e4
document wgpu feature flags 2020-04-04 02:14:02 +01:00
Héctor Ramón
fd064ff990
Merge pull request #253 from hecrj/0.1
Release `0.1` - Custom styling, event subscriptions, additional widgets, new examples, and more!
2020-04-02 18:47:15 +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
2682079713 Update CHANGELOG 2020-04-02 16:54:55 +02:00
Héctor Ramón
3aafd2c1f7
Merge pull request #252 from hecrj/improvement/documentation
Update and improve documentation
2020-04-02 16:53:54 +02:00
Héctor Ramón Jiménez
4a498ed0e3 Fix window::Renderer link in iced_winit docs 2020-04-02 03:58:47 +02:00
Héctor Ramón Jiménez
743c8851d4 Fix broken link in Tracker::broadcast docs 2020-04-02 03:50:39 +02:00
Héctor Ramón Jiménez
0f745f0c14 Fix missing link in Command documentation 2020-04-02 03:48:29 +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
8c8325d0cf Write documentation for the debug feature 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
703f7657e1 Add example to pane_grid module documentation 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
c114be034a Fix typo in text_input::Renderer::draw docs 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
15aa40df40 Add missing link to conversion::fullscreen 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
7d40b76b02 Update iced_wgpu root documentation 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 Jiménez
e1e42f87bd Add examples to subscription::Recipe docs 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
48b90a7529 Add examples to Canvas documentation 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
1b0cb0d13a Add example to iced_native::UserInterface 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
1f85e1167c Add examples to iced_native::Widget 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
512dbd5076 Fix missing link in Tracker::broadcast docs 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
4fc17dfd66 Fix Size::new documentation 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
c2cb1a0c81 Improve Point::ORIGIN documentation 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
f5e7e0625e Improve docs for Sandbox and Application 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
4c44517556 Fix minor documentation issues 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
f4f8f62f55 Add example for Canvas widget 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
ac8875f81d Fix iced_native version in iced_winit 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
26cd6c0f2b Update iced_wgpu information in repository docs 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
26a35b7d7e Clarify return policy of Application::run 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
c73f23c380 Move Space to widget module 2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
4979635764 Fix missing link in Executor::enter doc comment 2020-04-02 03:44:14 +02:00
Héctor Ramón
2fa6edf7a8
Merge pull request #251 from Plecra/clock-scaling
Rework scaling in clock example
2020-04-02 01:11:38 +02:00
Héctor Ramón Jiménez
92e148822f Add 0 suffix to float literals for consistency 2020-04-02 01:00:39 +02:00
Marli Frost
08da96c1c6
Scale the clock hands to the same size as the face 2020-04-01 23:19:56 +01:00