summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [4efbfe2d6a]: Wrong order in winMain.c for TCL_USE_STATIC_PACKAGESjan.nijtmans2021-06-231-12/+11
* Merge 8.5jan.nijtmans2021-06-221-21/+21
|\
| * Sync win/nmakehlp.c with Tcl (again)jan.nijtmans2021-06-221-21/+21
* | Merge 8.5jan.nijtmans2021-06-221-18/+19
|\ \ | |/
| * Sync win/nmakehlp.c with Tcljan.nijtmans2021-06-221-17/+121
| * Test Tk 8.5 on MacOS with XQuarz onlyjan.nijtmans2021-05-261-20/+10
* | Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-2113-12/+18
* | Fix copy/paste error in ttk::scale man page.fvogel2021-06-211-1/+1
* | Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-214-49/+47
* | Fix [26d4c8a0b4]: Typos in the man pages for grid, pack, and placefvogel2021-06-103-3/+3
* | Fix determination of BUILD_TCLSH. Problem reported by René Zaumseil.jan.nijtmans2021-06-092-2/+2
* | Sync rules.vc with Tcljan.nijtmans2021-06-081-1/+1
* | sync unix/tcl.m4 with Tcl, re-generate unix/configurejan.nijtmans2021-06-082-7/+12
* | Fix [099109cf1f]: segfault when destroying an embedded window if the containe...culler2021-06-043-1/+5
|\ \
| * | Analogous changes for linux and Windowsjan.nijtmans2021-06-042-1/+2
| * | Fix [099109cf1f]: crash when destroying an embedded window if the container h...culler2021-06-031-0/+3
|/ /
* | Fix [d4d6319b9d]: Aqua - rendering can be incomplete after drawing to a withd...culler2021-06-031-0/+2
|\ \
| * | Redraw windows after deiconify. Fixes [d4d6319b9d]. Also fixes empty tooltip...culler2021-05-311-0/+2
* | | Fix [8ecc3eaf5c]: make sure that the key window is moved to the front when an...culler2021-06-031-1/+3
|\ \ \
| * | | Fix [8ecc3eaf5c]: Activating an app with Mission Control may not raise the ap...culler2021-06-011-1/+3
| |/ /
* | | Fix [4401d32fb7]: clean up code that deals with Aqua pixel formats. Makes -fo...culler2021-06-031-92/+176
|\ \ \
| * \ \ Merge 8.6culler2021-05-066-21/+31
| |\ \ \
| * | | | Use TCL_UNUSED in TkpPutRGBAImage.culler2021-05-041-12/+37
| * | | | Attempt to explain the complexities of RGBA and ARGB and big and little ends ...culler2021-05-031-59/+113
| * | | | Make ImageGetPixel consistent with XGetImage.culler2021-05-031-6/+6
| * | | | Oops. Cosmetic change meant to reduce confusion actually increased it. Try ...culler2021-05-021-4/+4
| * | | | ABGR -> ARGB as observed by Christopher Chavez.culler2021-05-011-3/+3
* | | | | A few more "const" keyword optimizationsjan.nijtmans2021-06-032-4/+4
| |_|/ / |/| | |
* | | | Remove comment which is not true any more. Some more formattingjan.nijtmans2021-05-313-5/+3
* | | | Fix parameter mismatch between functions definitions and implementation. This...jan.nijtmans2021-05-272-10/+10
* | | | merge markfvogel2021-05-250-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Cherrypick [9d22c7e3] and adapt it to core-8-5-branch.fvogel2021-05-252-12/+18
* | | | merge mac_workflow branchfvogel2021-05-252-15/+30
|\ \ \ \
| * | | | Add running of the test suite (deployment and development targets) for the xc...fvogel2021-05-241-0/+9
| * | | | Be more tolerant about timing in tk-6.5 and remove unneeded constraint. This ...fvogel2021-05-241-4/+2
| * | | | merge core-8-6-branchfvogel2021-05-240-0/+0
| |\ \ \ \
| * | | | | Revert the logic of grepping in the output file because we need an exit code ...fvogel2021-05-241-4/+13
| * | | | | Only install X11 (Xquartz) when required. Fix the test checking this.fvogel2021-05-241-5/+4
| * | | | | Dittofvogel2021-05-241-1/+1
| * | | | | According to GitHub Actions documentation ( https://docs.github.com/en/action...fvogel2021-05-241-1/+1
| * | | | | Cherrypick [6b90aa9a]: Fix aqua crash in wm-transient-7.5fvogel2021-05-241-0/+1
| * | | | | merge core-8-6-branchfvogel2021-05-242-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ Fix [7bda9882cb]; aqua bindings for <Double-1> fire twice if the double-click...culler2021-05-252-2/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix [7bda9882cb]: Aqua generates duplicate double-click actions when the doub...culler2021-05-222-2/+17
* | | | | | | Fix crash caused by not removing a transient record when the transient is rea...culler2021-05-241-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix aqua crash in wm-transient-7.5culler2021-05-231-0/+1
|/ / / / / /
* | | | | | Fix [3e33602eae]: Inconsistent bind substitution of %Sjan.nijtmans2021-05-221-1/+1
* | | | | | Merge 8.5jan.nijtmans2021-05-221-3/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge mac_workflow branchjan.nijtmans2021-05-221-3/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | merge core-8-6-branchfvogel2021-05-2137-450/+735
| | |\ \ \ \ | |_|/ / / / |/| | | | |