aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* wayland-server: Add method to get global nameAndri Yngvason2023-02-112-0/+21
* protocol: add wl_surface.preferred_buffer_transformSimon Ser2023-02-071-0/+13
* protocol: add wl_surface.preferred_buffer_scaleSimon Ser2023-02-071-2/+17
* server: rename wl_display.id to next_global_nameSimon Ser2023-01-251-4/+4
* server: fail on global name overflowSimon Ser2023-01-251-0/+5
* protocol: wl_subsurface::destroy does not remove the roleMikhail Gusarov2023-01-161-2/+1
* release.sh: Don't push *all* tagsMarius Vlad2023-01-161-1/+4
* scanner: Fix undefined behavior around qsortFergus Dall2023-01-031-2/+7
* protocol: add note about wl_buffer/wl_callback versionSimon Ser2022-12-071-0/+6
* protocol: add defunct_role_object errorKirill Primak2022-11-291-2/+5
* protocol: remove wl_subsurface lifetime contradictionKirill Primak2022-11-291-6/+4
* tests: Ensure resource vs. client destroy handler orderDaniel Stone2022-10-201-1/+31
* wayland-server: Add wl_client_add_destroy_late_listenerDaniel Stone2022-10-203-0/+74
* tests: Use bool for client testDaniel Stone2022-10-201-4/+4
* protocol: add wl_compositor.error.bad_parentSimon Ser2022-09-211-0/+6
* protocol: mention protocol error name in wl_subcompositor.get_subsurfaceSimon Ser2022-09-211-2/+2
* ci: upgrade imagesSimon Ser2022-09-131-5/+5
* ci: set ASAN_OPTIONS=detect_odr_violation=0Simon Ser2022-09-131-1/+3
* cursor: make param names match with documentationSimon Ser2022-09-131-24/+24
* server: don't document void return valuesSimon Ser2022-09-131-2/+0
* util: name function typedef argumentsSimon Ser2022-09-131-12/+12
* build: Make release.sh genericOlivier Fourdan2022-09-061-5/+11
* server: Extend display name string sizeCarlos Garnacho2022-08-051-1/+1
* Document which type are nullable, and wire format for null valueIan Douglas Scott2022-07-142-3/+4
* Do not allow nullable `new_id`Ian Douglas Scott2022-07-144-8/+4
* Do not allow nullable arrays, which were not correctly implementedIan Douglas Scott2022-07-144-17/+4
* Add release.shSimon Ser2022-07-142-20/+74
* build: re-open main branch for regular developmentSimon Ser2022-07-011-1/+1
* build: bump to version 1.21.0 for the official release1.21.0Simon Ser2022-06-301-1/+1
* protocol: minor clarification for axis_discrete eventsPeter Hutterer2022-06-301-1/+2
* util: set errno when hitting WL_MAP_MAX_OBJECTSSimon Ser2022-06-281-2/+7
* build: bump to version 1.20.93 for the RC1 release1.20.93Simon Ser2022-06-231-1/+1
* server: warn about global filtering consistencySimon Ser2022-06-151-0/+4
* server: add PID race condition disclaimer to wl_client_get_credentialsSimon Ser2022-06-151-0/+3
* tests: add a test for dynamic filtered globalsSimon Ser2022-06-151-1/+60
* server: check visibility before sending global/global_removeSimon Ser2022-06-151-7/+9
* cursor/os-compatibility: handle EINTR gracefullyOlivier Fourdan2022-06-091-2/+20
* build: bump to version 1.20.92 for the beta release1.20.92Simon Ser2022-06-091-1/+1
* client: Lock display when setting a proxy event queueAlexandros Frantzis2022-06-091-0/+4
* client: Document best practices for event queue changesAlexandros Frantzis2022-06-091-0/+13
* Check that XDG base directories paths are absoluteAntonin Décimo2022-06-098-12/+13
* cursor/os-compatibility: fix trailing spaceSimon Ser2022-06-041-1/+1
* cursor/os-compatibility: remove strcpy/strcat usageSimon Ser2022-06-041-3/+5
* cursor: move xcursor_theme_inherits declarations at the topSimon Ser2022-05-271-2/+4
* cursor: drop xcursor_add_path_eltSimon Ser2022-05-271-38/+13
* cursor: drop unused XCursor comment declarationsSimon Ser2022-05-271-33/+0
* cursor: fix indentation of xcursor_load_theme declarationSimon Ser2022-05-271-2/+2
* cursor: simplify xcursor_library_pathSimon Ser2022-05-271-16/+16
* cursor: remove unnecessary ifs in xcursor_load_themeSimon Ser2022-05-271-10/+5
* cursor: drop xcursor_images_set_nameSimon Ser2022-05-271-19/+1