Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add Color::from_hex | 2024-09-11 | 1 | -0/+69 | ||
|/ / / | ||||||
* | | | Merge pull request #2484 from vladh/fix-radii-typo | 2024-09-11 | 1 | -7/+7 | ||
|\ \ \ | ||||||
| * | | | wgpu: fix "radii" typo | 2024-06-29 | 1 | -7/+7 | ||
* | | | | Merge pull request #2478 from sundaram123krishnan/master | 2024-09-11 | 5 | -34/+67 | ||
|\ \ \ \ | ||||||
| * | | | | Add `label` method to `Toggler` | 2024-09-11 | 5 | -11/+17 | ||
| * | | | | Add disabled state and `on_toggle` handler to `Toggler` | 2024-09-11 | 5 | -30/+57 | ||
|/ / / / | ||||||
* | | | | Merge pull request #2476 from alliby/master | 2024-09-11 | 2 | -4/+14 | ||
|\ \ \ \ | ||||||
| * | | | | Add `override_redirect` for X11 windows | 2024-09-11 | 2 | -4/+14 | ||
* | | | | | Merge pull request #2473 from vladh/add-stroke-rectangle | 2024-09-10 | 4 | -0/+84 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Leverage `stroke` for `stroke_rectangle` in `tiny-skia` backend | 2024-09-10 | 1 | -17/+1 | ||
| * | | | | | Add stroke_rectangle | 2024-09-10 | 4 | -0/+100 | ||
| |/ / / / | ||||||
* | | | | | Merge pull request #2450 from breynard0/master | 2024-09-10 | 1 | -14/+35 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Simplify signatures of `on_move` and `on_scroll` for `mouse_area` | 2024-09-10 | 1 | -10/+7 | ||
| * | | | | Use `cursor` changes to notify mouse events in `mouse_area` | 2024-09-10 | 1 | -5/+10 | ||
| * | | | | Add `on_scroll` handler to `mouse_area` widget | 2024-09-10 | 1 | -3/+22 | ||
* | | | | | Improve slider widget styling. (#2444) | 2024-09-10 | 2 | -22/+26 | ||
|/ / / / | ||||||
* | | | | Render border above active progress for progress_bar widget. (#2443) | 2024-09-10 | 1 | -2/+6 | ||
* | | | | Merge pull request #2438 from Koranir/on-scroll-patch | 2024-09-10 | 1 | -14/+44 | ||
|\ \ \ \ | ||||||
| * | | | | Notify all `scrollable::Viewport` changes | 2024-09-10 | 1 | -14/+44 | ||
|/ / / / | ||||||
* | | | | Merge pull request #2436 from lufte/scrollby | 2024-09-10 | 5 | -36/+157 | ||
|\ \ \ \ | ||||||
| * | | | | Implement `scroll_by` operation for `scrollable` | 2024-09-10 | 5 | -36/+157 | ||
* | | | | | Merge pull request #2419 from skygrango/wasm/support-download_progress | 2024-09-10 | 4 | -77/+60 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add `index.html` to `download_progress` example | 2024-09-10 | 1 | -0/+12 | ||
| * | | | | Fix `download_progress` and make it work on Wasm | 2024-09-10 | 3 | -77/+48 | ||
|/ / / / | ||||||
* | | | | Upgrade `upload-artifact` action in `build` workflow | 2024-09-10 | 1 | -6/+6 | ||
* | | | | Use `key_binding` in `editor` example | 2024-09-10 | 1 | -12/+14 | ||
* | | | | Merge pull request #2414 from IsaacMarovitz/mouse-button | 2024-09-09 | 3 | -4/+17 | ||
|\ \ \ \ | ||||||
| * | | | | Add `mouse::Button` to `mouse::Click` | 2024-09-09 | 3 | -4/+17 | ||
|/ / / / | ||||||
* | | | | Merge pull request #2392 from woelfman/fix-horizontal-scroll | 2024-09-08 | 1 | -6/+20 | ||
|\ \ \ \ | ||||||
| * | | | | Enable horizontal scrolling without shift modifier | 2024-09-08 | 1 | -6/+20 | ||
|/ / / / | ||||||
* | | | | Merge pull request #2401 from Koranir/scrollable-scrollover | 2024-09-08 | 1 | -9/+34 | ||
|\ \ \ \ | ||||||
| * | | | | Implement mouse wheel transactions for `scrollable` | 2024-09-08 | 1 | -9/+34 | ||
|/ / / / | ||||||
* | | | | Merge pull request #2390 from JL710/TextInput-Maybe | 2024-09-07 | 1 | -5/+34 | ||
|\ \ \ \ | ||||||
| * | | | | Simplify type signature of `TextInput` methods | 2024-09-07 | 1 | -21/+11 | ||
| * | | | | Add `*_maybe` helper methods for `TextInput` | 2024-09-07 | 1 | -0/+39 | ||
* | | | | | Merge pull request #2549 from JL710/patch-3 | 2024-09-07 | 1 | -9/+0 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Remove out of date comment from custom-widget example | 2024-08-14 | 1 | -9/+0 | ||
* | | | | | Deprecate the `component` widget | 2024-09-05 | 5 | -159/+14 | ||
* | | | | | Merge pull request #2289 from JL710/Component-doc | 2024-09-05 | 5 | -5/+6 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Flag `lazy` feature types directly | 2024-09-05 | 5 | -5/+6 | ||
|/ / / / / | ||||||
* | | | | | Fix `winit::conversion` on Windows | 2024-09-05 | 1 | -1/+1 | ||
* | | | | | Merge pull request #2284 from jquesada2016/mouse_passthrough | 2024-09-05 | 2 | -0/+38 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Add mouse passthrough tasks to `window` module | 2024-09-05 | 2 | -0/+38 | ||
* | | | | | | add option for undecorated_shadow on windows (#2285) | 2024-09-05 | 2 | -0/+11 | ||
|/ / / / / | ||||||
* | | | | | Merge pull request #2279 from nrjais/wrapping | 2024-09-04 | 21 | -32/+162 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Fix `toggler` example | 2024-09-04 | 1 | -1/+1 | ||
| * | | | | | Remove unnecessary `buffer_mut_from_editor` call | 2024-09-04 | 1 | -1/+1 | ||
| * | | | | | Add `text::Wrapping` support | 2024-09-04 | 21 | -30/+160 | ||
|/ / / / / | ||||||
* | | | | | Merge pull request #2262 from Koranir/text-input-disable-select | 2024-09-04 | 1 | -19/+28 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Allow interactions on disabled `text_input` | 2024-09-04 | 1 | -19/+28 | ||
|/ / / / / |