Héctor Ramón Jiménez
|
c9696ca687
|
Add scale_factor to Application and Sandbox
|
2020-06-19 19:17:05 +02:00 |
|
Héctor Ramón Jiménez
|
4c0286e8ac
|
Add background_color to Application and Sandbox
|
2020-06-12 22:12:15 +02:00 |
|
Héctor Ramón Jiménez
|
49dbf2c146
|
Request a redraw only on relevant events
|
2020-06-09 15:45:57 +02:00 |
|
Héctor Ramón Jiménez
|
4aa0d7a13a
|
Write documentation for iced_glutin
|
2020-05-28 02:57:03 +02:00 |
|
Héctor Ramón Jiménez
|
ef28347f1c
|
Write documentation for new iced_winit API
|
2020-05-28 02:49:32 +02:00 |
|
Héctor Ramón Jiménez
|
ae5e2c6c73
|
Introduce Program and State
|
2020-05-21 04:27:31 +02:00 |
|
Héctor Ramón Jiménez
|
e0e4ee73fe
|
Implement iced_glutin 🎉
|
2020-05-21 00:44:35 +02:00 |
|
Héctor Ramón Jiménez
|
a1a5fcfd46
|
Refactor Viewport and Compositor
|
2020-05-20 20:28:35 +02:00 |
|
Héctor Ramón Jiménez
|
4aed0fa4b6
|
Rename window::Backend to Compositor
|
2020-05-19 20:01:55 +02:00 |
|
Héctor Ramón Jiménez
|
d4743183d4
|
Draft first working version of iced_glow 🎉
|
2020-05-19 14:23:28 +02:00 |
|
Héctor Ramón Jiménez
|
98bc8cf2a7
|
Rename MouseCursor to mouse::Interaction
|
2020-04-30 08:16:38 +02:00 |
|
Héctor Ramón Jiménez
|
59403b6ca8
|
Remove OutOfBounds variant from MouseCursor
|
2020-04-29 03:11:15 +02:00 |
|
Héctor Ramón Jiménez
|
8c8325d0cf
|
Write documentation for the debug feature
|
2020-04-02 03:44:14 +02:00 |
|
Héctor Ramón Jiménez
|
f5e7e0625e
|
Improve docs for Sandbox and Application
|
2020-04-02 03:44:14 +02:00 |
|
Héctor Ramón Jiménez
|
26a35b7d7e
|
Clarify return policy of Application::run
|
2020-04-02 03:44:14 +02:00 |
|
Héctor Ramón Jiménez
|
c4c5216e3b
|
Allow passing external state to Application::new
|
2020-03-30 18:10:15 +02:00 |
|
Héctor Ramón Jiménez
|
01bc95c2a3
|
Remove redundant closure in Application::run
|
2020-03-29 15:22:56 +02:00 |
|
Héctor Ramón Jiménez
|
e23e93218c
|
Convert WindowEvent from a reference in iced_winit
|
2020-03-27 22:06:20 +01:00 |
|
Héctor Ramón Jiménez
|
aac7ad3e14
|
Update winit to 0.22
|
2020-03-09 22:35:25 +01:00 |
|
Héctor Ramón Jiménez
|
2e457c394f
|
Quit application when Cmd+Q is pressed on macOS
|
2020-02-19 14:53:08 +01:00 |
|
Héctor Ramón Jiménez
|
09cf0b7af3
|
Enter executor context only on Recipe creation
|
2020-02-16 11:31:37 +01:00 |
|
Héctor Ramón Jiménez
|
75d8de93ae
|
Wrap application initialization with Runtime::enter
|
2020-02-16 11:25:10 +01:00 |
|
Héctor Ramón Jiménez
|
ce6806bbf4
|
Remove event conversion from iced_winit::Application
|
2020-02-09 05:24:54 +01:00 |
|
Héctor Ramón Jiménez
|
8f0b59a4b2
|
Remove scale_factor from iced_wgpu::Viewport
|
2020-02-09 03:36:59 +01:00 |
|
Héctor Ramón Jiménez
|
f1e20a61f1
|
Allow iced_wgpu to render to any TextureView
|
2020-02-09 03:25:13 +01:00 |
|
Héctor Ramón Jiménez
|
7d9378752a
|
Increase precision of scale_factor in Windowed
|
2020-02-07 23:50:10 -05:00 |
|
Héctor Ramón Jiménez
|
fbc9deb424
|
Implement an opaque Size type
It immutably ties physical and logical sizes to a specific scale factor.
|
2020-02-07 23:50:10 -05:00 |
|
Héctor Ramón Jiménez
|
1d71f78f90
|
Keep is_private_use_character filter for now
|
2020-02-07 23:34:32 -05:00 |
|
Héctor Ramón Jiménez
|
fb4a7968ca
|
Update winit to 0.20
|
2020-02-07 23:34:32 -05:00 |
|
Héctor Ramón Jiménez
|
90690702e1
|
Add Application::Executor associated type
|
2020-01-20 04:47:36 +01:00 |
|
Héctor Ramón Jiménez
|
b5b17ed4d8
|
Create iced_futures and wire everything up
|
2020-01-19 10:17:44 +01:00 |
|
Héctor Ramón
|
6ca5e6184f
|
Merge pull request #162 from hecrj/feature/window-file-events
Window file events
|
2020-01-16 18:34:29 +01:00 |
|
Héctor Ramón Jiménez
|
b3106738eb
|
Produce new window file events in iced_winit
|
2020-01-16 07:18:17 +01:00 |
|
Héctor Ramón Jiménez
|
f73bacb454
|
Add file events to iced_native:🪟:Event
|
2020-01-16 07:12:59 +01:00 |
|
Héctor Ramón Jiménez
|
c96492b956
|
Expose window::Mode in iced
Although the Fullscreen API in the Web platform has some limitations, it
is still useful to be able to support fullscreen on the native side.
|
2020-01-16 05:54:22 +01:00 |
|
Héctor Ramón Jiménez
|
d6b20d3e79
|
Add Application::mode to iced_winit
|
2020-01-16 04:54:48 +01:00 |
|
Héctor Ramón Jiménez
|
e6aa25a103
|
Make layout bounds explicit in UserInterface
|
2020-01-10 03:10:58 +01:00 |
|
Héctor Ramón Jiménez
|
e45497dfd6
|
Move Debugger and Windowed to a better location
We move `renderer::Debugger` to `layout::Debugger` and
`renderer::Windowed` to `window::Renderer`.
|
2020-01-10 01:58:55 +01:00 |
|
Héctor Ramón Jiménez
|
d15d1156bd
|
Produce window::Event::Resized in iced_winit
|
2020-01-10 01:34:41 +01:00 |
|
Héctor Ramón Jiménez
|
8d6f86b317
|
Remove background from Settings
|
2020-01-05 18:11:54 +01:00 |
|
Héctor Ramón Jiménez
|
d96ced8e2d
|
Allow configuration of default font
|
2020-01-01 17:49:48 +01:00 |
|
Héctor Ramón Jiménez
|
fb9cc0262b
|
Draft basic styling for Container
|
2019-12-31 11:36:54 +01:00 |
|
Héctor Ramón Jiménez
|
89a6b8a9a1
|
Rename Settings::background_color to background
|
2019-12-29 12:31:47 +01:00 |
|
Héctor Ramón Jiménez
|
f74ab463d4
|
Add background_color to Settings
|
2019-12-29 12:29:47 +01:00 |
|
Héctor Ramón Jiménez
|
a14b39555e
|
Allow clipboard access in Widget::on_event
|
2019-12-18 07:45:49 +01:00 |
|
Héctor Ramón Jiménez
|
d6c3da21f7
|
Write docs for subscriptions and reorganize a bit
|
2019-12-14 05:56:46 +01:00 |
|
Héctor Ramón Jiménez
|
293314405f
|
Make iced_native subscription input opaque
|
2019-12-14 04:49:13 +01:00 |
|
Héctor Ramón Jiménez
|
65ff3744a0
|
Remove unnecessary event loop proxy Mutex
I am not sure why I had to use it in the first place...
|
2019-12-14 01:33:31 +01:00 |
|
Héctor Ramón Jiménez
|
c688452d7b
|
Consume Recipe when building a Stream
|
2019-12-14 01:13:01 +01:00 |
|
Héctor Ramón Jiménez
|
cdb7acf6c2
|
Implement Subscription::map and from_recipe
|
2019-12-10 03:43:00 +01:00 |
|