summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Merge pull request #2262 from Koranir/text-input-disable-selectLibravatar Héctor Ramón2024-09-041-19/+28
|\ \ | | | | | | Allow disabled `TextInput` to still be interacted with
| * | Allow interactions on disabled `text_input`Libravatar Héctor Ramón Jiménez2024-09-041-19/+28
|/ / | | | | | | Co-authored-by: Daniel Yoon <101683475+Koranir@users.noreply.github.com>
* | Reconnect `Clipboard` on window closeLibravatar Héctor Ramón Jiménez2024-09-033-22/+46
| | | | | | | | Fixes #2564
* | Merge pull request #2261 from wiiznokes/container-style-coloredLibravatar Héctor Ramón2024-09-021-0/+11
|\ \ | | | | | | Add a colored variant for Container style
| * | Implement `From<Style>` for `container::StyleFn`Libravatar Héctor Ramón Jiménez2024-09-021-0/+6
| | | | | | | | | | | | Co-authored-by: wiiznokes <78230769+wiiznokes@users.noreply.github.com>
| * | 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
|\ \ \ | |/ / |/| | Separate image widget support from image codecs.
| * | Introduce `image-without-codecs` feature flagLibravatar Héctor Ramón Jiménez2024-09-021-2/+4
|/ / | | | | | | Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com>
* | 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
|\ \ | | | | | | Implement `align_x` for `TextInput`
| * | Implement `align_x` for `TextInput`Libravatar Shan2024-08-242-11/+71
| | | | | | | | | | | | Co-authored-by: Shan <shankern@protonmail.com>
* | | Merge pull request #2555 from mtkennerly/feature/pane-grid-compact-controlsLibravatar Héctor Ramón2024-08-244-74/+326
|\ \ \ | | | | | | | | Add compact variant for pane grid controls
| * | | Add compact variant for pane grid controlsLibravatar mtkennerly2024-08-224-74/+326
| | | |
* | | | Fix ambiguous `rich_text` link in `widget::markdown`Libravatar Héctor Ramón Jiménez2024-08-221-1/+1
| | | |
* | | | Make `RichText` generic over data structureLibravatar Héctor Ramón Jiménez2024-08-227-94/+223
| | | | | | | | | | | | | | | | ... and decouple `markdown::parse` from theming
* | | | Decouple `markdown` widget from built-in `Theme`Libravatar Héctor Ramón Jiménez2024-08-211-4/+19
|/ / /
* | | Produce `window::Event::Closed` only if window existsLibravatar Héctor Ramón Jiménez2024-08-151-5/+7
| | |
* | | Fix crash when application boots from a URL event in macOSLibravatar Héctor Ramón Jiménez2024-08-151-3/+14
| | |
* | | Rename `operation::chain` to `then`Libravatar Héctor Ramón Jiménez2024-08-152-6/+12
|/ / | | | | | | | | ... and make `focus_*` operations generic over the output type.
* | Short-circuit scrolling passthrough in `Stack`Libravatar Héctor Ramón Jiménez2024-08-141-1/+1
| |
* | Fix scroll event passthrough in `Stack` widgetLibravatar Héctor Ramón Jiménez2024-08-141-5/+21
| |
* | Find `layers_below` only if `Stack` is hoveredLibravatar Héctor Ramón Jiménez2024-08-141-3/+3
| |
* | Fix cursor passthrough in `Stack` during `draw`Libravatar Héctor Ramón Jiménez2024-08-142-30/+67
|/
* Revert `window::close` producing a `window::Id`Libravatar Héctor Ramón Jiménez2024-08-124-12/+7
| | | | | | Instead, subscribing to `window::close_events` is preferable; since most use cases will want to react to the user closing a window as well.
* Produce `window::Event::Closed` on `window::close`Libravatar Héctor Ramón Jiménez2024-08-121-1/+7
|
* Make `window::close` return and introduce `Task::discard`Libravatar Héctor Ramón Jiménez2024-08-125-7/+24
|
* Use `clipped_cursor` directly in `text_editor`Libravatar Héctor Ramón Jiménez2024-08-121-6/+1
|