summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Pad after setting widthLibravatar Cory Forsstrom2023-02-141-1/+1
|/ / /
* | | Merge pull request #1675 from casperstorm/pick_list/extend-handleLibravatar Héctor Ramón2023-02-142-63/+72
|\ \ \
| * | | Inline `Handle::content` for simplicity and efficiencyLibravatar Héctor Ramón Jiménez2023-02-141-31/+22
| * | | Provide `State` reference instead of closure to `pick_list::draw`Libravatar Héctor Ramón Jiménez2023-02-141-3/+2
| * | | Use `char` instead of `String` for `pick_list::Icon`Libravatar Héctor Ramón Jiménez2023-02-141-19/+16
| * | | Move `Handle` and `Icon` definitions in `pick_list`Libravatar Héctor Ramón Jiménez2023-02-141-70/+70
| * | | Rename `HandleContent` to `Icon` and simplify genericsLibravatar Héctor Ramón Jiménez2023-02-142-55/+21
| * | | Extend pick_list::HandleLibravatar Casper Storm2023-02-142-15/+71
* | | | Merge pull request #1701 from nicksenger/fix/diff-component-operateLibravatar Héctor Ramón2023-02-141-0/+2
|\ \ \ \
| * | | | fix: diff widget sub-tree after rebuilding component with operationLibravatar Nick Senger2023-02-121-0/+2
| | |/ / | |/| |
* | | | Merge pull request #1698 from iced-rs/hide-window-until-readyLibravatar Héctor Ramón2023-02-142-7/+16
|\ \ \ \
| * | | | Hide window until `Renderer` has been initializedLibravatar Héctor Ramón Jiménez2023-02-112-7/+16
| |/ / /
* | | | Merge pull request #1700 from nicksenger/overlay/fix-panicLibravatar Héctor Ramón2023-02-141-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: panic when overlay event processing removes overlayLibravatar Nick Senger2023-02-111-9/+9
| |/ /
* | | Merge pull request #1699 from nicksenger/overlay/is_overLibravatar Héctor Ramón2023-02-143-0/+21
|\ \ \ | |/ / |/| |
| * | fix: lazy widgets overlay is_overLibravatar Nick Senger2023-02-103-0/+21
|/ /
* | Resize images on README.md (#1659)Libravatar Yoo Dongryul2023-02-071-2/+2
* | Merge pull request #1694 from sushigiri/masterLibravatar Héctor Ramón2023-02-061-1/+5
|\ \
| * | Accept FnOnce instead of Fn in canvas cache drawLibravatar sushigiri2023-02-061-1/+5
|/ /
* | Write missing `window::Action` helpers in `window`Libravatar Héctor Ramón Jiménez2023-01-312-6/+35
* | Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez2023-01-313-14/+15
* | Merge pull request #1686 from iced-rs/fix/overlay-group-positionLibravatar Héctor Ramón2023-01-307-18/+33
|\ \
| * | Fix layout translation in `overlay::Group`Libravatar Héctor Ramón Jiménez2023-01-307-18/+33
|/ /
* | Merge pull request #1685 from iced-rs/fix/component-animationsLibravatar Héctor Ramón2023-01-301-0/+4
|\ \
| * | Fix widget-driven animations for `Component`Libravatar Héctor Ramón Jiménez2023-01-301-0/+4
* | | Merge pull request #1682 from tarkah/standalone-image-drawLibravatar Héctor Ramón2023-01-301-28/+40
|\ \ \ | |/ / |/| |
| * | Refactor image draw to standalone functionLibravatar Cory Forsstrom2023-01-281-28/+40
|/ /
* | Merge pull request #1678 from frey/fix/mapped_operations_missingLibravatar Héctor Ramón2023-01-281-1/+11
|\ \
| * | Mapped operations is missing text_input()...Libravatar frey2023-01-261-1/+11
* | | Merge pull request #1679 from casperstorm/pick_list/widthLibravatar Héctor Ramón2023-01-281-4/+1
|\ \ \
| * | | Fixed a small pixel width issue on `pick_list`Libravatar Casper Storm2023-01-271-4/+1
| |/ /
* | | Merge pull request #1681 from pop-os/fix-lintsLibravatar Héctor Ramón2023-01-2829-58/+53
|\ \ \ | |/ / |/| |
| * | Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-2725-54/+47
| * | Fix: Clippy lint 'needless_lifetimes'Libravatar 13r0ck2023-01-272-4/+4
| * | Fix: Clippy lint 'let_underscore_future'Libravatar 13r0ck2023-01-272-0/+2
|/ /
* | Merge pull request #1676 from ids1024/must_useLibravatar Héctor Ramón2023-01-273-0/+3
|\ \
| * | Annotate `Command` and `Subscription` with `#[must_use]`Libravatar Ian Douglas Scott2023-01-263-0/+3
|/ /
* | Merge pull request #1655 from tarkah/feat/group-overlayLibravatar Héctor Ramón2023-01-248-10/+896
|\ \ | |/ |/|
| * Fix some minor documentation inconsistenciesLibravatar Héctor Ramón Jiménez2023-01-243-5/+8
| * Rename method to is_overLibravatar Cory Forsstrom2023-01-175-37/+13
| * Add toast exampleLibravatar Cory Forsstrom2023-01-173-0/+689
| * New method to determine if overlay contains cursorLibravatar Cory Forsstrom2023-01-174-2/+48
| * Use group overlay for containers w/ childrenLibravatar Cory Forsstrom2023-01-172-8/+13
| * Add group overlay elementLibravatar Cory Forsstrom2023-01-172-0/+167
* | 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