summaryrefslogtreecommitdiff
path: root/hw/xwin
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-23hw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWNJon TURNEY2-9/+1
2013-07-23configure.ac: Check for python at configure time when building XWin with AIGLXJon TURNEY1-2/+2
2013-07-23hw/xwin: Avoid a null dereference if CreateDIBSection() fails in NetWMToWinIc...Jon TURNEY1-0/+4
2013-07-23hw/xwin: Handle WM_MOUSEHWHEELJon TURNEY6-18/+55
2013-07-23hw/xwin: Map extra mouse buttons 1 and 2 to X buttons 8 and 9Jon TURNEY4-13/+23
2013-07-23hw/xwin: Remove unneeded WM_XBUTTON message definesJon TURNEY1-11/+0
2013-07-23hw/xwin: Change winTranslateKey() to return it's result as it's return valueJon TURNEY3-12/+15
2013-07-23hw/xwin: Consider left and right modifier keys independently on gaining focusOliver Schmidt1-12/+31
2013-07-23hw/xwin: Remove an extra '\n' from some log messagesJon TURNEY2-3/+3
2013-07-23hw/xwin: _NET_WM_STATE is ATOM[] not ATOMJon TURNEY1-14/+18
2013-07-23hw/xwin: Improve WM_ENDSESSION handling using separate messaging window threadJon TURNEY8-1/+227
2013-07-23Allow DDX to provide a main()Jon TURNEY1-1/+1
2013-06-10hw/xwin: Update manifest to target all architectures, not just x86Jon TURNEY2-1/+3
2013-06-10hw/xwin: Win32 Windows properties are of pointer type HANDLE, not an integer ...Jon TURNEY3-6/+6
2013-06-10hw/xwin: winMultiWindowGetTransientFor() returns an XID not a WindowPtrJon TURNEY3-10/+10
2013-06-10hw/xwin: Change winIconIsOverride() to take a HICON parameterJon TURNEY3-6/+3
2013-06-10hw/xwin: Fix uses of CreateDialogParam() for 64-bit buildsJon TURNEY1-13/+12
2013-06-10hw/xwin: deprecated interface cygwin_conv_to_win32_path() doesn't exist in 64...Jon TURNEY1-12/+0
2013-06-10hw/xwin: Fix a 64-bit portability issue with casting HINSTANCE result of Shel...Jon TURNEY1-12/+13