summaryrefslogtreecommitdiff
path: root/src/video/wayland
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug 5543 - Wayland: Fix waylandvideo.h warningsSam Lantinga2021-02-091-0/+1
* Backed out changeset 852a7bdbdf4bSam Lantinga2021-02-081-4/+0
* free the 'display' after it was added to global listChristian Rauch2021-02-081-0/+4
* Fixed compiler warningSam Lantinga2021-02-041-1/+0
* wayland: Don't crash when the properties of already existing wl_output changeSebastian Krzyszkowiak2021-02-013-5/+14
* free 'outputs' in 'Wayland_DestroyWindow'Christian Rauch2021-01-311-0/+2
* free the 'data_device_manager'Christian Rauch2021-01-311-0/+3
* wayland: Fix transform and scale handling when setting display modeSebastian Krzyszkowiak2021-01-312-10/+23
* Rename SetWindowGrab() to SetWindowMouseGrab()Cameron Gutman2021-01-253-3/+3
* wayland: cancel key repeat when keyboard focus is lostCameron Gutman2021-01-241-0/+6
* Refactor keyboard grab to be managed by the video coreCameron Gutman2021-01-233-3/+13
* Implement Wayland_SetWindowResizableEthan Lee2021-01-233-0/+12
* waylandtouch: Don't export interface structsSimon McVittie2021-01-231-4/+4
* Implement support for inhibiting the screensaver on WaylandCameron Gutman2021-01-204-0/+68
* Fix continuous scrolling speed on WaylandCameron Gutman2021-01-221-1/+17
* Implement support for minimizing windows on WaylandCameron Gutman2021-01-213-33/+62
* Improve reliability of cursor hiding on GNOME WaylandCameron Gutman2021-01-201-0/+4
* Implement keyboard grab support for WaylandCameron Gutman2021-01-196-2/+50
* Fixed bug 5451 - Can't create EGLSurface in Wayland from SDLWindow (no EGLNat...Sam Lantinga2021-01-141-4/+7
* Updated copyright for 2021Sam Lantinga2021-01-0221-21/+21
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-094-4/+0
* Removed debug log messageSam Lantinga2020-10-191-1/+0
* Implement keyboard repeat in wayland video driverYiding Jia2020-10-051-31/+105
* SDL_waylanddatamanager.c (mime_data_list_add): constify the buffer paramOzkan Sezer2020-10-141-1/+1
* Added events for dynamically connecting and disconnecting displays, with an i...Sam Lantinga2020-10-081-1/+1
* Fixed bug 5215 - Fixing filenames passed to dlopen for OpenBSDSam Lantinga2020-09-081-1/+7
* wayland: defer pointer confine creation until pointer unlockTudor Brindus2020-07-211-5/+25
* Reuse Wayland connection from availability checkM Stoeckl2020-07-141-35/+27
* Merge VideoBootStrap::available into VideoBootStrap::createM Stoeckl2020-07-121-1/+5
* Fixed build warningSam Lantinga2020-06-041-1/+0
* wayland: update pointer position on initial enter eventTudor Brindus2020-05-211-15/+19
* wayland: Changed output removal in handle_surface_leave()Ryan C. Gordon2020-05-281-13/+14
* wayland: Move buffer copy into mime_data_list_add()Ryan C. Gordon2020-05-281-14/+13
* wayland: assert that mmap() didn't return NULL.Ryan C. Gordon2020-05-281-0/+2
* wayland: add support for SDL_SetWindowGrabTudor Brindus2020-04-175-0/+75
* Fixed bug 5121 - Use SDL_calloc instead of calloc in Wayland_CreateWindowSam Lantinga2020-05-041-1/+1
* wayland: Support wayland compositors with wl_seat version < 5 (thanks, Nia!).Ryan C. Gordon2020-04-073-8/+13
* Added SDL_log.h to SDL_internal.h so logging is available everywhereSam Lantinga2020-04-073-5/+0
* wayland: Don't delay pending surface resize handling on Vulkan.Ryan C. Gordon2020-02-143-29/+55
* wayland: Don't force the window into OpenGL mode if we want Vulkan.Ryan C. Gordon2020-02-141-13/+28
* wayland: Fix building with -fno-common (which is now the default in GCC 10).Ryan C. Gordon2020-02-101-1/+3
* Fixed bug 4917 - Wayland: handle discrete pointer axis eventsSam Lantinga2020-02-031-10/+115
* Updated copyright date for 2020Sam Lantinga2020-01-1621-21/+21
* wayland: support wl_data_device_manager version < 3Michael Forney2019-12-294-3/+7
* Wayland: touch events, use of memory after it is freedSylvain Becker2019-10-301-3/+7
* Use correct enum: typo in org_kde_kwin_server_decoration_modeSylvain Becker2019-10-301-2/+2
* Readability: remove redundant return, continue, enum declarationSylvain Becker2019-10-301-1/+0
* Readability: remove redundant cast to the same typeSylvain Becker2019-10-301-1/+1
* Remove nested redundant #ifndefSylvain Becker2019-10-301-3/+0
* Fixed bug 4689 - SDL fails to detect compositor shutdown on Wayland -- progra...Sam Lantinga2019-08-053-6/+14