Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tracing to multi_window applications | 2023-01-13 | 7 | -36/+94 | |
| | |||||
* | Removed glutin's individual multi_window state since 0.30+ doesn't have its ↵ | 2023-01-09 | 2 | -232/+5 | |
| | | | | own event crate anymore | ||||
* | Formatting | 2023-01-09 | 4 | -25/+81 | |
| | |||||
* | Implemented window title update functionality for multiwindow. | 2023-01-09 | 14 | -235/+262 | |
| | |||||
* | Fix multi-window example for Glutin on MacOS | 2023-01-09 | 3 | -75/+90 | |
| | |||||
* | Fixed issue with window ID on winit | 2023-01-09 | 3 | -51/+62 | |
| | |||||
* | merged in iced master | 2023-01-09 | 5 | -5/+45 | |
| | |||||
* | remove `windows` method (use commands instead) | 2023-01-09 | 6 | -73/+8 | |
| | |||||
* | update `glutin\multi_window` to new surface api | 2023-01-09 | 2 | -98/+294 | |
| | |||||
* | update `iced_glutin` to use new surface api | 2023-01-09 | 2 | -87/+254 | |
| | |||||
* | update `glutin` to 0.30 | 2023-01-09 | 1 | -2/+2 | |
| | |||||
* | introduce `window::spawn` and `window::close` | 2023-01-09 | 5 | -71/+123 | |
| | |||||
* | move window settings to `iced_native` | 2023-01-09 | 11 | -69/+62 | |
| | |||||
* | use `glutin/multi_window` branch | 2023-01-09 | 4 | -23/+29 | |
| | |||||
* | copy `multi_window::Event` from `iced_winit` | 2023-01-09 | 2 | -14/+491 | |
| | |||||
* | implement `multi_window` for `iced_glutin` | 2023-01-09 | 3 | -9/+561 | |
| | |||||
* | add `window::Id` to `Event` and `Action` | 2023-01-09 | 11 | -79/+100 | |
| | |||||
* | Introduce `multi_window` to `iced_glutin` | 2023-01-09 | 4 | -1/+26 | |
| | |||||
* | Split `Surface` and `Window` | 2023-01-09 | 1 | -47/+35 | |
| | |||||
* | Introduce `close_requested` for `multi-window` | 2023-01-09 | 4 | -4/+26 | |
| | |||||
* | Allow closing the window from user code | 2023-01-09 | 4 | -23/+76 | |
| | |||||
* | create multi-windowed `pane_grid` example | 2023-01-09 | 1 | -101/+278 | |
| | |||||
* | add `window::Id` to `view` | 2023-01-09 | 2 | -12/+35 | |
| | |||||
* | duplicate `pane_grid` example to `multi_window` | 2023-01-09 | 2 | -27/+355 | |
| | |||||
* | fix: temporarily add `window::Id` to | 2023-01-09 | 1 | -18/+35 | |
| | | | | events internaly | ||||
* | what is this | 2023-01-09 | 3 | -154/+285 | |
| | |||||
* | Fix `multi_window` example | 2023-01-09 | 1 | -0/+58 | |
| | |||||
* | Introduce opaque `window::Id` type | 2023-01-09 | 6 | -12/+48 | |
| | |||||
* | 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 | 2 | -21/+35 | |
| | | | | | 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 | 5 | -1/+959 | |
| | |||||
* | Introduce `multi_window` from `pure` | 2023-01-09 | 4 | -0/+205 | |
| | |||||
* | Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling | 2023-01-09 | 12 | -521/+1043 | |
|\ | | | | | [Feature] Multidirectional scrolling | ||||
| * | Avoid dragging scroll area when touching scrollbars for `Scrollable` | 2023-01-08 | 1 | -1/+4 | |
| | | |||||
| * | Remove `PartialOrd` implementation for `Rectangle` | 2023-01-08 | 2 | -7/+3 | |
| | | | | | | | | | | A `PartialOrd` implementation is unclear for this type, since it has a position besides its dimensions. | ||||
| * | Enable horizontal scrolling with `Shift+MouseWheel` | 2023-01-08 | 1 | -1/+17 | |
| | | |||||
| * | Add some missing `spacing` to `scrollable` example | 2023-01-08 | 1 | -0/+2 | |
| | | |||||
| * | Introduce `RelativeOffset` type in `scrollable` | 2023-01-08 | 6 | -69/+75 | |
| | | |||||
| * | Reworked Scrollable to account for lack of widget order guarantees. | 2022-12-29 | 9 | -691/+618 | |
| | | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds. | ||||
| * | Add multidirectional scrolling capabilities to the existing Scrollable. | 2022-12-29 | 12 | -563/+1135 | |
| | | |||||
* | | Merge pull request #1565 from bungoboingo/feat/tracing | 2023-01-09 | 17 | -24/+276 | |
|\ \ | | | | | | | [Feature] Profiling | ||||
| * | | Add newline at EOF to `.gitignore` | 2023-01-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 23 | -251/+181 | |
| | | | |||||
| * | | Initial profiling support for Iced. | 2023-01-09 | 20 | -35/+357 | |
|/ / | |||||
* | | Merge pull request #1639 from iced-rs/fix/limits-clamp | 2023-01-05 | 1 | -7/+9 | |
|\ \ | | | | | | | Stop using `f32::clamp` altogether in `layout::Limits` | ||||
| * | | Stop using `f32::clamp` altogether in `layout::Limits` | 2023-01-05 | 1 | -7/+9 | |
| | | | |||||
* | | | Merge pull request #1633 from pop-os/standardize-checkbox-functions | 2023-01-05 | 2 | -3/+3 | |
|\ \ \ | | | | | | | | | use same name & order for checkbox::new and helper |