summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #2473 from vladh/add-stroke-rectangleLibravatar Héctor Ramón2024-09-104-0/+84
|\ \ \ \ \
| * | | | | Leverage `stroke` for `stroke_rectangle` in `tiny-skia` backendLibravatar Héctor Ramón Jiménez2024-09-101-17/+1
| * | | | | Add stroke_rectangleLibravatar Vlad-Stefan Harbuz2024-09-104-0/+100
| |/ / / /
* | | | | Merge pull request #2450 from breynard0/masterLibravatar Héctor Ramón2024-09-101-14/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Simplify signatures of `on_move` and `on_scroll` for `mouse_area`Libravatar Héctor Ramón Jiménez2024-09-101-10/+7
| * | | | Use `cursor` changes to notify mouse events in `mouse_area`Libravatar Héctor Ramón Jiménez2024-09-101-5/+10
| * | | | Add `on_scroll` handler to `mouse_area` widgetLibravatar Siliwolf2024-09-101-3/+22
* | | | | Improve slider widget styling. (#2444)Libravatar B0ney2024-09-102-22/+26
|/ / / /
* | | | Render border above active progress for progress_bar widget. (#2443)Libravatar B0ney2024-09-101-2/+6
* | | | Merge pull request #2438 from Koranir/on-scroll-patchLibravatar Héctor Ramón2024-09-101-14/+44
|\ \ \ \
| * | | | Notify all `scrollable::Viewport` changesLibravatar Héctor Ramón Jiménez2024-09-101-14/+44
|/ / / /
* | | | Merge pull request #2436 from lufte/scrollbyLibravatar Héctor Ramón2024-09-105-36/+157
|\ \ \ \
| * | | | Implement `scroll_by` operation for `scrollable`Libravatar lufte2024-09-105-36/+157
* | | | | Merge pull request #2419 from skygrango/wasm/support-download_progressLibravatar Héctor Ramón2024-09-104-77/+60
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add `index.html` to `download_progress` exampleLibravatar Skygrango2024-09-101-0/+12
| * | | | Fix `download_progress` and make it work on WasmLibravatar Héctor Ramón Jiménez2024-09-103-77/+48
|/ / / /
* | | | Upgrade `upload-artifact` action in `build` workflowLibravatar Héctor Ramón Jiménez2024-09-101-6/+6
* | | | Use `key_binding` in `editor` exampleLibravatar Héctor Ramón Jiménez2024-09-101-12/+14
* | | | Merge pull request #2414 from IsaacMarovitz/mouse-buttonLibravatar Héctor Ramón2024-09-093-4/+17
|\ \ \ \
| * | | | Add `mouse::Button` to `mouse::Click`Libravatar Isaac Marovitz2024-09-093-4/+17
|/ / / /
* | | | Merge pull request #2392 from woelfman/fix-horizontal-scrollLibravatar Héctor Ramón2024-09-081-6/+20
|\ \ \ \
| * | | | Enable horizontal scrolling without shift modifierLibravatar Matt Woelfel2024-09-081-6/+20
|/ / / /
* | | | Merge pull request #2401 from Koranir/scrollable-scrolloverLibravatar Héctor Ramón2024-09-081-9/+34
|\ \ \ \
| * | | | Implement mouse wheel transactions for `scrollable`Libravatar Héctor Ramón Jiménez2024-09-081-9/+34
|/ / / /
* | | | Merge pull request #2390 from JL710/TextInput-MaybeLibravatar Héctor Ramón2024-09-071-5/+34
|\ \ \ \
| * | | | Simplify type signature of `TextInput` methodsLibravatar Héctor Ramón Jiménez2024-09-071-21/+11
| * | | | Add `*_maybe` helper methods for `TextInput`Libravatar JL7102024-09-071-0/+39
* | | | | Merge pull request #2549 from JL710/patch-3Libravatar Héctor Ramón2024-09-071-9/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove out of date comment from custom-widget exampleLibravatar JL7102024-08-141-9/+0
* | | | | Deprecate the `component` widgetLibravatar Héctor Ramón Jiménez2024-09-055-159/+14
* | | | | Merge pull request #2289 from JL710/Component-docLibravatar Héctor Ramón2024-09-055-5/+6
|\ \ \ \ \
| * | | | | Flag `lazy` feature types directlyLibravatar Héctor Ramón Jiménez2024-09-055-5/+6
|/ / / / /
* | | | | Fix `winit::conversion` on WindowsLibravatar Héctor Ramón Jiménez2024-09-051-1/+1
* | | | | Merge pull request #2284 from jquesada2016/mouse_passthroughLibravatar Héctor Ramón2024-09-052-0/+38
|\ \ \ \ \
| * | | | | Add mouse passthrough tasks to `window` moduleLibravatar Héctor Ramón Jiménez2024-09-052-0/+38
* | | | | | add option for undecorated_shadow on windows (#2285)Libravatar Night_Hunter2024-09-052-0/+11
|/ / / / /
* | | | | Merge pull request #2279 from nrjais/wrappingLibravatar Héctor Ramón2024-09-0421-32/+162
|\ \ \ \ \
| * | | | | Fix `toggler` exampleLibravatar Héctor Ramón Jiménez2024-09-041-1/+1
| * | | | | Remove unnecessary `buffer_mut_from_editor` callLibravatar Héctor Ramón Jiménez2024-09-041-1/+1
| * | | | | Add `text::Wrapping` supportLibravatar Héctor Ramón Jiménez2024-09-0421-30/+160
|/ / / / /
* | | | | Merge pull request #2262 from Koranir/text-input-disable-selectLibravatar Héctor Ramón2024-09-041-19/+28
|\ \ \ \ \
| * | | | | Allow interactions on disabled `text_input`Libravatar Héctor Ramón Jiménez2024-09-041-19/+28
|/ / / / /
* | | | / Reconnect `Clipboard` on window closeLibravatar Héctor Ramón Jiménez2024-09-033-22/+46
| |_|_|/ |/| | |
* | | | Merge pull request #2261 from wiiznokes/container-style-coloredLibravatar Héctor Ramón2024-09-021-0/+11
|\ \ \ \
| * | | | Implement `From<Style>` for `container::StyleFn`Libravatar Héctor Ramón Jiménez2024-09-021-0/+6
| * | | | Introduce `container::background` style helperLibravatar Héctor Ramón Jiménez2024-09-021-0/+5
* | | | | Merge pull request #2244 from dtzxporter/separate-image-widget-from-image-codecsLibravatar Héctor Ramón2024-09-021-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Introduce `image-without-codecs` feature flagLibravatar Héctor Ramón Jiménez2024-09-021-2/+4
|/ / / /
* | | | Add `get_scale_factor` task to `window` moduleLibravatar Héctor Ramón Jiménez2024-08-303-1/+22
* | | | Merge pull request #2535 from bungoboingo/text-input-alignmentLibravatar Héctor Ramón2024-08-242-11/+71
|\ \ \ \