Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 25 | -54/+47 | |
| | |||||
* | Fix: Clippy lint 'needless_lifetimes' | 2023-01-27 | 2 | -4/+4 | |
| | |||||
* | Fix: Clippy lint 'let_underscore_future' | 2023-01-27 | 2 | -0/+2 | |
| | |||||
* | Merge pull request #1676 from ids1024/must_use | 2023-01-27 | 3 | -0/+3 | |
|\ | | | | | Annotate `Command` and `Subscription` with `#[must_use]` | ||||
| * | Annotate `Command` and `Subscription` with `#[must_use]` | 2023-01-26 | 3 | -0/+3 | |
|/ | | | | | | Calling a function returning one of these types without using it is almost certainly a mistake. Luckily Rust's `#[must_use]` can help warn about this. | ||||
* | Merge pull request #1655 from tarkah/feat/group-overlay | 2023-01-24 | 8 | -10/+896 | |
|\ | | | | | Group Overlay | ||||
| * | Fix some minor documentation inconsistencies | 2023-01-24 | 3 | -5/+8 | |
| | | |||||
| * | Rename method to is_over | 2023-01-17 | 5 | -37/+13 | |
| | | |||||
| * | Add toast example | 2023-01-17 | 3 | -0/+689 | |
| | | |||||
| * | New method to determine if overlay contains cursor | 2023-01-17 | 4 | -2/+48 | |
| | | | | | | | | | | | | This is needed for "container" overlay's such as `Group` which should only consider it's childrens layouts and not it's own when determining if the cursor is captured by the overlay. | ||||
| * | Use group overlay for containers w/ children | 2023-01-17 | 2 | -8/+13 | |
| | | |||||
| * | Add group overlay element | 2023-01-17 | 2 | -0/+167 | |
| | | |||||
* | | Merge pull request #1660 from Jedsek/patch-1 | 2023-01-20 | 1 | -7/+2 | |
|\ \ | | | | | | | Update example/game_of_life: use [default] on enum | ||||
| * | | Fix `#[default]` in `preset` for `game_of_life` example | 2023-01-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Update preset.rs | 2023-01-19 | 1 | -7/+2 | |
|/ / | |||||
* | | Merge pull request #1649 from iced-rs/generic-widget-operations | 2023-01-14 | 4 | -0/+24 | |
|\| | | | | | Introduce `custom` method to `widget::Operation` trait | ||||
| * | Introduce `custom` method to `widget::Operation` trait | 2023-01-14 | 4 | -0/+24 | |
|/ | | | | This allows users to write operations for their custom widgets. | ||||
* | Bump leftover version in `README` | 2023-01-14 | 1 | -1/+1 | |
| | |||||
* | Bump versions in `README`s | 2023-01-14 | 8 | -8/+9 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 27 | -83/+126 | |
| | |||||
* | Merge pull request #1647 from iced-rs/feature/widget-request-redraw | 2023-01-13 | 20 | -126/+431 | |
|\ | | | | | Widget-driven animations | ||||
| * | Fix grammar of `TODO` comment in `application` modules | 2023-01-13 | 2 | -6/+4 | |
| | | |||||
| * | Clarify documentation of `window::frames` | 2023-01-13 | 1 | -1/+5 | |
| | | |||||
| * | Use `instant` instead of `wasm-timer` in `iced_core` | 2023-01-12 | 11 | -13/+13 | |
| | | |||||
| * | Use `instant` to fix Wasm target | 2023-01-12 | 9 | -9/+12 | |
| | | |||||
| * | Replace `Option<Instant>` with `RedrawRequest` enum | 2023-01-12 | 8 | -31/+84 | |
| | | |||||
| * | Rename `Focus::at` to `Focus::updated_at` in `text_input` | 2023-01-12 | 1 | -7/+14 | |
| | | |||||
| * | Implement `window::frames` subscription | 2023-01-12 | 4 | -4/+43 | |
| | | | | | | | | ... and use it in the `solar_system` example :tada: | ||||
| * | Use short-hand field notation in `TextInput` | 2023-01-12 | 1 | -1/+1 | |
| | | |||||
| * | Avoid reblinking cursor when clicking a focused `TextInput` | 2023-01-12 | 1 | -12/+7 | |
| | | |||||
| * | Implement widget redraw support in `iced_glutin` | 2023-01-12 | 1 | -11/+61 | |
| | | |||||
| * | Draft `Shell:request_redraw` API | 2023-01-12 | 12 | -107/+263 | |
| | | | | | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | | Merge pull request #1648 from wiktor-k/fix-crate-doc | 2023-01-12 | 1 | -0/+1 | |
|\ \ | | | | | | | Fix comment description on crate example | ||||
| * | | Fix comment description on crate example | 2023-01-12 | 1 | -0/+1 | |
|/ / | | | | | | | | | This tiny PR aligns the comment on the crate example to align to the comment that is in README.md. | ||||
* | | Merge pull request #1646 from nicksenger/feat/dependency-in-lazy | 2023-01-12 | 3 | -6/+10 | |
|\ \ | | | | | | | Provide `&Dependency` to `Lazy` widget view fn | ||||
| * | | feat: provide `&Dependency` to `Lazy` widget `View` | 2023-01-11 | 3 | -6/+10 | |
|/ / | |||||
* | | Merge pull request #1644 from nicksenger/fix/lazy-widget | 2023-01-11 | 4 | -219/+212 | |
|\ \ | |/ |/| | Fix `overlay` implementation for `Lazy` widget | ||||
| * | clippy | 2023-01-10 | 1 | -3/+9 | |
| | | |||||
| * | add overlays to `Lazy` example | 2023-01-10 | 1 | -24/+130 | |
| | | |||||
| * | cleanup `Lazy` examples | 2023-01-10 | 3 | -150/+1 | |
| | | |||||
| * | fix: `Lazy` widget | 2023-01-10 | 1 | -45/+75 | |
|/ | |||||
* | Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling | 2023-01-09 | 12 | -521/+1043 | |
|\ | | | | | [Feature] Multidirectional scrolling | ||||
| * | Avoid dragging scroll area when touching scrollbars for `Scrollable` | 2023-01-08 | 1 | -1/+4 | |
| | | |||||
| * | Remove `PartialOrd` implementation for `Rectangle` | 2023-01-08 | 2 | -7/+3 | |
| | | | | | | | | | | A `PartialOrd` implementation is unclear for this type, since it has a position besides its dimensions. | ||||
| * | Enable horizontal scrolling with `Shift+MouseWheel` | 2023-01-08 | 1 | -1/+17 | |
| | | |||||
| * | Add some missing `spacing` to `scrollable` example | 2023-01-08 | 1 | -0/+2 | |
| | | |||||
| * | Introduce `RelativeOffset` type in `scrollable` | 2023-01-08 | 6 | -69/+75 | |
| | | |||||
| * | Reworked Scrollable to account for lack of widget order guarantees. | 2022-12-29 | 9 | -691/+618 | |
| | | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | ||||
| * | Add multidirectional scrolling capabilities to the existing Scrollable. | 2022-12-29 | 12 | -563/+1135 | |
| | | |||||
* | | Merge pull request #1565 from bungoboingo/feat/tracing | 2023-01-09 | 17 | -24/+276 | |
|\ \ | | | | | | | [Feature] Profiling |