| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Provide actual bounds to `Shader` primitives | 2023-11-28 | 1 | -0/+17 | |
| | | | | | ... and allow for proper translation and scissoring. | ||||
| * | Refactor texture image filtering | 2023-11-11 | 1 | -0/+3 | |
| | | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
| * | Write documentation for the new text APIs | 2023-10-27 | 1 | -1/+6 | |
| | | |||||
| * | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -1/+7 | |
| | | |||||
| * | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -4/+15 | |
| | | |||||
| * | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -3/+3 | |
| | | |||||
| * | Move `layer::quad` types to `quad` module | 2023-05-30 | 1 | -149/+0 | |
| | | | | | Not sure why I split these to begin with! | ||||
| * | Adjusted `Quads` struct to be opaque `quad::Layer`. | 2023-05-29 | 1 | -0/+89 | |
| | | |||||
| * | Fixed issue where quads of different types were not ordered. | 2023-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Changed gradient::Packed to be `repr(C)` for direct gpu upload. | 2023-05-26 | 1 | -2/+2 | |
| | | |||||
| * | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 2 | -15/+41 | |
| | | |||||
| * | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -1/+4 | |
| | | |||||
| * | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -9/+3 | |
| | | |||||
| * | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+10 | |
| | | |||||
| * | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 3 | -6/+7 | |
| | | |||||
| * | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 4 | -0/+176 | |
