summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-27NOTE! Default branch is now mainmasterDaniel Stone0-0/+0
2021-04-27cursor: add one more directory to XCURSORPATHAlexander Dunaev1-8/+42
2021-04-16build: add option to disable testsJames Hilliard2-1/+7
2021-04-16meson: only require cpp for testsJames Hilliard2-8/+10
2021-04-15Change wl_os_dupfd_cloexec minfd to be intAlex Richardson2-2/+2
2021-04-15os-wrappers-test.c: Correctly forward arguments to fcntlAlex Richardson1-6/+22
2021-04-02meson: Only require expat when building wayland-scannerMichael Weiss2-8/+9
2021-03-26ci: Use ci-fairy to check for Signed-off-byJonas Ådahl1-1/+19
2021-03-22Use MAP_FAILED instead of (void *) -1Alex Richardson1-4/+2
2021-03-05build: drop autotoolsSimon Ser22-1049/+10
2021-03-05server: add wl_display getter for wl_globalVlad Zahorodnii2-0/+17
2021-02-25client: assert queue display matches proxySimon Ser1-2/+4
2021-02-22server: remove duplicate includesheepwall1-1/+0
2021-01-27protocol: Specify wl_callback::done to be a destructor eventTadeo Kondrak1-1/+1
2021-01-27protocol: Add type attribute to eventsTadeo Kondrak1-0/+1
2021-01-27build: re-open master for regular developmentSimon Ser2-2/+2
2021-01-27build: bump to version 1.19.0 for the official release1.19.0Simon Ser2-3/+3
2021-01-20build: bump to 1.18.93 for the RC1 release1.18.93Simon Ser2-2/+2
2021-01-19protocol: sync wl_shm.format with libdrm 2.4.104Simon Ser1-0/+4
2021-01-13server: Allow absolute paths in WAYLAND_DISPLAYLoïc Yhuel1-20/+27
2021-01-06build: bump to version 1.18.92 for the beta release1.18.92Simon Ser2-2/+2
2020-12-28Remove TODOSimon Ser1-146/+0
2020-12-23meson: link with -lrt if needed for clock_gettimeLoïc Yhuel3-3/+12
2020-12-21build: bump to version 1.18.91 for the alpha release1.18.91Simon Ser2-2/+2
2020-12-17server: fix typosMaxime Roussin-Bélanger2-9/+9
2020-12-17egl: fix typo "Backards"Maxime Roussin-Bélanger1-6/+6
2020-12-17cursor: fix typo "insufficent"Maxime Roussin-Bélanger1-1/+1
2020-12-17CONTRIBUTING: fix typo "excercising"Maxime Roussin-Bélanger1-1/+1
2020-12-17tests: fix typosMaxime Roussin-Bélanger2-2/+2
2020-12-17doc: fix typosMaxime Roussin-Bélanger4-6/+6
2020-10-29protocol: deprecate non-current wl_output.modeSimon Ser1-0/+4
2020-10-29protocol: make it clear wl_surface.enter/leave are not for frame throttlingSimon Ser1-0/+6
2020-10-29cursor/convert_font.c: malloc cannot guarantee that the memory allocated is a...ganjing1-0/+5
2020-10-29doc: make reproducibleAlyssa Ross1-0/+1
2020-10-29protocol: Clarify how clients can cancel a drag operationNick Diego Yamane1-1/+2
2020-09-04Fix undefined behaviorValentin1-4/+5
2020-09-04Use fixed size integer typeValentin1-1/+3
2020-08-18Add a basic gitlab issue templatePeter Hutterer1-0/+8
2020-08-14protocol: Minor gramatical fix.Christopher James Halse Rogers1-1/+1
2020-06-16protocol: disambiguate key codes in wl_keyboard.keySimon Ser1-0/+3
2020-06-12Clarify clients behavior on wl_keyboard.leaveKirill Chibisov1-0/+3
2020-06-12Clarify the order of wl_keyboard.modifiersKirill Chibisov1-0/+6
2020-06-05doc: Document libwayland-cursor with mesonEmmanuel Gil Peyrot2-1/+12
2020-06-05doc: Document libwayland-cursor with autotoolsEmmanuel Gil Peyrot1-1/+10
2020-06-05cursor: Properly document wl_cursor_image and wl_cursorEmmanuel Gil Peyrot1-5/+24
2020-06-05cursor: Use spaces for alignment in the headerEmmanuel Gil Peyrot1-5/+5
2020-06-05protocol: add seat missing_capability errorSimon Ser1-3/+14
2020-06-05gitlab CI: update to use the fdo ci templatesPeter Hutterer1-10/+45
2020-06-05editorconfig: add settings for the .gitlab-ci.yml filePeter Hutterer1-0/+5
2020-06-03doc: fix and clarify pointer image behaviourYann Dirson1-4/+8