summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-11-05dix: fix redundant redeclaration warnings in dixfontYaakov Selkowitz1-0/+1
2012-11-05xfree86: os-support: fix old-style function definition warningsYaakov Selkowitz4-7/+7
2012-11-05Merge remote-tracking branch 'jturney/mingw-w64-w32api'Keith Packard6-92/+7
2012-11-05hw/xwin: Wrap 'Status' when including ddraw.hJon TURNEY1-0/+4
2012-11-05hw/xwin: Remove pointless winFinishCreateWindowsWindowDDNL()Jon TURNEY3-56/+1
2012-11-05hw/xwin: Link with libdxguid rather than defining the DirectX GUIDs ourselvesJon TURNEY3-36/+2
2012-11-01Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+1
2012-10-29hw/xwin: fmemopen is available on cygwin but not MinGWColin Harrison1-0/+2
2012-10-29xfree86: remove unused variable sigstatePeter Hutterer1-1/+1
2012-10-26Merge remote-tracking branch 'whot/for-keith'Keith Packard1-1/+1
2012-10-19xf86: Fix build against recent Linux kernelThierry Reding1-1/+1
2012-10-17hw/xwin: Fix no return value warning in winClipboardProc()Colin Harrison1-2/+2
2012-10-17hw/xwin: Remove unused variable in winmultiwindowwm.cColin Harrison1-1/+0
2012-10-17hw/xwin: Remove unused variables in winwindow.cColin Harrison1-6/+0
2012-10-17hw/xwin: Remove unused variables in winvalargs.cColin Harrison1-2/+0
2012-10-16hw/xwin: Remove unused variables in winwindowswm.cColin Harrison1-3/+0
2012-10-16hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winmsg.cJon TURNEY2-9/+25
2012-10-16hw/xwin: Use X_ATTRIBUTE_PRINTF where suggested for winerror.cJon TURNEY4-15/+4
2012-10-16hw/xwin: Use char strings in winClipboardUNIXtoDOS for consistency with the r...Jon TURNEY2-6/+6
2012-10-16hw/xwin: Fix warning about discarding const in initializing winKBLayoutsJon TURNEY1-5/+5
2012-10-16hw/xwin: Fix some of the warnings in generated gl wrapper codeJon TURNEY2-7/+5
2012-10-16hw/xwin: Warning fix in ProcWindowsWMFrameSetTitle()Colin Harrison1-1/+1
2012-10-16hw/xwin: Fix shadowed local variable i in HandleCustomWM_COMMAND()Jon TURNEY1-3/+3
2012-10-16hw/xwin: Fix shadowed local variables in winLoadCursor()Jon TURNEY1-1/+2
2012-10-16hw/xwin/glx: Fix using Mask as a formal parameter shadows a global typedef of...Jon TURNEY1-6/+6
2012-10-16hw/xwin: Fix using screenInfo as a formal parameter to InitOutput() shadows a...Jon TURNEY1-7/+7
2012-10-16hw/xwin: Fix using menu as a formal parameter shadows a global variable of th...Jon TURNEY1-4/+4
2012-10-16hw/xwin: Fix using index as a formal parameter shadows index()Jon TURNEY1-1/+1
2012-10-16hw/xwin: Fix using index as a formal parameter in winscrinit.c shadows index()Jon TURNEY1-3/+3
2012-10-16hw/xwin: Fix using index as a local variable shadows index()Jon TURNEY1-6/+6
2012-10-16hw/xwin: Fix using index as a formal parameter in winmonitors.c shadows index()Jon TURNEY1-2/+2
2012-10-16hw/xwin: Fix using system as a local variable in winCheckMount() shadows syst...Jon TURNEY1-2/+2
2012-10-16hw/xwin: Remove obsolete redundant declarations of winPushPixels()Jon TURNEY2-17/+0
2012-10-16hw/xwin: Fix redundant declarations in winmultiwindowwm.cJon TURNEY1-7/+0
2012-10-16hw/xwin: Fix redundant declarations in winclipboardwrappers.cJon TURNEY1-9/+0
2012-10-16hw/xwin: Fix redundant declaration in winclipboardthread.cJon TURNEY1-1/+0
2012-10-16hw/xwin: Fix redundant declaration in winclipboardinit.cJon TURNEY1-1/+0
2012-10-16hw/xwin: Fix various warnings in code generated by lex/yaccJon TURNEY2-5/+4
2012-10-16hw/xwin: Fix redundant declaration in winprefs.cJon TURNEY1-3/+0
2012-10-16hw/xwin: Fix redundant declaration warnings in winmonitors.cJon TURNEY1-0/+4
2012-10-16hw/xwin: Remove completely unused winregistry.cJon TURNEY2-66/+0
2012-10-11Fix 'make distcheck' for hw/xwinJon TURNEY2-1/+5
2012-10-11Fix compilation of Xorg DDX without XF86VIDMODEJon TURNEY1-1/+2
2012-10-11hw/xwin: Only add GLX extension once.Jon TURNEY1-2/+3
2012-10-08xfree86: add xf86UpdateDesktopDimensions()Peter Hutterer3-1/+11
2012-10-07Revert "kinput: allocate enough space for null character."Julien Cristau1-1/+1
2012-10-04Merge remote-tracking branch 'whot/for-keith'Keith Packard2-2/+2
2012-10-04int10: fix pci_device_read_rom usageStephan Schreiber1-1/+2
2012-10-04Merge remote-tracking branch 'daniels/master'Keith Packard3-48/+261
2012-10-04Fix additional gcc -Wwrite-strings warning in xf86 ddxJason Gerecke2-2/+2