Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `cursor` changes to notify mouse events in `mouse_area` | 2024-09-10 | 1 | -5/+10 | |
| | | | | Fixes #2433. | ||||
* | Add `on_scroll` handler to `mouse_area` widget | 2024-09-10 | 1 | -3/+22 | |
| | |||||
* | Render border above active progress for progress_bar widget. (#2443) | 2024-09-10 | 1 | -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-patch | 2024-09-10 | 1 | -14/+44 | |
|\ | | | | | Notify `scrollable::Viewport` changes | ||||
| * | Notify all `scrollable::Viewport` changes | 2024-09-10 | 1 | -14/+44 | |
|/ | | | | Co-authored-by: Daniel Yoon <101683475+Koranir@users.noreply.github.com> | ||||
* | Merge pull request #2436 from lufte/scrollby | 2024-09-10 | 5 | -36/+157 | |
|\ | | | | | `scrollable::scroll_by` operation | ||||
| * | Implement `scroll_by` operation for `scrollable` | 2024-09-10 | 5 | -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_progress | 2024-09-10 | 4 | -77/+60 | |
|\ \ | |/ |/| | Support wasm target for `download_progress` | ||||
| * | 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 | |
|/ | | | | Co-authored-by: Skygrango <skygrango@gmail.com> | ||||
* | 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 | |
| | | | | Fixes #2573. | ||||
* | Merge pull request #2414 from IsaacMarovitz/mouse-button | 2024-09-09 | 3 | -4/+17 | |
|\ | | | | | Add `mouse::Button` to `mouse::Click` | ||||
| * | 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 | ||||
| * | Enable horizontal scrolling without shift modifier | 2024-09-08 | 1 | -6/+20 | |
|/ | | | | Fixes #2359. | ||||
* | Merge pull request #2401 from Koranir/scrollable-scrollover | 2024-09-08 | 1 | -9/+34 | |
|\ | | | | | Scroll Transactions | ||||
| * | Implement mouse wheel transactions for `scrollable` | 2024-09-08 | 1 | -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-Maybe | 2024-09-07 | 1 | -5/+34 | |
|\ | | | | | Text input maybe | ||||
| * | 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 | ||||
| * | 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 | |
|\ \ | | | | | | | feature doc to Component trait | ||||
| * | | Flag `lazy` feature types directly | 2024-09-05 | 5 | -5/+6 | |
|/ / | | | | | | | Co-authored-by: JL710 <76447362+JL710@users.noreply.github.com> | ||||
* | | 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 command for setting mouse passthrough | ||||
| * | | Add mouse passthrough tasks to `window` module | 2024-09-05 | 2 | -0/+38 | |
| | | | | | | | | | | | | Co-authored-by: Jose Quesada <jquesada2016@fau.edu> | ||||
* | | | add option for undecorated_shadow on windows (#2285) | 2024-09-05 | 2 | -0/+11 | |
|/ / | | | | | | | | | * add option for undecorated_shadow on windows * formated | ||||
* | | Merge pull request #2279 from nrjais/wrapping | 2024-09-04 | 21 | -32/+162 | |
|\ \ | | | | | | | Add `text::Wrapping` support | ||||
| * | | 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 | |
|/ / | | | | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | | Merge pull request #2262 from Koranir/text-input-disable-select | 2024-09-04 | 1 | -19/+28 | |
|\ \ | | | | | | | Allow disabled `TextInput` to still be interacted with | ||||
| * | | Allow interactions on disabled `text_input` | 2024-09-04 | 1 | -19/+28 | |
|/ / | | | | | | | Co-authored-by: Daniel Yoon <101683475+Koranir@users.noreply.github.com> | ||||
* | | Reconnect `Clipboard` on window close | 2024-09-03 | 3 | -22/+46 | |
| | | | | | | | | Fixes #2564 | ||||
* | | Merge pull request #2261 from wiiznokes/container-style-colored | 2024-09-02 | 1 | -0/+11 | |
|\ \ | | | | | | | Add a colored variant for Container style | ||||
| * | | Implement `From<Style>` for `container::StyleFn` | 2024-09-02 | 1 | -0/+6 | |
| | | | | | | | | | | | | Co-authored-by: wiiznokes <78230769+wiiznokes@users.noreply.github.com> | ||||
| * | | Introduce `container::background` style helper | 2024-09-02 | 1 | -0/+5 | |
| | | | |||||
* | | | Merge pull request #2244 from dtzxporter/separate-image-widget-from-image-codecs | 2024-09-02 | 1 | -2/+4 | |
|\ \ \ | |/ / |/| | | Separate image widget support from image codecs. | ||||
| * | | Introduce `image-without-codecs` feature flag | 2024-09-02 | 1 | -2/+4 | |
|/ / | | | | | | | Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com> | ||||
* | | Add `get_scale_factor` task to `window` module | 2024-08-30 | 3 | -1/+22 | |
| | | |||||
* | | Merge pull request #2535 from bungoboingo/text-input-alignment | 2024-08-24 | 2 | -11/+71 | |
|\ \ | | | | | | | Implement `align_x` for `TextInput` | ||||
| * | | Implement `align_x` for `TextInput` | 2024-08-24 | 2 | -11/+71 | |
| | | | | | | | | | | | | Co-authored-by: Shan <shankern@protonmail.com> | ||||
* | | | Merge pull request #2555 from mtkennerly/feature/pane-grid-compact-controls | 2024-08-24 | 4 | -74/+326 | |
|\ \ \ | | | | | | | | | Add compact variant for pane grid controls | ||||
| * | | | Add compact variant for pane grid controls | 2024-08-22 | 4 | -74/+326 | |
| | | | | |||||
* | | | | Fix ambiguous `rich_text` link in `widget::markdown` | 2024-08-22 | 1 | -1/+1 | |
| | | | | |||||
* | | | | Make `RichText` generic over data structure | 2024-08-22 | 7 | -94/+223 | |
| | | | | | | | | | | | | | | | | ... and decouple `markdown::parse` from theming | ||||
* | | | | Decouple `markdown` widget from built-in `Theme` | 2024-08-21 | 1 | -4/+19 | |
|/ / / |