summaryrefslogtreecommitdiffstats
path: root/win/tkWinClipboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c]oehhar2015-12-141-1/+35
|\
| * minor formattingbug_9fcc519a7cjan.nijtmans2015-12-141-3/+4
| |
| * Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c]oehhar2015-12-141-3/+36
|/
* a few more placesdkf2012-07-241-3/+4
|
* Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-081-1/+2
|\ | | | | | | needed for Cygwin
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-1/+2
| |\
| | * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-8/+8
| | | | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-1/+1
| | | | | | | | | using useful casts internally.
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-031-4/+4
| | |
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-061-8/+2
| | |
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ↵nijtmans2010-09-101-1/+7
| | | | | | | | | | | | | | | | | | yet. tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always be included here.
* | | eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-3/+3
| | |
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-2/+2
|/ /
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-6/+8
| |
* | ANSIficationdkf2005-12-021-87/+84
|/
* * test/winClipboard.test:hobbs2000-04-121-1/+4
| | | | | | | | | | | | * win/tkWinInt.h: * win/tkWinClipboard.c (UpdateClipboard): * win/tkWinX.c (GenerateXEvent): added updatingClipboard tsd and TkWinUpdatingClipboard accessor function to allow us to flag ourselves when we are the ones updating the clipboard. This corrected inability to create our own clipboard types within a Tk application. [Bug: 2338 4318] * win/tkWinTest.c (TestclipboardCmd): improved TestclipboardCmd with better error handling and obj'ification
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * generic/tkFont.c: fixed processing of font options and error returned [Bug: 2075] * win/tkWinWm.c: fixed bug in 'wm deiconify' that raised the wrong toplevel, and changed it to not set focus on overridden toplevels 1999-09-15 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix to AIX-* to get ldAix right [Bug: 2624], fixed AIX version check (readjust from 8-21 fix) and several other config fixes for AIX * mac/tkMacMenubutton.c: * unix/tkUnixMenubu.c: fixed permanently stippled menubutton image * win/tkWinButton.c: fixed possible pointer smash [Bug: 2733] 1999-09-14 Jeff Hobbs <hobbs@scriptics.com> * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
* Fixed bug in Windows clipboard code when dealing with selections that don't ↵stanton1999-05-221-32/+35
| | | | contain locale information.
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-47/+193
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-11/+22
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+291