summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* cursor: use getline instead of fgetsSimon Ser2022-05-271-2/+5
* cursor: remove unnecessary parentheses in load_all_cursors_from_dirSimon Ser2022-05-271-1/+2
* cursor: remove xcursor_file_load_images wrapperSimon Ser2022-05-271-10/+1
* build: bump to version 1.20.91 for the alpha release1.20.91Simon Ser2022-05-261-1/+1
* Meson: Override wayland-scanner if it can be runXavier Claessens2022-05-241-0/+4
* util: fix code block language in docsSimon Ser2022-05-231-1/+1
* cursor: rename local variables to snake caseSimon Ser2022-05-231-77/+77
* cursor: drop xcursor_file abstractionSimon Ser2022-05-231-50/+10
* cursor: refactor xcursor_theme_inheritsSimon Ser2022-05-231-29/+33
* cursor: convert macros to functionsSimon Ser2022-05-231-3/+16
* cursor: rename functions to snake caseSimon Ser2022-05-233-99/+99
* cursor: fix whitespace in function args definitionsSimon Ser2022-05-231-15/+13
* cursor: remove struct typedefs, rename to snake caseSimon Ser2022-05-233-78/+76
* cursor: fix spacing around conditions and loopsSimon Ser2022-05-231-53/+33
* cursor: fix indentationSimon Ser2022-05-231-436/+436
* cursor: remove unnecessary if before freeSimon Ser2022-05-231-7/+3
* cursor: fix variable declaration styleSimon Ser2022-05-231-46/+46
* cursor: fix struct declaration styleSimon Ser2022-05-232-32/+32
* cursor: fix define styleSimon Ser2022-05-231-18/+18
* cursor: drop whitespace before parens in function callsSimon Ser2022-05-232-127/+127
* cursor: drop XCURSOR_LIB_* definesSimon Ser2022-05-231-12/+0
* cursor: drop XcursorTrue and XcursorFalseSimon Ser2022-05-231-20/+13
* cursor: remove private Xcursor int typedefsSimon Ser2022-05-232-48/+43
* server: add wl_global_get_versionSimon Ser2022-05-232-0/+17
* util: Limit size of wl_mapDerek Foreman2022-05-162-2/+24
* docs/publican: ensure output encoding is UTF-8Simon Ser2022-05-111-0/+1
* build: sanity check optionsSimon Ser2022-05-104-6/+18
* cursor: use MAP_FAILED instead of hardcoded constantSimon Ser2022-05-061-1/+1
* Remove publish-docSimon Ser2022-05-051-15/+0
* wl_shell is not mandatoryDemi Marie Obenour2022-04-111-1/+2
* os: drop unnecessary memcpy in wl_os_mremap_maymoveSimon Ser2022-04-111-12/+13