| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Renamed Win32ErrorObj to TkWin32ErrorObj and moved it from tkWinSend.c
to be generally available.
FossilOrigin-Name: 4d2302956f53c00ab845d806513f139d3efa1aa3
|
|\
| |
| |
| |
| | |
Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes.
FossilOrigin-Name: 472e3798d1c835e41e6f42f189ae802a61971a4d
|
| |\
| | |
| | | |
FossilOrigin-Name: 96f28c8c38b8651eb9d60b752b0b12a1dc9d6612
|
| | |
| | |
| | | |
FossilOrigin-Name: a6f5a3361aaf43787663124832833788d004a3a1
|
| | |
| | |
| | | |
FossilOrigin-Name: 86dc9bdcfd94dd76a3abfd36a1a08dbc7bfe7aed
|
| | |
| | |
| | |
| | |
| | | |
** WORK IN PROGRESS **
FossilOrigin-Name: 6f8f9336c381b81bbe323a8399eaf4dd3f89b34f
|
|\ \ \
| |/ /
| | | |
FossilOrigin-Name: c911734fe6673f48d950b30a2c53ce54b7f8c8c2
|
|\ \ \
| |/ /
| | | |
FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
|
| |\ \
| | |/
| | | |
FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
|
| | |
| | |
| | | |
FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix various gcc warnings, all backported from Tk 8.6
VC6++ does not have SPI_SETKEYBOARDCUES
FossilOrigin-Name: a891c24d0a62a5606f4aec56244b76e9a8c4d9de
|
| | |
| | |
| | |
| | |
| | | |
using useful casts internally.
FossilOrigin-Name: 142e016e7b17277d81257da90477297eb9aaa05a
|
| | |
| | |
| | |
| | |
| | |
| | | |
Make it compile on older mingw as well.
FossilOrigin-Name: eff2e22f14416ca971746abe64083e82ebd75429
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
remove some earlier CYGWIN-related
hacks which then are no longer necessary.
FossilOrigin-Name: b9266d053e5ed38781ff7add1c3faacc9e930565
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
might like to think about it when you remove it without testing the other
compilers used. Fixed dimwitted previous edit.
FossilOrigin-Name: 65166c4a177a05904f5dbef485db7fca9ede49df
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Eliminate use of __argc and __argv for CYGWIN
Make cygwin configuration error into
a warning: CYGWIN compilation works
although there still are test failures.
FossilOrigin-Name: 226d49d2c00c3a417e9b6272792f4a201c50811b
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
make tkpButtonProcs CONST
fix gcc warnings: missing initializer
FossilOrigin-Name: 621b74296faf0808383caf277e5d114a4ed2560a
|
| | |
| | |
| | |
| | |
| | | |
system errors.
FossilOrigin-Name: d229881770c8be0ea0661f945b071b7564542c3b
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- some internal const decorations
- spacing
FossilOrigin-Name: 380696cadafe40c73feee0f0b45084587f31f011
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
FossilOrigin-Name: da3819dbb53904a418b6098f3b103df483c53304
|
| | |
| | |
| | | |
FossilOrigin-Name: a83341a36174d2059bc339dea19260a38eda5a01
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
FossilOrigin-Name: 506a94bead543a3c607c76a0829768e787be645f
|
| |
| |
| | |
FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
|
| |
| |
| | |
FossilOrigin-Name: 2a5cff56d4709ff5cc546122512d6375136e11a2
|
| |
| |
| | |
FossilOrigin-Name: 04ffea40ef0b3c0cad59a3e1576275019f29e913
|
| |
| |
| | |
FossilOrigin-Name: 07047209ee3fabf64df75844ccc749416e247cd7
|
| |
| |
| | |
FossilOrigin-Name: 1be88f1039a57d37b1f4567340d02ca39ddb3575
|
| |
| |
| |
| |
| |
| |
| | |
* win/tkWinSendCom.h: correctly link on all types of build (was
* win/tkWinSendCom.c: broken in static,msvcrt builds).
FossilOrigin-Name: 90f7ea14b3d19d794d13fa33abb3dc9682139ede
|
| |
| |
| | |
FossilOrigin-Name: 2898b4a117cdbcc93a247fc60156900373f0c5b3
|
| |
| |
| |
| |
| |
| | |
and disabled the send package until bug #858822 is resolved.
FossilOrigin-Name: 897f91e41b3fc35babf33a9244b141b8a7ac4e43
|
| |
| |
| | |
FossilOrigin-Name: ea139e1e50b60de89fe8f69012d42b14466bff2b
|
| |
| |
| | |
FossilOrigin-Name: 38b166e0dc9d8f2c88b2d690b51abe1c033fe2ba
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* win/configure:
* win/Makefile.in:
* win/tkWinSend.c: Clean up some warnings from gcc -Wall.
* win/tkWinSendCom.c:
FossilOrigin-Name: 34f9ee5a119c768702a1ab36c15e9a018580f3c7
|
|/
|
|
|
|
|
|
| |
* win/tkWinSend.c: 'send' command for Windows"
* win/tkWinSendCom.h:
* win/tkWinSendCom.c:
FossilOrigin-Name: 0ac88e3771844bf1cbca4a2f9343139667dd4d43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
FossilOrigin-Name: 5603f01aa35a127f83db9bb68f3b1ff9e5bb64de
|
|
|
| |
FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
|
|
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4
|