Age | Commit message (Expand) | Author | Files | Lines |
2024-07-26 | treewide: replace xnfcalloc() calls by XNFcallocarray() | Enrico Weigelt, metux IT consult | 27 | -74/+74 |
2024-07-26 | treewide: replace strdup() calls to Xstrdup() | Enrico Weigelt, metux IT consult | 7 | -11/+11 |
2024-07-26 | treewide: replace xnfrealloc() calls to XNFrealloc() | Enrico Weigelt, metux IT consult | 4 | -6/+6 |
2024-07-26 | treewide: replace xnfreallocarray macro call by XNFreallocarray() | Enrico Weigelt, metux IT consult | 16 | -32/+31 |
2024-07-26 | treewide: replace xnfallocarray() calls by XNFreallocarray | Enrico Weigelt, metux IT consult | 3 | -11/+10 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 27 | -39/+39 |
2024-07-26 | os: move -nolock help message printing to serverlock.h | Enrico Weigelt, metux IT consult | 3 | -3/+7 |
2024-07-26 | os: move out LockServer logic from util.c to serverlock.c | Enrico Weigelt, metux IT consult | 4 | -180/+252 |
2024-07-26 | os: unexport LockServer() and UnlockServer() from public module API | Enrico Weigelt, metux IT consult | 4 | -5/+13 |
2024-07-26 | os: move defining LOCK_SERVER into meson | Enrico Weigelt, metux IT consult | 2 | -4/+1 |
2024-07-25 | meson.build: disable udev on platforms not having it | Enrico Weigelt, metux IT consult | 1 | -3/+6 |
2024-07-25 | xwayland/ei: Log the type name of unhandled events | Olivier Fourdan | 1 | -1/+1 |
2024-07-25 | xwayland/ei: Handle EI_EVENT_KEYBOARD_MODIFIERS | Olivier Fourdan | 1 | -0/+4 |
2024-07-25 | xkb: ProcXkbGetGeometry(): fix memleak | Enrico Weigelt, metux IT consult | 1 | -7/+11 |
2024-07-24 | xwayland: Make sure output is suitable for fullscreen | Olivier Fourdan | 1 | -2/+14 |
2024-07-23 | ci: enable building security extension | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-23 | Xext: security: fix missing include of extinit_priv.h | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-07-23 | Xext: fix missing include of <X11/Xmd.h> | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-07-20 | fix missing includes of <X11/Xfuncproto.h> | Enrico Weigelt, metux IT consult | 15 | -1/+25 |
2024-07-19 | Move sizeof to second argument in calloc calls | Alan Coopersmith | 37 | -65/+65 |
2024-07-16 | dix: create empty selection objects as-needed in dixLookupSelection() | Enrico Weigelt, metux IT consult | 1 | -40/+31 |
2024-07-14 | CI: Checkout driver tag into the directory we build from | Alan Coopersmith | 1 | -1/+1 |
2024-07-09 | xwayland: Check for pointer in xwl_seat_leave_ptr() | Olivier Fourdan | 1 | -0/+3 |
2024-07-06 | fix FTBS on NetBSD | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-07-06 | Xext: saver: little bit formatting cleanup | Enrico Weigelt, metux IT consult | 1 | -24/+7 |
2024-07-06 | Xext: saver: drop New() macro | Enrico Weigelt, metux IT consult | 1 | -5/+3 |
2024-07-04 | xwayland: Force disposal of windows buffers for root on destroy | Olivier Fourdan | 1 | -1/+4 |
2024-07-04 | xwayland/window-buffers: optionally force disposal | Olivier Fourdan | 4 | -8/+17 |
2024-07-04 | xwayland/window-buffers: Move buffer disposal to its own function | Olivier Fourdan | 1 | -7/+13 |
2024-07-04 | xwayland: Make sure we do not leak xwl_window on destroy | Olivier Fourdan | 1 | -0/+4 |
2024-07-04 | xwayland: Move xwl_window disposal to its own function | Olivier Fourdan | 1 | -20/+24 |
2024-07-04 | xwayland/window-buffers: Set syncpnts for all pixmaps | Olivier Fourdan | 1 | -1/+6 |
2024-07-04 | xwayland/window-buffers: Move code to submit pixmaps | Olivier Fourdan | 1 | -18/+28 |
2024-07-04 | xwayland/window-buffers: Do not always set syncpnts | Olivier Fourdan | 3 | -5/+5 |
2024-07-04 | xwayland/window-buffers: Use synchronization from GLAMOR/GBM | Olivier Fourdan | 1 | -89/+10 |
2024-07-04 | xwayland/glamor/gbm: Copy explicit sync code to GLAMOR/GBM | Olivier Fourdan | 2 | -0/+152 |
2024-07-04 | xwayland/window-buffers: Add xwl_window_buffer_release() | Olivier Fourdan | 2 | -0/+7 |
2024-07-04 | xwayland/window-buffers: Promote xwl_window_buffer | Olivier Fourdan | 2 | -2/+1 |
2024-06-24 | modesetting: Fix hang when all probed cursor sizes fail to find a minimum one | nerdopolis | 1 | -0/+3 |
2024-06-24 | xwayland: Try manual redirection for surface window in glamor_check_flip | Michel Dänzer | 1 | -0/+6 |
2024-06-24 | xwayland: Only ignore manual redirection by clients for surface window | Michel Dänzer | 3 | -2/+14 |
2024-06-24 | xwayland: Drop pixmap parameter from xwl_present_maybe_redirect_window | Michel Dänzer | 3 | -3/+3 |
2024-06-23 | os: Fix siHostnameAddrMatch in the case where h_addr isn't defined | Joaquim Monteiro | 1 | -0/+2 |
2024-06-23 | os: Fix assignment with incompatible pointer type | Joaquim Monteiro | 1 | -1/+1 |
2024-06-23 | os: unexport fields from opaque.h not used by modules / drivers | Enrico Weigelt, metux IT consult | 7 | -20/+21 |
2024-06-23 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 24 | -26/+55 |
2024-06-23 | dix: move party_like_its_1989 into dix_priv.h | Enrico Weigelt, metux IT consult | 2 | -2/+3 |
2024-06-23 | dix: colormap: fix name clash with win32 api on UpdateColors | Enrico Weigelt, metux IT consult | 1 | -5/+4 |
2024-06-23 | xace: typesafe hook function for XACE_KEY_AVAIL | Enrico Weigelt, metux IT consult | 3 | -39/+6 |
2024-06-23 | xace: typesafe hook function for XACE_AUTH_AVAIL | Enrico Weigelt, metux IT consult | 3 | -7/+9 |