summaryrefslogtreecommitdiffstats
path: root/generic/tkDecls.h
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2024-05-091-1/+1
|\
| * (c) -> ©jan.nijtmans2024-05-091-1/+1
| |\
| | * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
| * | Make TkCygwinMainEx() work when Tk 8.7 is compiled against Tcl 9.0 (cygwin-on...jan.nijtmans2024-04-291-2/+2
| |\ \ | | |/
| | * Make TkCygwinMainEx() MODULE_SCOPE. Make Tk_MainEx TCL_NORETURN1 (which only ...jan.nijtmans2024-04-291-2/+2
| * | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size)....jan.nijtmans2023-12-131-4/+4
| |\ \ | | |/
* | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update documen...jan.nijtmans2023-12-131-4/+4
| | |
| \ \
*-. \ \ TIP 647: Change Tk_ConfigureWidgets signature, abandon TK_CONFIG_OBJSjan.nijtmans2023-11-281-9/+19
|\ \ \ \ | | |/ /
| | * | TIP #647 (partial, only the 100% upwards compatible part)jan.nijtmans2023-11-281-8/+8
| * | | Merge 9.0jan.nijtmans2023-11-181-123/+50
| |\ \ \ | |/ / / |/| | |
| * | | Tk_ConfigureWidget() signature compatibility with 8.7. More version fixesjan.nijtmans2022-11-081-0/+10
| * | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)jan.nijtmans2022-11-031-3/+3
| |/ /
* | | Remove Tk_FreeXId/Tk_FreeStyleFromObj (doing nothing for ages) and Tk_GetStyl...jan.nijtmans2023-11-161-5/+0
* | | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-112/+46
* | | Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-7/+5
|/ /
* | 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
|\ \ \ \ | |/ / /