summaryrefslogtreecommitdiff
path: root/hw/xwin/winclipboard
AgeCommit message (Expand)AuthorFilesLines
2024-03-03xwin: winclipboard: fix missing prototypes / missing includeEnrico Weigelt, metux IT consult1-13/+7
2021-11-04meson: Fix build of xwinclip tool when xcb is installed in non-default locationJon Turney1-0/+1
2021-10-27Remove autotools supportPovilas Kanapickas1-26/+0
2020-07-05Fix spelling/wording issuesAlan Coopersmith2-3/+3
2020-04-15hw/xwin: Consistently use BOOL type from Xmd.hJon Turney5-14/+14
2020-04-15hw/xwin: xcbify clipboard integrationJon Turney8-648/+476
2020-04-15hw/xwin: Remove nounicodeclipboard optionJon Turney7-128/+48
2020-04-15hw/xwin: Remove support for pre-Vista Win32 clipboard APIJon Turney3-195/+23
2020-04-15hw/xwin: Warn about too large Windows -> X clipboard pastesJon Turney1-0/+18
2020-04-15hw/xwin: Implement INCR protocol for X clipboard -> Windows clipboardJon Turney5-221/+290
2019-04-30meson: Link with ws2_32 for socket functions on WindowsJon Turney1-0/+1
2018-08-31hw/xwin: Fix 'make distcheck'Jon Turney1-0/+1
2018-05-14meson: install xwinclip and Xwinrc man pagesJon Turney1-0/+7
2018-03-27man: s/__/@/gAdam Jackson1-1/+1
2018-01-22meson.build: Fix hw/xwin build when dependencies are installed in a non-defau...Jon Turney1-0/+1
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin3-3/+4
2017-06-02Add meson.build for XWin server (v2)Jon Turney1-0/+31
2016-02-29xwin: Use WM_CLIPBOARDUPDATE clipboard APIJon Turney3-39/+87
2015-07-07hw/xwin: printf format fixes for WPARAM and LPARAM typesJon TURNEY1-4/+4
2015-07-07hw/xwin: printf format fixes for DWORD typeJon TURNEY1-3/+3
2015-07-07hw/xwin: printf format fixes in xevents.cJon TURNEY1-5/+5
2015-07-07hw/xwin: printf format fix in winProcessXEventsTimeout()Jon TURNEY1-1/+1
2015-07-07hw/xwin: printf format fixes for HWND typeJon TURNEY1-2/+2
2015-07-07hw/xwin: Ensure format warnings in winclipboard/Jon TURNEY1-2/+2
2015-04-22hw/xwin/winclipboard: Link xwinclip with -lpthreadJon TURNEY1-1/+1
2014-11-09hw/xwin: Don't allocate one wchar_t too much for unicode text placed on the W...Colin Harrison1-14/+9
2014-11-09hw/xwin: Fix hang on shutdown when we own the clipboard.Jon TURNEY1-41/+25
2014-11-09hw/xwin: Fix clipboard thread restartJon TURNEY3-2/+9
2014-11-09hw/xwin: Improve reliability of clipboard X->Windows pastesJon TURNEY2-43/+41
2014-11-09hw/xwin: Add controls for enabling/disabling monitoring of PRIMARY selectionJon TURNEY4-2/+17
2014-11-06hw/xwin: Retrieve TARGETS to avoid unnecessary failing conversion attemptsJon TURNEY4-86/+195
2014-11-06hw/xwin: In SelectionNotify, don't pointlessly retrieve just the size of the ...Jon TURNEY1-18/+2
2014-11-06hw/xwin: In SelectionNotify, delete the property containing returned data aft...Jon TURNEY1-2/+2
2014-10-09hw/xwin: Fix compilation with -Werror=declaration-after-statementJon TURNEY1-1/+2
2014-09-13hw/xwin: Undefine _XSERVER64 in hw/xwin/winclipboardJon TURNEY6-2/+47
2014-09-13hw/xwin: Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-4/+9
2014-09-13hw/xwin: Add a basic manpage for xwinclipJon TURNEY2-0/+64
2014-09-13hw/xwin: In clipboard function prototypes, use Window type, not int typeJon TURNEY3-3/+3
2014-09-13hw/xwin: Remove XOpenDisplay() retry codeJon TURNEY1-20/+1
2014-09-13hw/xwin: Improve comment about why we can't XCloseDisplay()Jon TURNEY1-2/+5
2014-09-13hw/xwin: Remove setjmp()/longjmp() error constantsJon TURNEY2-13/+2
2014-09-13hw/xwin: Move WIN_MSG_QUEUE_FNAME to where it's usedJon TURNEY2-5/+3
2014-09-13hw/xwin: Use header for prototypes in textconv.cJon TURNEY1-7/+1
2014-09-13hw/xwin: Remove unused X includes from internal.h and add them where neededJon TURNEY4-11/+11
2014-09-13hw/xwin: Remove standard includes from internal.h and add them where neededJon TURNEY2-18/+9
2014-09-13hw/xwin: Add xwinclip test clientJon TURNEY3-0/+178
2014-09-13hw/xwin: Changes in error logging to make libwinclipboard more useful as a li...Jon TURNEY1-26/+25
2014-09-13hw/xwin: Look up atoms in winClipboardProc()Jon TURNEY4-52/+52
2014-09-13hw/xwin: Add fUseUnicode as parameter to winClipboardProc()Jon TURNEY2-16/+2
2014-09-13hw/xwin: Separate libwinclipboard interface and internal header filesJon TURNEY5-131/+162