summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-28xcb_util.c: Fix -Wextra-tokens warning with '#endif __WIN32' codeHEADmasterAlan Coopersmith1-1/+1
2026-03-15xcb_util.c: don't build Unix domain socket path code on WindowsAlan Coopersmith1-2/+7
2026-03-15Strip trailing whitespace from source filesAlan Coopersmith16-84/+84
2026-03-15xcb_util.c: fix compilation error on Windows with setsockoptVincent Torri1-2/+2
2025-11-05c_client.py: fix getter because &array does not decay to base pointerincertia1-3/+4
2025-11-03c_client.py: document complex reply field accessorincertia1-0/+3
2025-11-03c_client.py: move prev_field logic into is_reply branchincertia1-5/+5
2025-11-03c_client.py: use last field to get past the end of struct reply membersincertia1-1/+9
2025-11-02xcbint.h: use offsetof() from stddef.h instead of defining our ownAlan Coopersmith1-4/+2
2025-10-25CI: drop the ci-fairy MR check, which is both broken & no longer neededRobert Knutsson1-16/+0
2025-10-21configure.ac: Require python 3.6 or laterRobert Knutsson1-1/+1
2025-10-19c_client.py: referenced param `field` was removed in bdc3f21a, update referenceRobert Knutsson1-2/+2
2025-10-14c_client.py: _c_request_helper called with incorrect keyword argumentRobert Knutsson1-2/+2
2025-08-30Get rid of abstract sockets supportDemi Marie Obenour2-48/+1
2025-08-30gitlab CI: update ci-templates and build imagesAlan Coopersmith1-2/+2
2025-07-08Get rid of PATH_MAXSamuel Thibault1-1/+3
2024-12-15add pure & const function attributes suggested by gcc -Wsuggest-attributeAlan Coopersmith3-0/+27
2024-12-15xcb.h: use __has_attribute to check for attribute((__packed__)) supportAlan Coopersmith1-1/+5
2024-12-15xcb.h: remove __solaris__ ifdefAlan Coopersmith1-4/+0
2024-06-06c_client.py: Always open output files in UTF-8Xi Ruoyao1-3/+3
2024-04-15libxcb 1.17.0libxcb-1.17.0Matt Turner1-1/+1
2024-04-15configure.ac: Require xcb-proto >= 1.17.0Matt Turner1-1/+1
2024-04-15Always write C code in UTF-8Uli Schlachter1-2/+2
2024-03-20Add xcb-dri3 dependency to xcb-present.pc.inErik Kurzinger1-1/+1
2024-03-08xcb_popcount: Use __builtin_popcount if compiler supports itAlan Coopersmith1-0/+13
2024-03-02tests: fix -Werror=discarded-qualifiers errors in check_public.cAlan Coopersmith1-5/+9
2024-03-02libxcb 1.16.1libxcb-1.16.1Alan Coopersmith1-2/+2
2023-11-07Enable large file supportFergus Dall1-0/+1
2023-08-28Fix compilation on WindowsPeter Williams1-0/+2
2023-08-20gitlab CI: use latest xcbproto from git to build againstAlan Coopersmith1-3/+28
2023-08-20configure.ac: drop `pthread-stubs` dependency on NetBSDThomas Klausner1-1/+1
2023-08-20gitlab CI: regenerate container used for buildsAlan Coopersmith1-1/+1
2023-08-16libxcb 1.16libxcb-1.16Matt Turner1-1/+1
2023-08-16configure.ac: Require xcb-proto >= 1.16.0Matt Turner1-1/+1
2023-04-10c_client: Fix crash in xcb_randr_set_monitorIlya Pominov1-1/+1
2023-03-25Add tests for unix socket parsingDemi Marie Obenour2-5/+45
2023-03-25DISPLAY starting with / or unix: is always a socket pathDemi Marie Obenour1-48/+57
2023-03-25Allow full paths to sockets on non-macOSDemi Marie Obenour2-23/+9
2023-02-28Fix xcb_connect() call with a custom xcb_auth_info_tMatthieu Herrb1-3/+1
2023-02-11configure.ac: drop `pthread-stubs` dependency on DragonFly and FreeBSDJan Beich1-1/+1
2023-02-09Raise minimum required version of Python from 2.6 to 3.0Alan Coopersmith1-1/+1
2023-02-06configure.ac: Remove obsolete AC_HEADER_STDCAlan Coopersmith1-1/+0
2023-01-09Fix indentation.Daniel G1-2/+2
2023-01-07Fix windows build.Daniel G1-1/+5
2022-11-26xcb_conn: Add a check for NULL to silence a UBSan runtime errorJeremy Huddleston Sequoia1-3/+5
2022-10-16Fix handling of documented enum parametersDemi Marie Obenour1-4/+5
2022-10-16Fix a compiler warningDemi Marie Obenour1-2/+2
2022-10-04configure.ac: drop dependency `pthread-stubs` on SolarisAlan Coopersmith1-1/+1
2022-09-28configure.ac: drop dependency `pthread-stubs` on macOSPaperChalice1-1/+1
2022-09-28Improve tutorial exampleUli Schlachter1-3/+1