summaryrefslogtreecommitdiffstats
path: root/win/tkWinClipboard.c
Commit message (Expand)AuthorAgeFilesLines
* Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-4/+4
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-5/+5
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-3/+3
* Merge 8.6 (more TCL_UNUSED usage)jan.nijtmans2023-02-071-11/+6
|\
| * Use more TCL_UNUSED() macro's in stead of (void) castsjan.nijtmans2023-02-071-11/+6
* | Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-1/+1
* | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-1/+1
* | Fix [caaae89bd5]: Can't open clipboard in Windows 10 after Button-2 on Entry ...fvogel2022-02-261-4/+4
|\ \ | |/
| * Fix [caaae89bd5]: Can't open clipboard in Windows 10 after Button-2 on Entry ...fvogel2022-02-261-4/+4
| * Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-10/+18
| * Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w...jan.nijtmans2019-09-241-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | WIP: Add support for C++jan.nijtmans2019-12-121-5/+11
* | Merge 8.6. jan.nijtmans2019-09-231-5/+0
|\ \ | |/
| * Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-36/+14
| * TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-1/+1
* | Merge trunkjan.nijtmans2019-09-091-5/+5
|\ \
| * | More removals of "register" keyword.jan.nijtmans2019-08-161-2/+2
| * | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co...jan.nijtmans2019-07-301-1/+1
* | | Merge trunkjan.nijtmans2019-06-201-17/+0
|\ \ \ | |/ /
| * | Merge 8.6. Code cleanup, possible because we know we are compiling in UNICOD...jan.nijtmans2019-06-191-17/+0
| |/
* | More TCHAR -> WCHAR conversionsjan.nijtmans2019-06-111-2/+2
* | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(...jan.nijtmans2019-06-101-3/+5
|/
* Slightly better: Don't use Tcl_UniCharLen() but wcslen().jan.nijtmans2019-03-221-2/+3
* Bugfix in tkWinClipboard: Failed to determine fname length in loop.jan.nijtmans2019-03-221-1/+2
* More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-191-6/+2
* Make a difference in the error message between the case where the clipboard i...fvogel2018-11-161-2/+7
* On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T...jan.nijtmans2017-05-051-1/+1
* Use the win32 Wide API in some more places. And some simplifications, since w...jan.nijtmans2017-01-181-10/+1
* Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c]oehhar2015-12-141-1/+35
|\
| * minor formattingjan.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, neede...jan.nijtmans2012-06-081-1/+2
|\
| * 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
* | | 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
* | | [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
* | | 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
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-2/+2
* Fixed bug in Windows clipboard code when dealing with selections that don't c...stanton1999-05-221-32/+35