Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix examples/multitouch dividing by zero | 2024-09-13 | 1 | -1/+1 | |
| | |||||
* | Add `label` method to `Toggler` | 2024-09-11 | 3 | -3/+6 | |
| | |||||
* | Add disabled state and `on_toggle` handler to `Toggler` | 2024-09-11 | 3 | -16/+9 | |
| | | | | Co-authored-by: Your Name here only <krishnsundaram@gmail.com> | ||||
* | Add `index.html` to `download_progress` example | 2024-09-10 | 1 | -0/+12 | |
| | |||||
* | Fix `download_progress` and make it work on Wasm | 2024-09-10 | 3 | -77/+48 | |
| | | | | Co-authored-by: Skygrango <skygrango@gmail.com> | ||||
* | Use `key_binding` in `editor` example | 2024-09-10 | 1 | -12/+14 | |
| | | | | Fixes #2573. | ||||
* | Merge pull request #2549 from JL710/patch-3 | 2024-09-07 | 1 | -9/+0 | |
|\ | | | | | Remove out of date comment from custom-widget example | ||||
| * | Remove out of date comment from custom-widget example | 2024-08-14 | 1 | -9/+0 | |
| | | |||||
* | | Deprecate the `component` widget | 2024-09-05 | 2 | -159/+0 | |
| | | |||||
* | | Add `text::Wrapping` support | 2024-09-04 | 3 | -3/+21 | |
| | | | | | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | | Merge pull request #2535 from bungoboingo/text-input-alignment | 2024-08-24 | 1 | -1/+2 | |
|\ \ | | | | | | | Implement `align_x` for `TextInput` | ||||
| * | | Implement `align_x` for `TextInput` | 2024-08-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | Co-authored-by: Shan <shankern@protonmail.com> | ||||
* | | | Merge pull request #2555 from mtkennerly/feature/pane-grid-compact-controls | 2024-08-24 | 1 | -5/+17 | |
|\ \ \ | | | | | | | | | Add compact variant for pane grid controls | ||||
| * | | | Add compact variant for pane grid controls | 2024-08-22 | 1 | -5/+17 | |
| |/ / | |||||
* / / | Make `RichText` generic over data structure | 2024-08-22 | 1 | -9/+9 | |
|/ / | | | | | | | ... and decouple `markdown::parse` from theming | ||||
* / | Fix cursor passthrough in `Stack` during `draw` | 2024-08-14 | 1 | -13/+15 | |
|/ | |||||
* | Revert `window::close` producing a `window::Id` | 2024-08-12 | 2 | -7/+3 | |
| | | | | | | Instead, subscribing to `window::close_events` is preferable; since most use cases will want to react to the user closing a window as well. | ||||
* | Make `window::close` return and introduce `Task::discard` | 2024-08-12 | 2 | -3/+7 | |
| | |||||
* | Merge pull request #2547 from meithecatte/do-not-segfault | 2024-08-12 | 1 | -1/+1 | |
|\ | | | | | iced_winit: drop Clipboard before Window | ||||
| * | Fix `integration` example | 2024-08-12 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #2536 from meithecatte/editor-clipping | 2024-08-12 | 1 | -8/+11 | |
|\ \ | |/ |/| | text_editor: Avoid rendering text outside the border | ||||
| * | Focus `text_editor` at start-up in `editor` example | 2024-08-12 | 1 | -8/+11 | |
| | | |||||
* | | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -2/+2 | |
| | | |||||
* | | Implement `row::Wrapping` widget | 2024-08-06 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Invert Earth's rotation in `solar_system` example | 2024-08-04 | 1 | -1/+1 | |
| | | |||||
* | | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -12/+3 | |
| | | |||||
* | | Increase Earth's spin a bit in `solar_system` example | 2024-08-04 | 1 | -1/+1 | |
| | | |||||
* | | Remove unnecessary `with_save` calls in `solar_system` example | 2024-08-04 | 1 | -25/+21 | |
| | | |||||
* | | Showcase `canvas` image support in `solar_system` example | 2024-08-04 | 5 | -23/+41 | |
| | | |||||
* | | Implement `From<&Handle>` for `image::Handle` | 2024-08-03 | 1 | -19/+29 | |
|/ | |||||
* | Return `window::Id` in `window::open` | 2024-07-30 | 1 | -4/+7 | |
| | |||||
* | Simplify `highlight` method for `text_editor` widget | 2024-07-28 | 2 | -21/+10 | |
| | |||||
* | Enable Markdown highlighting in `markdown` example | 2024-07-28 | 2 | -19/+18 | |
| | |||||
* | Add `placeholder` support to `text_editor` widget | 2024-07-24 | 1 | -0/+1 | |
| | |||||
* | Unify `Link` and `Message` generics in `text::Rich` | 2024-07-24 | 1 | -5/+2 | |
| | |||||
* | Introduce `markdown::Settings` | 2024-07-21 | 1 | -1/+5 | |
| | |||||
* | Use `url` for `markdown` links | 2024-07-21 | 1 | -2/+2 | |
| | |||||
* | Use `open::that_in_background` in `markdown` example | 2024-07-21 | 1 | -1/+1 | |
| | |||||
* | Add `Link` support to `rich_text` widget | 2024-07-21 | 2 | -1/+7 | |
| | |||||
* | Make `container::Style` API more consistent | 2024-07-20 | 1 | -2/+3 | |
| | |||||
* | Fix newlines in `highlighter` and `markdown` example | 2024-07-18 | 1 | -0/+1 | |
| | |||||
* | Return proper `theme` in `markdown` example | 2024-07-18 | 1 | -1/+1 | |
| | |||||
* | Create `markdown` widget helpers in `iced_widget` | 2024-07-18 | 2 | -218/+10 | |
| | |||||
* | Adapt `scrollable` sizing strategy to contents | 2024-07-18 | 1 | -7/+4 | |
| | |||||
* | Flesh out the `markdown` example a bit more | 2024-07-18 | 4 | -125/+337 | |
| | |||||
* | Implement `rich_text` widget and `markdown` example | 2024-07-17 | 2 | -0/+184 | |
| | |||||
* | Fix `Scrollable::spacing` not embedding the `Scrollbar` | 2024-07-16 | 1 | -8/+6 | |
| | |||||
* | Rename `embed_*` in `Scrollable` to simply `spacing` | 2024-07-12 | 1 | -6/+8 | |
| | |||||
* | Improve `Border` ergonomics | 2024-07-12 | 2 | -18/+26 | |
| | |||||
* | Improve `Padding` ergonomics | 2024-07-12 | 2 | -6/+6 | |
| | | | | | We expose free functions for creating a `Padding` and methods with the same name to modify its fields. |