index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
/
winclipboardthread.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-13
hw/xwin: Move clipboard integration code down to a subdirectory
Jon TURNEY
1
-504
/
+0
2014-09-13
hw/xwin: Make g_hwndClipboard static
Jon TURNEY
1
-6
/
+19
2014-09-13
hw/xwin: Hoist use of winSetAuthorization() and winGetDisplayName() up one level
Jon TURNEY
1
-17
/
+1
2014-09-13
hw/xwin: Eliminate g_pClipboardDisplay and g_iClipboardWindow globals
Jon TURNEY
1
-14
/
+9
2014-09-13
hw/xwin: Move winClipboardCreateMessagingWindow() to winclipboardthread.c
Jon TURNEY
1
-0
/
+55
2014-09-13
hw/xwin: Remove SetSelectionOwner wrapper, use XFixesSetSelectionOwnerNotify ...
Jon TURNEY
1
-0
/
+23
2014-09-13
hw/xwin: Hoist setting of g_fClipboardStarted flag up one level
Jon TURNEY
1
-7
/
+0
2014-09-13
hw/xwin: Hoist clipboard thread restart up one level
Jon TURNEY
1
-31
/
+3
2014-09-13
hw/xwin: Remove left-over pthread_exit() in clipboard code
Jon TURNEY
1
-4
/
+5
2014-08-29
hw/xwin: Improve choice of display name used by internal clients
Jon TURNEY
1
-1
/
+2
2013-07-23
hw/xwin: Remove obsolete WIN_XEVENTS_SHUTDOWN
Jon TURNEY
1
-8
/
+1
2013-07-23
hw/xwin: Remove an extra '\n' from some log messages
Jon TURNEY
1
-1
/
+1
2013-05-02
hw/xwin: Fix unused-but-set-variable warning in winClipboardProc()
Jon TURNEY
1
-3
/
+2
2012-11-28
hw/xwin: use raise() instead of kill()
Yaakov Selkowitz
1
-1
/
+2
2012-10-17
hw/xwin: Fix no return value warning in winClipboardProc()
Colin Harrison
1
-2
/
+2
2012-10-16
hw/xwin: Fix redundant declaration in winclipboardthread.c
Jon TURNEY
1
-1
/
+0
2012-07-16
hw/xwin: Remove winClipboardDetectUnicodeSupport()
Jon TURNEY
1
-5
/
+1
2012-07-16
hw/xwin: Tidy up some pointless output which is always emitted
Jon TURNEY
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-368
/
+320
2012-01-26
hw/xwin: Chain IOError handlers to avoid longjmp across threads
Jon TURNEY
1
-7
/
+16
2012-01-26
hw/xwin: Automatically restart clipboard thread
Michel Hummel
1
-8
/
+60
2012-01-26
hw/xwin: Give the X window for the clipboard integration client a name
Jon TURNEY
1
-0
/
+2
2012-01-07
hw/xwin: Fix duplicate definition of HAS_WINSOCK when building for MinGW
Ryan Pavlik
1
-0
/
+2
2010-10-19
Xming: Fix warning in winClipboardErrorHandler()
Colin Harrison
1
-1
/
+1
2010-03-16
Cygwin/X: Tidy up some cosmetic issues in log strings
Jon TURNEY
1
-1
/
+1
2010-02-05
Cygwin/X: XSupportsLocale() failure is non-critical
Jon TURNEY
1
-2
/
+1
2009-11-09
Cygwin/X: Always use an authorization cookie for internal clients
Jon TURNEY
1
-18
/
+1
2009-06-05
Cygwin/X: Tidy up a bodge to avoid collision between X header and native Win3...
Jon TURNEY
1
-0
/
+1
2009-02-12
Xming: Check clipboard selection ownership after taking it
Colin Harrison
1
-2
/
+4
2009-02-12
Xming: Select events correctly in clipboard integration code
Colin Harrison
1
-9
/
+7
2009-02-12
Xming: Add Colin Harrison to copyright and authors list for clipboard integra...
Colin Harrison
1
-4
/
+6
2005-07-04
Include xwin-config.h if HAVE_XWIN_CONFIG is defined Cleanup X11 includes
Alexander Gottwald
1
-0
/
+4
2004-11-15
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
Alexander Gottwald
1
-28
/
+46
2004-10-28
Import recent changes from CYGWIN branch
Alexander Gottwald
1
-2
/
+6
2004-08-03
Merge from CYGWIN branch
Alexander Gottwald
1
-8
/
+9
2004-06-21
Bug 777: Merge from CYGWIN branch
Alexander Gottwald
1
-193
/
+159
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-25
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Kaleb Keithley
1
-17
/
+38
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+463