Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-01-01 | Allow configuration of default font | 4 | -9/+21 | |
2020-01-01 | Move styling to a brand new `iced_style` crate | 3 | -111/+10 | |
2019-12-31 | Add `border_width` and `border_color` to `Quad` | 14 | -127/+169 | |
2019-12-31 | Draft basic styling for `Container` | 4 | -0/+85 | |
2019-12-30 | Rename `Empty` widget to `Space` | 2 | -3/+3 | |
2019-12-30 | Implement `Empty` widget | 2 | -0/+9 | |
2019-12-30 | Implement `Default` for `iced_wgpu::Primitive` | 1 | -0/+6 | |
2019-12-30 | Add `Renderer::Defaults` and style inheritance | 9 | -37/+83 | |
2019-12-29 | Add `background_color` to `Settings` | 1 | -6/+12 | |
2019-12-29 | Draft `Style` and `StyleSheet` for `Button` | 6 | -21/+124 | |
2019-12-21 | Avoid rasterizing SVG when a dimension is 0 | 1 | -0/+4 | |
2019-12-21 | Fix cursor positioning in `TextInput` on overflow | 1 | -10/+47 | |
2019-12-18 | Resize text measure cache to avoid panic | 1 | -5/+17 | |
2019-12-15 | Cache `Svg` load result properly | 2 | -20/+22 | |
2019-12-15 | Put `svg` rendering behind a feature gate | 3 | -14/+31 | |
2019-12-15 | Add `svg` example | 1 | -1/+1 | |
2019-12-15 | Rerasterize SVGs when resized and refactor a bit | 7 | -262/+455 | |
2019-12-12 | Merged svg pipeline into image | 7 | -634/+87 | |
2019-12-12 | Improved dpi handling | 2 | -54/+8 | |
2019-12-11 | Ran cargo_fmt over changed files. | 4 | -41/+42 | |
2019-12-11 | Added an `Icon` widget to native. | 4 | -5/+26 | |
2019-12-11 | Implemented SVG support in iced_wgpu. | 5 | -1/+640 | |
2019-12-05 | Place `TextInput` cursor position on click | 1 | -16/+21 | |
2019-12-04 | Implemented `From<Color` for `Background` | 1 | -2/+2 | |
2019-12-03 | Fix `TextInput` inner border radius in `iced_wgpu` | 1 | -1/+1 | |
2019-12-03 | Unify logic by introducing `scrollable::Scrollbar` | 1 | -49/+61 | |
2019-12-02 | Address suggestions | 1 | -73/+29 | |
2019-12-02 | Finalize work | 1 | -14/+18 | |
2019-12-02 | First implementation | 1 | -24/+60 | |
2019-12-01 | Use `PowerPreference::Default` in `iced_wgpu` | 1 | -1/+1 | |
2019-12-01 | Add `repr(C)` to GPU types | 2 | -0/+4 | |
2019-11-30 | Implement basic image cache trimming in iced_wgpu | 2 | -7/+53 | |
2019-11-29 | Allow to load an image from memory | 4 | -25/+48 | |
2019-11-26 | Stop loading a mono font just for the debug view | 1 | -15/+3 | |
2019-11-26 | Fallback to embedded font when system font fails | 4 | -13/+120 | |
2019-11-25 | Add `CHANGELOG` to subcrates | 1 | -0/+14 | |
2019-11-24 | Use explicit `Uniforms` type in image pipeline | 1 | -14/+24 | |
2019-11-24 | Fix copy image instance size in `iced_wgpu` | 1 | -1/+1 | |
2019-11-24 | Use latest `wgpu_glyph` | 1 | -1/+1 | |
2019-11-24 | Avoid panic when image load fails in `iced_wgpu` | 1 | -63/+71 | |
2019-11-24 | Fix `iced_native` widget examples | 1 | -3/+3 | |
2019-11-22 | Write docs for `iced_wgpu` | 7 | -16/+74 | |
2019-11-21 | Move widgets from `core` to `native` and `web` | 12 | -268/+149 | |
2019-11-20 | Add installation section to subcrate `README`s | 2 | -2/+14 | |
2019-11-20 | Add `README` for each subcrate | 1 | -0/+37 | |
2019-11-14 | Draw proper checkmark for `Checkbox` in `iced_wgpu` | 3 | -11/+19 | |
2019-11-14 | Fix text bounds in `iced_wgpu` on nonintegral DPI | 2 | -2/+18 | |
2019-11-13 | Remove default styling of `Button` | 1 | -22/+23 | |
2019-11-13 | Draft `Font` type and implement `Text::font` | 5 | -28/+75 | |
2019-11-13 | Move text logic in `iced_wgpu` to a `text` module | 6 | -82/+131 |