summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-12Link with iconvclipboard-xcb-rewriteJon TURNEY3-0/+674
2013-06-12Factor clipboard stuff out as a libraryJon TURNEY16-172/+136
2013-06-12Hoist up winclip thread restart one levelJon TURNEY5-80/+64
2013-06-12Clipboard rewrite WIPJon TURNEY6-1256/+1136
2013-06-10Cleanups to includes for clipboard codeJon TURNEY4-17/+6
2013-06-10Remove ununsed winProcQueryTreeOrig variableJon TURNEY2-2/+0
2013-06-10Remove SetSelectionOwner wrapper, use XFixesSetSelectionOwnerNotify event ins...Jon TURNEY9-233/+116
2013-05-04Fix a potential crash on startupYaakov Selkowitz1-4/+1
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
2013-04-07hw/xwin: Fix compilation with -Werror=implicit-function-declarationJon TURNEY1-0/+1
2013-04-07hw/xwin: Fix compilation with -Werror=implicit-function-declarationJon TURNEY1-0/+1
2013-04-07hw/xwin: Fix compilation with -Werror=implicit-function-declarationJon TURNEY1-4/+3
2013-04-07hw/xfree86: Fix compilation with -Werror=implicit-function-declarationJon TURNEY1-0/+1
2013-04-07Bodge-tastic workaround some of the prototype scoping issuesJon TURNEY6-2/+22
2013-03-20Merge branch 'cygwin-patches-for-1.14' into cygwin-release-1.14xserver-cygwin-1.14.0-1Jon TURNEY94-6223/+3828
2013-03-11Handle -displayfd and an explicit display number sensiblyJon TURNEY4-6/+7
2013-03-08Add a screen PaintWindow wrapperJon TURNEY14-41/+60
2013-03-07Handle WM_MOUSEHWHEELJon TURNEY7-10/+48
2013-03-07Map extra mouse buttons 1 and 2 to X buttons 8 and 9Jon TURNEY4-10/+23
2013-03-07Remove unneeded WM_XBUTTON message definesJon TURNEY1-11/+0
2013-03-07Change winTranslateKey() to return it's result as it's return valueJon TURNEY3-11/+14