summaryrefslogtreecommitdiff
path: root/cursor
Commit message (Expand)AuthorAgeFilesLines
* cursor: make param names match with documentationSimon Ser2022-09-131-24/+24
* cursor/os-compatibility: handle EINTR gracefullyOlivier Fourdan2022-06-091-2/+20
* Check that XDG base directories paths are absoluteAntonin Décimo2022-06-092-2/+2
* 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
* 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
* cursor: use MAP_FAILED instead of hardcoded constantSimon Ser2022-05-061-1/+1
* cursor: Remove unused XcursorLibraryLoadImages() functionVlad Zahorodnii2022-02-052-80/+0
* build: don't rely on implicit GNU extensionsSimon Ser2022-01-101-0/+1
* meson: override dependencies to ease use as subprojectSimon Ser2021-12-081-0/+9
* build: Include the Wayland minor version in libraries' ABI versionsSimon McVittie2021-10-281-1/+12
* cursor: remove unused wl_cursor_theme.nameSimon Ser2021-08-061-10/+0
* cursor: rename load_default_theme to load_fallback_themeSimon Ser2021-08-051-2/+2
* cursor: Try to fall back to a default xcursor theme firstOlivier Tilloy2021-08-051-0/+3
* cursor: fix crash with weird input filesTobias Stoeckmann2021-06-021-1/+1
* cursor: fix CVE-2013-2003Tobias Stoeckmann2021-05-021-1/+1
* cursor: add one more directory to XCURSORPATHAlexander Dunaev2021-04-271-8/+42
* build: drop autotoolsSimon Ser2021-03-052-18/+0
* cursor: fix typo "insufficent"Maxime Roussin-Bélanger2020-12-171-1/+1
* cursor/convert_font.c: malloc cannot guarantee that the memory allocated is a...ganjing2020-10-291-0/+5
* Fix undefined behaviorValentin2020-09-041-4/+5
* Use fixed size integer typeValentin2020-09-041-1/+3
* cursor: Properly document wl_cursor_image and wl_cursorEmmanuel Gil Peyrot2020-06-051-5/+24
* cursor: Use spaces for alignment in the headerEmmanuel Gil Peyrot2020-06-051-5/+5