Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget operations for multi-window. | 2023-02-15 | 1 | -55/+62 | |
| | |||||
* | Redraw request events for multiwindow. | 2023-02-15 | 1 | -3/+8 | |
| | |||||
* | Added window::Id to multi_window application's scale_factor | 2023-01-18 | 2 | -3/+3 | |
| | |||||
* | New iced changes | 2023-01-18 | 1 | -0/+1 | |
| | |||||
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-01-18 | 6 | -23/+80 | |
|\ | | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs | ||||
| * | Bump versions in `README`s | 2023-01-14 | 1 | -1/+1 | |
| | | |||||
| * | Bump versions :tada: | 2023-01-14 | 3 | -10/+10 | |
| | | |||||
| * | Fix grammar of `TODO` comment in `application` modules | 2023-01-13 | 1 | -3/+2 | |
| | | |||||
| * | Use `instant` instead of `wasm-timer` in `iced_core` | 2023-01-12 | 2 | -2/+1 | |
| | | |||||
| * | Use `instant` to fix Wasm target | 2023-01-12 | 2 | -1/+2 | |
| | | |||||
| * | Replace `Option<Instant>` with `RedrawRequest` enum | 2023-01-12 | 2 | -3/+11 | |
| | | |||||
| * | Implement `window::frames` subscription | 2023-01-12 | 1 | -1/+1 | |
| | | | | | | | | ... and use it in the `solar_system` example :tada: | ||||
| * | Draft `Shell:request_redraw` API | 2023-01-12 | 1 | -11/+61 | |
| | | | | | | | | ... and implement `TextInput` cursor blink :tada: | ||||
* | | Added tracing to multi_window applications | 2023-01-13 | 4 | -16/+54 | |
| | | |||||
* | | Formatting | 2023-01-09 | 1 | -3/+6 | |
| | | |||||
* | | Implemented window title update functionality for multiwindow. | 2023-01-09 | 4 | -105/+138 | |
| | | |||||
* | | Fix multi-window example for Glutin on MacOS | 2023-01-09 | 1 | -0/+1 | |
| | | |||||
* | | Fixed issue with window ID on winit | 2023-01-09 | 1 | -51/+59 | |
| | | |||||
* | | merged in iced master | 2023-01-09 | 2 | -2/+22 | |
| | | |||||
* | | remove `windows` method (use commands instead) | 2023-01-09 | 2 | -27/+2 | |
| | | |||||
* | | introduce `window::spawn` and `window::close` | 2023-01-09 | 3 | -34/+66 | |
| | | |||||
* | | move window settings to `iced_native` | 2023-01-09 | 4 | -24/+203 | |
| | | |||||
* | | add `window::Id` to `Event` and `Action` | 2023-01-09 | 4 | -72/+84 | |
| | | |||||
* | | Split `Surface` and `Window` | 2023-01-09 | 1 | -47/+35 | |
| | | |||||
* | | Introduce `close_requested` for `multi-window` | 2023-01-09 | 2 | -4/+15 | |
| | | |||||
* | | Allow closing the window from user code | 2023-01-09 | 2 | -20/+68 | |
| | | |||||
* | | add `window::Id` to `view` | 2023-01-09 | 1 | -9/+26 | |
| | | |||||
* | | fix: temporarily add `window::Id` to | 2023-01-09 | 1 | -18/+35 | |
| | | | | | | | | events internaly | ||||
* | | what is this | 2023-01-09 | 2 | -153/+284 | |
| | | |||||
* | | Introduce opaque `window::Id` type | 2023-01-09 | 3 | -12/+16 | |
| | | |||||
* | | Synchronize window list with `windows` method | 2023-01-09 | 2 | -15/+79 | |
| | | |||||
* | | fix: temporalily remove the unsafe pointer `HWND` | 2023-01-09 | 2 | -5/+5 | |
| | | |||||
* | | Internally wrap `Message` with a `Event` enum | 2023-01-09 | 1 | -15/+28 | |
| | | |||||
* | | Use map of windows internally | 2023-01-09 | 1 | -11/+19 | |
| | | |||||
* | | Unify `Application` and `Program` | 2023-01-09 | 1 | -4/+24 | |
| | | | | | | | | | | Instead of creating a separate `multi_window::Program`, the new `multi_window::Application` unifies both traits | ||||
* | | Introduce `multi_window` in `iced_winit` | 2023-01-09 | 4 | -0/+958 | |
|/ | |||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 4 | -6/+127 | |
| | |||||
* | Initial profiling support for Iced. | 2023-01-09 | 2 | -12/+56 | |
| | |||||
* | Rename `FocusWindow` to `GainFocus` in `window::Action` | 2023-01-02 | 1 | -1/+1 | |
| | |||||
* | Add `FocusWindow` to `window::Action` | 2023-01-02 | 1 | -0/+1 | |
| | |||||
* | Create conversion function for `user_attention` in `iced_winit` | 2023-01-02 | 3 | -11/+21 | |
| | |||||
* | Add `RequestUserAttention` to `window::Action` | 2023-01-02 | 1 | -6/+16 | |
| | |||||
* | Implement `window::close` action and remove `should_exit` | 2022-12-15 | 2 | -9/+14 | |
| | |||||
* | add toggle decorations action | 2022-12-10 | 1 | -0/+3 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 3 | -10/+10 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 2 | -7/+7 | |
| | |||||
* | Bump versions :tada: | 2022-11-10 | 1 | -4/+4 | |
| | |||||
* | Fix broken documentation links | 2022-11-10 | 1 | -2/+2 | |
| | |||||
* | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -2/+2 | |
| |