index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
/
src
/
window
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-12
add action set icon while running (#1590)
Night_Hunter
2
-1
/
+100
2023-02-17
add action to get window id
Night_Hunter
1
-0
/
+4
2023-02-17
Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`
Héctor Ramón Jiménez
1
-8
/
+14
2023-02-17
update docs and change to SetAlwaysOnTop
Night_Hunter
1
-4
/
+4
2023-02-17
add always on top action
Night_Hunter
1
-0
/
+10
2023-01-31
Write missing `window::Action` helpers in `window`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-31
Improve consistency of `window::Action`
Héctor Ramón Jiménez
1
-8
/
+9
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-6
/
+5
2023-01-12
Use `instant` instead of `wasm-timer` in `iced_core`
Héctor Ramón Jiménez
2
-2
/
+3
2023-01-12
Use `instant` to fix Wasm target
Héctor Ramón Jiménez
2
-2
/
+2
2023-01-12
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
1
-0
/
+38
2023-01-12
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
1
-0
/
+6
2023-01-02
Rename `FocusWindow` to `GainFocus` in `window::Action`
Héctor Ramón Jiménez
1
-3
/
+3
2023-01-02
Add `FocusWindow` to `window::Action`
Night_Hunter
1
-0
/
+13
2023-01-02
Add `RequestUserAttention` to `window::Action`
Night_Hunter
2
-5
/
+46
2022-12-15
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
1
-0
/
+4
2022-12-13
Remove mention of iOS and Android in `window::action`
Héctor Ramón
1
-1
/
+1
2022-12-10
add toggle decorations action
Night_Hunter
1
-0
/
+7
2022-10-11
feat: Add window minimize support
Michael Aaron Murphy
1
-0
/
+4
2022-10-11
feat: Add window maximize support
Michael Aaron Murphy
1
-0
/
+8
2022-10-11
feat: Add window drag support from winit
Michael Aaron Murphy
1
-0
/
+8
2022-09-15
Document that `window::Action::Move` is unsupported on Wayland
Ian Douglas Scott
1
-0
/
+2
2022-08-18
Implement `SetMode` and `FetchMode` window actions
Héctor Ramón Jiménez
2
-2
/
+57
2022-08-17
Fix latest `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2
-3
/
+20
2021-07-26
Add window::Event::Moved
Cory Forsstrom
1
-0
/
+8
2021-03-30
Add `CloseRequested` variant to `window::Event`
Héctor Ramón Jiménez
1
-0
/
+6
2021-01-15
Split `window::Event::Focused` into two variants
Héctor Ramón Jiménez
1
-4
/
+7
2021-01-15
add focus event
cossonleo
1
-0
/
+3
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
1
-60
/
+0
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
1
-3
/
+8
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-09
Remove `scale_factor` from `iced_wgpu::Viewport`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-09
Remove unused `window::renderer` module
Héctor Ramón Jiménez
1
-55
/
+0
2020-02-09
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
2
-38
/
+90
2020-02-07
Increase precision of `scale_factor` in `Windowed`
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-07
Update `winit` to `0.20`
Héctor Ramón Jiménez
1
-6
/
+6
2020-01-16
Produce new window file events in `iced_winit`
Héctor Ramón Jiménez
1
-3
/
+3
2020-01-16
Add file events to `iced_native::window::Event`
Héctor Ramón Jiménez
1
-1
/
+21
2020-01-16
Expose `window::Mode` in `iced`
Héctor Ramón Jiménez
1
-9
/
+0
2020-01-16
Create `window::Mode` in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+9
2020-01-10
Move `Debugger` and `Windowed` to a better location
Héctor Ramón Jiménez
1
-0
/
+58
2020-01-10
Add `window::Event::Resized` to `iced_native`
Héctor Ramón Jiménez
1
-0
/
+12