| Commit message (Expand) | Author | Age | Files | Lines |
* | Change (internal) TkCreateFrame function from argc/argv -> objc/objv | jan.nijtmans | 2023-12-11 | 1 | -65/+8 |
|
|
* | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre... | jan.nijtmans | 2023-10-26 | 1 | -1/+5 |
|
|
* | Merge 8.6. Some C++-fixes | jan.nijtmans | 2023-10-11 | 1 | -1/+1 |
|\ |
|
| * | Do away with all those type-casts. Compatibility with 9.0 is still no issue | jan.nijtmans | 2023-10-11 | 1 | -5/+5 |
|
|
| * | Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0 | jan.nijtmans | 2023-10-10 | 1 | -1/+1 |
|
|
* | | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi... | fvogel | 2023-07-17 | 1 | -8/+5 |
|\ \
| |/ |
|
| * | Add an example of XSetClipRectangles() use, for non-Ttk labelframe widgets wi... | fvogel | 2023-07-17 | 1 | -8/+5 |
|
|
| * | argc -> objc where appropriate | jan.nijtmans | 2022-07-12 | 1 | -1/+1 |
|
|
| * | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -10/+10 |
|
|
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -47/+38 |
|
|
* | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -3/+3 |
|\ \ |
|
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -3/+3 |
|
|
* | | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and documentation... | jan.nijtmans | 2022-09-20 | 1 | -4/+4 |
|/ / |
|
* | | argc -> objc, where Tcl_Obj * arrays are handled | jan.nijtmans | 2022-06-22 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-03-11 | 1 | -12/+12 |
|\ \ |
|
| * | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -12/+12 |
|
|
* | | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -1/+1 |
|/ / |
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -2/+2 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-11-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix frame-2.8 testcase on mingw | jan.nijtmans | 2020-11-27 | 1 | -1/+1 |
|
|
| * | TIP #581: master -> container and slave -> content in ttk (mainly) | jan.nijtmans | 2020-09-08 | 1 | -8/+8 |
|
|
* | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe... | jan.nijtmans | 2020-09-03 | 1 | -8/+8 |
|
|
* | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -1/+1 |
|
|
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 1 | -39/+39 |
|
|
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -39/+39 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -27/+37 |
|
|
* | | Eliminate some redundant type-casts | jan.nijtmans | 2019-06-21 | 1 | -6/+6 |
|
|
* | | merge trunk | jan.nijtmans | 2019-06-05 | 1 | -26/+246 |
|\ \ |
|
| * | | Ugh; misread the code. The highlight ring is drawn first and always on the re... | dkf | 2019-05-17 | 1 | -3/+5 |
|
|
| * | | Add double buffering to frames and toplevels.
| dkf | 2019-05-17 | 1 | -30/+78 |
|
|
| * | | Implementation of background images for frames (and toplevels) | dkf | 2019-04-12 | 1 | -0/+170 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -4/+4 |
| |\ \
| | |/ |
|
| | *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -2/+2 |
| | |\ \ |
|
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -4/+4 |
| | | | |\ |
|
| | * | | \ | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -12/+12 |
| | |\ \ \ \
| | | | |_|/
| | | |/| | |
|
| | | * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -12/+12 |
|
|
| | * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -12/+12 |
| | |\ \ \ \
| | | |/ / /
| | | | / /
| | | |/ /
| | |/| | |
|
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -12/+12 |
| | | |/ |
|
| | | * | Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei... | jan.nijtmans | 2016-11-08 | 1 | -3/+3 |
|
|
| | * | | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -1/+0 |
| | |\ \
| | | |/ |
|
* | | | | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 1 | -4/+4 |
|
|
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -32/+32 |
|/ / / |
|
* | | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -1/+1 |
|
|
* | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -9/+11 |
|
|
* | | | Change Tk_FreeXId() into a macro. | jan.nijtmans | 2016-08-12 | 1 | -1/+0 |
|/ / |
|