summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
2014-07-03hw/xwin: link dynamically and export symbolsYaakov Selkowitz1-1/+1
2014-06-02hw/xwin: Update for __glXLastContext -> lastGLContextJon TURNEY1-12/+1
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-1/+0
2014-03-27Build Xi/stubs.c once as a convenience library, rather than once for each DDX...Jon TURNEY1-2/+2
2014-03-27Build dpmsstubs.c once as a convenience library, rather than once for each DD...Jon TURNEY1-3/+3
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-4/+1
2014-03-22hw/xwin: Fix WM_ENDSESSION crash on x86_64Jon TURNEY1-0/+4
2014-03-22hw/xwin: Improve NET_WM_ICON validationJon TURNEY1-6/+20
2014-03-22hw/xwin: Remove obsolete control handling for About dialogJon TURNEY2-59/+0
2014-03-22hw/xwin: Minimize redraw events after resizing/moving windows in multiwindow ...Oliver Schmidt1-3/+19
2014-03-22hw/xwin: Add '@<WM_CLIENT_MACHINE>' to window name when it's useful to do soJon TURNEY6-0/+59
2014-03-22hw/xwin: Remove prototype for non-existent winMWExtWMUpdateIcon()Colin Harrison1-3/+0
2014-03-22hw/xwin: Use AllocDevicePair()Colin Harrison1-4/+5
2014-03-22hw/xwin: Consistently use 'L' for long int constantsColin Harrison1-3/+3
2014-03-22hw/xwin: Remove an unneeded includeColin Harrison1-1/+0
2014-03-22hw/xwin: Use boolean AND rather than bitwise AND in WIN_POLLING_MOUSE_TIMER_IDColin Harrison1-3/+3
2014-03-22hw/xwin: Fix declaration after statement warning in ddxGiveUp()Colin Harrison1-2/+2
2014-03-22hw/xwin: Fix typo in commentColin Harrison1-1/+1
2014-03-22hw/xwin: Fix const discarded warning in winGenerateAuthorization()Jon TURNEY1-2/+2
2014-03-03hw/xwin: More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison12-49/+35
2014-03-03hw/xwin: Add missing FORCEEXIT token to XWin configuration file lexerColin Harrison1-0/+1
2014-03-03hw/xwin: Silence bell when volume is zeroColin Harrison1-1/+1
2014-03-03hw/xwin: Fix typo in commentColin Harrison1-1/+1
2014-03-03hw/xwin: Align parameter names in prototypes with definitionColin Harrison2-4/+4
2014-03-03hw/xwin: Just generate the WGL wrappers we needJon TURNEY1-31/+14
2014-03-03hw/xwin: Fix implicit-function-declaration warning in XwinExtensionInit() whe...Yaakov Selkowitz1-1/+4
2014-01-12Replace 'pointer' type with 'void *'Keith Packard17-55/+55
2013-12-10hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatchJon TURNEY7-395/+643
2013-10-24glx: Handle float config types in glxConvertConfigsDaniel Czarnowski1-1/+3
2013-10-09hw/xwin: Fix for "glx: Remove screen number from __GLXconfig"Jon TURNEY1-6/+0
2013-09-11glx: Remove pixmapMode from __GLXconfigAdam Jackson1-3/+0
2013-08-30hw/xwin: Remove unnecessary and incorrect HWND castsMarc Haesen2-5/+3
2013-08-30hw/xwin: Fix compilation of winauth.c with -Werror=implicit-function-declarationJon TURNEY1-4/+3
2013-08-30hw/xwin: Remove unused extern g_fUseUnicode from winclipboardwndproc.cJon TURNEY1-1/+0
2013-08-30hw/xwin: Remove unneeded forward declaration of winProcessXEventsTimeout()Jon TURNEY1-10/+0
2013-08-30hw/xwin: Remove prototype for non-existent winDeinitClipboard()Jon TURNEY1-3/+0
2013-08-30hw/xwin: Remove unused externs from winclipboardwrappers.cJon TURNEY1-2/+0
2013-08-30hw/xwin: Remove unused winProcQueryTreeOrig variableJon TURNEY3-3/+0
2013-08-30hw/xwin: Fix ARGB cursor conversion on x86_64Jon TURNEY1-8/+7
2013-08-30hw/xwin: Fix an issue in winSetSpansNativeGDI() identifed by -Warray-boundsJon TURNEY1-23/+29
2013-08-30hw/xwin: Fix -Warray-bounds warning in winXCursorToHCURSOR()Jon TURNEY1-12/+16
2013-08-30hw/xwin: Correct size of _WINDOWSWM_NATIVE_HWND property on x86_64Marc Haesen1-7/+7
2013-08-30hw/xwin: Correct winprefs.c function signatures for x64.Colin Harrison4-25/+13
2013-08-30Move pseudoramiX code where it can be shared between Xwin and XquartzJon TURNEY1-0/+1
2013-08-30hw/xwin: Fix winglobals.h for MinGW64 buildJon TURNEY1-0/+2
2013-08-30hw/xwin: Fix inclusion of shlobj.h in MinGW64 buildJon TURNEY1-0/+4
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer2-2/+2
2013-07-23hw/xwin: Fix numerous 64-bit format/type cast issues with debug printing of p...Jon TURNEY6-36/+36
2013-07-23hw/xwin: Fix possible crash in winMultiWindowGetClassHintColin Harrison1-7/+14