| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update documen... | jan.nijtmans | 2023-12-13 | 1 | -4/+4 |
|
|
*-. | TIP 647: Change Tk_ConfigureWidgets signature, abandon TK_CONFIG_OBJS | jan.nijtmans | 2023-11-28 | 1 | -9/+19 |
|\ \ |
|
| | * | TIP #647 (partial, only the 100% upwards compatible part) | jan.nijtmans | 2023-11-28 | 1 | -8/+8 |
|
|
| * | | Merge 9.0 | jan.nijtmans | 2023-11-18 | 1 | -123/+50 |
| |\ \
| |/ /
|/| | |
|
| * | | Tk_ConfigureWidget() signature compatibility with 8.7. More version fixes | jan.nijtmans | 2022-11-08 | 1 | -0/+10 |
|
|
| * | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets) | jan.nijtmans | 2022-11-03 | 1 | -3/+3 |
| |/ |
|
* | | Remove Tk_FreeXId/Tk_FreeStyleFromObj (doing nothing for ages) and Tk_GetStyl... | jan.nijtmans | 2023-11-16 | 1 | -5/+0 |
|
|
* | | Remove some (very old!) Image-related stuff, and unused stub entries | jan.nijtmans | 2023-11-16 | 1 | -112/+46 |
|
|
* | | Merge 8.7. Remove a lot of dead code | jan.nijtmans | 2023-11-15 | 1 | -7/+5 |
|/ |
|
* | Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement function | jan.nijtmans | 2022-10-31 | 1 | -2/+3 |
|\ |
|
| * | Add some spare stub entries | jan.nijtmans | 2022-01-25 | 1 | -3/+33 |
|
|
| * | Change Tk_FreeStyleFromObj (undocumented, nop) into a macro. So, stub-enabled... | jan.nijtmans | 2021-12-15 | 1 | -0/+2 |
|
|
* | | even more int -> Tcl_Size | jan.nijtmans | 2022-10-30 | 1 | -5/+5 |
|
|
* | | Some more int -> Tcl_Size | jan.nijtmans | 2022-10-27 | 1 | -4/+4 |
|
|
* | | Tcl_Size usage warning fixes, more ClientData -> void * | jan.nijtmans | 2022-10-21 | 1 | -52/+49 |
|
|
* | | Fix build | jan.nijtmans | 2022-10-12 | 1 | -1/+1 |
|
|
* | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -29/+30 |
|\ \ |
|
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -29/+30 |
|
|
* | | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and documentation... | jan.nijtmans | 2022-09-20 | 1 | -4/+4 |
|/ / |
|
* | | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum... | jan.nijtmans | 2022-02-01 | 1 | -6/+6 |
|
|
* | | Add Tk_MakeWindow too | jan.nijtmans | 2022-01-25 | 1 | -0/+5 |
|
|
* | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -0/+59 |
|
|
* | | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaks | jan.nijtmans | 2021-11-13 | 1 | -2/+1 |
|
|
* | | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280... | oehhar | 2021-01-23 | 1 | -18/+53 |
|\ \ |
|
| * | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-10-29 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Fix cygwin build | jan.nijtmans | 2020-10-29 | 1 | -0/+2 |
|
|
| | * | Merge 8.5 | jan.nijtmans | 2020-09-08 | 1 | -3/+18 |
| | |\ |
|
| | | * | Move TkUnusedStubEntry up a little more | jan.nijtmans | 2020-09-08 | 1 | -1488/+138 |
|
|
| | * | | Merge 8.5. | jan.nijtmans | 2020-09-08 | 1 | -0/+8 |
| | |\ \
| | | |/ |
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 1 | -8/+9 |
| |\ \ \
| | |/ / |
|
| | * | | TIP #581: master -> container and slave -> content in ttk (mainly) | jan.nijtmans | 2020-09-08 | 1 | -10/+10 |
|
|
| | * | | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 1 | -4/+4 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -13/+12 |
| |\ \ \
| | |/ / |
|
| | * | | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 1 | -4/+5 |
|
|
| * | | | New function Tk_FontGetDescription() | jan.nijtmans | 2020-08-14 | 1 | -0/+5 |
|
|
| * | | | Add documentation. Let ttk use the new Tk_SendVirtualEvent | jan.nijtmans | 2020-07-15 | 1 | -2/+2 |
|
|
| * | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -0/+28 |
|
|
* | | | | TIP529 image metadata: correct stubs entry | oehhar | 2020-06-12 | 1 | -4/+2 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2020-06-08 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n... | jan.nijtmans | 2020-06-08 | 1 | -0/+1 |
|
|
* | | | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm... | oehhar | 2020-06-07 | 1 | -3/+4 |
|
|
* | | | | TIP529 image metadata: untested sketch to implemet new call interface for Tcl... | oehhar | 2020-05-30 | 1 | -5/+3 |
|
|
* | | | | TIP529: option -metadata is now dict. Test crash apparently fixed by trunk merge | oehhar | 2018-12-19 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
* | | | | Implemented metadata output of gif comment - crashes test image-15.1 - megada... | oehhar | 2018-12-14 | 1 | -1/+11 |
|/ / / |
|
* | | | Deprecate Tk_MainEx() stub entry (TIP #512). Only has effect if compiled with... | jan.nijtmans | 2018-11-03 | 1 | -1/+1 |
|
|
* | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus... | jan.nijtmans | 2018-10-19 | 1 | -4/+4 |
|
|
* | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 1 | -18/+18 |
|
|
* | | | Eliminate all usage of CONST84, and fix a few MacOSX compiler warnings | jan.nijtmans | 2018-08-12 | 1 | -35/+34 |
|
|
* | | | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ... | jan.nijtmans | 2018-08-08 | 1 | -1/+1 |
|
|