Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix new `beta` toolchain warnings | 2024-02-05 | 4 | -16/+14 | |
* | Fix unused import in `game_of_life` example | 2024-02-05 | 1 | -1/+1 | |
* | Fix unused `Instant` in `game_of_life` example | 2024-02-05 | 1 | -3/+3 | |
* | Use `Theme::ALL` for theme selector in `styling` example | 2024-02-03 | 1 | -71/+15 | |
* | Add Dracula, Nord, Solarized and Grubvox variants to `Theme` | 2024-02-03 | 1 | -18/+45 | |
* | The memory information is returned in bytes and not kb. | 2024-02-02 | 1 | -4/+4 | |
* | Implement `loupe` example | 2024-02-02 | 2 | -0/+195 | |
* | Implement `transform` method for `Geometry` | 2024-02-02 | 1 | -1/+1 | |
* | Fix `spacing` in `checkbox` example | 2024-02-01 | 1 | -2/+2 | |
* | Use `then_some` instead of `then` in `checkbox` example | 2024-02-01 | 1 | -1/+1 | |
* | Simplify `checkbox` example | 2024-02-01 | 1 | -34/+29 | |
* | Introduce support for disabling a `checkbox` | 2024-02-01 | 10 | -64/+81 | |
* | Remove `position` from `overlay::Element` | 2024-02-01 | 2 | -25/+23 | |
* | Simplify `slider` example | 2024-01-31 | 1 | -23/+18 | |
* | Enhance `Slider` and `VerticalSlider` functionality | 2024-01-31 | 1 | -7/+26 | |
* | Improve `Radians` ergonomics | 2024-01-31 | 1 | -5/+5 | |
* | Use `Radians` in arc and ellipse types | 2024-01-31 | 1 | -8/+9 | |
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 15 | -85/+83 | |
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 5 | -26/+30 | |
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 3 | -19/+6 | |
* | Make `shadow` optional in `renderer::Quad` | 2024-01-20 | 1 | -1/+1 | |
* | feat: quad shadows | 2024-01-20 | 4 | -4/+54 | |
* | Remove `Compositor` window generic | 2024-01-18 | 2 | -3/+11 | |
* | Fix missing semi-colon lint in `vectorial_text` example | 2024-01-17 | 1 | -1/+1 | |
* | Add `vectorial_text` example | 2024-01-17 | 2 | -0/+184 | |
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 9 | -51/+67 | |
* | Merge branch 'master' into update-winit | 2024-01-16 | 25 | -224/+511 | |
|\ | |||||
| * | Update `rfd` to `0.13` | 2024-01-15 | 1 | -1/+1 | |
| * | Fix `websocket` example | 2024-01-11 | 1 | -1/+1 | |
| * | Use multiple squares instead of `vertical_space` in `layout` example | 2024-01-10 | 1 | -4/+14 | |
| * | Showcase more layouts in `layout` example | 2024-01-10 | 2 | -14/+132 | |
| * | Add `Theme` selector to `layout` example | 2024-01-10 | 2 | -11/+26 | |
| * | Add `explain` toggle to `layout` example | 2024-01-10 | 1 | -11/+53 | |
| * | Use `flatten` instead of `filter_map` in `layout` example | 2024-01-10 | 1 | -1/+1 | |
| * | Add basic controls to `layout` example | 2024-01-10 | 1 | -14/+53 | |
| * | Use first-class functions in `layout` example | 2024-01-10 | 1 | -60/+83 | |
| * | Fix `cross` calculation in `layout::flex` | 2024-01-10 | 1 | -7/+3 | |
| * | Fix `size_hint` for `keyed_column` | 2024-01-10 | 1 | -8/+1 | |
| * | Introduce useful helpers in `layout` module | 2024-01-10 | 3 | -10/+4 | |
| * | Reduce `padding` of `scrollable` example | 2024-01-10 | 1 | -1/+1 | |
| * | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 7 | -42/+29 | |
| * | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 8 | -72/+44 | |
| * | Create `layout` example | 2024-01-10 | 2 | -0/+132 | |
| * | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 15 | -81/+47 | |
* | | Stop polling in event loop on `RedrawRequest::NextFrame` | 2023-12-20 | 2 | -10/+2 | |
* | | Remove `webgl` feature in `pokedex` example | 2023-12-15 | 1 | -1/+1 | |
* | | Update `winit` to `0.29.4` | 2023-12-15 | 4 | -62/+66 | |
|/ | |||||
* | Update `async-tungstenite` in `websocket` example | 2023-12-11 | 1 | -1/+1 | |
* | Use `AtomicU64` for `window::Id` | 2023-12-02 | 1 | -24/+25 | |
* | Use actual floats for logical coordinates | 2023-11-30 | 3 | -17/+16 |