| Commit message (Expand) | Author | Files | Lines |
2024-09-19 | Show `image` doc example in multiple places | Héctor Ramón Jiménez | 2 | -7/+50 |
2024-09-19 | Show `container` doc example in multiple places | Héctor Ramón Jiménez | 3 | -11/+65 |
2024-09-19 | Show `combo_box` doc example in multiple places | Héctor Ramón Jiménez | 2 | -5/+166 |
2024-09-19 | Show `checkbox` doc example in multiple places | Héctor Ramón Jiménez | 4 | -11/+89 |
2024-09-19 | Show `canvas` doc example in multiple places | Héctor Ramón Jiménez | 2 | -11/+126 |
2024-09-19 | Add quick example to `widget::button` module | Héctor Ramón Jiménez | 2 | -14/+48 |
2024-09-18 | Fix scrolling direction with trackpad in `scrollable` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-09-18 | Implement some `From` traits for `text_input::Id` | Héctor Ramón Jiménez | 1 | -12/+27 |
2024-09-18 | Bump version to `0.13.0` :tada: | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-09-13 | Use `mouse::Cursor::is_over` in `slider` | Héctor Ramón Jiménez | 2 | -4/+4 |
2024-09-13 | Enable `slider` scrolling only when `Ctrl` is pressed | Héctor Ramón Jiménez | 2 | -32/+36 |
2024-09-13 | Document how the state of a `Component` can be managed | dtoniolo | 1 | -0/+13 |
2024-09-13 | Add `on_open` handler to `combo_box` widget | Héctor Ramón Jiménez | 1 | -7/+20 |
2024-09-13 | Fix priority of `Binding::Delete` in `text_editor` | Héctor Ramón Jiménez | 1 | -1/+3 |
2024-09-13 | Set `Limits::width` in `TextEditor` layout | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-09-13 | Take `Into<Pixels>` in `TextEditor::width` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-09-13 | feat: add width setter | Samson | 1 | -0/+6 |
2024-09-11 | Add `label` method to `Toggler` | Héctor Ramón Jiménez | 2 | -8/+11 |
2024-09-11 | Add disabled state and `on_toggle` handler to `Toggler` | Héctor Ramón Jiménez | 2 | -14/+48 |
2024-09-10 | Simplify signatures of `on_move` and `on_scroll` for `mouse_area` | Héctor Ramón Jiménez | 1 | -10/+7 |
2024-09-10 | Use `cursor` changes to notify mouse events in `mouse_area` | Héctor Ramón Jiménez | 1 | -5/+10 |
2024-09-10 | Add `on_scroll` handler to `mouse_area` widget | Siliwolf | 1 | -3/+22 |
2024-09-10 | Improve slider widget styling. (#2444) | B0ney | 2 | -22/+26 |
2024-09-10 | Render border above active progress for progress_bar widget. (#2443) | B0ney | 1 | -2/+6 |
2024-09-10 | Notify all `scrollable::Viewport` changes | Héctor Ramón Jiménez | 1 | -14/+44 |
2024-09-10 | Implement `scroll_by` operation for `scrollable` | lufte | 2 | -31/+60 |
2024-09-09 | Add `mouse::Button` to `mouse::Click` | Isaac Marovitz | 2 | -2/+6 |
2024-09-08 | Enable horizontal scrolling without shift modifier | Matt Woelfel | 1 | -6/+20 |
2024-09-08 | Implement mouse wheel transactions for `scrollable` | Héctor Ramón Jiménez | 1 | -9/+34 |
2024-09-07 | Simplify type signature of `TextInput` methods | Héctor Ramón Jiménez | 1 | -21/+11 |
2024-09-07 | Add `*_maybe` helper methods for `TextInput` | JL710 | 1 | -0/+39 |
2024-09-05 | Deprecate the `component` widget | Héctor Ramón Jiménez | 3 | -0/+14 |
2024-09-05 | Flag `lazy` feature types directly | Héctor Ramón Jiménez | 5 | -5/+6 |
2024-09-04 | Fix `toggler` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-09-04 | Add `text::Wrapping` support | Héctor Ramón Jiménez | 9 | -11/+69 |
2024-09-04 | Allow interactions on disabled `text_input` | Héctor Ramón Jiménez | 1 | -19/+28 |
2024-09-02 | slider: handle mouse wheel events | Kiëd Llaentenn | 2 | -0/+32 |
2024-09-02 | Implement `From<Style>` for `container::StyleFn` | Héctor Ramón Jiménez | 1 | -0/+6 |
2024-09-02 | Introduce `container::background` style helper | Héctor Ramón Jiménez | 1 | -0/+5 |
2024-08-24 | Implement `align_x` for `TextInput` | Shan | 1 | -10/+69 |
2024-08-22 | Add compact variant for pane grid controls | mtkennerly | 3 | -69/+309 |
2024-08-22 | Fix ambiguous `rich_text` link in `widget::markdown` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-08-22 | Make `RichText` generic over data structure | Héctor Ramón Jiménez | 4 | -83/+212 |
2024-08-21 | Decouple `markdown` widget from built-in `Theme` | Héctor Ramón Jiménez | 1 | -4/+19 |
2024-08-14 | Short-circuit scrolling passthrough in `Stack` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-08-14 | Fix scroll event passthrough in `Stack` widget | Héctor Ramón Jiménez | 1 | -5/+21 |
2024-08-14 | Find `layers_below` only if `Stack` is hovered | Héctor Ramón Jiménez | 1 | -3/+3 |
2024-08-14 | Fix cursor passthrough in `Stack` during `draw` | Héctor Ramón Jiménez | 1 | -17/+52 |
2024-08-12 | Use `clipped_cursor` directly in `text_editor` | Héctor Ramón Jiménez | 1 | -6/+1 |
2024-08-12 | Fix clipping area of `text_editor` placeholder | Héctor Ramón Jiménez | 1 | -1/+1 |