summaryrefslogtreecommitdiffstats
path: root/generic/tk.h
Commit message (Expand)AuthorAgeFilesLines
* Fix TK_RELEASE_SERIAL for "b1" releasejan.nijtmans2023-12-221-1/+1
* Remove USE_OLD_CANVASjan.nijtmans2023-12-121-13/+0
* Tk_InitImageArgs() was related to USE_OLD_IMAGE, which is now removedjan.nijtmans2023-12-111-2/+0
* Merge implementation of TIP #684 from core-8-branch.marc_culler2023-12-111-1/+3
|\
| * Merge implementation of TIP #684.marc_culler2023-12-111-1/+3
| |\
| | * Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events...marc_culler2023-11-271-1/+3
| * | Add TK_ALWAYS_REDRAW flagjan.nijtmans2023-11-281-1/+2
| * | Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-151-0/+1
| |/
* | Merge 9.0jan.nijtmans2023-11-181-129/+1
|\ \
| * | Remove leftover comments no longer needed after previous commits removing dep...fvogel2023-11-161-12/+1
| * | Remove more deprecated stuff. jan.nijtmans2023-11-161-4/+0
| * | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-104/+0
| * | Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-9/+0
| |\ \ | | |/
| * | Prepare "trunk" for Tk 9.0 developmentjan.nijtmans2023-11-121-20/+11
| |/
* | Rebase to trunk.jan.nijtmans2023-11-081-26/+15
|\ \ | |/ |/|
| * Build with Tcl 8.7 toojan.nijtmans2022-12-111-1/+1
| * Merge 8.7jan.nijtmans2022-11-181-5/+1
| |\
| * | Tk_ConfigureWidget() signature compatibility with 8.7. More version fixesjan.nijtmans2022-11-081-10/+8
| * | alwaysRedraw -> flagsjan.nijtmans2022-11-041-6/+4
| * | Tk version from 8.7 -> 9.1jan.nijtmans2022-11-031-11/+8
* | | Merge 8.6jan.nijtmans2023-10-091-2/+4
|\ \ \
| * | | Fix [0c734dde2a]: Xlib.h: avoid -Wstrict-prototypes warningsjan.nijtmans2023-04-141-1/+1
| * | | merge 8.6dgp2022-07-131-3/+3
| |\ \ \
| * | | | Bump to 8.6.13 for releasedgp2022-06-061-2/+2
* | | | | Fix [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhanced index valu...jan.nijtmans2023-06-231-0/+2
| |_|_|/ |/| | |
* | | | 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