Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `modified_key` to `keyboard::Event` | 2024-09-13 | 2 | -3/+10 | |
| | |||||
* | Add `physical_key` to `keyboard::Event` | 2024-09-13 | 3 | -2/+795 | |
| | | | | Co-authored-by: Exidex <16986685+Exidex@users.noreply.github.com> | ||||
* | Merge pull request #2575 from m4rch3n1ng/rm-clone-trait-bound | 2024-09-13 | 1 | -9/+10 | |
|\ | | | | | remove unnecessary Clone trait bound for Cache::clear | ||||
| * | Remove `Clone` bound for `graphics::Cache::clear` | 2024-09-13 | 1 | -9/+10 | |
| | | |||||
* | | Enter `Runtime` when calling `Program::subscription` | 2024-09-13 | 1 | -2/+2 | |
| | | |||||
* | | Merge pull request #2517 from JustSoup312/multitouch | 2024-09-13 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix examples/multitouch dividing by zero | ||||
| * | | Fix examples/multitouch dividing by zero | 2024-09-13 | 1 | -1/+1 | |
| | | | |||||
* | | | Merge pull request #2514 from shartrec/master | 2024-09-13 | 1 | -1/+3 | |
|\ \ \ | |/ / |/| | | #2509 Handle number pad del key correctly | ||||
| * | | Fix priority of `Binding::Delete` in `text_editor` | 2024-09-13 | 1 | -1/+3 | |
|/ / | | | | | | | Co-authored-by: Trevor Campbell <trevor@shartrec.com> | ||||
* | | Merge pull request #2513 from ayeniswe/feat/set-width_text-editor | 2024-09-13 | 1 | -1/+7 | |
|\ \ | | | | | | | feat: add width setter for Text-Editor widget | ||||
| * | | Set `Limits::width` in `TextEditor` layout | 2024-09-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Take `Into<Pixels>` in `TextEditor::width` | 2024-09-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | Since a `Shrink` width would not make sense. | ||||
| * | | feat: add width setter | 2024-09-13 | 1 | -0/+6 | |
| |/ | |||||
* | | Merge pull request #2491 from gintsgints/master | 2024-09-13 | 2 | -2/+79 | |
|\ \ | |/ |/| | rounded rectangle graphics | ||||
| * | Add `rounded_rectangle` to `geometry::Path` | 2024-09-13 | 2 | -2/+79 | |
|/ | |||||
* | Merge pull request #2486 from vladh/add-color-from-hex | 2024-09-11 | 1 | -15/+112 | |
|\ | | | | | Add `Color::parse` | ||||
| * | Encourage use of `color!` macro in `Color::parse` docs | 2024-09-11 | 1 | -21/+26 | |
| | | |||||
| * | Rename `Color::from_hex` to `Color::parse` | 2024-09-11 | 1 | -51/+43 | |
| | | |||||
| * | Improve flexibility of `color!` macro | 2024-09-11 | 1 | -15/+46 | |
| | | |||||
| * | 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 | ||||
| * | wgpu: fix "radii" typo | 2024-06-29 | 1 | -7/+7 | |
| | | |||||
* | | Merge pull request #2478 from sundaram123krishnan/master | 2024-09-11 | 5 | -34/+67 | |
|\ \ | | | | | | | Add Disable Feature to Toggler Widget | ||||
| * | | 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 | |
|/ / | | | | | | | Co-authored-by: Your Name here only <krishnsundaram@gmail.com> | ||||
* | | Merge pull request #2476 from alliby/master | 2024-09-11 | 2 | -4/+14 | |
|\ \ | | | | | | | Add `override_redirect` for X11 windows | ||||
| * | | Add `override_redirect` for X11 windows | 2024-09-11 | 2 | -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-rectangle | 2024-09-10 | 4 | -0/+84 | |
|\ \ \ | | | | | | | | | Add stroke_rectangle | ||||
| * | | | Leverage `stroke` for `stroke_rectangle` in `tiny-skia` backend | 2024-09-10 | 1 | -17/+1 | |
| | | | | |||||
| * | | | Add stroke_rectangle | 2024-09-10 | 4 | -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/master | 2024-09-10 | 1 | -14/+35 | |
|\ \ \ | |/ / |/| | | Add `on_scroll` handler to `mouse_area` widget | ||||
| * | | 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 | |
| | | | | | | | | | | | | Fixes #2433. | ||||
| * | | 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 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | * 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) | 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 |