Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `Checkbox` and `Radio` API in `iced_web` | 2020-04-14 | 1 | -1/+1 | |
| | |||||
* | Fix tour example | 2020-04-13 | 1 | -1/+1 | |
| | |||||
* | Fix `bezier_tool` placeholder text alignment | 2020-04-10 | 1 | -3/+7 | |
| | |||||
* | Merge pull request #267 from robjtede/improve/canvas-cache-default | 2020-04-09 | 2 | -2/+2 | |
|\ | | | | | impl default for canvas cache | ||||
| * | impl default for canvas cache | 2020-04-08 | 2 | -2/+2 | |
| | | |||||
* | | Simplify `Language` conversion in `tour` | 2020-04-06 | 1 | -6/+5 | |
| | | |||||
* | | Radiobutton label is now `impl Into<String>` | 2020-04-05 | 1 | -1/+2 | |
|/ | |||||
* | 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 | |
|\ | | | | | Application flags | ||||
| * | 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 | |
| |/ | | | | | | | Useful if you already have your SVG data in memory. | ||||
* / | 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 | ||||
| * | 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 | |
| | | | | | | | | | | - Use `reqwest` with `Response::chunk` to notify progress. - Turn example state into an enum | ||||
| * | 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 | |
| | | | | | | | | Also expose them in `iced` through `iced_native` and `iced_web`. | ||||
| * | 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 | |
| | | | Sample tiger.svg is move to resources after directory restructuring. This change is to correct the path | ||||
* | 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 | |
| |