| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
FossilOrigin-Name: 77d0eaec4cab7e273a0d99649c4782af1b637779
|
|\
| |
| |
| |
| | |
after .TH breaks rendering on OpenBSD and possibly others.
FossilOrigin-Name: 8b40f8cacfa041305390bd37fa6a8551157f6137
|
| |
| |
| |
| |
| | |
after .TH breaks rendering on OpenBSD and possibly others.
FossilOrigin-Name: a76570974faca3ef3bdf49c5f8423c49d3b160da
|
|\ \
| |/
| | |
FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
|
| |\
| | |
| | | |
FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
|
| | |
| | |
| | | |
FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
|
| | |
| | |
| | |
| | |
| | |
| | | |
NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197]
FossilOrigin-Name: 57301152d4a2937f8f927ceac42e1459d31f328a
|
| | |
| | |
| | | |
FossilOrigin-Name: f559fc100fb895481dfd6f973168d2ab38774cf2
|
| | |
| | |
| | | |
FossilOrigin-Name: b51b115f0e59f7d4653df8e95581c3d9f2f78acd
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
backwards compatibility. Change Tk_ItemIndexProc
and Tk_ItemInsertProc signature to have a Tcl_Obj parameter
in stead of a string parameter. This is binary
and source compatible with previous API, it just prevents
the need for a type cast in the Tk_ItemType table construction.
Bring doc in line with API.
FossilOrigin-Name: 88f4039ab41ab8aced179764fc4b283e2e45cc0f
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
name constness change.
Although dkf's solution (simply adding a type cast)
is correct as well, changing the return value (as das
suggested) has the advantage that
all Tk_OptionPrintProc implementations don't
need a type cast any more in its code. This
makes all those functions robust against
the -Wwrite-strings warning option.
Further on, the customPtr field of Tk_ConfigSpec
can be a constant, without any danger of
source incompatibility.
FossilOrigin-Name: bb3ffd4977c1850656227cd5e05f0d820792eacf
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
formatting,
etc.)
FossilOrigin-Name: 3354fd63452f0b436d3a487f1e1f0fecf750cee1
|
| |
| |
| | |
FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
|
| |
| |
| | |
FossilOrigin-Name: 6373cd0cf2deb3038f42488bf9ad272b2d9aed9e
|
| |
| |
| |
| |
| |
| |
| | |
* doc/*.3: `make html` so we can get the release
* doc/*.n: out the door.
FossilOrigin-Name: 4fe4274467a1800529131c86ff155c4c0b03db8a
|
| |
| |
| | |
FossilOrigin-Name: 719dc3b1128c165488999004be06a1432d8e6286
|
| |
| |
| |
| |
| |
| | |
fix bug #1627732
FossilOrigin-Name: 3cb10b476b00b2ffc8694865919f758e722cfde4
|
| |
| |
| | |
FossilOrigin-Name: 5bcb6a84090d58ae13f218ca5f473e6d6328948c
|
| |
| |
| |
| |
| |
| | |
thread-safe and is now no-longer used.
FossilOrigin-Name: 45c688123c948342693cda41bfd5ff981f5a13ba
|
| |
| |
| | |
FossilOrigin-Name: 326b9e3fd240a8960af85c80d3897b18871d42a5
|
| |
| |
| | |
FossilOrigin-Name: 21e74dc17aeb9f48f2a53bcf395d591eedf42bba
|
| |
| |
| | |
FossilOrigin-Name: b4bde69ecaf392e281ae12f6df552bbfadbb8251
|
| |
| |
| | |
FossilOrigin-Name: a4ed7a7a05e0dc3afb8650747cb796a87cc53832
|
|/
|
|
|
|
|
| |
NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197]
* unix/mkLinks: make mklinks
FossilOrigin-Name: b34bcfd0bd547f10af50e36dcfcbbca52be2b9eb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: e02c1cd62e6b0bd86631d32cd12ec53f37801bb0
|
|
|
|
|
|
|
|
| |
FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n:
Documentation fix: Replaced references to XFontStruct *
and Tk_FontStruct with Tk_Font.
FossilOrigin-Name: b10e56c17f4c9710567b36d1ba7616710168243c
|
|
|
| |
FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
|
|
|
| |
FossilOrigin-Name: de71f02a0f833a7fdfca5fc7631261e09fc48e11
|
|
|
| |
FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
|
|
|
| |
FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
|
|
FossilOrigin-Name: 8922a99ffbe6bf4c9a879291efacef5ce9caa2aa
|