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
/
src
/
program
/
window_manager.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-06
Set correct text size for text in preedit window
rhysd
1
-1
/
+3
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
1
-2
/
+143
2025-01-06
Use "outer" positions in all window-related operations
Héctor Ramón Jiménez
1
-1
/
+1
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
1
-6
/
+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
1
-0
/
+16
2024-09-03
Reconnect `Clipboard` on window close
Héctor Ramón Jiménez
1
-0
/
+4
2024-08-30
Add `get_scale_factor` task to `window` module
Héctor Ramón Jiménez
1
-0
/
+4
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-30
/
+30
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
1
-1
/
+2
2024-04-25
Introduce `opaque` widget helper
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-6
/
+6
2024-03-06
Simplify theming for `Application`
Héctor Ramón Jiménez
1
-7
/
+6
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-5
/
+5
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-3
/
+4
2023-12-02
Refactor `Windows` abstraction into `WindowManager`
Héctor Ramón Jiménez
1
-0
/
+156