Héctor Ramón Jiménez
|
238154af4a
|
Implement font::load command in iced_native
|
2023-02-24 13:29:11 +01:00 |
|
Cory Forsstrom
|
07a7681dba
|
Remove logging large bytes arrays
|
2023-02-23 09:31:48 -08:00 |
|
Héctor Ramón Jiménez
|
0d1656937b
|
Bump versions 🎉
|
2023-02-18 12:04:40 +01:00 |
|
Héctor Ramón Jiménez
|
2c2421ae5d
|
Expose fetch_id helper in window module
|
2023-02-17 13:47:46 +01:00 |
|
Night_Hunter
|
9f75f01ddb
|
add action to get window id
|
2023-02-17 13:45:51 +01:00 |
|
Héctor Ramón Jiménez
|
db65c6904d
|
Expose change_always_on_top helper in window module
|
2023-02-17 13:24:46 +01:00 |
|
Héctor Ramón Jiménez
|
df861d9ece
|
Rename SetAlwaysOnTop to ChangeAlwaysOnTop
|
2023-02-17 13:22:45 +01:00 |
|
Night_Hunter
|
095ecf016b
|
update docs and change to SetAlwaysOnTop
|
2023-02-17 13:20:07 +01:00 |
|
Night_Hunter
|
d1d13f6f16
|
add always on top action
|
2023-02-17 13:17:59 +01:00 |
|
Héctor Ramón Jiménez
|
9506fb1181
|
Hide window until Renderer has been initialized
|
2023-02-11 03:06:42 +01:00 |
|
Héctor Ramón Jiménez
|
98a717383a
|
Write missing window::Action helpers in window
|
2023-01-31 04:53:15 +01:00 |
|
Héctor Ramón Jiménez
|
ecc5bfaeff
|
Improve consistency of window::Action
|
2023-01-31 04:53:00 +01:00 |
|
13r0ck
|
42b1bfe66d
|
Fix: Clippy lint 'uninlined_format_args'
|
2023-01-27 14:02:48 -07:00 |
|
Héctor Ramón Jiménez
|
35c0fa3b00
|
Bump versions in READMEs
|
2023-01-14 01:14:02 +01:00 |
|
Héctor Ramón Jiménez
|
9fe46de13f
|
Bump versions 🎉
|
2023-01-14 01:10:28 +01:00 |
|
Héctor Ramón Jiménez
|
507820a843
|
Fix grammar of TODO comment in application modules
|
2023-01-13 18:19:05 +01:00 |
|
Héctor Ramón Jiménez
|
c6d0046102
|
Use instant instead of wasm-timer in iced_core
|
2023-01-12 06:25:59 +01:00 |
|
Héctor Ramón Jiménez
|
fc54d6ba31
|
Use instant to fix Wasm target
|
2023-01-12 05:26:39 +01:00 |
|
Héctor Ramón Jiménez
|
e2ddef7438
|
Replace Option<Instant> with RedrawRequest enum
|
2023-01-12 05:18:25 +01:00 |
|
Héctor Ramón Jiménez
|
0b86c4a299
|
Implement window::frames subscription
... and use it in the `solar_system` example 🎉
|
2023-01-12 04:35:41 +01:00 |
|
Héctor Ramón Jiménez
|
7354f68b3c
|
Draft Shell:request_redraw API
... and implement `TextInput` cursor blink 🎉
|
2023-01-12 02:59:08 +01:00 |
|
bungoboingo
|
4b6d3797d4
|
Restructured everything to make profiling a feature of iced_winit.
|
2023-01-09 18:52:38 +01:00 |
|
Bingus
|
c5cd236b73
|
Initial profiling support for Iced.
|
2023-01-09 18:52:38 +01:00 |
|
Héctor Ramón Jiménez
|
dd25e93be0
|
Rename FocusWindow to GainFocus in window::Action
|
2023-01-02 21:14:41 +01:00 |
|
Night_Hunter
|
81cd0c45b7
|
Add FocusWindow to window::Action
|
2023-01-02 21:14:02 +01:00 |
|
Héctor Ramón Jiménez
|
6855961358
|
Create conversion function for user_attention in iced_winit
|
2023-01-02 20:17:36 +01:00 |
|
Night_Hunter
|
d95b9bf244
|
Add RequestUserAttention to window::Action
|
2023-01-02 20:13:42 +01:00 |
|
Héctor Ramón Jiménez
|
b5ab50b2a8
|
Implement window::close action and remove should_exit
|
2022-12-15 03:06:04 +01:00 |
|
Night_Hunter
|
750fecd6bc
|
add toggle decorations action
|
2022-12-10 01:40:53 +13:00 |
|
Héctor Ramón Jiménez
|
4c61f12768
|
Bump versions 🎉
|
2022-12-07 04:44:20 +01:00 |
|
Héctor Ramón Jiménez
|
23299a555f
|
Bump versions 🎉
|
2022-11-10 18:15:10 +01:00 |
|
Héctor Ramón Jiménez
|
a6298ba12c
|
Fix outdated links in documentation
|
2022-11-10 18:14:40 +01:00 |
|
Héctor Ramón Jiménez
|
b0e8bafb6c
|
Bump versions 🎉
|
2022-11-10 01:20:11 +01:00 |
|
Héctor Ramón Jiménez
|
1480ab2030
|
Fix broken documentation links
|
2022-11-10 00:10:53 +01:00 |
|
Héctor Ramón Jiménez
|
18fb74f200
|
Introduce Custom variants for every style in the built-in Theme
|
2022-11-09 04:05:31 +01:00 |
|
Héctor Ramón Jiménez
|
d8d57a800a
|
Allow providing a DOM identifier as a target for Wasm
|
2022-11-05 01:43:28 +01:00 |
|
traxys
|
ab2872fe2b
|
Allow to replace an element instead of append to body
|
2022-11-05 01:28:16 +01:00 |
|
Michael Aaron Murphy
|
ac6e137be3
|
feat: Add window minimize support
|
2022-10-11 21:56:45 +02:00 |
|
Michael Aaron Murphy
|
8a50836ffc
|
feat: Add window maximize support
|
2022-10-11 21:56:01 +02:00 |
|
Michael Aaron Murphy
|
7ea7dbef57
|
feat: Add window drag support from winit
Exposes access to the winit window's window_drag method as an action.
|
2022-10-11 21:39:53 +02:00 |
|
aentity
|
78c9d5bedf
|
Add application feature, which allows to build freestanding wgpu app
|
2022-09-26 15:57:30 +02:00 |
|
Clark Moody
|
8d2331af01
|
New short OS Version field; update doc strings
|
2022-09-23 15:41:47 -05:00 |
|
Héctor Ramón Jiménez
|
1bfd032169
|
Improve code styling in application::State
|
2022-09-20 18:40:36 +02:00 |
|
Ashley Wulber
|
b113bb8a09
|
fix: formatting
|
2022-09-10 23:14:47 -04:00 |
|
Ashley Wulber
|
8de87b8f1b
|
fix: sync size of window and viewport
|
2022-09-10 22:43:09 -04:00 |
|
Héctor Ramón Jiménez
|
28a30079d1
|
Return Mode::Hidden in window::Action::FetchMode
... when the window is not visible.
|
2022-08-29 14:24:03 +02:00 |
|
Wyatt Herkamp
|
7ec4747304
|
Update winit and glutin forks
|
2022-08-29 14:20:02 +02:00 |
|
Héctor Ramón Jiménez
|
c08c78ad17
|
Fix invisible window on Windows
... by reverting the changes that were supposed to hide the window
initially and only show it after rendering the first frame.
|
2022-08-26 19:48:40 +02:00 |
|
Héctor Ramón Jiménez
|
11f5527d76
|
Implement SetMode and FetchMode window actions
|
2022-08-18 14:39:15 +02:00 |
|
Héctor Ramón Jiménez
|
277b848ad8
|
Remove window::Mode and introduce Settings::visible
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
|
2022-08-18 14:09:20 +02:00 |
|