summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added per-window theme support.Libravatar Bingus2023-03-154-19/+35
|
* Added simpler MW exampleLibravatar Bingus2023-03-146-560/+742
|
* Code cleanup, clearer comments + removed some unnecessary dupe;Libravatar Bingus2023-03-1311-104/+60
| | | | | Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping;
* Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-03-136-7/+25
|\
| * 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
| |/
* | Removed glutin MW support and reverted glutin changes back to Iced master ↵Libravatar bungoboingo2023-02-2815-1375/+129
| | | | | | | | since it's being axed as we speak.
* | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-supportLibravatar bungoboingo2023-02-2816-103/+79
|\| | | | | | | | | | | # Conflicts: # glutin/src/application.rs # winit/src/icon.rs
| * 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 remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-231-2/+15
|\|
| * 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`.
* | | Fixed state syncing issue with MW.Libravatar Bingus2023-02-221-20/+23
| | |
* | | Cargo fixLibravatar Bingus2023-02-204-173/+191
| | |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-2038-109/+162
|\| |
| * | 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
| | |
| * | Merge pull request #1714 from iced-rs/fix/overlay-menu-heightLibravatar Héctor Ramón2023-02-181-1/+2
| |\ \ | | | | | | | | Fix height of `overlay::Menu`
| | * | Fix height of `overlay::Menu`Libravatar Héctor Ramón Jiménez2023-02-181-1/+2
| |/ /
* | | Fixed widget operationsLibravatar Bingus2023-02-171-2/+2
| | |
* | | Iced master merge (again)Libravatar Bingus2023-02-175-12/+34
| | |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-1770-542/+807
|\| | | | | | | | | | | | | | # Conflicts: # winit/src/window.rs
| * | Merge pull request #1711 from iced-rs/feature/generic-pixel-unitsLibravatar Héctor Ramón2023-02-1757-482/+505
| |\ \ | | | | | | | | Generic pixel units
| | * | Use `Pixels` for `padding` in `image::Viewer`Libravatar Héctor Ramón Jiménez2023-02-171-6/+6
| | | |
| | * | Use `Pixels` for `spacing`Libravatar Héctor Ramón Jiménez2023-02-176-58/+51
| | | |
| | * | Use `f32` for `Icon::size` in `checkbox`Libravatar Héctor Ramón Jiménez2023-02-171-2/+2
| | | |
| | * | Use `f32` for `Padding`Libravatar Héctor Ramón Jiménez2023-02-1712-79/+98
| | | |
| | * | Use `Pixels` for `size` methodsLibravatar Héctor Ramón Jiménez2023-02-173-7/+7
| | | |
| | * | Use `Pixels` for `Slider::height` and `VerticalSlider::width`Libravatar Héctor Ramón Jiménez2023-02-172-7/+7
| | | |
| | * | Fix `Scrollbar` bound calculations in `Scrollable`Libravatar Héctor Ramón Jiménez2023-02-171-9/+12
| | | |
| | * | Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2023-02-1716-78/+79
| | | |