| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `Shader` and `Version` | Richard | 2022-01-19 | 6 | -134/+156 |
* | Update documentation for built-in renderers | Richard | 2022-01-19 | 1 | -0/+51 |
* | Export `glow` in `iced_glow` | Richard | 2022-01-19 | 1 | -0/+2 |
* | Improve shader version selection | Richard | 2022-01-19 | 16 | -66/+178 |
* | Log debugging info | Richard | 2022-01-19 | 2 | -0/+9 |
* | Split `quad::Pipeline` into `core` and `compatibility` | Richard | 2022-01-19 | 12 | -220/+754 |
* | Use `glutin`, `glow` and `glow_glyph` forks | Richard | 2022-01-19 | 1 | -2/+2 |
* | Use commit hash in `html_logo_url` | Héctor Ramón Jiménez | 2021-12-09 | 1 | -1/+1 |
* | Added icon in docs | daladim | 2021-12-09 | 1 | -0/+3 |
* | Make `program` module in `iced_glow` private | Héctor Ramón Jiménez | 2021-11-05 | 1 | -2/+2 |
* | Rename `Renderer::present` to `with_primitives` | Héctor Ramón Jiménez | 2021-11-05 | 1 | -1/+1 |
* | Introduce state lifetime for `style_sheet` in `Toggler` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -1/+2 |
* | Introduce first-class `svg` module in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -1/+1 |
* | Introduce first-class `image` module in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -4/+1 |
* | Introduce first-class `text` module in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -1/+1 |
* | Remove `widget` module re-exports in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 14 | -25/+34 |
* | Implement `Widget::draw` for `Rule` | Héctor Ramón Jiménez | 2021-10-28 | 1 | -8/+1 |
* | Implement `Widget::draw` for `ProgressBar` | Héctor Ramón Jiménez | 2021-10-28 | 1 | -8/+1 |
* | Avoid flushing empty layers in `iced_wgpu` and `iced_glow` | Héctor Ramón Jiménez | 2021-10-25 | 1 | -0/+5 |
* | Remove `Renderer` trait for `Checkbox` | Héctor Ramón Jiménez | 2021-10-21 | 1 | -1/+1 |
* | Wire up styling to `Radio` in `iced_native` | Héctor Ramón Jiménez | 2021-10-20 | 1 | -1/+1 |
* | Wire up styling to `Slider` in `iced_native` | Héctor Ramón Jiménez | 2021-10-20 | 1 | -9/+1 |
* | Implement `Widget::draw` for `Text` | Héctor Ramón Jiménez | 2021-10-14 | 1 | -2/+2 |
* | Remove trait-specific draw logic in `iced_native` | Héctor Ramón Jiménez | 2021-10-14 | 2 | -13/+9 |
* | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 2021-09-20 | 2 | -11/+11 |
* | Use `Iterator::min_by` instead of `fold` in `hit_test` | Héctor Ramón Jiménez | 2021-09-15 | 1 | -13/+11 |
* | Use `Option` to encode empty text case in hit test methods | Héctor Ramón Jiménez | 2021-09-15 | 2 | -9/+11 |
* | Fix window holes behind transparent objects | Ildar Akhmetgaleev | 2021-09-02 | 1 | -1/+6 |
* | Rename `HitTestResult` to `Hit` | Héctor Ramón Jiménez | 2021-08-26 | 2 | -12/+11 |
* | Implement textual hit testing | Tom | 2021-08-21 | 2 | -1/+114 |
* | Add integration_gl example | Tamás Szelei | 2021-08-13 | 1 | -2/+2 |
* | Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithread | Héctor Ramón | 2021-07-22 | 3 | -3/+21 |
|\ |
|
| * | Introduce `text_multithreading` to `Settings` | Héctor Ramón Jiménez | 2021-07-22 | 1 | -0/+4 |
| * | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | Héctor Ramón Jiménez | 2021-07-22 | 4 | -6/+17 |
| * | feat: expose draw_cache_multithread | Yusuf Bera Ertan | 2021-06-14 | 2 | -1/+4 |
* | | docs: update all 0.2 github links to 0.3 | Yusuf Bera Ertan | 2021-06-14 | 1 | -1/+1 |
|/ |
|
* | fix format | Kaiden42 | 2021-06-03 | 1 | -2/+2 |
* | add missing glow support | Kaiden42 | 2021-06-03 | 2 | -0/+12 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2021-03-31 | 1 | -3/+3 |
* | Introduce `internal_backend` to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 2021-03-25 | 1 | -0/+9 |
* | Merge pull request #465 from yusdacra/tooltip-widget | Héctor Ramón | 2021-02-24 | 2 | -0/+9 |
|\ |
|
| * | Export `Tooltip` in `iced_glow` | Héctor Ramón Jiménez | 2021-02-23 | 2 | -0/+9 |
* | | Use string literal as panic message in `iced_glow` | Héctor Ramón Jiménez | 2021-02-16 | 1 | -2/+2 |
|/ |
|
* | Implement split highlight on hover for `PaneGrid` | Héctor Ramón Jiménez | 2021-01-01 | 1 | -3/+3 |
* | Bump versions :tada: | Héctor Ramón Jiménez | 2020-11-26 | 1 | -1/+1 |
* | Update example links to point to `0.2` branch | Héctor Ramón Jiménez | 2020-11-26 | 1 | -1/+1 |
* | Update graphs in crate docs | Héctor Ramón Jiménez | 2020-11-26 | 1 | -0/+2 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 8 | -23/+2 |
* | Limit border radius to max dimension in `quad` pipeline | Héctor Ramón Jiménez | 2020-11-23 | 1 | -0/+5 |
* | Implement `QRCode` widget | Héctor Ramón Jiménez | 2020-11-20 | 3 | -0/+11 |