| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `Kind` in `core::clipboard` | Héctor Ramón Jiménez | 2024-02-13 | 2 | -11/+19 |
* | Simplify `scrollable` styling API | Héctor Ramón Jiménez | 2024-02-12 | 1 | -35/+41 |
* | Introduce an appearance for a scrollable, ability to customize the scrollbar ... | dtzxporter | 2024-02-12 | 1 | -1/+36 |
* | Fix leftover mentions of `State` in `QRCode` docs | Héctor Ramón Jiménez | 2024-02-10 | 1 | -4/+4 |
* | Invalidate `QRCode` cache on `Appearance` change | Héctor Ramón Jiménez | 2024-02-09 | 1 | -49/+69 |
* | Styling for QR Code using theme framework | Clark Moody | 2024-02-09 | 1 | -20/+32 |
* | Rename `text_layout` to `tooltip_layout` in `Tooltip` | Héctor Ramón Jiménez | 2024-02-09 | 1 | -3/+4 |
* | Improve `tooltip` docs | Héctor Ramón Jiménez | 2024-02-09 | 1 | -1/+2 |
* | Use simple method call syntax in `Tooltip` | Héctor Ramón Jiménez | 2024-02-09 | 1 | -4/+2 |
* | Add support for a generic `Element` in `Tooltip` | jhannyj | 2024-02-09 | 2 | -38/+18 |
* | Fix wrapped lines not being considered when measuring `TextEditor` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -22/+23 |
* | feat: text-editor can shrink to content | Dworv YT | 2024-02-07 | 1 | -1/+22 |
* | add border widths to toggler stylesheet | Giuliano Bellini s294739 | 2024-02-07 | 1 | -4/+4 |
* | Shorten properties in `MouseArea` | Héctor Ramón Jiménez | 2024-02-07 | 1 | -20/+18 |
* | Shorten some `MouseArea` methods | Héctor Ramón Jiménez | 2024-02-07 | 1 | -7/+4 |
* | Override `MouseArea` interaction only when contents are idle | Héctor Ramón Jiménez | 2024-02-07 | 1 | -11/+12 |
* | Add `Interaction` overriding to `MouseArea` | vawvaw | 2024-02-07 | 1 | -0/+20 |
* | Rename `PickList` handlers for consistency | Héctor Ramón Jiménez | 2024-02-06 | 1 | -25/+25 |
* | Add `on_opened` and `on_closed` handlers for `PickList` | Rinat | 2024-02-06 | 2 | -2/+33 |
* | Use `Fn` instead of `FnMut` in `MouseArea` | Héctor Ramón Jiménez | 2024-02-03 | 1 | -39/+31 |
* | Fix lints | Remmirad | 2024-02-03 | 1 | -4/+4 |
* | Add mouse move events to `MouseArea` | Remmirad | 2024-02-03 | 1 | -2/+73 |
* | Fix `clippy` lints | Héctor Ramón Jiménez | 2024-02-03 | 1 | -3/+4 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2024-02-03 | 1 | -1/+3 |
* | Improve `TextEditor` slow scrolling behavior with touchpads. | Radovan Blažek | 2024-02-03 | 1 | -14/+17 |
* | Use `with_translation` wherever possible | Héctor Ramón Jiménez | 2024-02-02 | 3 | -38/+29 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 4 | -25/+33 |
* | Implement `transform` method for `Geometry` | Héctor Ramón Jiménez | 2024-02-02 | 1 | -0/+1 |
* | Simplify `draw` logic in `Checkbox` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -8/+6 |
* | Simplify `on_toggle_maybe` for `Checkbox` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -2/+1 |
* | Simplify `checkbox` example | Héctor Ramón Jiménez | 2024-02-01 | 1 | -1/+1 |
* | Introduce support for disabling a `checkbox` | Alexander van Saase | 2024-02-01 | 2 | -19/+44 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 18 | -153/+150 |
* | Fix documentation of `default` method for `slider` | Héctor Ramón Jiménez | 2024-01-31 | 2 | -2/+4 |
* | Rename `step_fine` in `slider` to `shift_step` | Héctor Ramón Jiménez | 2024-01-31 | 2 | -23/+25 |
* | Simplify `slider` logic further | Héctor Ramón Jiménez | 2024-01-31 | 2 | -40/+42 |
* | Simplify `Change` enum in `slider` logic and remove double-click behavior | Héctor Ramón Jiménez | 2024-01-31 | 2 | -118/+35 |
* | Enhance `Slider` and `VerticalSlider` functionality | Jonatan Pettersson | 2024-01-31 | 2 | -31/+296 |
* | Avoid returning early on `Captured` event in `scrollable` | Héctor Ramón Jiménez | 2024-01-31 | 1 | -10/+10 |
* | Add cut functionality to text editor | jhannyj | 2024-01-25 | 1 | -0/+12 |
* | Fix impossible to type `v` in `TextInput` | Héctor Ramón Jiménez | 2024-01-22 | 1 | -34/+29 |
* | Introduce `themer` widget | Héctor Ramón Jiménez | 2024-01-21 | 3 | -2/+284 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 39 | -801/+865 |
* | Add `Shadow` to `container::Appearance` | Héctor Ramón Jiménez | 2024-01-20 | 2 | -4/+6 |
* | Add `Shadow` to `button::Appearance` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -1/+5 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 15 | -96/+67 |
* | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 2024-01-20 | 15 | -83/+43 |
* | feat: quad shadows | Nick Senger | 2024-01-20 | 15 | -0/+31 |
* | Merge pull request #2163 from hicaru/svg_hover | Héctor Ramón | 2024-01-18 | 1 | -2/+7 |
|\ |
|
| * | Fix `Svg` styling | Héctor Ramón | 2024-01-09 | 1 | -2/+2 |