Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | xwin: fix memleak on freeing pixmaps | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
2024-10-10 | os: replace LogVWrite() by LogVMessageVerb() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 1 | -2/+0 |
2024-09-01 | dix: move colormap flags into colormap_priv.h and rename them | Enrico Weigelt, metux IT consult | 2 | -2/+6 |
2024-09-01 | dix: unexport CreateColormap() | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-09-01 | include: move private definitions out of input.h | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-07-20 | fix missing includes of <X11/Xfuncproto.h> | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-07-19 | Move sizeof to second argument in calloc calls | Alan Coopersmith | 3 | -7/+7 |
2024-06-23 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 4 | -0/+9 |
2024-05-08 | os: unexport ddx callbacks | Enrico Weigelt, metux IT consult | 2 | -4/+5 |
2024-04-30 | include: move private definitions out of extinit.h | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-04-30 | include: move private defs to dixstruct_priv.h | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-04-30 | include: split out non-exported prototypes to dix_priv.h | Enrico Weigelt, metux IT consult | 3 | -1/+7 |
2024-04-16 | os: unexport Os*() functions | Enrico Weigelt, metux IT consult | 2 | -0/+3 |
2024-04-15 | rename remaining RT_* defines to X11_RESTYPE_* | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-04-15 | os: unexport OsVendorVErrorFProc pointer | Enrico Weigelt, metux IT consult | 2 | -0/+4 |
2024-04-15 | os: unexport authorization management functions | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-04-15 | os: unexport command line args handling functions | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-03-19 | xwin: consolidate debugging symbols | Enrico Weigelt, metux IT consult | 21 | -164/+158 |
2024-03-03 | dix: unexport AddScreen() and AddGPUScreen() | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-03-03 | os: drop unneeded DDXOSVERRORF conditional | Enrico Weigelt, metux IT consult | 4 | -8/+0 |
2024-03-03 | xwin: winsock.h needs to be included earlier | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-03-03 | xwin: replace ZeroMemory() | Enrico Weigelt, metux IT consult | 7 | -78/+49 |
2024-03-03 | xwin: fix missing prototype for winValidateArgs() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-03-03 | xwin: fix possibly missing string termination | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-03-03 | xwin: winclipboard: fix missing prototypes / missing include | Enrico Weigelt, metux IT consult | 1 | -13/+7 |
2024-03-03 | xwin: fix unused variables | Enrico Weigelt, metux IT consult | 3 | -1/+7 |
2024-02-22 | os: move mitauth prototypes to separate header | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-01-08 | build: Switch to meson 0.56 | Olivier Fourdan | 1 | -2/+2 |
2022-04-02 | gen_gl_wrappers: remove unused imports | Konstantin Kharlamov | 1 | -1/+1 |
2022-03-31 | Replace "the the" with a single "the" in docs & comments | Alan Coopersmith | 1 | -1/+1 |
2021-11-04 | meson: Fix build of xwinclip tool when xcb is installed in non-default location | Jon Turney | 1 | -0/+1 |
2021-11-04 | meson: Add dependencies for hw/xwin/ resource compilation | Jon Turney | 1 | -1/+5 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 5 | -264/+0 |
2021-01-29 | mi: List extensions in usage message | Olivier Fourdan | 2 | -0/+2 |
2020-11-24 | hw/xwin: Fix building with -fno-common | Jon Turney | 2 | -1/+2 |
2020-07-29 | hw/xwin: Update for renames in xserver/output API | Jon Turney | 1 | -1/+1 |
2020-07-05 | Fix spelling/wording issues | Alan Coopersmith | 23 | -47/+47 |
2020-04-15 | hw/xwin: Drop call to setlocale() | Jon Turney | 1 | -9/+0 |
2020-04-15 | hw/xwin: Consistently use BOOL type from Xmd.h | Jon Turney | 7 | -17/+17 |
2020-04-15 | hw/xwin: Remove XSetAuthorization() for helper clients | Jon Turney | 7 | -36/+35 |
2020-04-15 | hw/xwin: xcbify clipboard integration | Jon Turney | 9 | -649/+483 |
2020-04-15 | hw/xwin: Remove nounicodeclipboard option | Jon Turney | 13 | -146/+49 |
2020-04-15 | hw/xwin: Remove support for pre-Vista Win32 clipboard API | Jon Turney | 4 | -198/+23 |
2020-04-15 | hw/xwin: Fix lingering uses of libX11 types and values | Jon Turney | 3 | -4/+3 |
2020-04-15 | hw/xwin: Warn about too large Windows -> X clipboard pastes | Jon Turney | 1 | -0/+18 |
2020-04-15 | hw/xwin: Implement INCR protocol for X clipboard -> Windows clipboard | Jon Turney | 5 | -221/+290 |
2019-12-12 | XWin: Fix infinite loop in GetShift() | dslater38 | 1 | -2/+1 |
2019-09-18 | hw/xwin: Add -icon option to set the screen window icon in windowed mode | Jon Turney | 9 | -55/+124 |
2019-07-22 | hw: Rename boolean config value field from bool to boolean | Adam Jackson | 2 | -12/+12 |