Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -11/+99 | |
| | |||||
* | Add example program: color palette | 2020-04-24 | 4 | -0/+274 | |
| | | | | | | | | | | | 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 | ||||
* | Conditional re-export of palette from iced_core | 2020-04-24 | 1 | -0/+3 | |
| | |||||
* | Conversion traits for palette::Srgb | 2020-04-24 | 1 | -1/+23 | |
| | |||||
* | Derive Default for Color | 2020-04-24 | 1 | -1/+1 | |
| | |||||
* | Simplify range declaration | 2020-04-24 | 1 | -4/+4 | |
| | |||||
* | Remove redundant from_srgba and into_srgba methods | 2020-04-24 | 1 | -20/+2 | |
| | |||||
* | Add palette test for Color <-> Srgba & manipulation | 2020-04-24 | 1 | -0/+41 | |
| | |||||
* | Feature name colors -> palette | 2020-04-24 | 3 | -9/+6 | |
| | |||||
* | Add const from_rgba, for RGBA initialization | 2020-04-24 | 1 | -1/+8 | |
| | |||||
* | Use debug assertions instead of clamp | 2020-04-24 | 1 | -15/+22 | |
| | |||||
* | Fix docstring typo | 2020-04-24 | 1 | -1/+1 | |
| | |||||
* | Revert from_rgb to const | 2020-04-24 | 1 | -2/+2 | |
| | |||||
* | Remove HSLColor | 2020-04-24 | 1 | -90/+0 | |
| | |||||
* | Conversion to palette's Srgba type | 2020-04-24 | 1 | -0/+43 | |
| | |||||
* | Add `palette` dependency behind "colors" feature flag | 2020-04-24 | 2 | -0/+10 | |
| | |||||
* | HSLColor struct, with conversions to/from RGB | 2020-04-24 | 1 | -16/+106 | |
| | |||||
* | Add inversion functions, rename check_rgba -> new | 2020-04-24 | 1 | -4/+14 | |
| | |||||
* | Add check_rgba fn to clamp float values to [0,1] | 2020-04-24 | 1 | -3/+23 | |
| | |||||
* | Merge pull request #318 from hecrj/font-associated-type | 2020-04-24 | 10 | -23/+51 | |
|\ | | | | | Make `Font` an associated type of `text::Renderer` | ||||
| * | Make `Font` an associated type of `text::Renderer` | 2020-04-23 | 9 | -23/+45 | |
| | | |||||
| * | Implement `Default` for `Font` | 2020-04-23 | 1 | -0/+6 | |
|/ | |||||
* | Merge pull request #314 from katktv/patch-1 | 2020-04-22 | 1 | -1/+1 | |
|\ | | | | | Fix a typo in ROADMAP | ||||
| * | Fix a typo in ROADMAP | 2020-04-22 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #305 from hecrj/element-on-event | 2020-04-19 | 1 | -0/+22 | |
|\ | | | | | Implement and expose `Element::on_event` | ||||
| * | Implement and expose `Element::on_event` | 2020-04-18 | 1 | -0/+22 | |
| | | |||||
* | | fix progress bar docs to no longer mention buttons (#301) | 2020-04-18 | 1 | -4/+4 | |
|/ | |||||
* | Revert "Merge pull request #289 from hecrj/fix/cursor-events" | 2020-04-17 | 2 | -15/+2 | |
| | | | | | | | | `winit` seems to produce `CursorEntered` and `CursorLeft` events after wheel scrolling for no apparent reason (?). This causes annoying flickering when hovering some widgets on a scrollable. I should investigate this further. We are rolling back the fix for the time being. | ||||
* | Fix MSAA blit vertex shader to match `wgpu` NDC | 2020-04-16 | 3 | -4/+4 | |
| | |||||
* | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | 2020-04-16 | 5 | -13/+10 | |
| | | | | | * Change `&mut wgpu::Device` to `&wgpu::Device` * Fix for rustfmt | ||||
* | Merge pull request #269 from hecrj/update-wgpu | 2020-04-16 | 13 | -268/+313 | |
|\ | | | | | Update `wgpu` to `0.5` in `iced_wgpu` | ||||
| * | Use new release of `wgpu_glyph` | 2020-04-13 | 1 | -1/+1 | |
| | | |||||
| * | Fix `angle` sign in `canvas::Frame::rotate` | 2020-04-08 | 1 | -1/+1 | |
| | | |||||
| * | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 12 | -267/+312 | |
| | | |||||
* | | Bump versions :tada: | 2020-04-15 | 8 | -10/+15 | |
| | | |||||
* | | Update `CHANGELOG` | 2020-04-15 | 1 | -0/+35 | |
| | | |||||
* | | Mention flags are not supported by `Sandbox` | 2020-04-15 | 1 | -3/+3 | |
| | | | | | | | | Fixes #291 | ||||
* | | Merge pull request #293 from hecrj/improvement/canvas-ergonomics | 2020-04-15 | 7 | -85/+118 | |
|\ \ | | | | | | | Improve `Canvas` ergonomics | ||||
| * | | Simplify drawing logic in `clock` example | 2020-04-14 | 1 | -42/+32 | |
| | | | |||||
| * | | Implement `canvas::Path::line` helper method | 2020-04-14 | 1 | -0/+11 | |
| | | | |||||
| * | | Implement `canvas::Path::circle` helper method | 2020-04-14 | 3 | -11/+15 | |
| | | | |||||
| * | | Implement `canvas::Path::rectangle` helper method | 2020-04-14 | 3 | -17/+23 | |
| | | | |||||
| * | | Implement `From<&str>` for `canvas::Text` | 2020-04-14 | 1 | -0/+6 | |
| | | | |||||
| * | | Implement `From<String>` for `canvas::Text` | 2020-04-14 | 1 | -0/+9 | |
| | | | |||||
| * | | Make `Frame::fill_text` take a generic `Into<Text>` | 2020-04-14 | 1 | -1/+3 | |
| | | | |||||
| * | | Make `Frame::stroke` take a generic `Into<Stroke>` | 2020-04-14 | 1 | -1/+3 | |
| | | | |||||
| * | | Implement `From<Color>` for `canvas::Fill` | 2020-04-14 | 3 | -12/+15 | |
| | | |