winit-sonoma-fix/examples
Kirill Chibisov f7a84a5b50
Add platform::startup_notify for Wayland/X11
The utils in this module should help the users to activate the windows
they create, as well as manage activation tokens environment variables.

The API is essential for Wayland in the first place, since some
compositors may decide initial focus of the window based on whether
the activation token was during the window creation.

Fixes #2279.

Co-authored-by: John Nunley <jtnunley01@gmail.com>
2023-07-20 13:16:51 +00:00
..
util Disallow cleanup for TLS in examples 2023-06-26 01:04:38 +04:00
child_window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
control_flow.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
cursor.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
cursor_grab.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
custom_events.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
drag_window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
fullscreen.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
handling_close.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
ime.rs Provide a way to set cursor area for IME cursor 2023-06-22 19:12:14 +00:00
key_binding.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
monitor_list.rs Properly print outputs in monitor_list example 2023-01-30 14:17:41 +03:00
mouse_wheel.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
multithreaded.rs Rename Window::set_inner_size to Window::request_inner_size 2023-07-10 04:02:26 +00:00
multiwindow.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
request_redraw.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
request_redraw_threaded.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
resizable.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
startup_notification.rs Add platform::startup_notify for Wayland/X11 2023-07-20 13:16:51 +00:00
theme.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
timer.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
touchpad_gestures.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
transparent.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
video_modes.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
web.rs On Web, add WindowBuilderExtWebSys::with_append() (#2953) 2023-07-12 17:11:52 +02:00
web_aspect_ratio.rs On Web, add WindowBuilderExtWebSys::with_append() (#2953) 2023-07-12 17:11:52 +02:00
window.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_buttons.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_debug.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_drag_resize.rs On Wayland, fix Window::is_decorated with CSD 2023-07-18 11:57:33 +00:00
window_icon.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_option_as_alt.rs Bring OptionAsAlt back for macOS 2023-06-20 19:07:49 +00:00
window_resize_increments.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_run_return.rs Fill the windows in the examples with a solid color 2023-06-19 18:46:38 +00:00
window_tabbing.rs On macOS, add a way to query amount of tabbed windows 2023-07-14 08:01:40 +00:00