summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-26treewide: replace xnfcalloc() calls by XNFcallocarray()Enrico Weigelt, metux IT consult27-74/+74
2024-07-26treewide: replace strdup() calls to Xstrdup()Enrico Weigelt, metux IT consult7-11/+11
2024-07-26treewide: replace xnfrealloc() calls to XNFrealloc()Enrico Weigelt, metux IT consult4-6/+6
2024-07-26treewide: replace xnfreallocarray macro call by XNFreallocarray()Enrico Weigelt, metux IT consult16-32/+31
2024-07-26treewide: replace xnfallocarray() calls by XNFreallocarrayEnrico Weigelt, metux IT consult3-11/+10
2024-07-26treewide: replace xnfalloc() calls to XNFalloc()Enrico Weigelt, metux IT consult27-39/+39
2024-07-26os: move -nolock help message printing to serverlock.hEnrico Weigelt, metux IT consult3-3/+7
2024-07-26os: move out LockServer logic from util.c to serverlock.cEnrico Weigelt, metux IT consult4-180/+252
2024-07-26os: unexport LockServer() and UnlockServer() from public module APIEnrico Weigelt, metux IT consult4-5/+13
2024-07-26os: move defining LOCK_SERVER into mesonEnrico Weigelt, metux IT consult2-4/+1
2024-07-25meson.build: disable udev on platforms not having itEnrico Weigelt, metux IT consult1-3/+6
2024-07-25xwayland/ei: Log the type name of unhandled eventsOlivier Fourdan1-1/+1
2024-07-25xwayland/ei: Handle EI_EVENT_KEYBOARD_MODIFIERSOlivier Fourdan1-0/+4
2024-07-25xkb: ProcXkbGetGeometry(): fix memleakEnrico Weigelt, metux IT consult1-7/+11
2024-07-24xwayland: Make sure output is suitable for fullscreenOlivier Fourdan1-2/+14
2024-07-23ci: enable building security extensionEnrico Weigelt, metux IT consult1-1/+1
2024-07-23Xext: security: fix missing include of extinit_priv.hEnrico Weigelt, metux IT consult1-0/+1
2024-07-23Xext: fix missing include of <X11/Xmd.h>Enrico Weigelt, metux IT consult1-0/+1
2024-07-20fix missing includes of <X11/Xfuncproto.h>Enrico Weigelt, metux IT consult15-1/+25
2024-07-19Move sizeof to second argument in calloc callsAlan Coopersmith37-65/+65
2024-07-16dix: create empty selection objects as-needed in dixLookupSelection()Enrico Weigelt, metux IT consult1-40/+31
2024-07-14CI: Checkout driver tag into the directory we build fromAlan Coopersmith1-1/+1
2024-07-09xwayland: Check for pointer in xwl_seat_leave_ptr()Olivier Fourdan1-0/+3
2024-07-06fix FTBS on NetBSDEnrico Weigelt, metux IT consult1-0/+1
2024-07-06Xext: saver: little bit formatting cleanupEnrico Weigelt, metux IT consult1-24/+7
2024-07-06Xext: saver: drop New() macroEnrico Weigelt, metux IT consult1-5/+3
2024-07-04xwayland: Force disposal of windows buffers for root on destroyOlivier Fourdan1-1/+4
2024-07-04xwayland/window-buffers: optionally force disposalOlivier Fourdan4-8/+17
2024-07-04xwayland/window-buffers: Move buffer disposal to its own functionOlivier Fourdan1-7/+13
2024-07-04xwayland: Make sure we do not leak xwl_window on destroyOlivier Fourdan1-0/+4
2024-07-04xwayland: Move xwl_window disposal to its own functionOlivier Fourdan1-20/+24
2024-07-04xwayland/window-buffers: Set syncpnts for all pixmapsOlivier Fourdan1-1/+6
2024-07-04xwayland/window-buffers: Move code to submit pixmapsOlivier Fourdan1-18/+28
2024-07-04xwayland/window-buffers: Do not always set syncpntsOlivier Fourdan3-5/+5
2024-07-04xwayland/window-buffers: Use synchronization from GLAMOR/GBMOlivier Fourdan1-89/+10
2024-07-04xwayland/glamor/gbm: Copy explicit sync code to GLAMOR/GBMOlivier Fourdan2-0/+152
2024-07-04xwayland/window-buffers: Add xwl_window_buffer_release()Olivier Fourdan2-0/+7
2024-07-04xwayland/window-buffers: Promote xwl_window_bufferOlivier Fourdan2-2/+1
2024-06-24modesetting: Fix hang when all probed cursor sizes fail to find a minimum onenerdopolis1-0/+3
2024-06-24xwayland: Try manual redirection for surface window in glamor_check_flipMichel Dänzer1-0/+6
2024-06-24xwayland: Only ignore manual redirection by clients for surface windowMichel Dänzer3-2/+14
2024-06-24xwayland: Drop pixmap parameter from xwl_present_maybe_redirect_windowMichel Dänzer3-3/+3
2024-06-23os: Fix siHostnameAddrMatch in the case where h_addr isn't definedJoaquim Monteiro1-0/+2
2024-06-23os: Fix assignment with incompatible pointer typeJoaquim Monteiro1-1/+1
2024-06-23os: unexport fields from opaque.h not used by modules / driversEnrico Weigelt, metux IT consult7-20/+21
2024-06-23dix: unexport fields from opaque.h not used by modules/driversEnrico Weigelt, metux IT consult24-26/+55
2024-06-23dix: move party_like_its_1989 into dix_priv.hEnrico Weigelt, metux IT consult2-2/+3
2024-06-23dix: colormap: fix name clash with win32 api on UpdateColorsEnrico Weigelt, metux IT consult1-5/+4
2024-06-23xace: typesafe hook function for XACE_KEY_AVAILEnrico Weigelt, metux IT consult3-39/+6
2024-06-23xace: typesafe hook function for XACE_AUTH_AVAILEnrico Weigelt, metux IT consult3-7/+9