Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve `generate_theme` in `color_palette` | 2020-05-01 | 1 | -27/+15 | |
| | |||||
* | Remove `update_component` in `color_palette` | 2020-05-01 | 1 | -92/+4 | |
| | | | | We can use `ColorSpace::new` instead | ||||
* | Abstract into ColorPicker and ColorSpace trait | 2020-04-27 | 1 | -312/+323 | |
| | | | | | | | Each color type implements ColorSpace to define its own representation and update methods. View sliders are implemented on the ColorPicker struct. | ||||
* | Use Path::rectangle and Size for drawing swatches | 2020-04-24 | 1 | -42/+21 | |
| | |||||
* | Replace text input fields for simple text | 2020-04-24 | 1 | -75/+20 | |
| | |||||
* | Do not re-export Palette from iced_core | 2020-04-24 | 2 | -4/+2 | |
| | |||||
* | Hex label text alignment | 2020-04-24 | 1 | -4/+6 | |
| | |||||
* | TextInput fields with color encodings. Draw shades. | 2020-04-24 | 1 | -21/+266 | |
| | |||||
* | More theme colors and gradient of lightness | 2020-04-24 | 1 | -9/+67 | |
| | |||||
* | Use canvas to draw color palette for example | 2020-04-24 | 2 | -10/+98 | |
| | |||||
* | Add example program: color palette | 2020-04-24 | 3 | -0/+273 | |
| | | | | | | | | | | | Sliders for many color spaces update as any other sliders are moved around. Color is space is clamped to sRGB, so Lab and Lch color spaces cannot be fully expressed. TODO: - Real-time manipulation of base color to create a color scheme. - Show slider value under each slider - Show output values in text boxes for each color space | ||||
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 2 | -17/+32 | |
|\ | | | | | Update `wgpu` to `0.5` in `iced_wgpu` | ||||
| * | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 2 | -17/+32 | |
| | | |||||
* | | Simplify drawing logic in `clock` example | 2020-04-14 | 1 | -42/+32 | |
| | | |||||
* | | Implement `canvas::Path::circle` helper method | 2020-04-14 | 2 | -11/+7 | |
| | | |||||
* | | Implement `canvas::Path::rectangle` helper method | 2020-04-14 | 1 | -12/+5 | |
| | | |||||
* | | Implement `From<Color>` for `canvas::Fill` | 2020-04-14 | 2 | -12/+9 | |
| | | |||||
* | | 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 | |
| | |