Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix new `clippy` lints | 2024-12-02 | 1 | -4/+4 | |
| | |||||
* | Make `pin` widget `Fill` parent by default | 2024-11-22 | 1 | -2/+0 | |
| | |||||
* | Implement `pin` widget | 2024-11-22 | 1 | -1/+35 | |
| | |||||
* | Fix `hover` widget not redrawing when hovered | 2024-11-05 | 1 | -1/+9 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -5/+5 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -24/+14 | |
| | |||||
* | Write doc examples for `column` and `row` | 2024-09-19 | 1 | -4/+80 | |
| | |||||
* | Write doc examples for `rich_text` widget | 2024-09-19 | 1 | -0/+78 | |
| | |||||
* | Show `tooltip` doc example in multiple places | 2024-09-19 | 1 | -2/+23 | |
| | |||||
* | Show `toggler` doc example in multiple places | 2024-09-19 | 1 | -1/+32 | |
| | |||||
* | Show `text_input` doc example in multiple places | 2024-09-19 | 1 | -1/+32 | |
| | |||||
* | Show `text_editor` example in multiple places | 2024-09-19 | 1 | -1/+33 | |
| | |||||
* | Show `text` doc examples in multiple places | 2024-09-19 | 1 | -13/+33 | |
| | |||||
* | Show `svg` doc example in multiple places | 2024-09-19 | 1 | -0/+18 | |
| | |||||
* | Show `slider` doc example in multiple places | 2024-09-19 | 1 | -2/+60 | |
| | |||||
* | Show `scrollable` doc example in multiple places | 2024-09-19 | 1 | -1/+21 | |
| | |||||
* | Show `rule` doc example in multiple places | 2024-09-19 | 1 | -2/+32 | |
| | |||||
* | Show `radio` doc example in multiple places | 2024-09-19 | 1 | -1/+58 | |
| | |||||
* | Show `qr_code` doc example in multiple places | 2024-09-19 | 1 | -0/+23 | |
| | |||||
* | Show `progress_bar` doc example in multiple places | 2024-09-19 | 1 | -1/+21 | |
| | |||||
* | Show `pick_list` doc example in multiple places | 2024-09-19 | 1 | -1/+62 | |
| | |||||
* | Show `pane_grid` doc example in multiple places | 2024-09-19 | 1 | -0/+53 | |
| | |||||
* | Show `keyed_column` doc example in multiple places | 2024-09-19 | 1 | -1/+21 | |
| | |||||
* | Show `image` doc example in multiple places | 2024-09-19 | 1 | -0/+19 | |
| | |||||
* | Show `container` doc example in multiple places | 2024-09-19 | 1 | -3/+23 | |
| | |||||
* | Show `combo_box` doc example in multiple places | 2024-09-19 | 1 | -1/+56 | |
| | |||||
* | Show `checkbox` doc example in multiple places | 2024-09-19 | 1 | -2/+32 | |
| | |||||
* | Show `canvas` doc example in multiple places | 2024-09-19 | 1 | -0/+51 | |
| | |||||
* | Add quick example to `widget::button` module | 2024-09-19 | 1 | -1/+15 | |
| | |||||
* | Add `label` method to `Toggler` | 2024-09-11 | 1 | -2/+1 | |
| | |||||
* | Add disabled state and `on_toggle` handler to `Toggler` | 2024-09-11 | 1 | -2/+1 | |
| | | | | Co-authored-by: Your Name here only <krishnsundaram@gmail.com> | ||||
* | Add `text::Wrapping` support | 2024-09-04 | 1 | -1/+1 | |
| | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | Make `RichText` generic over data structure | 2024-08-22 | 1 | -2/+3 | |
| | | | | ... and decouple `markdown::parse` from theming | ||||
* | Display top contents in `hover` widget when focused | 2024-08-08 | 1 | -4/+26 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -2/+2 | |
| | |||||
* | Fix `hover` widget not relaying events when overlay is active | 2024-08-05 | 1 | -0/+1 | |
| | |||||
* | Unify `Link` and `Message` generics in `text::Rich` | 2024-07-24 | 1 | -3/+3 | |
| | |||||
* | Fix `span` widget helper missing `Link` generic | 2024-07-23 | 1 | -2/+2 | |
| | |||||
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 1 | -3/+4 | |
| | |||||
* | Use `from_iter` in `rich_text!` macro | 2024-07-20 | 1 | -1/+1 | |
| | |||||
* | Fix `markdown` import in `iced_widget` | 2024-07-18 | 1 | -2/+1 | |
| | |||||
* | Create `markdown` widget helpers in `iced_widget` | 2024-07-18 | 1 | -0/+5 | |
| | |||||
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 1 | -2/+2 | |
| | |||||
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 1 | -4/+35 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Add `iced` widget helper to display the iced logo :comet: | 2024-07-11 | 1 | -0/+35 | |
| | |||||
* | Hide internal `Task` constructors | 2024-07-05 | 1 | -3/+4 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -13/+7 | |
| | |||||
* | Merge branch 'master' into feat/text-macro | 2024-05-23 | 1 | -23/+494 | |
|\ |