summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename `Color::from_hex` to `Color::parse`Libravatar Héctor Ramón Jiménez2024-09-111-51/+43
|
* Improve flexibility of `color!` macroLibravatar Héctor Ramón Jiménez2024-09-111-15/+46
|
* Add Color::from_hexLibravatar Vlad-Stefan Harbuz2024-09-111-0/+69
|
* Merge pull request #2484 from vladh/fix-radii-typoLibravatar Héctor Ramón2024-09-111-7/+7
|\ | | | | wgpu: Fix “radii” typo
| * wgpu: fix "radii" typoLibravatar Vlad-Stefan Harbuz2024-06-291-7/+7
| |
* | Merge pull request #2478 from sundaram123krishnan/masterLibravatar Héctor Ramón2024-09-115-34/+67
|\ \ | | | | | | Add Disable Feature to Toggler Widget
| * | Add `label` method to `Toggler`Libravatar Héctor Ramón Jiménez2024-09-115-11/+17
| | |
| * | Add disabled state and `on_toggle` handler to `Toggler`Libravatar Héctor Ramón Jiménez2024-09-115-30/+57
|/ / | | | | | | Co-authored-by: Your Name here only <krishnsundaram@gmail.com>
* | Merge pull request #2476 from alliby/masterLibravatar Héctor Ramón2024-09-112-4/+14
|\ \ | | | | | | Add `override_redirect` for X11 windows
| * | Add `override_redirect` for X11 windowsLibravatar Nadji Abidi2024-09-112-4/+14
| | | | | | | | | | | | | | | This commit add the `override_redirect` boolean field to the `PlatformSpecific` struct for linux platform. This is a X11-specific flag allow bypassing window manager mapping for precise positioning of windows.
* | | Merge pull request #2473 from vladh/add-stroke-rectangleLibravatar Héctor Ramón2024-09-104-0/+84
|\ \ \ | | | | | | | | Add stroke_rectangle
| * | | 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
| |/ / | | | | | | | | | | | | This method should be able to leverage performance improvements in lyon's `tessellate_rectangle` over `tessellate_path`.
* | | Merge pull request #2450 from breynard0/masterLibravatar Héctor Ramón2024-09-101-14/+35
|\ \ \ | |/ / |/| | Add `on_scroll` handler to `mouse_area` widget
| * | 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
| | | | | | | | | | | | Fixes #2433.
| * | Add `on_scroll` handler to `mouse_area` widgetLibravatar Siliwolf2024-09-101-3/+22
| | |
* | | Improve slider widget styling. (#2444)Libravatar B0ney2024-09-102-22/+26
|/ / | | | | | | | | | | | | | | | | | | | | | | * Overhaul slider styling * Add `border` attribute to `Rail` * Replace `color` attribute with `background` for handle * Replace `colors` with `backgrounds` for the Rail. * code consistency * remove unused import
* | Render border above active progress for progress_bar widget. (#2443)Libravatar B0ney2024-09-101-2/+6
| | | | | | | | | | | | | | * Render border above active progress for progress_bar widget. * Fix gap showing between border and background. * Include border style in active bar and make the border color transparent.
* | Merge pull request #2438 from Koranir/on-scroll-patchLibravatar Héctor Ramón2024-09-101-14/+44
|\ \ | | | | | | Notify `scrollable::Viewport` changes
| * | Notify all `scrollable::Viewport` changesLibravatar Héctor Ramón Jiménez2024-09-101-14/+44
|/ / | | | | | | Co-authored-by: Daniel Yoon <101683475+Koranir@users.noreply.github.com>
* | Merge pull request #2436 from lufte/scrollbyLibravatar Héctor Ramón2024-09-105-36/+157
|\ \ | | | | | | `scrollable::scroll_by` operation
| * | Implement `scroll_by` operation for `scrollable`Libravatar lufte2024-09-105-36/+157
| | | | | | | | | | | | | | | `scroll_by` allows scrolling an absolute offset that is applied to the current scrolling position.
* | | Merge pull request #2419 from skygrango/wasm/support-download_progressLibravatar Héctor Ramón2024-09-104-77/+60
|\ \ \ | |/ / |/| | Support wasm target for `download_progress`
| * | 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
|/ / | | | | | | Co-authored-by: Skygrango <skygrango@gmail.com>
* | 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
| | | | | | | | Fixes #2573.
* | Merge pull request #2414 from IsaacMarovitz/mouse-buttonLibravatar Héctor Ramón2024-09-093-4/+17
|\ \ | | | | | | Add `mouse::Button` to `mouse::Click`
| * | 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 modifier
| * | Enable horizontal scrolling without shift modifierLibravatar Matt Woelfel2024-09-081-6/+20
|/ / | | | | | | Fixes #2359.
* | Merge pull request #2401 from Koranir/scrollable-scrolloverLibravatar Héctor Ramón2024-09-081-9/+34
|\ \ | | | | | | Scroll Transactions
| * | Implement mouse wheel transactions for `scrollable`Libravatar Héctor Ramón Jiménez2024-09-081-9/+34
|/ / | | | | | | | | | | See https://wiki.mozilla.org/Gecko:Mouse_Wheel_Scrolling#Mouse_wheel_transaction Co-authored-by: Daniel Yoon <101683475+Koranir@users.noreply.github.com>
* | Merge pull request #2390 from JL710/TextInput-MaybeLibravatar Héctor Ramón2024-09-071-5/+34
|\ \ | | | | | | Text input maybe
| * | 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 example
| * | 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
|\ \ \ | | | | | | | | feature doc to Component trait
| * | | Flag `lazy` feature types directlyLibravatar Héctor Ramón Jiménez2024-09-055-5/+6
|/ / / | | | | | | | | | Co-authored-by: JL710 <76447362+JL710@users.noreply.github.com>
* | | 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 command for setting mouse passthrough
| * | | Add mouse passthrough tasks to `window` moduleLibravatar Héctor Ramón Jiménez2024-09-052-0/+38
| | | | | | | | | | | | | | | | Co-authored-by: Jose Quesada <jquesada2016@fau.edu>
* | | | add option for undecorated_shadow on windows (#2285)Libravatar Night_Hunter2024-09-052-0/+11
|/ / / | | | | | | | | | | | | * add option for undecorated_shadow on windows * formated
* | | Merge pull request #2279 from nrjais/wrappingLibravatar Héctor Ramón2024-09-0421-32/+162
|\ \ \ | | | | | | | | Add `text::Wrapping` support
| * | | 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
|/ / / | | | | | | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com>