Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | image: Allow any kind of data that implements `AsRef<[u8]>` for the image data | 2023-02-17 | 2 | -8/+65 | ||
|/ / / / | ||||||
* | | | | Merge pull request #1665 from Jedsek/patch-2 | 2023-02-17 | 1 | -5/+7 | ||
|\ \ \ \ | ||||||
| * | | | | Run `cargo fmt` | 2023-02-17 | 1 | -1/+1 | ||
| * | | | | Update main.rs | 2023-01-20 | 1 | -1/+1 | ||
| * | | | | Update main.rs | 2023-01-20 | 1 | -5/+7 | ||
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1589 from Night-Hunter-NF/FetchWindowId | 2023-02-17 | 3 | -0/+18 | ||
|\ \ \ \ | ||||||
| * | | | | Expose `fetch_id` helper in `window` module | 2023-02-17 | 1 | -0/+9 | ||
| * | | | | add action to get window id | 2023-02-17 | 2 | -0/+9 | ||
|/ / / / | ||||||
* | | | | Merge pull request #1587 from Night-Hunter-NF/AlwaysOnTop | 2023-02-17 | 3 | -17/+50 | ||
|\ \ \ \ | ||||||
| * | | | | Expose `change_always_on_top` helper in `window` module | 2023-02-17 | 1 | -4/+15 | ||
| * | | | | Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop` | 2023-02-17 | 2 | -19/+28 | ||
| * | | | | update docs and change to SetAlwaysOnTop | 2023-02-17 | 2 | -5/+5 | ||
| * | | | | add always on top action | 2023-02-17 | 2 | -0/+13 | ||
|/ / / / | ||||||
* | | | | Merge pull request #1703 from greatest-ape/v0.7-glow-explicit-location | 2023-02-17 | 1 | -4/+4 | ||
|\ \ \ \ | ||||||
| * | | | | glow: enable GL_ARB_explicit_attrib_location to fix crashes | 2023-02-13 | 1 | -4/+4 | ||
* | | | | | Merge pull request #1707 from casperstorm/feat/checkbox-icon | 2023-02-17 | 8 | -9/+123 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Added the ability to change checkbox icon | 2023-02-16 | 8 | -9/+123 | ||
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #1695 from nicksenger/widgets/container-ids | 2023-02-16 | 2 | -17/+55 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | container: allow specification of ID and provide to `Operation::container` | 2023-02-16 | 1 | -9/+44 | ||
| * | | | | Revert "provide ID to operation.container in applicable widgets" | 2023-02-16 | 5 | -226/+51 | ||
| * | | | | provide ID to operation.container in applicable widgets | 2023-02-16 | 5 | -51/+226 | ||
| * | | | | scrollable: provide ID to operation.container | 2023-02-16 | 1 | -8/+11 | ||
* | | | | | Merge pull request #1706 from tarkah/fix/text-input-padding | 2023-02-15 | 1 | -1/+1 | ||
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Pad after setting width | 2023-02-14 | 1 | -1/+1 | ||
|/ / / / | ||||||
* | | | | Merge pull request #1675 from casperstorm/pick_list/extend-handle | 2023-02-14 | 2 | -63/+72 | ||
|\ \ \ \ | ||||||
| * | | | | Inline `Handle::content` for simplicity and efficiency | 2023-02-14 | 1 | -31/+22 | ||
| * | | | | Provide `State` reference instead of closure to `pick_list::draw` | 2023-02-14 | 1 | -3/+2 | ||
| * | | | | Use `char` instead of `String` for `pick_list::Icon` | 2023-02-14 | 1 | -19/+16 | ||
| * | | | | Move `Handle` and `Icon` definitions in `pick_list` | 2023-02-14 | 1 | -70/+70 | ||
| * | | | | Rename `HandleContent` to `Icon` and simplify generics | 2023-02-14 | 2 | -55/+21 | ||
| * | | | | Extend pick_list::Handle | 2023-02-14 | 2 | -15/+71 | ||
* | | | | | Merge pull request #1701 from nicksenger/fix/diff-component-operate | 2023-02-14 | 1 | -0/+2 | ||
|\ \ \ \ \ | ||||||
| * | | | | | fix: diff widget sub-tree after rebuilding component with operation | 2023-02-12 | 1 | -0/+2 | ||
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #1698 from iced-rs/hide-window-until-ready | 2023-02-14 | 2 | -7/+16 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Hide window until `Renderer` has been initialized | 2023-02-11 | 2 | -7/+16 | ||
| |/ / / / | ||||||
* | | | | | Merge pull request #1700 from nicksenger/overlay/fix-panic | 2023-02-14 | 1 | -9/+9 | ||
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | fix: panic when overlay event processing removes overlay | 2023-02-11 | 1 | -9/+9 | ||
| |/ / / | ||||||
* | | | | Merge pull request #1699 from nicksenger/overlay/is_over | 2023-02-14 | 3 | -0/+21 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | fix: lazy widgets overlay is_over | 2023-02-10 | 3 | -0/+21 | ||
|/ / / | ||||||
* | | | Resize images on README.md (#1659) | 2023-02-07 | 1 | -2/+2 | ||
* | | | Merge pull request #1694 from sushigiri/master | 2023-02-06 | 1 | -1/+5 | ||
|\ \ \ | |_|/ |/| | | ||||||
| * | | Accept FnOnce instead of Fn in canvas cache draw | 2023-02-06 | 1 | -1/+5 | ||
|/ / | ||||||
* | | Write missing `window::Action` helpers in `window` | 2023-01-31 | 2 | -6/+35 | ||
* | | Improve consistency of `window::Action` | 2023-01-31 | 3 | -14/+15 | ||
* | | Merge pull request #1686 from iced-rs/fix/overlay-group-position | 2023-01-30 | 7 | -18/+33 | ||
|\ \ | ||||||
| * | | Fix layout translation in `overlay::Group` | 2023-01-30 | 7 | -18/+33 | ||
|/ / | ||||||
* | | Merge pull request #1685 from iced-rs/fix/component-animations | 2023-01-30 | 1 | -0/+4 | ||
|\ \ | ||||||
| * | | Fix widget-driven animations for `Component` | 2023-01-30 | 1 | -0/+4 | ||
* | | | Merge pull request #1682 from tarkah/standalone-image-draw | 2023-01-30 | 1 | -28/+40 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Refactor image draw to standalone function | 2023-01-28 | 1 | -28/+40 | ||
|/ / |