summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-15Bump version to 2.0.0HEADxwinclip-2.0.0masterJon TURNEY1-1/+1
2013-06-15Update documentationJon TURNEY4-106/+16
Add a basic README Update COPYING to contain the MIT license in generic form Remove obsolete ChangeLog Remove empty NEWS file
2013-06-15Only add to XSetIOErrorHandler() handler chain onceJon TURNEY1-2/+9
Only use XSetIOErrorHandler() to add to the global XSetIOErrorHandler() chain once. If we do it every restart, then we make a loop in the handler chain, and we end up with a thread spinning in that loop when the server shuts down...
2013-06-15Add some content to manpageJon TURNEY5-7/+56
Add some basic content to the manpage Install manpage into section 1
2013-06-15Replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERSJon TURNEY1-1/+1
AM_CONFIG_HEADER is obsolete in automake-1.13, replace with AC_CONFIG_HEADERS configure.ac:10: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead.
2013-06-15Warning fixesJon TURNEY5-18/+19
2013-06-15Remove obsolete WIN_XEVENTS_SHUTDOWNJon TURNEY2-7/+0
Remove obsolete WIN_XEVENTS_SHUTDOWN. This event is never generated. (I think the idea was to listen for WM_DELETE_WINDOW, but that's not a very useful thing to do)
2013-06-15Remove XOpenDisplay() retry codeJon TURNEY1-25/+2
Remove XOpenDisplay() retry code. This isn't a sensible thing for the application to be doing, and XWin server needs to retry much more than just XOpenDisplay().
2013-06-15Refactor as a library, which can be used by XWin X server, and a test ↵Jon TURNEY9-103/+251
application
2013-06-15Import current clipboard integration code from X serverJon TURNEY11-1116/+1820
Import current clipboard integration code from X server, and use the XFixesSetSelectionNotify event instead of a SetSelectionOwner wrapper SetSelectionOwner, the equivalent client-side mechanism. Changes this includes are: - adding ourselves to the clipboard viewer chain to look for changes to the windows clipboard ownership - all the checking to ensure that some other application hasn't damaged the chain - removing the obsolete 'does OS support unicode' check - lots of clipboard bugfixes. - provide stub functions for winError/winDebug output - merging license texts - re-indentation and clean-up
2013-06-15xwinclip 1.2.0 importxwinclip-1.2.0Jon TURNEY17-0/+1937