aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_clipboard.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-359/+0
2022-07-12Cygwin: clipboard: Add workaround for setting clipboard failure.Takashi Yano1-13/+34
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-1/+1
2022-05-29Cygwin: remove 32-bit only clipboard codeKen Brown1-16/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-2/+2
2022-05-29Cygwin: simplify some function namesKen Brown1-2/+3
2021-12-11Cygwin: clipboard: Make intent of the code clearer.Takashi Yano1-2/+2
2021-12-07Cygwin: clipboard: Fix a bug in read().Takashi Yano1-1/+1
2021-10-26Cygwin: Make native clipboard layout same for 32- and 64-bitMark Geisert1-17/+25
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2013-12-10 * fhandler.h (fhandler_dev_clipboard): Add private memberCorinna Vinschen1-4/+2
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-2/+0
2013-10-25 * devices.in (dev_storage): Map /dev/clipboard to \Device\Null.Corinna Vinschen1-22/+6
2013-10-25 * fhandler_clipboard.cc (fhandler_dev_clipboard::open): Drop gratuitiosCorinna Vinschen1-4/+4
2013-06-17 * fhandler_clipboard.cc (fhandler_dev_clipboard::read): Fix bufferCorinna Vinschen1-1/+2
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-6/+6
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-10/+10
2012-08-17 * fhandler_clipboard.cc (fhandler_dev_clipboard::read): UseCorinna Vinschen1-5/+47
2012-07-02 * fhandler.h (class fhandler_dev_clipboard): Remove member eof.Corinna Vinschen1-72/+57
2012-03-26 * fhandler.h (class fhandler_dev_clipboard): Add fstat method.Corinna Vinschen1-14/+61
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-1/+5
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-1/+1
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen1-5/+0
2011-06-06whitespace eliminationChristopher Faylor1-3/+3
2011-05-01 Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen1-6/+5
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-1/+1
2009-06-30* select.h: New file split from fhandler.h.Christopher Faylor1-1/+1
2009-06-04 * fhandler_clipboard.cc: Avoid calling system_printf.Corinna Vinschen1-103/+103
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-3/+2
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-2/+2
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-1/+1
2008-01-31 * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen1-20/+35
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-3/+6
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-1/+1
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-1/+1
2005-07-27* fhandler_clipboard.cc (fhandler_dev_clipboard::close): Set membuffer to NULL.Christopher Faylor1-2/+7
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-8/+11
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-03-04* fhandler_clipboard.cc: Use int for cygnativeformat rather than UINT as thatChristopher Faylor1-2/+2
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen1-3/+0
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-1/+1
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-4/+5
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-2/+2
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-21/+18
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor1-8/+8