Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-26 | rename to image::Viewer | 1 | -2/+0 | ||
2020-05-26 | Rename and add to iced image module | 1 | -1/+1 | ||
2020-05-26 | Add `ImagePane` widget | 1 | -0/+2 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -19/+0 | ||
2020-03-10 | Rename `Panes` widget to `PaneGrid` | 1 | -1/+1 | ||
2020-03-04 | Draft `Panes` widget and `panes` example | 1 | -0/+1 | ||
2020-01-20 | Make `image` support optional in `iced_wgpu` | 1 | -1/+3 | ||
This reduces binary size when image rendering is not necessary a considerable amount. | |||||
2020-01-02 | change(widget): make height adjustable at widget level | 1 | -1/+1 | ||
addtionally rename Progressbar to ProgressBar | |||||
2020-01-02 | add(widget): primitive progressbar widget | 1 | -0/+1 | ||
2019-12-31 | Draft basic styling for `Container` | 1 | -0/+1 | ||
2019-12-30 | Rename `Empty` widget to `Space` | 1 | -1/+1 | ||
2019-12-30 | Implement `Empty` widget | 1 | -0/+1 | ||
It can be useful if you want to fill some space with nothing. | |||||
2019-12-15 | Put `svg` rendering behind a feature gate | 1 | -1/+3 | ||
This reduces binary size when SVG supoprt is not needed. | |||||
2019-12-15 | Rerasterize SVGs when resized and refactor a bit | 1 | -0/+1 | ||
2019-12-12 | Merged svg pipeline into image | 1 | -1/+0 | ||
2019-12-11 | Added an `Icon` widget to native. | 1 | -0/+1 | ||
2019-11-02 | Move `Target` to its own module | 1 | -0/+10 | ||