| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 19 | -1062/+136 |
| * | | Move `Canvas` and `QRCode` to `iced` crate | Héctor Ramón Jiménez | 2023-03-03 | 6 | -4/+735 |
| * | | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -2/+3 |
| * | | Use `iced_renderer` instead of `iced_graphics` in root crate | Héctor Ramón Jiménez | 2023-02-28 | 2 | -3/+3 |
| * | | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | Héctor Ramón Jiménez | 2023-02-24 | 2 | -3/+3 |
| * | | Remove `iced_glutin` and `iced_glow` leftovers | Héctor Ramón Jiménez | 2023-02-24 | 2 | -22/+1 |
| * | | Implement `font::load` command in `iced_native` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -2/+4 |
| * | | Overhaul `Font` type to allow font family selection | Héctor Ramón Jiménez | 2023-02-24 | 2 | -14/+5 |
| * | | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -2/+2 |
* | | | Added per-window theme support. | Bingus | 2023-03-15 | 1 | -3/+4 |
* | | | Code cleanup, clearer comments + removed some unnecessary dupe; | Bingus | 2023-03-13 | 2 | -3/+4 |
* | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-03-13 | 1 | -1/+0 |
|\ \ \
| | |/
| |/| |
|
| * | | Expose `window` commands for Wasm builds | Héctor Ramón Jiménez | 2023-03-03 | 1 | -1/+0 |
| |/ |
|
| * | Remove logging large bytes arrays | Cory Forsstrom | 2023-02-23 | 1 | -1/+7 |
* | | Removed glutin MW support and reverted glutin changes back to Iced master sin... | bungoboingo | 2023-02-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-02-20 | 4 | -25/+25 |
|\| |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-02-18 | 4 | -25/+25 |
* | | Iced master merge (again) | Bingus | 2023-02-17 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-02-17 | 2 | -4/+4 |
|\| |
|
| * | Use `Pixels` for `Text::size` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -3/+3 |
| * | Added the ability to change checkbox icon | Casper Storm | 2023-02-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-02-15 | 1 | -1/+3 |
|\| |
|
| * | Rename `HandleContent` to `Icon` and simplify generics | Héctor Ramón Jiménez | 2023-02-14 | 1 | -1/+1 |
| * | Extend pick_list::Handle | Casper Storm | 2023-02-14 | 1 | -1/+3 |
| * | Fix: Clippy lint 'uninlined_format_args' | 13r0ck | 2023-01-27 | 1 | -9/+6 |
* | | Added window::Id to multi_window application's scale_factor | Bingus | 2023-01-18 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-01-18 | 4 | -43/+26 |
|\| |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-01-14 | 4 | -25/+25 |
| * | Merge pull request #1647 from iced-rs/feature/widget-request-redraw | Héctor Ramón | 2023-01-13 | 2 | -18/+0 |
| |\ |
|
| | * | Draft `Shell:request_redraw` API | Héctor Ramón Jiménez | 2023-01-12 | 2 | -18/+0 |
| * | | Fix comment description on crate example | Wiktor Kwapisiewicz | 2023-01-12 | 1 | -0/+1 |
| |/ |
|
* | | Formatting | bungoboingo | 2023-01-09 | 1 | -15/+64 |
* | | Implemented window title update functionality for multiwindow. | bungoboingo | 2023-01-09 | 1 | -4/+4 |
* | | remove `windows` method (use commands instead) | Richard | 2023-01-09 | 1 | -13/+0 |
* | | move window settings to `iced_native` | Richard | 2023-01-09 | 4 | -282/+3 |
* | | Introduce `close_requested` for `multi-window` | Richard | 2023-01-09 | 1 | -0/+7 |
* | | add `window::Id` to `view` | Richard | 2023-01-09 | 1 | -3/+9 |
* | | Introduce opaque `window::Id` type | Richard | 2023-01-09 | 1 | -0/+14 |
* | | Unify `Application` and `Program` | Richard | 2023-01-09 | 1 | -17/+11 |
* | | Introduce `multi_window` from `pure` | Richard | 2023-01-09 | 3 | -0/+203 |
|/ |
|
* | Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling | Héctor Ramón | 2023-01-09 | 1 | -1/+2 |
|\ |
|
| * | Introduce `RelativeOffset` type in `scrollable` | Héctor Ramón Jiménez | 2023-01-08 | 1 | -1/+2 |
| * | Reworked Scrollable to account for lack of widget order guarantees. | bungoboingo | 2022-12-29 | 1 | -2/+1 |
| * | Add multidirectional scrolling capabilities to the existing Scrollable. | Bingus | 2022-12-29 | 1 | -1/+2 |
* | | fix doc links | Araxeus | 2023-01-04 | 1 | -1/+1 |
* | | Merge pull request #1562 from casperstorm/feat/custom-accessory-content | Héctor Ramón | 2023-01-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Rename `pick_list::AccessoryContent` to `Handle` | Héctor Ramón Jiménez | 2022-12-14 | 1 | -3/+1 |
| * | Added ability to customize accessory content. | Casper Rogild Storm | 2022-11-29 | 1 | -1/+3 |
* | | Implement `window::close` action and remove `should_exit` | Héctor Ramón Jiménez | 2022-12-15 | 1 | -4/+0 |
* | | Split vertical orientation into VerticalSlider | Casper Storm | 2022-12-13 | 1 | -0/+2 |