summaryrefslogtreecommitdiffstats
path: root/generic/tk.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-041-9/+9
|\
| * TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-12/+12
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-4/+4
* | Merge 8.6jan.nijtmans2020-09-031-2/+3
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-2/+3
* | Merge 8.6jan.nijtmans2020-09-031-7/+8
|\ \ | |/
| * Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-4/+5
* | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n...jan.nijtmans2020-06-081-1/+1
* | size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-021-22/+19
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-2/+8
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-8/+26
* | Merge trunk. Fix C++ builds, also for TCL_UTF_MAX=4 and TCL_UTF_MAX=6jan.nijtmans2020-05-231-1/+1
|\ \
| * | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-2/+2
* | | More progressjan.nijtmans2020-05-221-3/+18
|\ \ \ | |/ /
* | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-0/+10
|/ /
* | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-0/+6
|\ \ | |/
| * Fixing IME broke Latin1; make both work. Use a flag so deciding whether to us...culler2020-04-251-0/+6
| * merge 8.6dgp2019-08-261-2/+3
| |\
| * | Bump version numbers for Tk 8.6.10 release.dgp2019-06-171-2/+2
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-5/+5
* | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-0/+3
* | | Bump to 8.7a4 to distinguish trunk from 8.7a3 release.dgp2020-02-071-2/+2
* | | Merge trunkKevin Walzer2019-09-291-3/+7
|\ \ \
| * \ \ Merge trunk. Some more signature changes, in line with X11-R6jan.nijtmans2019-08-221-2/+3
| |\ \ \
| * | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-3/+7
* | | | | merge trunkdgp2019-08-261-2/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge 8.6jan.nijtmans2019-08-211-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | In X11-R6 _XLIB_H changed to _X11_XLIB_H_, so adapt for thatjan.nijtmans2019-08-211-1/+1
| | |\ \ \
| | | * | | In X11-R6 _XLIB_H changed to _X11_XLIB_H_, so adapt for that.jan.nijtmans2019-08-211-2/+3
| * | | | | Merge 8.6jan.nijtmans2019-08-211-1/+2
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Make sure that <stddef.h> is included before defining Tk_Offset(), even on sy...jan.nijtmans2019-08-211-1/+2
| | | |/ | | |/|
| | * | Define offsetof() macro for (very rare) platforms which don't have it. Don't ...jan.nijtmans2019-06-151-3/+3
| | |\ \ | | | |/
| | | * Define offsetof() macro for (very rare) platforms which don't have it. Don't ...jan.nijtmans2019-06-151-3/+3
| | | * Bump to release number 8.5.19dgp2015-10-231-2/+2
| | | * Bump to version 8.5.18.dgp2015-02-051-2/+2
| | | * missed bump bitsdgp2014-10-151-2/+2
| | | * Bump to 8.5.16 for release.dgp2014-07-231-3/+3
| | | * Bump to 8.5.15 for release.dgp2013-08-301-2/+2
| | | * merge release to 8.5; revert features not included in releasedgp2013-04-031-2/+2
* | | | Release candidate branch for Tk 8.7a3.dgp2019-06-171-2/+2
|/ / /
* | | Merge trunkjan.nijtmans2019-05-101-3/+8
|\ \ \
| * \ \ Implement TIP 164dkf2019-04-141-1/+5
| |\ \ \
| | * | | Basic implementation of TIP 164: [$canvas rotate]dkf2019-03-111-1/+5
| * | | | Merge 8.6jan.nijtmans2019-04-081-7/+7
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Put new fields always at the end of struct TkWindow, so existing fields keep ...jan.nijtmans2019-04-081-8/+8
| * | | | merge 8.6dgp2019-04-081-1/+1
| |\ \ \ \ | | |/ / /
| | * | | unbreak the headerdgp2019-04-081-1/+1
| * | | | Fix bug [897ffea89f]: Tk allows management loops. Provide access to a window'sculler2019-04-061-5/+6
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix bug [897ffea89f]: Tk allows management loopsculler2019-04-051-5/+6
| | * | merge 8.6dgp2018-10-151-1/+1
| | |\ \