summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Change (internal) TkCreateFrame function from argc/argv -> objc/objvjan.nijtmans2023-12-111-1/+8
* Merge 8.7jan.nijtmans2023-12-041-15/+12
|\
| * Merge 8.6jan.nijtmans2023-12-041-15/+12
| |\
| | * On UNIX, winPtr->window == 0 is as valid as any other windows IDjan.nijtmans2023-12-041-15/+12
* | | Merge 8.7jan.nijtmans2023-12-031-12/+15
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-031-12/+15
| |\ \ | | |/
| | * Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-12/+15
* | | Merge 9.0jan.nijtmans2023-11-181-1/+1
|\ \ \
| * | | Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-1/+1
| |/ /
* | | Rebase to trunk.jan.nijtmans2023-11-081-1/+1
|\ \ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2023-03-311-30/+31
| |\ \
| * | | Merge 8.7. Make minimun Tcl version 8.7jan.nijtmans2022-11-031-1/+1
* | | | Fix [c35c3419ea]: leak in Initialize() when -name not provided. Patch from Ch...fvogel2023-07-191-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [c35c3419ea]: leak in Initialize() when -name not provided. Patch from Ch...fvogel2023-07-191-0/+7
* | | | Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed.fvogel2023-05-031-0/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Alternate fix for [310c74ecf4], not making use of a delete trace.fvogel2023-05-011-0/+1
* | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-30/+31
| |/ |/|
* | Rebase to 8.7jan.nijtmans2022-10-121-2/+2
|\ \
| * \ Merge 8.7jan.nijtmans2022-07-251-2/+2
| |\ \
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-2/+2
* | | | Adapt fix for [9b6065d1fd] to TIP #626jan.nijtmans2022-09-101-8/+27
|\ \ \ \
| * | | | indentingjan.nijtmans2022-09-091-6/+2
| * | | | Make it work without TIP #626 toojan.nijtmans2022-09-091-8/+27
| * | | | Minimal adaptation of Tk to TIP #626jan.nijtmans2022-09-081-3/+7
| | |/ / | |/| |
* | | | If beneficial (read: TIP #626) use Tcl_CreateObjCommand2() to create the tk::...jan.nijtmans2022-09-101-4/+13
|/ / /
* | | Fix [91ca777b4d]: ttk::notebook loose control over content of tabs on MacOS.fvogel2022-07-191-2/+2
|\ \ \ | |/ / |/| / | |/
| * Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-171-2/+2
| * Add "no-xft" tag to tk::build-infojan.nijtmans2022-01-081-0/+3
* | Merge 8.7jan.nijtmans2022-03-111-4/+4
|\ \
| * \ Merge 8.7jan.nijtmans2022-01-311-1/+1
| |\ \
| * | | Add Tk_MakeWindow toojan.nijtmans2022-01-251-1/+1
| * | | Merge 8.7jan.nijtmans2022-01-091-0/+6
| |\ \ \
| * | | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-3/+3
* | | | | Merge 8.7jan.nijtmans2022-03-021-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Change winPtr->optionLevel and winPtr->numTags from int to size_t, when compi...jan.nijtmans2022-01-311-1/+1
| | |/ / | |/| |
* | | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-1/+1
|/ / /
* | | Add "testConstraint deprecated" to constraints.tcl, and use it everywhere nee...jan.nijtmans2022-01-081-0/+3
* | | Merge 8.6jan.nijtmans2022-01-071-0/+3
|\ \ \ | |/ / |/| / | |/
| * Make TK_NO_DEPRECATED flag available in tk::build-info (only with Tcl 8.7)jan.nijtmans2022-01-071-0/+3
* | Merge 8.6jan.nijtmans2021-12-011-13/+11
|\ \ | |/
| * Fix gcc warning. Add some more type-castsjan.nijtmans2021-12-011-36/+36
* | Merge 8.6jan.nijtmans2021-12-011-0/+75
|\ \ | |/
| * Implement TIP #599 for Tk 8.6 (only effective when loaded into Tcl 8.7+): Ext...jan.nijtmans2021-11-291-1/+76
* | Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaksjan.nijtmans2021-11-131-1/+1
* | Merge 8.6jan.nijtmans2021-03-291-1/+1
|\ \ | |/
| * Follow-up to [9b6065d1fd]. Only save "update" command if there is no clientDa...jan.nijtmans2021-03-291-1/+1
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-29/+29
* | Make the algorithm for handling high-resolution Mousewheel on Windows EXACTLY...jan.nijtmans2021-03-231-1/+1
* | Merge 8.6jan.nijtmans2021-03-191-4/+23
|\ \ | |/
| * Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update"jan.nijtmans2021-03-191-4/+23
| |\