Age | Commit message (Expand) | Author | Files | Lines |
47 hours | ci: Check for DDXen to be builtHEADmaster | Olivier Fourdan | 2 | -0/+26 |
47 hours | ci: Force build of default DDXen in the default target | Olivier Fourdan | 1 | -4/+14 |
7 days | Revert "xfree86: os-support: move CONSOLE_X_BELL into bsd_bell.c" | Alan Coopersmith | 2 | -4/+4 |
10 days | xkbtext_priv.h: fix typo in header guard definition | Alan Coopersmith | 1 | -1/+1 |
13 days | Revert "fb: Declare wfbFinishScreenInit, wfbScreenInit for !FB_ACCESS_WRAPPER" | Sérgio Basto | 1 | -0/+2 |
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 | dix-config.h: add HAVE_SOCKLEN_T definition | Alan Coopersmith | 1 | -0/+2 |
2024-10-30 | xwayland/present: Check allow_commits in xwl_present_flip | Michel Dänzer | 1 | -1/+1 |
2024-10-29 | xkb: Fix buffer overflow in _XkbSetCompatMap() | Matthieu Herrb | 1 | -4/+4 |
2024-10-28 | modesetting: avoid memory leak when ms_present_check_unflip() returns FALSE | Alan Coopersmith | 1 | -11/+13 |
2024-10-28 | dix: limit checks to MAX_VALUATORS when generating Xi events | Alan Coopersmith | 1 | -2/+2 |
2024-10-28 | dix: fix button offset when generating DeviceButtonStateNotify events | Alan Coopersmith | 1 | -1/+1 |
2024-10-28 | render: avoid NULL pointer dereference if PictureFindVisual returns NULL | Alan Coopersmith | 1 | -0/+3 |
2024-10-28 | Xi: avoid NULL pointer dereference if GetXTestDevice returns NULL | Alan Coopersmith | 1 | -0/+2 |
2024-10-28 | xfree86: avoid memory leak on realloc failure | Alan Coopersmith | 1 | -1/+3 |
2024-10-26 | dix: Use __builtin_popcountl if available to replace Ones() | Alan Coopersmith | 2 | -11/+22 |
2024-10-26 | dix: unexport Ones() | Enrico Weigelt, metux IT consult | 14 | -2/+20 |
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 | os: NextDPMSTimeout: mark intentional fallthroughs in switch | Alan Coopersmith | 1 | -3/+3 |
2024-10-11 | xwayland: prevent potential null pointer dereference | YaoBing Xiao | 1 | -1/+2 |
2024-10-10 | xfree86: fbdevhw: fix pci detection on recent Linux | Tj | 1 | -2/+2 |
2024-10-10 | xfre86: drop xf86Msg() in favor of LogMessageVerb() | Enrico Weigelt, metux IT consult | 2 | -14/+1 |
2024-10-10 | xfree86: drop xf86MsgVerb() in favor of LogMessageVerb() | Enrico Weigelt, metux IT consult | 2 | -14/+3 |
2024-10-10 | randr: fix wrong call to RRGetScreenResources() in swapped case | Enrico Weigelt, metux IT consult | 1 | -1/+12 |
2024-10-10 | xfree86: dri: unexport DRIDestroyWindow() and make it static | Enrico Weigelt, metux IT consult | 2 | -3/+3 |
2024-10-10 | xwin: fix memleak on freeing pixmaps | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
2024-10-10 | xvmc: unexport XvMCFindXvImage() | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-10-10 | Xext: xvmc: drop unused XvMCScreenInitProc | Enrico Weigelt, metux IT consult | 2 | -4/+0 |
2024-10-10 | pseudoramix: replace PseudoramiXTrace & PseudoramiXDebug by LogMessageVerb | Enrico Weigelt, metux IT consult | 1 | -30/+2 |
2024-10-10 | xfree86: unexport xf86SetVerbosity() and xf86SetLogVerbosity() | Enrico Weigelt, metux IT consult | 4 | -12/+7 |
2024-10-10 | os: drop redefining getpid() on mingw32 | Enrico Weigelt, metux IT consult | 1 | -5/+0 |
2024-10-10 | os: replace LogVWrite() by LogVMessageVerb() | Enrico Weigelt, metux IT consult | 4 | -13/+4 |
2024-10-10 | os: replace LogWrite() by LogMessageVerb() | Enrico Weigelt, metux IT consult | 4 | -36/+22 |
2024-10-10 | os.h: drop unnecessary guard on stdlib.h include | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
2024-10-10 | os: log: use localtime_r() on mingw builds | Enrico Weigelt, metux IT consult | 1 | -4/+2 |
2024-10-10 | xquartz: drop unused code | Enrico Weigelt, metux IT consult | 1 | -36/+0 |
2024-10-10 | swapreq.h: drop SWAPREQ_PROC | Enrico Weigelt, metux IT consult | 1 | -72/+66 |
2024-10-10 | xfree86: modesetting: merge FreeRec() into FreeScreen() | Enrico Weigelt, metux IT consult | 1 | -7/+1 |
2024-10-10 | xfree86: os-support: move including machine/sysarch.h out of public header | Enrico Weigelt, metux IT consult | 2 | -4/+4 |
2024-10-10 | xfree86: os-support: move CONSOLE_X_TV_ON/OFF to i386_video.c | Enrico Weigelt, metux IT consult | 2 | -7/+8 |
2024-10-10 | xfree86: os-support: move CONSOLE_X_MODE_ON/OFF to bsd_init.c | Enrico Weigelt, metux IT consult | 2 | -6/+8 |
2024-10-10 | xfree86: os-support: move CONSOLE_X_BELL into bsd_bell.c | Enrico Weigelt, metux IT consult | 2 | -3/+4 |
2024-10-10 | xfree86: os-support: drop unused CONSOLE_GET_* defines | Enrico Weigelt, metux IT consult | 1 | -9/+0 |
2024-10-10 | xfree86. os-support: drop obsolete XMODE_* defines | Enrico Weigelt, metux IT consult | 1 | -4/+0 |
2024-10-10 | mi: misprite.h: drop unnecessary extern on functions | Enrico Weigelt, metux IT consult | 1 | -15/+13 |
2024-10-10 | xkb: drop unused variable extDevReason | Enrico Weigelt, metux IT consult | 1 | -3/+0 |
2024-10-10 | xkb: xkbInit: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -4/+4 |
2024-10-10 | xkb: xkbtext: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -6/+6 |
2024-10-10 | os: utils: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -2/+2 |