summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-20Hoist setting of g_fClipboardStarted flag up one levelJon TURNEY2-7/+5
2013-06-20winProcEstablishConnection doesn't need to check if clipboard startedJon TURNEY1-8/+0
2013-06-20Hoist clipboard thread restart up one levelJon TURNEY4-39/+43
2013-06-20Push winClipboardShutdown() into winclipboardinit.cJon TURNEY4-42/+34
2013-06-20Remove unused CLIPBOARD_MANAGER atomJon TURNEY1-2/+1
2013-06-20Remove pthread_cleanup function winClipboardThreadExit()Jon TURNEY1-17/+0
2013-06-20Remove unused extern g_fUseUnicode from winclipboardwndproc.cJon TURNEY1-1/+0
2013-06-20Remove unneeded forward declaration of winProcessXEventsTimeout()Jon TURNEY1-10/+0
2013-06-20Remove prototype for non-existent winDeinitClipboard()Jon TURNEY1-3/+0
2013-06-20Remove unused externs from winclipboardwrappers.cJon TURNEY1-2/+0
2013-06-20Remove unused winProcQueryTreeOrig variableJon TURNEY3-3/+0
2013-06-18Check for python at configure time when building XWin with AIGLXJon TURNEY2-2/+6
2013-06-18Ensure yacc and lex are found by ./configureJon TURNEY1-0/+10
2013-06-16Improve NET_WM_ICON validationJon TURNEY1-8/+19
2013-06-16Avoid a null deference if CreateDIBSection() fails in NetWMToWinIconAlpha()Jon TURNEY1-0/+4
2013-05-04Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14xserver-cygwin-1.14.1-1Jon TURNEY9-48/+79
2013-05-04Merge tag 'xorg-server-1.14.1' into cygwin-release-1.14Jon TURNEY6-7/+12
2013-05-04Fix a potential crash on startupYaakov Selkowitz1-4/+1
2013-04-17xserver 1.14.1xorg-server-1.14.1Peter Hutterer1-3/+3
2013-04-17xf86: fix flush input to work with Linux evdev devices.Dave Airlie1-1/+2
2013-04-10Fix version reporting on cygwin64Jon TURNEY1-12/+19
2013-04-10Fix several format/type cast issues with debug output in winwindowswm.cJon TURNEY1-3/+3
2013-04-10Fix several format/type cast issues with debug output in winwin32rootlesswndp...Jon TURNEY1-7/+7
2013-04-10Fix numerous format/type cast issues with debug output in winwin32rootless.cJon TURNEY1-22/+22
2013-04-10Fix implicit-function-declaration warning in XwinExtensionInit() when compile...Yaakov Selkowitz1-0/+3
2013-04-10Fix implicit-function-declaration warning in DrawableGone() by adding a proto...Yaakov Selkowitz1-0/+2
2013-04-10Bodge around issues with using XSendEvent() to send a ClientMessageJon TURNEY1-0/+21
2013-04-09Fix -Werror=implicit-function-declaration when configured --enable-debugJon TURNEY1-0/+1
2013-04-08Fix an issue in winSetSpansNativeGDI() identifed by -Warray-boundsxserver-cygwin-1.14.0-2Jon TURNEY1-23/+29
2013-04-08Fix -Warray-bounds warning in winXCursorToHCURSOR()Jon TURNEY1-12/+16
2013-04-08More casting to store WIN_WID_PROP XID as HANDLE-type Window propertyJon TURNEY1-1/+1
2013-04-08Fix implicit-function-declaration warnings by including wmutil/keyboard.h whe...Jon TURNEY3-0/+3
2013-04-08Fix int-to-pointer-cast warning in ExecAndLogThreadJon TURNEY1-1/+1
2013-04-08Bodge around some prototype issuesJon TURNEY3-0/+5
2013-04-08Bring PseudoramiXExtensionInit() prototype into scope, and make the use match...Jon TURNEY3-4/+2
2013-04-08Add ability to annotate symbols so they are not processes by sdksymsJon TURNEY1-2/+2
2013-04-08Add prototype for dix_main()Jon TURNEY4-3/+36
2013-04-08Tidy-up of winmsg.hJon TURNEY5-41/+18
2013-04-08Fix implicit-function-declaration in XkbDDXCompileKeymapByNames()Jon TURNEY2-0/+5
2013-04-08Fix implicit-function-declaration warning in OsSigHandler()Jon TURNEY1-0/+1
2013-04-08Remove obsolete window control IDsJon TURNEY2-59/+0
2013-04-08Work-around problems with using Xlib client macros in the server in a 64-bit ...Jon TURNEY3-10/+10
2013-04-08Update manifest to target all architectures, not just x86Jon TURNEY2-1/+3
2013-04-08Win32 Windows properties are of pointer type HANDLE, not an integer type.Jon TURNEY3-6/+6
2013-04-08winMultiWindowGetTransientFor() returns an XID not a WindowPtrJon TURNEY3-7/+7
2013-04-08Fix some debugging printing of a pointers for Cygwin64Jon TURNEY3-4/+4
2013-04-08Change winIconIsOverride() to take a HICON parameterJon TURNEY3-6/+3
2013-04-08Fix uses of CreateDialogParam() for Cygwin64Jon TURNEY1-13/+12
2013-04-08deprecated interface cygwin_conv_to_win32_path() doesn't exist on cygwin64Jon TURNEY1-12/+0
2013-04-08Fix a Cygwin64 portability issue with casting HINSTANCE result of ShellExecut...Jon TURNEY1-12/+13