Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Implement `font::load` command in `iced_native` | 2023-02-24 | 1 | -2/+4 | ||
| | | | ||||||
| * | | Overhaul `Font` type to allow font family selection | 2023-02-24 | 2 | -14/+5 | ||
| | | | ||||||
| * | | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | 2023-02-24 | 1 | -2/+2 | ||
| | | | ||||||
* | | | Added per-window theme support. | 2023-03-15 | 1 | -3/+4 | ||
| | | | ||||||
* | | | Code cleanup, clearer comments + removed some unnecessary dupe; | 2023-03-13 | 2 | -3/+4 | ||
| | | | | | | | | | | | | | | | 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-support | 2023-03-13 | 1 | -1/+0 | ||
|\ \ \ | | |/ | |/| | ||||||
| * | | Expose `window` commands for Wasm builds | 2023-03-03 | 1 | -1/+0 | ||
| |/ | ||||||
| * | Remove logging large bytes arrays | 2023-02-23 | 1 | -1/+7 | ||
| | | ||||||
* | | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 2023-02-28 | 1 | -1/+1 | ||
| | | | | | | | | since it's being axed as we speak. | |||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-20 | 4 | -25/+25 | ||
|\| | ||||||
| * | Bump versions :tada: | 2023-02-18 | 4 | -25/+25 | ||
| | | ||||||
* | | Iced master merge (again) | 2023-02-17 | 1 | -0/+1 | ||
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-17 | 2 | -4/+4 | ||
|\| | | | | | | | | | # Conflicts: # winit/src/window.rs | |||||
| * | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -3/+3 | ||
| | | ||||||
| * | Added the ability to change checkbox icon | 2023-02-16 | 1 | -1/+1 | ||
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-15 | 1 | -1/+3 | ||
|\| | | | | | | | | | | | | | # Conflicts: # native/src/command/action.rs # native/src/window/action.rs # winit/src/window.rs | |||||
| * | Rename `HandleContent` to `Icon` and simplify generics | 2023-02-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Extend pick_list::Handle | 2023-02-14 | 1 | -1/+3 | ||
| | | ||||||
| * | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -9/+6 | ||
| | | ||||||
* | | Added window::Id to multi_window application's scale_factor | 2023-01-18 | 1 | -3/+3 | ||
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 4 | -43/+26 | ||
|\| | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | |||||
| * | Bump versions :tada: | 2023-01-14 | 4 | -25/+25 | ||
| | | ||||||
| * | Merge pull request #1647 from iced-rs/feature/widget-request-redraw | 2023-01-13 | 2 | -18/+0 | ||
| |\ | | | | | | | Widget-driven animations | |||||
| | * | Draft `Shell:request_redraw` API | 2023-01-12 | 2 | -18/+0 | ||
| | | | | | | | | | | | | ... and implement `TextInput` cursor blink :tada: | |||||
| * | | Fix comment description on crate example | 2023-01-12 | 1 | -0/+1 | ||
| |/ | | | | | | | | | This tiny PR aligns the comment on the crate example to align to the comment that is in README.md. | |||||
* | | Formatting | 2023-01-09 | 1 | -15/+64 | ||
| | | ||||||
* | | Implemented window title update functionality for multiwindow. | 2023-01-09 | 1 | -4/+4 | ||
| | | ||||||
* | | remove `windows` method (use commands instead) | 2023-01-09 | 1 | -13/+0 | ||
| | | ||||||
* | | move window settings to `iced_native` | 2023-01-09 | 4 | -282/+3 | ||
| | | ||||||
* | | Introduce `close_requested` for `multi-window` | 2023-01-09 | 1 | -0/+7 | ||
| | | ||||||
* | | add `window::Id` to `view` | 2023-01-09 | 1 | -3/+9 | ||
| | | ||||||
* | | Introduce opaque `window::Id` type | 2023-01-09 | 1 | -0/+14 | ||
| | | ||||||
* | | Unify `Application` and `Program` | 2023-01-09 | 1 | -17/+11 | ||
| | | | | | | | | | | Instead of creating a separate `multi_window::Program`, the new `multi_window::Application` unifies both traits | |||||
* | | Introduce `multi_window` from `pure` | 2023-01-09 | 3 | -0/+203 | ||
|/ | ||||||
* | Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling | 2023-01-09 | 1 | -1/+2 | ||
|\ | | | | | [Feature] Multidirectional scrolling | |||||
| * | Introduce `RelativeOffset` type in `scrollable` | 2023-01-08 | 1 | -1/+2 | ||
| | | ||||||
| * | Reworked Scrollable to account for lack of widget order guarantees. | 2022-12-29 | 1 | -2/+1 | ||
| | | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | |||||
| * | Add multidirectional scrolling capabilities to the existing Scrollable. | 2022-12-29 | 1 | -1/+2 | ||
| | | ||||||
* | | fix doc links | 2023-01-04 | 1 | -1/+1 | ||
| | | ||||||
* | | Merge pull request #1562 from casperstorm/feat/custom-accessory-content | 2023-01-02 | 1 | -1/+1 | ||
|\ \ | |/ |/| | Added ability to customize the handle of a `pick_list` | |||||
| * | Rename `pick_list::AccessoryContent` to `Handle` | 2022-12-14 | 1 | -3/+1 | ||
| | | | | | | | | ... and rename `Default` variant to `Arrow`. | |||||
| * | Added ability to customize accessory content. | 2022-11-29 | 1 | -1/+3 | ||
| | | ||||||
* | | Implement `window::close` action and remove `should_exit` | 2022-12-15 | 1 | -4/+0 | ||
| | | ||||||
* | | Split vertical orientation into VerticalSlider | 2022-12-13 | 1 | -0/+2 | ||
| | | ||||||
* | | Bump versions :tada: | 2022-12-07 | 4 | -24/+24 | ||
| | | ||||||
* | | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -1/+1 | ||
|/ | | | | ... and pass it directly to `Renderer::draw` instead. | |||||
* | Add text input operations | 2022-11-11 | 1 | -1/+2 | ||
| | ||||||
* | Fix outdated links in documentation | 2022-11-10 | 4 | -24/+24 | ||
| | ||||||
* | Fix broken documentation links | 2022-11-10 | 2 | -2/+3 | ||
| | ||||||
* | Expose `window` commands in `iced::window` | 2022-11-09 | 1 | -1/+1 | ||
| |