| Commit message (Expand) | Author | Files | Lines |
2024-11-05 | Split `Shell::request_redraw` into two different methods | Héctor Ramón Jiménez | 1 | -7/+17 |
2024-10-14 | Introduce consecutive click distance like other toolkits such as gtk,qt, imgui. | l-const | 1 | -1/+1 |
2024-10-14 | Add `PartialEq` derives for widget styles | BradySimon | 1 | -1/+1 |
2024-10-02 | Add `modified_key` to `keyboard::Event::KeyReleased` | Héctor Ramón Jiménez | 1 | -0/+3 |
2024-10-02 | Cull widget draw calls in `column` and `row` | Héctor Ramón Jiménez | 1 | -4/+0 |
2024-09-29 | Fix various typos | bbb651 | 3 | -4/+4 |
2024-09-29 | Document `File{Dropped,Hovered,HoveredLeft}` as unsupported on wayland | bbb651 | 1 | -0/+12 |
2024-09-27 | Don't fill out of viewport text | Cory Forsstrom | 1 | -0/+4 |
2024-09-26 | added physical_key to KeyReleased event | ibaryshnikov | 1 | -0/+3 |
2024-09-21 | Fix flex layout of `Fill` elements in a `Shrink` cross axis | Héctor Ramón Jiménez | 1 | -6/+7 |
2024-09-20 | Drop short-hand notation support for `color!` macro | Héctor Ramón Jiménez | 1 | -20/+8 |
2024-09-19 | Show `text` doc examples in multiple places | Héctor Ramón Jiménez | 1 | -2/+44 |
2024-09-18 | Implement some `From` traits for `text_input::Id` | Héctor Ramón Jiménez | 1 | -1/+7 |
2024-09-18 | Remove outdated `window::Id::MAIN` reference in docs | Héctor Ramón Jiménez | 1 | -3/+1 |
2024-09-18 | Bump version to `0.13.0` :tada: | Héctor Ramón Jiménez | 1 | -5/+5 |
2024-09-13 | Add `Copy` and `Help` variants to `mouse::Interaction` | Héctor Ramón Jiménez | 1 | -0/+2 |
2024-09-13 | Rename `ResizingDiagonal*` to `ResizingDiagonally*` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-09-13 | Fix broken doc links in `keyboard::key` | Héctor Ramón Jiménez | 1 | -6/+6 |
2024-09-13 | Add `modified_key` to `keyboard::Event` | Héctor Ramón Jiménez | 1 | -0/+3 |
2024-09-13 | Add `physical_key` to `keyboard::Event` | Héctor Ramón Jiménez | 2 | -0/+537 |
2024-09-11 | Encourage use of `color!` macro in `Color::parse` docs | Héctor Ramón Jiménez | 1 | -21/+26 |
2024-09-11 | Rename `Color::from_hex` to `Color::parse` | Héctor Ramón Jiménez | 1 | -51/+43 |
2024-09-11 | Improve flexibility of `color!` macro | Héctor Ramón Jiménez | 1 | -15/+46 |
2024-09-11 | Add Color::from_hex | Vlad-Stefan Harbuz | 1 | -0/+69 |
2024-09-11 | Add `override_redirect` for X11 windows | Nadji Abidi | 1 | -0/+6 |
2024-09-10 | Implement `scroll_by` operation for `scrollable` | lufte | 3 | -5/+97 |
2024-09-09 | Add `mouse::Button` to `mouse::Click` | Isaac Marovitz | 1 | -2/+11 |
2024-09-05 | add option for undecorated_shadow on windows (#2285) | Night_Hunter | 1 | -0/+7 |
2024-09-04 | Add `text::Wrapping` support | Héctor Ramón Jiménez | 5 | -3/+36 |
2024-08-22 | Make `RichText` generic over data structure | Héctor Ramón Jiménez | 2 | -2/+2 |
2024-08-16 | Expose additional mouse interaction cursors | Andy Terra | 1 | -0/+5 |
2024-08-15 | Rename `operation::chain` to `then` | Héctor Ramón Jiménez | 2 | -6/+12 |
2024-08-12 | Make `Padding` affect `text_editor` clipping | Héctor Ramón Jiménez | 1 | -6/+20 |
2024-08-08 | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 7 | -35/+200 |
2024-08-06 | Implement `row::Wrapping` widget | Héctor Ramón Jiménez | 1 | -6/+7 |
2024-08-04 | Introduce `Svg` struct in `core::svg` | Héctor Ramón Jiménez | 4 | -21/+66 |
2024-08-04 | Remove `todo!` in `core::renderer::null` | Héctor Ramón Jiménez | 1 | -3/+1 |
2024-08-04 | Introduce `Image` struct in `core::image` | Héctor Ramón Jiménez | 3 | -20/+74 |
2024-08-04 | Implement image support for `canvas` widget | Héctor Ramón Jiménez | 1 | -0/+56 |
2024-08-03 | Implement `From<&Handle>` for `image::Handle` | Héctor Ramón Jiménez | 1 | -0/+6 |
2024-07-28 | Implement `strikethrough` support for `rich_text` spans | Héctor Ramón Jiménez | 1 | -0/+10 |
2024-07-28 | Implement `underline` support for `rich_text` spans | Héctor Ramón Jiménez | 1 | -0/+10 |
2024-07-28 | Add `padding` to `text::Span` | Héctor Ramón Jiménez | 2 | -10/+44 |
2024-07-28 | Improve ergonomics of `span` background highlighting | Héctor Ramón Jiménez | 1 | -27/+58 |
2024-07-28 | Add background styling to span / rich text | Cory Forsstrom | 3 | -2/+47 |
2024-07-26 | Fix lints for Rust 1.80 | Héctor Ramón Jiménez | 2 | -4/+4 |
2024-07-24 | Add `placeholder` support to `text_editor` widget | Héctor Ramón Jiménez | 2 | -0/+7 |
2024-07-23 | Fix mssing `Link` generic in `From` impl for `Span` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-07-21 | Introduce `markdown::Settings` | Héctor Ramón Jiménez | 1 | -0/+21 |
2024-07-21 | Add `Link` support to `rich_text` widget | Héctor Ramón Jiménez | 3 | -7/+44 |