summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated `handle_color` for focused stateLibravatar Casper Storm2023-04-111-1/+1
|
* feat: added handle to text_inputLibravatar Casper Storm2023-04-118-2/+236
|
* Merge pull request #1779 from Davidster/remove_colons_from_shader_labelsLibravatar Héctor Ramón2023-04-074-5/+5
|\ | | | | remove colons from shader labels
| * remove colons from shader labelsLibravatar David Huculak2023-04-014-5/+5
| |
* | Merge pull request #1782 from bq-wrongway/masterLibravatar Héctor Ramón2023-04-071-10/+4
|\ \ | |/ |/| Updating Roadmap.md
| * Updating Roadmap.md Libravatar bq_wrongway2023-04-051-10/+4
|/ | | I collapsed Animations because the underlying issue was resolved, and i added issue #343 to 3D Canvas widget
* Merge pull request #1669 from GyulyVGC/masterLibravatar Héctor Ramón2023-03-274-38/+76
|\ | | | | Added scrollable style `focused` to be displayed when mouse is over the scrollable area
| * Fix inconsistency in default implementation of `scrollable::StyleSheet`Libravatar Héctor Ramón Jiménez2023-03-271-1/+1
| |
| * Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez2023-03-274-66/+73
| |
| * renamed scrollable stylesLibravatar Giuliano Bellini s2947392023-03-253-21/+21
| |
| * Merge branch 'iced-rs:master' into masterLibravatar Giuliano Bellini2023-02-22104-726/+1105
| |\
| * \ Merge branch 'iced-rs:master' into masterLibravatar Giuliano Bellini2023-02-0248-135/+1087
| |\ \
| * | | added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947392023-01-232-2/+19
| | | |
| * | | debugging focused style not workingLibravatar Giuliano Bellini s2947392023-01-231-2/+2
| | | |
| * | | added new style for scrollable, to be applied when mouse is over the ↵Libravatar Giuliano Bellini s2947392023-01-232-0/+14
| | | | | | | | | | | | | | | | scrollable area
* | | | Merge pull request #1754 from nicksenger/optimization/componentLibravatar Héctor Ramón2023-03-231-79/+157
|\ \ \ \ | | | | | | | | | | [Optimization] Reduce unnecessary `Component` rebuilds
| * | | | optimization: reduce unnecessary rebuilds in `Component`Libravatar Nick Senger2023-03-141-79/+157
| | | | |
* | | | | Merge pull request #1765 from traxys/fixup_wasm_replaceLibravatar Héctor Ramón2023-03-231-7/+11
|\ \ \ \ \ | |/ / / / |/| | | | winit: Fix replacement of node in wasm
| * | | | winit: Fix replacement of node in wasmLibravatar traxys2023-03-201-7/+11
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replacing a node ends up with the following error: Node.replaceChild: Child to be replaced is not a child of this node It seems that Node.replaceChild is not recommended, and instead Element.replaceWith should be preferred. Using it avoids the panic.
* | | | Merge pull request #1730 from casperstorm/feat/platform-specific-window-optionsLibravatar Héctor Ramón2023-03-142-2/+8
|\ \ \ \ | | | | | | | | | | Platform specific `window` options.
| * | | | Re-export `settings::PlatformSpecific` from `iced_winit` directlyLibravatar Héctor Ramón Jiménez2023-03-143-42/+3
| | | | |
| * | | | Added macOS platform specific optionsLibravatar Casper Storm2023-03-144-2/+47
|/ / / /
* | | | Merge pull request #1755 from iced-rs/fix/clippy-lints-1.68Libravatar Héctor Ramón2023-03-147-54/+18
|\ \ \ \ | | | | | | | | | | Fix `clippy` lints for Rust 1.68
| * | | | Fix `clippy` lints for Rust 1.68Libravatar Héctor Ramón Jiménez2023-03-147-54/+18
|/ / / /
* | | | Merge pull request #1750 from lupd/checkbox_docsLibravatar Héctor Ramón2023-03-081-1/+1
|\ \ \ \ | | | | | | | | | | Use correct package name in checkbox example docs
| * | | | Use correct package name in checkbox example docsLibravatar lupd2023-03-081-1/+1
|/ / / /
* | | | Update `sysinfo` to `0.28`Libravatar Héctor Ramón Jiménez2023-03-072-3/+3
| | | |
* | | | Merge pull request #1742 from bungoboingo/fix/fullscreenLibravatar Héctor Ramón2023-03-033-3/+21
|\ \ \ \ | | | | | | | | | | [Fix] Fullscreen only works on primary monitor
| * | | | Expose `window` commands for Wasm buildsLibravatar Héctor Ramón Jiménez2023-03-032-12/+4
| | | | |
| * | | | Added example of toggling fullscreen to TODOs.Libravatar Bingus2023-03-021-2/+28
| | | | |
| * | | | Fixed fullscreen only being possible on primary monitor.Libravatar Bingus2023-03-021-1/+1
|/ / / /
* | | | Merge pull request #1735 from iced-rs/remove-alignment-fillLibravatar Héctor Ramón2023-02-286-72/+14
|\ \ \ \ | | | | | | | | | | Remove `Fill` variant for `Alignment`
| * | | | Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez2023-02-276-72/+14
|/ / / / | | | | | | | | | | | | | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options!
* | | | Bump version of `iced_core` :tada:Libravatar Héctor Ramón Jiménez2023-02-251-1/+1
| | | |
* | | | Merge pull request #1734 from iced-rs/fix/padding-fitLibravatar Héctor Ramón2023-02-251-4/+6
|\ \ \ \ | | | | | | | | | | Fix `Padding::fit` on irregular values for an axis
| * | | | Fix `Padding::fit` on irregular values for an axisLibravatar Héctor Ramón Jiménez2023-02-251-4/+6
| | | | |
* | | | | Merge pull request #1733 from iced-rs/update/svg-depsLibravatar Héctor Ramón2023-02-252-20/+9
|\ \ \ \ \ | |/ / / / |/| | | | Update `resvg` in `iced_graphics`
| * | | | Update `resvg` in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-02-252-20/+9
|/ / / /
* | | | Merge pull request #1731 from tarkah/fix/debug-bytesLibravatar Héctor Ramón2023-02-236-6/+49
|\ \ \ \ | |_|_|/ |/| | | Remove logging large bytes arrays
| * | | Remove logging large bytes arraysLibravatar Cory Forsstrom2023-02-236-6/+49
|/ / /
* | | Merge pull request #1723 from iced-rs/subscription-runLibravatar Héctor Ramón2023-02-211-2/+15
|\ \ \ | | | | | | | | Change `subscription::run` to take a function pointer
| * | | Change `subscription::run` to take a function pointerLibravatar Héctor Ramón Jiménez2023-02-211-2/+15
| | | | | | | | | | | | | | | | ... and rename the old `run` to `run_with_id`.
* | | | Merge pull request #1721 from casperstorm/feat/no-bleed-sliderLibravatar Héctor Ramón2023-02-202-4/+4
|\ \ \ \ | |/ / / |/| | | Sliders no longer bleed over rail
| * | | Sliders no longer bleed over railLibravatar Casper Storm2023-02-202-4/+4
| | | |
* | | | Bump version of `iced_native` :tada:Libravatar Héctor Ramón Jiménez2023-02-181-1/+1
| | | |
* | | | Merge pull request #1717 from iced-rs/remove-clone-image-bytesLibravatar Héctor Ramón2023-02-181-3/+3
|\ \ \ \ | | | | | | | | | | Remove `Clone` bound for `Bytes::new` in `image`
| * | | | Remove `Clone` bound for `Bytes::new` in `image`Libravatar Héctor Ramón Jiménez2023-02-181-3/+3
| | | | |
* | | | | Merge pull request #1716 from iced-rs/fix/draw-base-cursorLibravatar Héctor Ramón2023-02-181-6/+7
|\ \ \ \ \ | |/ / / / |/| | | | Fix base cursor position during `UserInterface::draw` when overlay is present
| * | | | Fix base cursor position during `UserInterface::draw` when overlay is presentLibravatar Héctor Ramón Jiménez2023-02-181-6/+7
|/ / / /
* | | | Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-1834-95/+146
| | | |