summaryrefslogtreecommitdiffstats
path: root/win/tkWinSend.c
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+1
|\
* \ Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-5/+19
| | | | | | | | | | | | | | | Fix various gcc warnings, all backported from Tk 8.6 VC6++ does not have SPI_SETKEYBOARDCUES
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
| | | | | | | | | using useful casts internally.
* | | [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw.nijtmans2010-09-281-2/+2
| | | | | | | | | | | | Make it compile on older mingw as well.
* | | Add <wchar.h> to tkWinPort.h, andnijtmans2010-04-081-11/+7
| | | | | | | | | | | | | | | remove some earlier CYGWIN-related hacks which then are no longer necessary.
* | | When a function has had a leading underscore for a number of years youpatthoyts2010-02-031-1/+5
| | | | | | | | | | | | | | | might like to think about it when you remove it without testing the other compilers used. Fixed dimwitted previous edit.
* | | fix more gcc warnings: missing initializernijtmans2010-01-221-3/+3
| | | | | | | | | | | | | | | | | | | | | Eliminate use of __argc and __argv for CYGWIN Make cygwin configuration error into a warning: CYGWIN compilation works although there still are test failures.
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-19/+17
| | | | | | | | | | | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer
* | | FormatMessage should always use the ignore-inserts flag when processing ↵patthoyts2009-05-131-4/+4
| | | | | | | | | | | | system errors.
* | | - eliminate some unnessary type castsnijtmans2009-01-281-2/+2
| | | | | | | | | | | | | | | - some internal const decorations - spacing
* | | Add "const" to many internalnijtmans2008-10-171-19/+21
| | | | | | | | | | | | | | | | | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries.
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-4/+4
| | |
* | | * tkDecls.h: Reverted das's change of Tk's stubs pointersKevin B Kenny2008-04-081-1/+11
|/ / | | | | | | | | | | | | | | | | | | | | * tkIntDecls.h: from 'extern' to 'EXTERN'. Since the stubs pointer * tkPlatDecls.h: is always linked statically, its wrong to import or export it from a DLL, and the change causes trouble for extensions that build with -DUSE_TK_STUBS. * tkWinEmbed.c: Removed #if 0 code. Trust the revision control system, if you need it again, you can find it. * tkWinSend.c: Added conditional compilation to silence several compiler warnings.
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Assorted minor cleanups.dkf2007-09-081-28/+30
| |
* | header cleanupdgp2007-09-071-1/+2
| |
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-15/+17
| |
* | ANSIficationdkf2005-12-021-296/+367
| |
* | * win/tkWinSend.c: Avoid using tcl internal headers and fix topatthoyts2005-10-141-6/+5
| | | | | | | | | | * win/tkWinSendCom.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds).
* | temp patch to restore HEAD builddgp2005-09-301-1/+2
| |
* | * win/tkWinSend.c: Removed some misleading comments (bug #846134)patthoyts2003-12-161-10/+22
| | | | | | | | and disabled the send package until bug #858822 is resolved.
* | winSend cleanup and bug fix -- these files need better documentationvincentdarley2003-11-201-73/+68
| |
* | Fixed an error in returning the name actually registered for 'send'.patthoyts2003-11-081-4/+5
| |
* | * win/tcl.m4: Add TIP #150 items to the TEA makefiles.patthoyts2003-10-081-13/+13
| | | | | | | | | | | | | | | | * win/configure: * win/Makefile.in: * win/tkWinSend.c: Clean up some warnings from gcc -Wall. * win/tkWinSendCom.c:
* | * win/makefile.vc: Implementation of TIP #150, "Providepatthoyts2003-09-261-3/+871
|/ | | | | | * win/tkWinSend.c: 'send' command for Windows" * win/tkWinSendCom.h: * win/tkWinSendCom.c:
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
| | | | | | | | | | | | | | | | | | | | | updating Tk to use Tcl 8.4's fully CONST-ified interface, and fully CONSTifying Tk at the same time. This patch includes purging Tk of its last direct access to interp->result. [Bug 589853] The substantial changes include copying event sequence strings into Tcl_DStrings in tkBind.c, and copying [text] indices into Tcl_DStrings because parsing them involved overwriting them. If this causes performance trouble, that can be resolved by further converting them to Tcl_Obj's. The #defines USE_NON_CONST and USE_COMPAT_CONST have the same effect for Tk as they do for Tcl. (They actually change tcl.h)
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+86