summaryrefslogtreecommitdiffstats
path: root/native/src/window (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-147/+0
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-045-131/+2
|
* add action to get window idLibravatar Night_Hunter2023-02-171-0/+4
|
* Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`Libravatar Héctor Ramón Jiménez2023-02-171-8/+14
|
* update docs and change to SetAlwaysOnTopLibravatar Night_Hunter2023-02-171-4/+4
|
* add always on top actionLibravatar Night_Hunter2023-02-171-0/+10
|
* Write missing `window::Action` helpers in `window`Libravatar Héctor Ramón Jiménez2023-01-311-1/+1
|
* Improve consistency of `window::Action`Libravatar Héctor Ramón Jiménez2023-01-311-8/+9
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-6/+5
|
* Use `instant` instead of `wasm-timer` in `iced_core`Libravatar Héctor Ramón Jiménez2023-01-122-2/+3
|
* Use `instant` to fix Wasm targetLibravatar Héctor Ramón Jiménez2023-01-122-2/+2
|
* Replace `Option<Instant>` with `RedrawRequest` enumLibravatar Héctor Ramón Jiménez2023-01-121-0/+38
|
* Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-121-0/+6
| | | | ... and implement `TextInput` cursor blink :tada:
* Rename `FocusWindow` to `GainFocus` in `window::Action`Libravatar Héctor Ramón Jiménez2023-01-021-3/+3
|
* Add `FocusWindow` to `window::Action`Libravatar Night_Hunter2023-01-021-0/+13
|
* Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter2023-01-022-5/+46
|
* Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez2022-12-151-0/+4
|
* Remove mention of iOS and Android in `window::action`Libravatar Héctor Ramón2022-12-131-1/+1
|
* add toggle decorations actionLibravatar Night_Hunter2022-12-101-0/+7
|
* feat: Add window minimize supportLibravatar Michael Aaron Murphy2022-10-111-0/+4
|
* feat: Add window maximize supportLibravatar Michael Aaron Murphy2022-10-111-0/+8
|
* feat: Add window drag support from winitLibravatar Michael Aaron Murphy2022-10-111-0/+8
| | | | Exposes access to the winit window's window_drag method as an action.
* Document that `window::Action::Move` is unsupported on WaylandLibravatar Ian Douglas Scott2022-09-151-0/+2
| | | | | | | | | https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_outer_position notes that this isn't supported on Wayland. Wayland by design doesn't allow applications to position windows arbitrarily. GTK4 in comparison removed `gtk_window_move()` (which naturally didn't work on Wayland).
* Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez2022-08-182-2/+57
|
* Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2022-08-171-1/+1
|
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-022-3/+20
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Add window::Event::MovedLibravatar Cory Forsstrom2021-07-261-0/+8
|
* Add `CloseRequested` variant to `window::Event`Libravatar Héctor Ramón Jiménez2021-03-301-0/+6
|
* Split `window::Event::Focused` into two variantsLibravatar Héctor Ramón Jiménez2021-01-151-4/+7
|
* add focus eventLibravatar cossonleo2021-01-151-0/+3
|
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-201-60/+0
|
* Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez2020-05-191-2/+2
|
* Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2020-05-191-3/+8
|
* Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2020-04-301-2/+2
|
* Remove `scale_factor` from `iced_wgpu::Viewport`Libravatar Héctor Ramón Jiménez2020-02-091-1/+1
|
* Remove unused `window::renderer` moduleLibravatar Héctor Ramón Jiménez2020-02-091-55/+0
|
* Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez2020-02-092-38/+90
|
* Increase precision of `scale_factor` in `Windowed`Libravatar Héctor Ramón Jiménez2020-02-071-2/+2
|
* Update `winit` to `0.20`Libravatar Héctor Ramón Jiménez2020-02-071-6/+6
|
* Produce new window file events in `iced_winit`Libravatar Héctor Ramón Jiménez2020-01-161-3/+3
|
* Add file events to `iced_native::window::Event`Libravatar Héctor Ramón Jiménez2020-01-161-1/+21
|
* Move `Debugger` and `Windowed` to a better locationLibravatar Héctor Ramón Jiménez2020-01-101-0/+58
| | | | | We move `renderer::Debugger` to `layout::Debugger` and `renderer::Windowed` to `window::Renderer`.
* Add `window::Event::Resized` to `iced_native`Libravatar Héctor Ramón Jiménez2020-01-101-0/+12