Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `modified_key` to `keyboard::Event` | 2024-09-13 | 1 | -0/+3 | |
| | |||||
* | Add `physical_key` to `keyboard::Event` | 2024-09-13 | 2 | -0/+537 | |
| | | | | Co-authored-by: Exidex <16986685+Exidex@users.noreply.github.com> | ||||
* | 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 | |
| | |||||
* | Add `override_redirect` for X11 windows | 2024-09-11 | 1 | -0/+6 | |
| | | | | | 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. | ||||
* | Implement `scroll_by` operation for `scrollable` | 2024-09-10 | 3 | -5/+97 | |
| | | | | | `scroll_by` allows scrolling an absolute offset that is applied to the current scrolling position. | ||||
* | Add `mouse::Button` to `mouse::Click` | 2024-09-09 | 1 | -2/+11 | |
| | |||||
* | add option for undecorated_shadow on windows (#2285) | 2024-09-05 | 1 | -0/+7 | |
| | | | | | * add option for undecorated_shadow on windows * formated | ||||
* | Add `text::Wrapping` support | 2024-09-04 | 5 | -3/+36 | |
| | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | Make `RichText` generic over data structure | 2024-08-22 | 2 | -2/+2 | |
| | | | | ... and decouple `markdown::parse` from theming | ||||
* | Rename `operation::chain` to `then` | 2024-08-15 | 2 | -6/+12 | |
| | | | | | ... and make `focus_*` operations generic over the output type. | ||||
* | Merge pull request #2536 from meithecatte/editor-clipping | 2024-08-12 | 1 | -6/+20 | |
|\ | | | | | text_editor: Avoid rendering text outside the border | ||||
| * | Make `Padding` affect `text_editor` clipping | 2024-08-12 | 1 | -6/+20 | |
| | | |||||
* | | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 7 | -35/+200 | |
| | | |||||
* | | Implement `row::Wrapping` widget | 2024-08-06 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | If you have a `Row`, simply call `Row::wrap` at the end to turn it into a `Row` that will wrap its contents. The original alignment of the `Row` is preserved per row wrapped. | ||||
* | | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 4 | -21/+66 | |
| | | |||||
* | | Remove `todo!` in `core::renderer::null` | 2024-08-04 | 1 | -3/+1 | |
| | | |||||
* | | Introduce `Image` struct in `core::image` | 2024-08-04 | 3 | -20/+74 | |
| | | |||||
* | | Implement image support for `canvas` widget | 2024-08-04 | 1 | -0/+56 | |
| | | |||||
* | | Implement `From<&Handle>` for `image::Handle` | 2024-08-03 | 1 | -0/+6 | |
|/ | |||||
* | Implement `strikethrough` support for `rich_text` spans | 2024-07-28 | 1 | -0/+10 | |
| | |||||
* | Implement `underline` support for `rich_text` spans | 2024-07-28 | 1 | -0/+10 | |
| | |||||
* | Add `padding` to `text::Span` | 2024-07-28 | 2 | -10/+44 | |
| | |||||
* | Improve ergonomics of `span` background highlighting | 2024-07-28 | 1 | -27/+58 | |
| | |||||
* | Add background styling to span / rich text | 2024-07-28 | 3 | -2/+47 | |
| | |||||
* | Fix lints for Rust 1.80 | 2024-07-26 | 2 | -4/+4 | |
| | |||||
* | Add `placeholder` support to `text_editor` widget | 2024-07-24 | 2 | -0/+7 | |
| | |||||
* | Fix mssing `Link` generic in `From` impl for `Span` | 2024-07-23 | 1 | -1/+1 | |
| | |||||
* | Introduce `markdown::Settings` | 2024-07-21 | 1 | -0/+21 | |
| | |||||
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 3 | -7/+44 | |
| | |||||
* | Fix `text::State` downcast in some widgets | 2024-07-19 | 1 | -1/+1 | |
| | |||||
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 1 | -0/+12 | |
| | |||||
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 4 | -87/+162 | |
| | |||||
* | Decouple caching from `Paragraph` API | 2024-07-17 | 4 | -19/+83 | |
| | |||||
* | Remove `Vector::UNIT` constant | 2024-07-13 | 1 | -3/+0 | |
| | |||||
* | Add `default` and `base` stylings to `text` widget | 2024-07-13 | 1 | -0/+12 | |
| | |||||
* | Add `resize_events` subscription to `window` module | 2024-07-13 | 1 | -12/+2 | |
| | |||||
* | Add directional `border::Radius` helpers | 2024-07-12 | 2 | -22/+64 | |
| | |||||
* | Improve `Border` ergonomics | 2024-07-12 | 2 | -45/+141 | |
| | |||||
* | Improve `Padding` ergonomics | 2024-07-12 | 2 | -41/+63 | |
| | | | | | We expose free functions for creating a `Padding` and methods with the same name to modify its fields. | ||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 2 | -56/+2 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 3 | -7/+111 | |
| | |||||
* | Add support for embedded scrollbars for `scrollable` | 2024-07-11 | 1 | -2/+34 | |
| | | | | Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com> | ||||
* | Add some built-in text styles for each `Palette` color | 2024-07-11 | 1 | -0/+28 | |
| | |||||
* | add SelectAll to TextEditor | 2024-07-08 | 1 | -0/+2 | |
| | |||||
* | Merge pull request #2485 from vladh/add-quad-border-doc | 2024-06-30 | 1 | -1/+1 | |
|\ | | | | | doc: clarify Quad border alignment | ||||
| * | doc: clarify Quad border alignment | 2024-06-29 | 1 | -1/+1 | |
| | | |||||
* | | doc: fix "Reconciles" typo | 2024-06-30 | 2 | -4/+4 | |
|/ |