Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add usage section to `iced_web` | 2019-11-20 | 1 | -0/+38 | ||
| * | | Add installation section to subcrate `README`s | 2019-11-20 | 10 | -10/+72 | ||
| * | | Add `README` for each subcrate | 2019-11-20 | 5 | -0/+103 | ||
| * | | Link to custom layout engine PR in `ROADMAP` | 2019-11-20 | 1 | -2/+3 | ||
| * | | Add image of `todos` in multiple platforms | 2019-11-20 | 2 | -1/+2 | ||
| * | | Remove `dbg!` in `UserInterface` | 2019-11-20 | 1 | -5/+1 | ||
| * | | Disable debug view by default in `tour` example | 2019-11-20 | 1 | -1/+1 | ||
| * | | Display new GIFs in `README` | 2019-11-20 | 1 | -8/+8 | ||
| * | | Remove high contrast from graphs | 2019-11-20 | 15 | -61/+58 | ||
| * | | Update `README` and `ROADMAP` and add `ECOSYSTEM` | 2019-11-19 | 19 | -226/+406 | ||
|/ / | ||||||
| * | Write docs for `iced` and `iced_native` | 2019-11-22 | 30 | -214/+877 | ||
| * | Implement `iced::Sandbox` trait for simple apps | 2019-11-21 | 4 | -86/+131 | ||
| * | Merge branch 'master' into improvement/docs | 2019-11-21 | 13 | -8/+76 | ||
| |\ | |/ |/| | ||||||
* | | Merge pull request #62 from hecrj/feature/async-actions | 2019-11-18 | 14 | -132/+432 | ||
|\ \ | ||||||
* \ \ | Merge pull request #60 from hecrj/fix/required-width-height | 2019-11-18 | 13 | -10/+78 | ||
|\ \ \ | ||||||
| * | | | Make `width` and `height` required methods | 2019-11-16 | 13 | -10/+78 | ||
|/ / / | ||||||
| | * | Move widgets from `core` to `native` and `web` | 2019-11-21 | 59 | -1941/+2454 | ||
| | * | Write documentation for `iced_core` | 2019-11-18 | 16 | -44/+216 | ||
| |/ | ||||||
| * | Improve persistence in `todos` | 2019-11-18 | 1 | -47/+53 | ||
| * | Rename `Command::attempt` to `Command::perform` | 2019-11-18 | 2 | -3/+3 | ||
| * | Save `todos` async in a JSON file and load on boot | 2019-11-17 | 2 | -86/+257 | ||
| * | Support async actions in `iced_winit` | 2019-11-17 | 7 | -47/+110 | ||
| * | Derive `Clone` for `text_input::State` | 2019-11-17 | 1 | -1/+1 | ||
| * | Implement future-based `Command` in `iced_core` | 2019-11-17 | 5 | -2/+62 | ||
|/ | ||||||
* | Archive `todos` binary before building `deb` pkg | 2019-11-15 | 1 | -4/+4 | ||
* | Polish `Build` workflow in all platforms | 2019-11-15 | 1 | -8/+19 | ||
* | Remove `--locked` from `Build` workflow | 2019-11-15 | 1 | -4/+4 | ||
* | Improve `Build` workflow to generate `.deb` pkg | 2019-11-15 | 1 | -22/+57 | ||
* | Fix `linux-latest` in `Build` workflow | 2019-11-15 | 1 | -1/+1 | ||
* | Use different artifact name per platform | 2019-11-15 | 1 | -5/+11 | ||
* | Fix `echo` in `Build` workflow on Windows | 2019-11-14 | 1 | -2/+3 | ||
* | Add `Build` workflow to generate `todos` binaries | 2019-11-14 | 1 | -0/+35 | ||
* | Rename `Integration` workflow to `Test` | 2019-11-14 | 1 | -3/+2 | ||
* | Remove `Install libinput` step from CI workflow | 2019-11-14 | 1 | -5/+0 | ||
* | Merge pull request #56 from hecrj/example/filter-todos | 2019-11-14 | 5 | -36/+172 | ||
|\ | ||||||
| * | Draw proper checkmark for `Checkbox` in `iced_wgpu` | 2019-11-14 | 4 | -12/+20 | ||
| * | Add filter controls to `todos` example :tada: | 2019-11-14 | 1 | -23/+135 | ||
| * | Fix text bounds in `iced_wgpu` on nonintegral DPI | 2019-11-14 | 2 | -2/+18 | ||
* | | Merge pull request #55 from hecrj/example/edit-todos | 2019-11-14 | 9 | -40/+221 | ||
|\| | ||||||
| * | Remove argument from `text_input::State::focused` | 2019-11-13 | 2 | -3/+5 | ||
| * | Implement task edition/deletion in `todos` example | 2019-11-13 | 2 | -16/+162 | ||
| * | Implement `text_input::State::focused` | 2019-11-13 | 2 | -0/+19 | ||
| * | Loosen `layout::Limits` for `Container` children | 2019-11-13 | 1 | -1/+1 | ||
| * | Fix `Widget::width` implementation of `Checkbox` | 2019-11-13 | 1 | -1/+5 | ||
| * | Remove default styling of `Button` | 2019-11-13 | 3 | -22/+32 | ||
* | | Merge pull request #54 from hecrj/feature/external-fonts | 2019-11-14 | 12 | -100/+214 | ||
|\| | ||||||
| * | Draft `Font` type and implement `Text::font` | 2019-11-13 | 10 | -31/+96 | ||
| * | Move text logic in `iced_wgpu` to a `text` module | 2019-11-13 | 6 | -82/+131 | ||
* | | Merge pull request #52 from hecrj/custom-layout-engine | 2019-11-14 | 53 | -759/+1271 | ||
|\| | ||||||
| * | Load default font only in measurement cache | 2019-11-11 | 1 | -6/+8 |