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
/
winit
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-26
Free proxy slots unconditionally in `AboutToWait`
Héctor Ramón Jiménez
1
-5
/
+5
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
3
-5
/
+7
2025-02-14
Fix priority of redraw requests in `winit` shell
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-14
Fix updating spans cache for pre-edit content in window manager
rhysd
1
-0
/
+4
2025-02-13
Clear pre-edit window state when pre-edit content is `None`
rhysd
1
-0
/
+2
2025-02-13
Simplify preedit overlay creation
Héctor Ramón Jiménez
1
-8
/
+3
2025-02-12
Simplify `InputMethod` API with only two states
Héctor Ramón Jiménez
1
-42
/
+56
2025-02-07
Fix system informations `cpu_brand` always being empty
AMS21
1
-2
/
+6
2025-02-06
Set correct text size for text in preedit window
rhysd
1
-1
/
+3
2025-02-03
Fulfill `InputMethod` requests only during `RedrawRequested`
Héctor Ramón Jiménez
1
-4
/
+4
2025-02-03
Use `text::Span::new` in `window_manager`
Héctor Ramón Jiménez
1
-26
/
+9
2025-02-03
Implement basic IME selection in `Preedit` overlay
Héctor Ramón Jiménez
1
-25
/
+95
2025-02-03
Clamp pre-edit inside viewport bounds
Héctor Ramón Jiménez
1
-11
/
+35
2025-02-03
Track pre-edits separately from focus in text inputs
Héctor Ramón Jiménez
1
-2
/
+4
2025-02-02
Add neutral `None` variant to `InputMethod`
Héctor Ramón Jiménez
1
-4
/
+7
2025-02-02
Refactor and simplify `input_method` API
Héctor Ramón Jiménez
4
-175
/
+174
2025-02-02
Copy `winit` docs for `input_method::Event`
Héctor Ramón Jiménez
1
-1
/
+4
2025-02-02
Run `cargo fmt` and fix lints
Héctor Ramón Jiménez
1
-4
/
+2
2025-02-02
Draft `input_method` support
KENZ
3
-16
/
+171
2025-02-02
Fix infinite runtime loop when queue redraws at a specific time
Héctor Ramón Jiménez
1
-0
/
+13
2025-01-28
Remove unused `winapi` crate from dependencies
rhysd
1
-3
/
+0
2025-01-16
Fix broken doc link in `winit::conversion`
Héctor Ramón Jiménez
1
-3
/
+1
2025-01-16
feat: add a window drag resize task
tsuza
2
-1
/
+34
2025-01-14
Panic instead of erroring when compositor channel unexpectedly closes
Héctor Ramón Jiménez
1
-12
/
+5
2025-01-06
Rename `window::change_*` tasks to `set_*`
Héctor Ramón Jiménez
1
-3
/
+3
2025-01-06
Fix unintuitive variable name in `winit::program`
Héctor Ramón Jiménez
1
-9
/
+9
2025-01-06
Remove `window::change_title` since it's redundant
Héctor Ramón Jiménez
1
-5
/
+0
2025-01-06
window task for setting resize increments
JL710
1
-0
/
+10
2025-01-06
window resizable task
JL710
1
-0
/
+5
2025-01-06
window tasks for setting min and max size
JL710
1
-0
/
+20
2025-01-06
add Task and Action for changing a window title
JL710
1
-0
/
+5
2025-01-06
Simplify type annotations in `winit::program`
Héctor Ramón Jiménez
1
-6
/
+2
2025-01-06
Initialize `Compositor` lazily in `winit` shell
Héctor Ramón Jiménez
1
-143
/
+144
2025-01-06
Use "outer" positions in all window-related operations
Héctor Ramón Jiménez
2
-2
/
+17
2024-12-14
Support custom renderers in `iced_test` through `renderer::Headless` trait
Héctor Ramón Jiménez
1
-0
/
+11
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
3
-61
/
+33
2024-11-21
Remove `surface` argument of `Compositor::screenshot`
Ian Douglas Scott
1
-1
/
+0
2024-11-05
Replace `reactive-rendering` feature with `unconditional-rendering`
Héctor Ramón Jiménez
2
-3
/
+5
2024-11-05
Fix deferred layout on resize after drawing
Héctor Ramón Jiménez
1
-59
/
+33
2024-11-05
Request a redraw when a window is resized
Héctor Ramón Jiménez
1
-0
/
+7
2024-11-05
Fix `WindowManager::is_idle` in `iced_winit`
Héctor Ramón Jiménez
1
-1
/
+1
2024-11-05
Implement `reactive-rendering` for `text_input`
Héctor Ramón Jiménez
2
-30
/
+34
2024-11-05
Implement `reactive-rendering` for `slider`
Héctor Ramón Jiménez
1
-0
/
+2
2024-11-05
Remove `TODO` about reactive rendering in `iced_winit`
Héctor Ramón Jiménez
1
-5
/
+0
2024-11-05
Draft `reactive-rendering` feature for `button`
Héctor Ramón Jiménez
3
-28
/
+74
2024-10-24
Prevent unintended keyboard input during focus.
kosayoda
1
-0
/
+2
2024-10-04
Add `window::Settings::fullscreen`
bbb651
1
-0
/
+5
2024-10-04
Add `window::Settings::maximized`
bbb651
1
-0
/
+1
2024-10-02
Add `modified_key` to `keyboard::Event::KeyReleased`
Héctor Ramón Jiménez
1
-0
/
+1
2024-09-26
added physical_key to KeyReleased event
ibaryshnikov
1
-0
/
+1
[next]