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
/
conversion.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-0
/
+1
2024-01-21
feat(window): adds skip_taskbar for windows
MrAntix
1
-0
/
+3
2024-01-16
Use `SmolStr` for `text` field in `KeyPressed` event
Héctor Ramón Jiménez
1
-3
/
+1
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-125
/
+344
2023-12-15
Fix `key_code` conversion for character keys
Héctor Ramón Jiménez
1
-26
/
+26
2023-12-15
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
1
-211
/
+141
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
1
-16
/
+23
2023-11-29
Fix broken intra-doc links
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-1
/
+1
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-13
/
+12
2023-07-21
refactored window storage;
Bingus
1
-5
/
+4
2023-05-25
Introduce `window::Level` enum
Héctor Ramón Jiménez
1
-0
/
+13
2023-05-23
Make mouse::Button::Other take u16 instead of u8
bbb651
1
-3
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-6
/
+6
2023-04-12
add action set icon while running (#1590)
Night_Hunter
1
-0
/
+9
2023-04-12
Show `NotAllowed` as mouse icon when hovering a disabled `TextInput`
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-5
/
+6
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-6
/
+6
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-6
/
+6
2023-01-09
add `window::Id` to `Event` and `Action`
Richard
1
-18
/
+28
2023-01-02
Create conversion function for `user_attention` in `iced_winit`
Héctor Ramón Jiménez
1
-0
/
+16
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-6
/
+6
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-6
/
+6
2022-08-18
Implement `SetMode` and `FetchMode` window actions
Héctor Ramón Jiménez
1
-0
/
+33
2022-08-18
Remove `window::Mode` and introduce `Settings::visible`
Héctor Ramón Jiménez
1
-24
/
+1
2022-07-09
Address Clippy lints
Poly
1
-4
/
+4
2022-05-02
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
1
-6
/
+6
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-6
/
+6
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
1
-282
/
+0
2021-08-16
Update `winit` and `glutin` dependencies
Héctor Ramón Jiménez
1
-6
/
+6
2021-07-26
Add window::Event::Moved
Cory Forsstrom
1
-0
/
+6
2021-07-21
Improve `window::Position` API
Héctor Ramón Jiménez
1
-1
/
+44
2021-07-20
Update `winit` and `glutin` dependencies
Héctor Ramón Jiménez
1
-12
/
+5
2021-07-19
Replace `content` with `title` in `menu` module
Héctor Ramón Jiménez
1
-6
/
+4
2021-07-13
Implement `conversion::menu_message`
Héctor Ramón Jiménez
1
-6
/
+44
2021-07-13
Force `Application::Message` to implement `Clone`
Héctor Ramón Jiménez
1
-1
/
+4
2021-07-13
Use `Menu::default` for root level menu in `conversion::menu`
Héctor Ramón Jiménez
1
-6
/
+9
2021-07-13
Draft `conversion::menu_message` in `iced_winit`
Héctor Ramón Jiménez
1
-0
/
+11
2021-07-13
Generate unique identifiers for entries in `conversion::menu`
Héctor Ramón Jiménez
1
-12
/
+30
2021-07-12
Store and synchronize `Menu` in `application::State`
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-12
Simplify `Hotkey` conversion in `conversion::menu`
Héctor Ramón Jiménez
1
-6
/
+1
2021-07-12
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
1
-10
/
+12
2021-07-12
Make `Menu` API a bit more functional
Héctor Ramón Jiménez
1
-4
/
+5
2021-07-05
Initial menu implementation
Richard
1
-1
/
+223
2021-04-09
use Mode::Hidden instead
Cory Forsstrom
1
-1
/
+9
2021-03-30
Add `CloseRequested` variant to `window::Event`
Héctor Ramón Jiménez
1
-0
/
+3
2021-01-15
Split `window::Event::Focused` into two variants
Héctor Ramón Jiménez
1
-3
/
+5
2021-01-15
add focus event
cossonleo
1
-0
/
+3
2020-12-15
Produce logical coordinates for `touch::Event`
Héctor Ramón Jiménez
1
-3
/
+12
2020-12-15
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
1
-20
/
+30
[next]