summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #1660 from Jedsek/patch-1Libravatar Héctor Ramón2023-01-201-7/+2
|\ \
| * | Fix `#[default]` in `preset` for `game_of_life` exampleLibravatar Héctor Ramón2023-01-191-1/+1
| * | Update preset.rsLibravatar Jedsek2023-01-191-7/+2
|/ /
* | Merge pull request #1649 from iced-rs/generic-widget-operationsLibravatar Héctor Ramón2023-01-144-0/+24
|\|
| * Introduce `custom` method to `widget::Operation` traitLibravatar Héctor Ramón Jiménez2023-01-144-0/+24
|/
* Bump leftover version in `README`Libravatar Héctor Ramón Jiménez2023-01-141-1/+1
* Bump versions in `README`sLibravatar Héctor Ramón Jiménez2023-01-148-8/+9
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-1427-83/+126
* Merge pull request #1647 from iced-rs/feature/widget-request-redrawLibravatar Héctor Ramón2023-01-1320-126/+431
|\
| * Fix grammar of `TODO` comment in `application` modulesLibravatar Héctor Ramón Jiménez2023-01-132-6/+4
| * Clarify documentation of `window::frames`Libravatar Héctor Ramón Jiménez2023-01-131-1/+5
| * Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2023-01-1211-13/+13
| * Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2023-01-129-9/+12
| * Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez2023-01-128-31/+84
| * Rename `Focus::at` to `Focus::updated_at` in `text_input`Libravatar Héctor Ramón Jiménez2023-01-121-7/+14
| * Implement `window::frames` subscriptionLibravatar Héctor Ramón Jiménez2023-01-124-4/+43
| * Use short-hand field notation in `TextInput`Libravatar Héctor Ramón Jiménez2023-01-121-1/+1
| * Avoid reblinking cursor when clicking a focused `TextInput`Libravatar Héctor Ramón Jiménez2023-01-121-12/+7
| * Implement widget redraw support in `iced_glutin`Libravatar Héctor Ramón Jiménez2023-01-121-11/+61
| * Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-1212-107/+263
* | Merge pull request #1648 from wiktor-k/fix-crate-docLibravatar Héctor Ramón2023-01-121-0/+1
|\ \
| * | Fix comment description on crate exampleLibravatar Wiktor Kwapisiewicz2023-01-121-0/+1
|/ /
* | Merge pull request #1646 from nicksenger/feat/dependency-in-lazyLibravatar Héctor Ramón2023-01-123-6/+10
|\ \
| * | feat: provide `&Dependency` to `Lazy` widget `View`Libravatar Nick Senger2023-01-113-6/+10
|/ /
* | Merge pull request #1644 from nicksenger/fix/lazy-widgetLibravatar Héctor Ramón2023-01-114-219/+212
|\ \ | |/ |/|
| * clippyLibravatar Nick Senger2023-01-101-3/+9
| * add overlays to `Lazy` exampleLibravatar Nick Senger2023-01-101-24/+130
| * cleanup `Lazy` examplesLibravatar Nick Senger2023-01-103-150/+1
| * fix: `Lazy` widgetLibravatar Nick Senger2023-01-101-45/+75
|/
* Merge pull request #1550 from bungoboingo/feat/multidirectional-scrollingLibravatar Héctor Ramón2023-01-0912-521/+1043
|\
| * Avoid dragging scroll area when touching scrollbars for `Scrollable`Libravatar Héctor Ramón Jiménez2023-01-081-1/+4
| * Remove `PartialOrd` implementation for `Rectangle`Libravatar Héctor Ramón Jiménez2023-01-082-7/+3
| * Enable horizontal scrolling with `Shift+MouseWheel`Libravatar Héctor Ramón Jiménez2023-01-081-1/+17
| * Add some missing `spacing` to `scrollable` exampleLibravatar Héctor Ramón Jiménez2023-01-081-0/+2
| * Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2023-01-086-69/+75
| * Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-299-691/+618
| * Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-2912-563/+1135
* | Merge pull request #1565 from bungoboingo/feat/tracingLibravatar Héctor Ramón2023-01-0917-24/+276
|\ \
| * | Add newline at EOF to `.gitignore`Libravatar Héctor Ramón Jiménez2023-01-091-1/+1
| * | Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2023-01-0923-251/+181
| * | Initial profiling support for Iced.Libravatar Bingus2023-01-0920-35/+357
|/ /
* | Merge pull request #1639 from iced-rs/fix/limits-clampLibravatar Héctor Ramón2023-01-051-7/+9
|\ \
| * | Stop using `f32::clamp` altogether in `layout::Limits`Libravatar Héctor Ramón Jiménez2023-01-051-7/+9
* | | Merge pull request #1633 from pop-os/standardize-checkbox-functionsLibravatar Héctor Ramón2023-01-052-3/+3
|\ \ \
| * | | Checkbox: Fix tests with sync'ed helper macro and associated fnLibravatar 13r0ck2023-01-041-1/+1
| * | | use same name & order for checkbox::new and helperLibravatar 13r0ck2023-01-042-2/+2
* | | | Merge pull request #1638 from tarkah/fix/responsive-overlay-layoutLibravatar Héctor Ramón2023-01-051-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix shadowed variableLibravatar Cory Forsstrom2023-01-051-2/+4
|/ / /
* | | Merge pull request #1637 from iced-rs/fix/layout-resolve-panicLibravatar Héctor Ramón2023-01-051-2/+7
|\ \ \
| * | | Fix `Layout::resolve` panicking under some circumstancesLibravatar Héctor Ramón Jiménez2023-01-051-2/+7
| |/ /