summaryrefslogtreecommitdiffstats
path: root/generic/tkDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement functionjan.nijtmans2022-10-311-2/+3
|\
| * Add some spare stub entriesjan.nijtmans2022-01-251-3/+33
| * Change Tk_FreeStyleFromObj (undocumented, nop) into a macro. So, stub-enabled...jan.nijtmans2021-12-151-0/+2
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-5/+5
* | Some more int -> Tcl_Sizejan.nijtmans2022-10-271-4/+4
* | Tcl_Size usage warning fixes, more ClientData -> void *jan.nijtmans2022-10-211-52/+49
* | Fix buildjan.nijtmans2022-10-121-1/+1
* | Rebase to 8.7jan.nijtmans2022-10-121-29/+30
|\ \
| * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-29/+30
* | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and documentation...jan.nijtmans2022-09-201-4/+4
|/ /
* | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum...jan.nijtmans2022-02-011-6/+6
* | Add Tk_MakeWindow toojan.nijtmans2022-01-251-0/+5
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-0/+59
* | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaksjan.nijtmans2021-11-131-2/+1
* | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-231-18/+53
|\ \
| * | (c) -> ©jan.nijtmans2020-12-091-1/+1
| * | Merge 8.6jan.nijtmans2020-10-291-0/+2
| |\ \ | | |/
| | * Fix cygwin buildjan.nijtmans2020-10-291-0/+2
| | * Merge 8.5jan.nijtmans2020-09-081-3/+18
| | |\
| | | * Move TkUnusedStubEntry up a little morejan.nijtmans2020-09-081-1488/+138
| | * | Merge 8.5. jan.nijtmans2020-09-081-0/+8
| | |\ \ | | | |/
| * | | Merge 8.6jan.nijtmans2020-09-081-8/+9
| |\ \ \ | | |/ /
| | * | TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-10/+10
| | * | TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-4/+4
| * | | Merge 8.6jan.nijtmans2020-09-031-13/+12
| |\ \ \ | | |/ /
| | * | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-4/+5
| * | | New function Tk_FontGetDescription()jan.nijtmans2020-08-141-0/+5
| * | | Add documentation. Let ttk use the new Tk_SendVirtualEventjan.nijtmans2020-07-151-2/+2
| * | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-0/+28
* | | | TIP529 image metadata: correct stubs entryoehhar2020-06-121-4/+2
* | | | Merge trunkjan.nijtmans2020-06-081-0/+1
|\ \ \ \ | |/ / /
| * | | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n...jan.nijtmans2020-06-081-0/+1
* | | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm...oehhar2020-06-071-3/+4
* | | | TIP529 image metadata: untested sketch to implemet new call interface for Tcl...oehhar2020-05-301-5/+3
* | | | TIP529: option -metadata is now dict. Test crash apparently fixed by trunk mergeoehhar2018-12-191-1/+1
|\ \ \ \ | |/ / /
* | | | Implemented metadata output of gif comment - crashes test image-15.1 - megada...oehhar2018-12-141-1/+11
|/ / /
* | | Deprecate Tk_MainEx() stub entry (TIP #512). Only has effect if compiled with...jan.nijtmans2018-11-031-1/+1
* | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-4/+4
* | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-18/+18
* | | Eliminate all usage of CONST84, and fix a few MacOSX compiler warningsjan.nijtmans2018-08-121-35/+34
* | | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ...jan.nijtmans2018-08-081-1/+1
* | | Fix shimmering in the "style" Tcl_ObjType: If a Tk_Style cannot be found, don...jan.nijtmans2017-11-281-0/+5
* | | No deprecation warnings when building Tk itself without -DTK_NO_DEPRECATION. ...jan.nijtmans2017-08-311-15/+13
* | | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No...jan.nijtmans2017-05-021-18/+39
* | | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D...jan.nijtmans2017-01-171-1/+7
* | | Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-0/+3
|/ /
* | Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-311-3/+5
|\ \ | |/
| * Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-311-3/+5
| * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-151-0/+15
| |\
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-151-0/+39