summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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