summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: override wayland-scanner depHEADmainSimon Ser2023-05-091-0/+3
* server: stop wl_display_run() on dispatch errorSimon Ser2023-05-091-1/+3
* util: simplify wl_fixed_to_double()Simon Ser2023-05-091-8/+1
* event-loop: optimize timer check logicYang Wang2023-05-031-1/+3
* tests: drop misleading fixed-benchmarkManuel Stoeckl2023-05-032-116/+0
* protocol: add new shm formatsManuel Stoeckl2023-05-031-0/+15
* event-loop: Handle EINTR and EAGAIN in wl_event_loop_dispatchJoshua Ashton2023-05-021-1/+76
* protocol: improve wl_keyboard focus documentationXaver Hugl2023-04-121-2/+15
* protocol: disallow re-using wl_data_sourceSimon Ser2023-04-041-0/+9
* build: re-open main branch for regular developmentSimon Ser2023-04-041-1/+1
* build: bump to version 1.22.0 for the official release1.22.0Simon Ser2023-04-041-1/+1
* build: bump to version 1.21.93 for the RC1 release1.21.93Simon Ser2023-03-281-1/+1
* Add a .mailmap fileFaith Ekstrand2023-03-251-0/+3
* build: bump version to 1.21.92 for the beta release1.21.92Simon Ser2023-03-161-1/+1
* client: fix wl_display_disconnect() documentationSimon Ser2023-03-071-2/+3
* client: Do not warn about attached proxies on default queue destruction.Alexandros Frantzis2023-03-012-6/+71
* build: bump version to 1.21.91 for the alpha release1.21.91Simon Ser2023-02-281-1/+1
* client: Abort when trying to add an event to a destroyed queueAlexandros Frantzis2023-02-282-0/+66
* tests: Support tests that check for client failureAlexandros Frantzis2023-02-282-3/+21
* client: Warn when a queue is destroyed with attached proxiesAlexandros Frantzis2023-02-282-0/+109
* tests: Capture the test client logAlexandros Frantzis2023-02-283-2/+104
* client: Track the proxies attached to a queueAlexandros Frantzis2023-02-281-0/+22
* shm: fix segfault when accessing destroyed pool resourceSimon Ser2023-02-271-4/+6
* protocol: Clarify meaning of input region for cursors, DnD iconsMikhail Gusarov2023-02-271-10/+5
* protocol: reorder wl_data_offer.source_actions and wl_data_device.enterVlad Zahorodnii2023-02-271-2/+3
* protocol: do not change pending x and y when attaching a bufferSebastian Wick2023-02-271-2/+3
* protocol: add wl_pointer's axis relative physical directionPeter Hutterer2023-02-211-4/+60
* readme: convert to MarkdownSimon Ser2023-02-131-1/+1
* readme: reword website descriptionSimon Ser2023-02-131-3/+3
* readme: drop paragraph about WestonSimon Ser2023-02-131-4/+0
* 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