summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2024-10-10xwin: fix memleak on freeing pixmapsEnrico Weigelt, metux IT consult1-3/+1
2024-10-10os: replace LogVWrite() by LogVMessageVerb()Enrico Weigelt, metux IT consult1-1/+1
2024-10-10drop obsolete HAVE_DIX_CONFIG_HEnrico Weigelt, metux IT consult1-2/+0
2024-09-01dix: move colormap flags into colormap_priv.h and rename themEnrico Weigelt, metux IT consult2-2/+6
2024-09-01dix: unexport CreateColormap()Enrico Weigelt, metux IT consult1-0/+2
2024-09-01include: move private definitions out of input.hEnrico Weigelt, metux IT consult1-0/+2
2024-07-20fix missing includes of <X11/Xfuncproto.h>Enrico Weigelt, metux IT consult1-0/+2
2024-07-19Move sizeof to second argument in calloc callsAlan Coopersmith3-7/+7
2024-06-23dix: unexport fields from opaque.h not used by modules/driversEnrico Weigelt, metux IT consult4-0/+9
2024-05-08os: unexport ddx callbacksEnrico Weigelt, metux IT consult2-4/+5
2024-04-30include: move private definitions out of extinit.hEnrico Weigelt, metux IT consult1-0/+1
2024-04-30include: move private defs to dixstruct_priv.hEnrico Weigelt, metux IT consult2-2/+2
2024-04-30include: split out non-exported prototypes to dix_priv.hEnrico Weigelt, metux IT consult3-1/+7
2024-04-16os: unexport Os*() functionsEnrico Weigelt, metux IT consult2-0/+3
2024-04-15rename remaining RT_* defines to X11_RESTYPE_*Enrico Weigelt, metux IT consult2-2/+2
2024-04-15os: unexport OsVendorVErrorFProc pointerEnrico Weigelt, metux IT consult2-0/+4
2024-04-15os: unexport authorization management functionsEnrico Weigelt, metux IT consult1-1/+1
2024-04-15os: unexport command line args handling functionsEnrico Weigelt, metux IT consult1-0/+2
2024-03-19xwin: consolidate debugging symbolsEnrico Weigelt, metux IT consult21-164/+158
2024-03-03dix: unexport AddScreen() and AddGPUScreen()Enrico Weigelt, metux IT consult1-0/+2
2024-03-03os: drop unneeded DDXOSVERRORF conditionalEnrico Weigelt, metux IT consult4-8/+0
2024-03-03xwin: winsock.h needs to be included earlierEnrico Weigelt, metux IT consult1-0/+2
2024-03-03xwin: replace ZeroMemory()Enrico Weigelt, metux IT consult7-78/+49
2024-03-03xwin: fix missing prototype for winValidateArgs()Enrico Weigelt, metux IT consult1-0/+3
2024-03-03xwin: fix possibly missing string terminationEnrico Weigelt, metux IT consult1-2/+2
2024-03-03xwin: winclipboard: fix missing prototypes / missing includeEnrico Weigelt, metux IT consult1-13/+7
2024-03-03xwin: fix unused variablesEnrico Weigelt, metux IT consult3-1/+7
2024-02-22os: move mitauth prototypes to separate headerEnrico Weigelt, metux IT consult1-0/+1
2024-01-08build: Switch to meson 0.56Olivier Fourdan1-2/+2
2022-04-02gen_gl_wrappers: remove unused importsKonstantin Kharlamov1-1/+1
2022-03-31Replace "the the" with a single "the" in docs & commentsAlan Coopersmith1-1/+1
2021-11-04meson: Fix build of xwinclip tool when xcb is installed in non-default locationJon Turney1-0/+1
2021-11-04meson: Add dependencies for hw/xwin/ resource compilationJon Turney1-1/+5
2021-10-27Remove autotools supportPovilas Kanapickas5-264/+0
2021-01-29mi: List extensions in usage messageOlivier Fourdan2-0/+2
2020-11-24hw/xwin: Fix building with -fno-commonJon Turney2-1/+2
2020-07-29hw/xwin: Update for renames in xserver/output APIJon Turney1-1/+1
2020-07-05Fix spelling/wording issuesAlan Coopersmith23-47/+47
2020-04-15hw/xwin: Drop call to setlocale()Jon Turney1-9/+0
2020-04-15hw/xwin: Consistently use BOOL type from Xmd.hJon Turney7-17/+17
2020-04-15hw/xwin: Remove XSetAuthorization() for helper clientsJon Turney7-36/+35
2020-04-15hw/xwin: xcbify clipboard integrationJon Turney9-649/+483
2020-04-15hw/xwin: Remove nounicodeclipboard optionJon Turney13-146/+49
2020-04-15hw/xwin: Remove support for pre-Vista Win32 clipboard APIJon Turney4-198/+23
2020-04-15hw/xwin: Fix lingering uses of libX11 types and valuesJon Turney3-4/+3
2020-04-15hw/xwin: Warn about too large Windows -> X clipboard pastesJon Turney1-0/+18
2020-04-15hw/xwin: Implement INCR protocol for X clipboard -> Windows clipboardJon Turney5-221/+290
2019-12-12XWin: Fix infinite loop in GetShift()dslater381-2/+1
2019-09-18hw/xwin: Add -icon option to set the screen window icon in windowed modeJon Turney9-55/+124
2019-07-22hw: Rename boolean config value field from bool to booleanAdam Jackson2-12/+12