Age | Commit message (Expand) | Author | Files | Lines |
2024-11-05 | xwayland: Always decrement expecting_event in xwl_output_create | Michel Dänzer | 1 | -1/+2 |
2024-11-05 | xwayland/glamor: Drop expecting_event bailing from xwl_drm_handle_device | Michel Dänzer | 1 | -0/+3 |
2024-10-30 | xwayland/present: Check allow_commits in xwl_present_flip | Michel Dänzer | 1 | -1/+1 |
2024-10-22 | xwayland/glamor/gbm: Don't close fence_fd after xwl_glamor_wait_fence | Michel Dänzer | 2 | -5/+7 |
2024-10-11 | xwayland: prevent potential null pointer dereference | YaoBing Xiao | 1 | -1/+2 |
2024-10-10 | os: unexport client id retrieval functions | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 2 | -4/+0 |
2024-10-02 | xwayland/present: Update surface window again if manual redirect fails | Michel Dänzer | 1 | -0/+1 |
2024-10-02 | xwayland/glamor: Try manual redirect only if parent window has depth 32 | Michel Dänzer | 1 | -1/+2 |
2024-09-24 | xwayland: connect to the wl display before calling into EGL | Mike Blumenkrantz | 1 | -6/+6 |
2024-09-02 | dix: unexport dixLookupProperty() | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-09-02 | include: split out non-exported stuff from property.h | Enrico Weigelt, metux IT consult | 2 | -0/+4 |
2024-09-02 | build: Add epoll to Xwayland for DragonFly and OpenBSD | Olivier Fourdan | 1 | -0/+1 |
2024-09-01 | include: move private definitions out of input.h | Enrico Weigelt, metux IT consult | 4 | -0/+4 |
2024-09-01 | Remove remnants of support for SysV versions before SVR4 | Alan Coopersmith | 1 | -1/+1 |
2024-08-13 | xwayland: Report correct mode size when rootful | Olivier Fourdan | 1 | -3/+12 |
2024-08-05 | xwayland: Release keys on keyboard `enter` event if `leave` wasn't received | Ian Douglas Scott | 1 | -0/+5 |
2024-08-05 | xwayland: Do not include sys/eventfd.h without DRI3 | Olivier Fourdan | 3 | -0/+6 |
2024-08-05 | xwayland: Fix build without DRI3 enabled | Olivier Fourdan | 2 | -16/+22 |
2024-07-31 | xwayland/ei: Dequeue events when all caps are available | Olivier Fourdan | 1 | -2/+18 |
2024-07-31 | xwayland/ei: Move code to helper function | Olivier Fourdan | 1 | -14/+19 |
2024-07-26 | xv: unexport XvFreeAdaptor() | Enrico Weigelt, metux IT consult | 1 | -2/+3 |
2024-07-26 | treewide: replace xnfcalloc() calls by XNFcallocarray() | Enrico Weigelt, metux IT consult | 2 | -9/+9 |
2024-07-26 | treewide: replace strdup() calls to Xstrdup() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-26 | treewide: replace xnfrealloc() calls to XNFrealloc() | Enrico Weigelt, metux IT consult | 1 | -3/+3 |
2024-07-26 | treewide: replace xnfreallocarray macro call by XNFreallocarray() | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
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-24 | xwayland: Make sure output is suitable for fullscreen | Olivier Fourdan | 1 | -2/+14 |
2024-07-20 | fix missing includes of <X11/Xfuncproto.h> | Enrico Weigelt, metux IT consult | 2 | -0/+2 |
2024-07-19 | Move sizeof to second argument in calloc calls | Alan Coopersmith | 2 | -4/+4 |
2024-07-09 | xwayland: Check for pointer in xwl_seat_leave_ptr() | Olivier Fourdan | 1 | -0/+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 | 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 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-06-21 | os: move xserver_poll.h into os/ directory | Enrico Weigelt, metux IT consult | 2 | -2/+2 |