summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-02-171-1/+1
|
* Update main.rsLibravatar Jedsek2023-01-201-1/+1
|
* Update main.rsLibravatar Jedsek2023-01-201-5/+7
| | | The app should not render qr_code when data is empty
* Merge pull request #1660 from Jedsek/patch-1Libravatar Héctor Ramón2023-01-201-7/+2
|\ | | | | Update example/game_of_life: use [default] on enum
| * 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` trait
| * Introduce `custom` method to `widget::Operation` traitLibravatar Héctor Ramón Jiménez2023-01-144-0/+24
|/ | | | This allows users to write operations for their custom widgets.
* 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
|\ | | | | Widget-driven animations
| * 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
| | | | | | | | ... and use it in the `solar_system` example :tada:
| * 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
| | | | | | | | ... and implement `TextInput` cursor blink :tada:
* | Merge pull request #1648 from wiktor-k/fix-crate-docLibravatar Héctor Ramón2023-01-121-0/+1
|\ \ | | | | | | Fix comment description on crate example
| * | Fix comment description on crate exampleLibravatar Wiktor Kwapisiewicz2023-01-121-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-lazyLibravatar Héctor Ramón2023-01-123-6/+10
|\ \ | | | | | | Provide `&Dependency` to `Lazy` widget view fn
| * | 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
|\ \ | |/ |/| Fix `overlay` implementation for `Lazy` widget
| * 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
|\ | | | | [Feature] Multidirectional scrolling
| * 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
| | | | | | | | | | A `PartialOrd` implementation is unclear for this type, since it has a position besides its dimensions.
| * 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
| | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
| * 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
|\ \ | | | | | | [Feature] Profiling
| * | 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`
| * | 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
|\ \ \ | | | | | | | | use same name & order for checkbox::new and helper
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The helper function for the checkbox widget switched the order and name of the arguments passed when creating the checkbox widget. This just standardizes the order whether the dev is using the helper or the associated function. Continuation of https://github.com/iced-rs/iced/pull/1616
* | | | Merge pull request #1638 from tarkah/fix/responsive-overlay-layoutLibravatar Héctor Ramón2023-01-051-2/+4
|\ \ \ \ | |_|/ / |/| | | Fix Responsive overlay placement bug