| Commit message (Expand) | Author | Age | Files | Lines |
* | Add styling support for `ComboBox` and `Menu` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -1/+6 |
* | Render arrow icon in `ComboBox` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -0/+1 |
* | Draft `ComboBox` and `Menu` layer | Héctor Ramón Jiménez | 2020-07-08 | 3 | -1/+7 |
* | Make default text size configurable in `Settings` | Héctor Ramón Jiménez | 2020-06-19 | 2 | -0/+12 |
* | Merge pull request #407 from hecrj/feature/generic-slider | Héctor Ramón | 2020-06-14 | 1 | -1/+1 |
|\ |
|
| * | Make `Slider` value type generic | Héctor Ramón Jiménez | 2020-06-13 | 1 | -1/+1 |
* | | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-12 | 1 | -3/+5 |
|/ |
|
* | Replace leftover docs in progress bar module (#396) | Voker57 | 2020-06-08 | 1 | -4/+4 |
* | Rename `Rectangle::round` to `snap` | Héctor Ramón Jiménez | 2020-06-02 | 2 | -2/+2 |
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | Héctor Ramón Jiménez | 2020-06-01 | 2 | -12/+2 |
* | Merge pull request #371 from myfreeweb/window-alpha | Héctor Ramón | 2020-06-01 | 2 | -2/+12 |
|\ |
|
| * | Add custom window background/clear color (incl. transparency) support, fixes ... | Greg V | 2020-06-01 | 2 | -2/+12 |
* | | Feature gate `font-kit` behind `"default_system_font"` feature. | Azriel Hoh | 2020-05-31 | 1 | -6/+11 |
|/ |
|
* | Fix `Backend` link in `iced_glow` docs | Héctor Ramón Jiménez | 2020-05-30 | 1 | -1/+1 |
* | Expose `Backend` in `iced_glow` | Héctor Ramón Jiménez | 2020-05-30 | 2 | -4/+9 |
* | Expose `pane_grid::{Node, Content}` in `iced_glow` | Héctor Ramón Jiménez | 2020-05-29 | 1 | -2/+2 |
* | Revert "Target physical pixels for quads in `iced_glow`" | Héctor Ramón Jiménez | 2020-05-28 | 1 | -6/+6 |
* | Enable `doc_cfg` for `docs.rs` in `iced_glow` | Héctor Ramón Jiménez | 2020-05-28 | 1 | -0/+1 |
* | Write documentation for `iced_glow` | Héctor Ramón Jiménez | 2020-05-28 | 3 | -9/+17 |
* | Target physical pixels for quads in `iced_glow` | Héctor Ramón Jiménez | 2020-05-27 | 1 | -6/+6 |
* | Update `glyph_brush` and `glow_glyph` | Héctor Ramón Jiménez | 2020-05-27 | 2 | -54/+38 |
* | Use published `glow` and `glow_glyph` versions | Héctor Ramón Jiménez | 2020-05-22 | 2 | -8/+8 |
* | Use built-in OpenGL multisampling in `iced_glow` | Héctor Ramón Jiménez | 2020-05-22 | 3 | -209/+57 |
* | Use `get_uniform_location` for wider compatibility | Héctor Ramón Jiménez | 2020-05-22 | 6 | -47/+92 |
* | Implement MSAA for triangle meshes in `iced_glow` | Héctor Ramón Jiménez | 2020-05-22 | 1 | -41/+195 |
* | Update to latest `glow` | Héctor Ramón Jiménez | 2020-05-21 | 2 | -24/+13 |
* | Remove unused `overlay_font` in `iced_glow` | Héctor Ramón Jiménez | 2020-05-21 | 1 | -6/+6 |
* | Draft `triangle` pipeline in `iced_glow` | Héctor Ramón Jiménez | 2020-05-21 | 6 | -52/+301 |
* | Avoid relying `origin_upper_left` | Héctor Ramón Jiménez | 2020-05-21 | 2 | -3/+17 |
* | Implement `iced_glutin` :tada: | Héctor Ramón Jiménez | 2020-05-21 | 4 | -345/+59 |
* | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 2020-05-20 | 3 | -31/+16 |
* | Move `Layer` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 4 | -280/+50 |
* | Move `Antialiasing` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -24/+1 |
* | Move built-in fonts to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 3 | -14/+5 |
* | Move `font::Source` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 2 | -40/+1 |
* | Rename `window::Backend` to `Compositor` | Héctor Ramón Jiménez | 2020-05-19 | 2 | -7/+7 |
* | Move `Viewport` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 2 | -37/+3 |
* | Move `Transformation` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 2 | -56/+1 |
* | Draft new `iced_graphics` crate :tada: | Héctor Ramón Jiménez | 2020-05-19 | 33 | -1352/+50 |
* | Draft first working version of `iced_glow` :tada: | Héctor Ramón Jiménez | 2020-05-19 | 44 | -0/+3109 |