Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2303 from GyulyVGC/master | 2024-02-28 | 1 | -15/+17 | |
|\ | | | | | [Minor Fix] Scrollbar style when cursor is over scrollable area | ||||
| * | Fix scrollbar style when cursor is over `scrollable` | 2024-02-28 | 1 | -15/+17 | |
| | | |||||
* | | Capture select all command in `TextInput` | 2024-02-28 | 1 | -0/+2 | |
| | | |||||
* | | Prioritize `TextInput` and `TextEditor` commands over text insertion | 2024-02-28 | 2 | -103/+115 | |
|/ | |||||
* | Add option to draw background for `themer` widget | 2024-02-27 | 1 | -2/+24 | |
| | |||||
* | Use `application::StyleSheet` text color in `Themer` | 2024-02-27 | 2 | -4/+16 | |
| | |||||
* | Fix `PaneGrid` mouse interaction when clicking a pane | 2024-02-27 | 2 | -99/+59 | |
| | |||||
* | Merge pull request #2298 from iced-rs/fix/row-column-fluidity | 2024-02-27 | 3 | -24/+9 | |
|\ | | | | | Fix `Column` and `Row` fluidity being overridden by `push` | ||||
| * | Fix `Column` and `Row` fluidity being overridden by `push` | 2024-02-27 | 3 | -24/+9 | |
| | | |||||
* | | Add `size_hint` implementation for `Tooltip` | 2024-02-27 | 1 | -0/+4 | |
|/ | |||||
* | Assert `scrollable` content size never fills scrolling axis | 2024-02-24 | 1 | -9/+25 | |
| | |||||
* | Use `find(...)` instead of `filter(...).next()` | 2024-02-21 | 1 | -2/+1 | |
| | |||||
* | Prioritize text insertion in `TextInput` and `TextEditor` | 2024-02-21 | 2 | -30/+31 | |
| | |||||
* | Add `size_hint` method to `Component` trait | 2024-02-21 | 1 | -4/+17 | |
| | | | | | | | This can be used to aid the sizing strategy of some containers directly in the component definition, instead of stating the sizes explicitly in `view` logic. | ||||
* | Fix `horizontal_space` and `vertical_space` docs | 2024-02-19 | 1 | -4/+6 | |
| | |||||
* | Add `from_vec` method to `Column` and `Row` | 2024-02-19 | 2 | -18/+44 | |
| | |||||
* | Add `extend` method to `Column` and `Row` | 2024-02-19 | 2 | -2/+18 | |
| | |||||
* | Point doc links to `0.12` branch | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Fix documentation for `qr_code` widget helper | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Add `push_maybe` to `Column` and `Row` | 2024-02-15 | 4 | -0/+49 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 3 | -5/+17 | |
| | |||||
* | Rename `password` method in `TextInput` to `secure` | 2024-02-15 | 1 | -4/+4 | |
| | |||||
* | Add `clip` property to `Button` | 2024-02-15 | 2 | -3/+18 | |
| | |||||
* | Add `clip` property to `Container`, `Column`, and `Row` | 2024-02-15 | 3 | -6/+57 | |
| | |||||
* | Use `Borrow` for both `options` and `selected` in `PickList` | 2024-02-14 | 2 | -32/+42 | |
| | |||||
* | Introduce `Kind` in `core::clipboard` | 2024-02-13 | 2 | -11/+19 | |
| | |||||
* | Simplify `scrollable` styling API | 2024-02-12 | 1 | -35/+41 | |
| | |||||
* | Introduce an appearance for a scrollable, ability to customize the scrollbar ↵ | 2024-02-12 | 1 | -1/+36 | |
| | | | | | | gap. Update scrollable.rs | ||||
* | Fix leftover mentions of `State` in `QRCode` docs | 2024-02-10 | 1 | -4/+4 | |
| | |||||
* | Invalidate `QRCode` cache on `Appearance` change | 2024-02-09 | 1 | -49/+69 | |
| | |||||
* | Styling for QR Code using theme framework | 2024-02-09 | 1 | -20/+32 | |
| | |||||
* | Rename `text_layout` to `tooltip_layout` in `Tooltip` | 2024-02-09 | 1 | -3/+4 | |
| | |||||
* | Improve `tooltip` docs | 2024-02-09 | 1 | -1/+2 | |
| | |||||
* | Use simple method call syntax in `Tooltip` | 2024-02-09 | 1 | -4/+2 | |
| | |||||
* | Add support for a generic `Element` in `Tooltip` | 2024-02-09 | 2 | -38/+18 | |
| | |||||
* | Fix wrapped lines not being considered when measuring `TextEditor` | 2024-02-07 | 1 | -22/+23 | |
| | |||||
* | feat: text-editor can shrink to content | 2024-02-07 | 1 | -1/+22 | |
| | |||||
* | add border widths to toggler stylesheet | 2024-02-07 | 1 | -4/+4 | |
| | |||||
* | Shorten properties in `MouseArea` | 2024-02-07 | 1 | -20/+18 | |
| | |||||
* | Shorten some `MouseArea` methods | 2024-02-07 | 1 | -7/+4 | |
| | |||||
* | Override `MouseArea` interaction only when contents are idle | 2024-02-07 | 1 | -11/+12 | |
| | |||||
* | Add `Interaction` overriding to `MouseArea` | 2024-02-07 | 1 | -0/+20 | |
| | | | | | Add the ability to use a custom `iced::mouse::Interaction` for a `iced::widget::MouseArea`. | ||||
* | Rename `PickList` handlers for consistency | 2024-02-06 | 1 | -25/+25 | |
| | |||||
* | Add `on_opened` and `on_closed` handlers for `PickList` | 2024-02-06 | 2 | -2/+33 | |
| | |||||
* | Use `Fn` instead of `FnMut` in `MouseArea` | 2024-02-03 | 1 | -39/+31 | |
| | | | | ... and simplify event logic a bit. | ||||
* | Fix lints | 2024-02-03 | 1 | -4/+4 | |
| | |||||
* | Add mouse move events to `MouseArea` | 2024-02-03 | 1 | -2/+73 | |
| | |||||
* | Fix `clippy` lints | 2024-02-03 | 1 | -3/+4 | |
| | |||||
* | Run `cargo fmt` | 2024-02-03 | 1 | -1/+3 | |
| | |||||
* | Improve `TextEditor` slow scrolling behavior with touchpads. | 2024-02-03 | 1 | -14/+17 | |
| | | | | | If you scroll by only a fraction of a line, the TextEditor stores this fraction and adds it on the next scroll event. |