Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `0` suffix to float literals for consistency | 2020-04-02 | 1 | -2/+2 | |
* | Scale the clock hands to the same size as the face | 2020-04-01 | 1 | -2/+2 | |
* | Merge pull request #246 from hecrj/feature/application-flags | 2020-03-31 | 7 | -10/+17 | |
|\ | |||||
| * | Allow passing external state to `Application::new` | 2020-03-30 | 7 | -10/+17 | |
* | | Merge branch 'master' into feature/container-padding | 2020-03-31 | 2 | -6/+2 | |
|\ \ | |||||
| * | | Implement `svg::Handle::from_memory` | 2020-03-31 | 2 | -6/+2 | |
| |/ | |||||
* / | Implement `padding` support for `Container` | 2020-03-31 | 4 | -15/+15 | |
|/ | |||||
* | Merge pull request #240 from kaimast/master | 2020-03-28 | 1 | -4/+1 | |
|\ | |||||
| * | remove explicit lifetimes in integration example | 2020-03-27 | 1 | -4/+1 | |
* | | Convert `WindowEvent` from a reference in `iced_winit` | 2020-03-27 | 1 | -1/+1 | |
|/ | |||||
* | Change selection color in `styling` example | 2020-03-24 | 1 | -1/+1 | |
* | Merge branch 'master' into feature/text-selection | 2020-03-24 | 15 | -21/+660 | |
|\ | |||||
| * | Fix `Recipe::hash` in `download_progress` example | 2020-03-24 | 1 | -0/+2 | |
| * | Fix retry button on `download_progress` example | 2020-03-23 | 1 | -2/+4 | |
| * | Update `README` of examples | 2020-03-23 | 2 | -4/+7 | |
| * | Handle errors in `download_progress` example | 2020-03-23 | 2 | -11/+43 | |
| * | Rename `downloader` module to `download` | 2020-03-23 | 2 | -9/+9 | |
| * | Improve `download_progress` example | 2020-03-23 | 3 | -114/+117 | |
| * | Add example for download with progress tracking | 2020-03-23 | 4 | -0/+243 | |
| * | Update `README` of examples | 2020-03-18 | 2 | -5/+16 | |
| * | Improve styling of `pane_grid` example | 2020-03-18 | 1 | -18/+41 | |
| * | Add some styling to `pane_grid` buttons | 2020-03-18 | 1 | -4/+47 | |
| * | Move common keyboard types to `iced_core` | 2020-03-17 | 2 | -4/+3 | |
| * | Add `modifiers` to `KeyPressEvent` in `pane_grid` | 2020-03-17 | 1 | -3/+3 | |
| * | Implement hotkey logic in `pane_grid` example | 2020-03-17 | 2 | -2/+41 | |
| * | Add simple `pane_grid` example | 2020-03-17 | 3 | -0/+229 | |
| * | Fix `Scrollable` width consistency | 2020-03-14 | 1 | -0/+1 | |
| * | Update `winit` to `0.22` | 2020-03-09 | 1 | -7/+5 | |
| * | Implement `Primitive::Cached` | 2020-03-07 | 2 | -5/+4 | |
| * | Update `reqwest` in `pokedex` example | 2020-03-06 | 1 | -5/+9 | |
| * | Add `env_logger` to `svg` example | 2020-02-26 | 2 | -3/+9 | |
| * | Make output format of `iced_wgpu` configurable | 2020-02-24 | 1 | -1/+3 | |
* | | styling example fixed (added selection_color) | 2020-02-23 | 1 | -0/+4 | |
|/ | |||||
* | Create `README` files for all the examples | 2020-02-21 | 12 | -1/+199 | |
* | Fix sample file path for svg example | 2020-02-20 | 1 | -1/+1 | |
* | Rename `Settings::use_antialiasing` to `antialiasing` | 2020-02-18 | 3 | -3/+3 | |
* | Write documentation for new `canvas` module | 2020-02-18 | 2 | -6/+6 | |
* | Rename `Settings::antialiasing` to `use_antialiasing` | 2020-02-15 | 3 | -3/+3 | |
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 2020-02-15 | 3 | -3/+12 | |
* | Upgrade `Mesh2D` indices from `u16` to `u32` | 2020-02-14 | 1 | -1/+1 | |
* | Add `solar_system` example | 2020-02-14 | 2 | -0/+259 | |
* | Implement additional methods in `path::Builder` | 2020-02-14 | 1 | -8/+1 | |
* | Fix `clock` example eventually skipping a second | 2020-02-12 | 1 | -1/+1 | |
* | Improve naming in `clock` example | 2020-02-12 | 1 | -11/+10 | |
* | Remove redundant conversion in `clock` example | 2020-02-12 | 1 | -1/+1 | |
* | Fix circle `end_angle` in `clock` example | 2020-02-12 | 1 | -1/+1 | |
* | Simplify `Clock::new` in `clock` example | 2020-02-12 | 1 | -3/+1 | |
* | Fix examples using `Mesh2D` | 2020-02-12 | 2 | -91/+84 | |
* | Increase line width in `clock` example | 2020-02-12 | 1 | -3/+3 | |
* | Finish `clock` example | 2020-02-12 | 2 | -9/+60 |