| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `Theme` type in `color_palette` example | Héctor Ramón Jiménez | 2020-05-01 | 1 | -103/+88 |
* | Improve `generate_theme` in `color_palette` | Héctor Ramón Jiménez | 2020-05-01 | 1 | -27/+15 |
* | Remove `update_component` in `color_palette` | Héctor Ramón Jiménez | 2020-05-01 | 1 | -92/+4 |
* | Abstract into ColorPicker and ColorSpace trait | Clark Moody | 2020-04-27 | 1 | -312/+323 |
* | Use Path::rectangle and Size for drawing swatches | Clark Moody | 2020-04-24 | 1 | -42/+21 |
* | Replace text input fields for simple text | Clark Moody | 2020-04-24 | 1 | -75/+20 |
* | Do not re-export Palette from iced_core | Clark Moody | 2020-04-24 | 2 | -4/+2 |
* | Hex label text alignment | Clark Moody | 2020-04-24 | 1 | -4/+6 |
* | TextInput fields with color encodings. Draw shades. | Clark Moody | 2020-04-24 | 1 | -21/+266 |
* | More theme colors and gradient of lightness | Clark Moody | 2020-04-24 | 1 | -9/+67 |
* | Use canvas to draw color palette for example | Clark Moody | 2020-04-24 | 2 | -10/+98 |
* | Add example program: color palette | Clark Moody | 2020-04-24 | 3 | -0/+273 |
* | Merge pull request #269 from hecrj/update-wgpu | Héctor Ramón | 2020-04-16 | 2 | -17/+32 |
|\ |
|
| * | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | Héctor Ramón Jiménez | 2020-04-07 | 2 | -17/+32 |
* | | Simplify drawing logic in `clock` example | Héctor Ramón Jiménez | 2020-04-14 | 1 | -42/+32 |
* | | Implement `canvas::Path::circle` helper method | Héctor Ramón Jiménez | 2020-04-14 | 2 | -11/+7 |
* | | Implement `canvas::Path::rectangle` helper method | Héctor Ramón Jiménez | 2020-04-14 | 1 | -12/+5 |
* | | Implement `From<Color>` for `canvas::Fill` | Héctor Ramón Jiménez | 2020-04-14 | 2 | -12/+9 |
* | | Fix `bezier_tool` placeholder text alignment | Héctor Ramón Jiménez | 2020-04-10 | 1 | -3/+7 |
* | | Merge pull request #267 from robjtede/improve/canvas-cache-default | Héctor Ramón | 2020-04-09 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | impl default for canvas cache | Rob Ede | 2020-04-08 | 2 | -2/+2 |
* | | Simplify `Language` conversion in `tour` | Héctor Ramón Jiménez | 2020-04-06 | 1 | -6/+5 |
* | | Radiobutton label is now `impl Into<String>` | Dmitry Kashitsyn | 2020-04-05 | 1 | -1/+2 |
|/ |
|
* | Add `0` suffix to float literals for consistency | Héctor Ramón Jiménez | 2020-04-02 | 1 | -2/+2 |
* | Scale the clock hands to the same size as the face | Marli Frost | 2020-04-01 | 1 | -2/+2 |
* | Merge pull request #246 from hecrj/feature/application-flags | Héctor Ramón | 2020-03-31 | 7 | -10/+17 |
|\ |
|
| * | Allow passing external state to `Application::new` | Héctor Ramón Jiménez | 2020-03-30 | 7 | -10/+17 |
* | | Merge branch 'master' into feature/container-padding | Héctor Ramón Jiménez | 2020-03-31 | 2 | -6/+2 |
|\ \ |
|
| * | | Implement `svg::Handle::from_memory` | Héctor Ramón Jiménez | 2020-03-31 | 2 | -6/+2 |
| |/ |
|
* / | Implement `padding` support for `Container` | Héctor Ramón Jiménez | 2020-03-31 | 4 | -15/+15 |
|/ |
|
* | Merge pull request #240 from kaimast/master | Héctor Ramón | 2020-03-28 | 1 | -4/+1 |
|\ |
|
| * | remove explicit lifetimes in integration example | Kai Mast | 2020-03-27 | 1 | -4/+1 |
* | | Convert `WindowEvent` from a reference in `iced_winit` | Héctor Ramón Jiménez | 2020-03-27 | 1 | -1/+1 |
|/ |
|
* | Change selection color in `styling` example | Héctor Ramón Jiménez | 2020-03-24 | 1 | -1/+1 |
* | Merge branch 'master' into feature/text-selection | Héctor Ramón Jiménez | 2020-03-24 | 15 | -21/+660 |
|\ |
|
| * | Fix `Recipe::hash` in `download_progress` example | Héctor Ramón Jiménez | 2020-03-24 | 1 | -0/+2 |
| * | Fix retry button on `download_progress` example | Héctor Ramón Jiménez | 2020-03-23 | 1 | -2/+4 |
| * | Update `README` of examples | Héctor Ramón Jiménez | 2020-03-23 | 2 | -4/+7 |
| * | Handle errors in `download_progress` example | Héctor Ramón Jiménez | 2020-03-23 | 2 | -11/+43 |
| * | Rename `downloader` module to `download` | Héctor Ramón Jiménez | 2020-03-23 | 2 | -9/+9 |
| * | Improve `download_progress` example | Héctor Ramón Jiménez | 2020-03-23 | 3 | -114/+117 |
| * | Add example for download with progress tracking | Songtronix | 2020-03-23 | 4 | -0/+243 |
| * | Update `README` of examples | Héctor Ramón Jiménez | 2020-03-18 | 2 | -5/+16 |
| * | Improve styling of `pane_grid` example | Héctor Ramón Jiménez | 2020-03-18 | 1 | -18/+41 |
| * | Add some styling to `pane_grid` buttons | Héctor Ramón Jiménez | 2020-03-18 | 1 | -4/+47 |
| * | Move common keyboard types to `iced_core` | Héctor Ramón Jiménez | 2020-03-17 | 2 | -4/+3 |
| * | Add `modifiers` to `KeyPressEvent` in `pane_grid` | Héctor Ramón Jiménez | 2020-03-17 | 1 | -3/+3 |
| * | Implement hotkey logic in `pane_grid` example | Héctor Ramón Jiménez | 2020-03-17 | 2 | -2/+41 |
| * | Add simple `pane_grid` example | Héctor Ramón Jiménez | 2020-03-17 | 3 | -0/+229 |
| * | Fix `Scrollable` width consistency | Héctor Ramón Jiménez | 2020-03-14 | 1 | -0/+1 |