winit-sonoma-fix/examples
daxpedda 98470393d1
Add dragging window with cursor feature (#1840)
* X11 implementation.

* Introduce example.

* Wayland implementation.

* Windows implementation.

* Improve Wayland seat passing.

* MacOS implementation.

* Correct windows implementation per specification.

* Update dependency smithay-client-toolkit from branch to master.

* Fixed blocking thread in windows implementation.

* Add multi-window example.

* Move Wayland to a different PR.

* Fix CHANGELOG.

* Improve example.

Co-authored-by: Markus Røyset <maroider@protonmail.com>

* Rename `set_drag_window` to `begin_drag`.

* Improve example.

* Fix CHANGELOG.

* Fix CHANGELOG.

Co-authored-by: Markus Røyset <maroider@protonmail.com>

* Rename to `drag_window`.

* Fix typo.

* Re-introduce Wayland implementation.

* Fixing Wayland build.

* Fixing Wayland build.

* Move SCTK to 0.12.3.

Co-authored-by: Markus Røyset <maroider@protonmail.com>
2021-03-07 10:43:23 +01:00
..
control_flow.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
cursor.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
cursor_grab.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
custom_events.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
drag_window.rs Add dragging window with cursor feature (#1840) 2021-03-07 10:43:23 +01:00
fullscreen.rs Add Window::is_maximized method (#1804) 2021-01-27 19:01:17 +01:00
handling_close.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
min_max_size.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
minimize.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
monitor_list.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
multithreaded.rs Rework 'Fullscreen::Borderless' enum variant 2020-09-22 04:54:47 +03:00
multiwindow.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
request_redraw.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
request_redraw_threaded.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
resizable.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
set_ime_position.rs On Windows, implement 'Window::set_ime_position' with IMM API 2020-12-09 23:16:59 +03:00
timer.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
transparent.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
video_modes.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
web.rs Make examples set control_flow in a more realistic way (#1363) 2020-01-05 02:12:03 -05:00
window.rs Replace deprecated simple_logger initialization 2020-09-10 01:58:30 +00:00
window_debug.rs Add Window::is_maximized method (#1804) 2021-01-27 19:01:17 +01:00
window_icon.rs Fix deprecation warning in the window icon example 2020-11-26 00:20:35 +00:00
window_run_return.rs Rename desktop eventloop extensions to run_return extension (#1738) 2020-11-12 20:49:44 +01:00