summaryrefslogtreecommitdiffstats
path: root/generic/tk.h
Commit message (Expand)AuthorAgeFilesLines
* Forbid Tk_Offset when building Tk itself. Don't worry about offsetof() any more.jan.nijtmans2022-11-161-5/+1
|\
* \ Only define Tcl_Size for Tcl 8.6, require it for higher versionsjan.nijtmans2022-11-021-1/+1
|\ \ | |/
| * argc -> objc where appropriatejan.nijtmans2022-07-121-3/+3
| * Bump to 8.6.12 for releasejan.nijtmans2021-10-271-2/+2
| * Ignore -Wc++-compat in one more place (before including X11/Xlib.h)jan.nijtmans2021-07-021-0/+3
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-8/+8
* | Adapt to TIP #628 (mainly TkSizeT -> Tcl_Size)jan.nijtmans2022-10-241-140/+71
|\ \
| * | Tcl_Size usage warning fixes, more ClientData -> void *jan.nijtmans2022-10-211-41/+37
| * | Another attemptjan.nijtmans2022-10-141-1/+1
| * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-103/+33
* | | TIP #642 implementationjan.nijtmans2022-10-051-0/+2
|/ /
* | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-3/+3
* | Merge 8.7jan.nijtmans2022-02-011-2/+7
|\ \
| * | Change winPtr->optionLevel and winPtr->numTags from int to size_t, when compi...jan.nijtmans2022-01-311-2/+7
* | | Merge 8.7jan.nijtmans2021-12-141-0/+1
|\ \ \ | |/ /
* | | Use more "default" in case-statementsjan.nijtmans2021-12-131-1/+1
* | | Use TIP #613 to improve error-messages in Tkjan.nijtmans2021-12-101-0/+1
|/ /
* | Merge 8.7jan.nijtmans2021-06-211-2/+2
|\ \
| * | Bump version number to distinguish from release.dgp2021-06-181-2/+2
| * | Release candidate branch for Tk 8.7a5.dgp2021-05-031-2/+2
* | | Merge 8.7jan.nijtmans2021-03-161-0/+62
|\ \ \ | |/ /
| * | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-231-18/+17
| |\ \
| * | | TIP529 image metadata: remove optional feature: driver internal DString commu...oehhar2020-06-241-5/+4
| * | | TIP529 image metadata: remove close file flag returned by format driver file ...oehhar2020-06-241-2/+1
| * | | TIP529 image metadata: allow match functions to output metadata. implement fi...oehhar2020-06-091-2/+3
| * | | Merge trunkjan.nijtmans2020-06-081-1/+1
| |\ \ \
| * | | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm...oehhar2020-06-071-23/+27
| * | | | TIP529 image metadata: added GIF XMP write test, functionality not implemente...oehhar2020-06-061-4/+4
| * | | | Merge trunkoehhar2020-06-061-22/+19
| |\ \ \ \
| * | | | | TIP529 image metadata: changed driver interface: split metadata to in/out obj...oehhar2020-06-061-12/+15
| * | | | | TIP529 image metadata: untested sketch to implemet new call interface for Tcl...oehhar2020-05-301-0/+56
* | | | | | Merge 8.7jan.nijtmans2021-01-081-4/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.7. TIME_WITH_SYS_TIME is now obsolete (due to autoconf-2.70)jan.nijtmans2021-01-051-4/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | merge 8.6dgp2020-09-151-13/+15
| | |\ \ \ \
| | * | | | | Bump to 8.6.11 for releasedgp2020-07-061-2/+2
* | | | | | | Merge 8.7jan.nijtmans2020-09-061-14/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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
| | |/ / /
* | | | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing extended...jan.nijtmans2020-06-111-1/+2
|/ / / /
* | | | 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