index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xwin
/
winclipboard
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-09
hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the W...
Colin Harrison
1
-14
/
+9
2014-11-09
hw/xwin: Fix hang on shutdown when we own the clipboard.
Jon TURNEY
1
-41
/
+25
2014-11-09
hw/xwin: Fix clipboard thread restart
Jon TURNEY
3
-2
/
+9
2014-11-09
hw/xwin: Improve reliability of clipboard X->Windows pastes
Jon TURNEY
2
-43
/
+41
2014-11-09
hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selection
Jon TURNEY
4
-2
/
+17
2014-11-06
hw/xwin: Retrieve TARGETS to avoid unnecessary failing conversion attempts
Jon TURNEY
4
-86
/
+195
2014-11-06
hw/xwin: In SelectionNotify, don't pointlessly retrieve just the size of the ...
Jon TURNEY
1
-18
/
+2
2014-11-06
hw/xwin: In SelectionNotify, delete the property containing returned data aft...
Jon TURNEY
1
-2
/
+2
2014-10-09
hw/xwin: Fix compilation with -Werror=declaration-after-statement
Jon TURNEY
1
-1
/
+2
2014-09-13
hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboard
Jon TURNEY
6
-2
/
+47
2014-09-13
hw/xwin: Only add to XSetIOErrorHandler() handler chain once
Jon TURNEY
1
-4
/
+9
2014-09-13
hw/xwin: Add a basic manpage for xwinclip
Jon TURNEY
2
-0
/
+64
2014-09-13
hw/xwin: In clipboard function prototypes, use Window type, not int type
Jon TURNEY
3
-3
/
+3
2014-09-13
hw/xwin: Remove XOpenDisplay() retry code
Jon TURNEY
1
-20
/
+1
2014-09-13
hw/xwin: Improve comment about why we can't XCloseDisplay()
Jon TURNEY
1
-2
/
+5
2014-09-13
hw/xwin: Remove setjmp()/longjmp() error constants
Jon TURNEY
2
-13
/
+2
2014-09-13
hw/xwin: Move WIN_MSG_QUEUE_FNAME to where it's used
Jon TURNEY
2
-5
/
+3
2014-09-13
hw/xwin: Use header for prototypes in textconv.c
Jon TURNEY
1
-7
/
+1
2014-09-13
hw/xwin: Remove unused X includes from internal.h and add them where needed
Jon TURNEY
4
-11
/
+11
2014-09-13
hw/xwin: Remove standard includes from internal.h and add them where needed
Jon TURNEY
2
-18
/
+9
2014-09-13
hw/xwin: Add xwinclip test client
Jon TURNEY
3
-0
/
+178
2014-09-13
hw/xwin: Changes in error logging to make libwinclipboard more useful as a li...
Jon TURNEY
1
-26
/
+25
2014-09-13
hw/xwin: Look up atoms in winClipboardProc()
Jon TURNEY
4
-52
/
+52
2014-09-13
hw/xwin: Add fUseUnicode as parameter to winClipboardProc()
Jon TURNEY
2
-16
/
+2
2014-09-13
hw/xwin: Separate libwinclipboard interface and internal header files
Jon TURNEY
5
-131
/
+162
2014-09-13
hw/xwin: Return a shutdown flag from winClipboardProc() if we should stop trying
Jon TURNEY
2
-7
/
+9
2014-09-13
hw/xwin: Move clipboard integration code down to a subdirectory
Jon TURNEY
6
-0
/
+2186