| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | culler | 2021-11-02 | 2 | -4/+9 |
|\ |
|
| * | Appearance and usability issues, mainly for Monterey, mainly for dark mode. | culler | 2021-11-01 | 1 | -0/+5 |
| |\ |
|
| | * | Allow labels and buttons to have different default foreground colors if DEF_L... | marc_culler | 2021-11-01 | 1 | -0/+5 |
|
|
| * | | Test-case cleanup (all backported form 8.7) | jan.nijtmans | 2021-10-31 | 1 | -4/+4 |
| |/ |
|
* | | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 1 | -2/+2 |
|/ |
|
* | TIP 608 implementation - Add <<TkWorldChanged>> virtual event | griffin | 2021-10-22 | 2 | -7/+16 |
|\ |
|
| * | Fix erroneous comment (labelframe widgets do exist) | fvogel | 2021-08-27 | 1 | -4/+4 |
|
|
| * | Possible fix for tkticket 3049518 - Generate <<TkWorldChanged>> event. | griffin | 2021-08-04 | 2 | -3/+12 |
|
|
* | | Backout [https://core.tcl-lang.org/tk/info/6ffcea9b093deb5a|6ffcea9b09]: Bett... | jan.nijtmans | 2021-10-11 | 1 | -16/+4 |
|
|
* | | Fully handle 64-bit sec/usec values when Win64 Tk is loaded in Cygwin64 Tclsh | jan.nijtmans | 2021-09-21 | 1 | -4/+15 |
|
|
* | | Fix crash, seen on Cygwin: Tcl_Time still has 32-bit fields on Windows, this ... | jan.nijtmans | 2021-09-20 | 1 | -3/+6 |
|/ |
|
* | Ignore -Wc++-compat in one more place (before including X11/Xlib.h) | jan.nijtmans | 2021-07-02 | 1 | -0/+3 |
|
|
* | Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. | jan.nijtmans | 2021-06-21 | 2 | -2/+2 |
|
|
* | Remove comment which is not true any more. Some more formatting | jan.nijtmans | 2021-05-31 | 1 | -1/+1 |
|
|
* | Fix parameter mismatch between functions definitions and implementation. This... | jan.nijtmans | 2021-05-27 | 1 | -8/+8 |
|
|
* | Apply patch from Christopher Chavez - removes extraneous definition of TK_NO_... | culler | 2021-05-20 | 1 | -4/+0 |
|
|
* | Eliminate TkpPutRGBAImage's first 2 parameters, since they are unused | jan.nijtmans | 2021-05-03 | 1 | -1/+1 |
|
|
* | Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme. | culler | 2021-04-30 | 1 | -7/+9 |
|
|
* | Add more implicit type-casts. Backported from 8.7 | jan.nijtmans | 2021-04-23 | 20 | -134/+121 |
|
|
* | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with... | fvogel | 2021-04-18 | 2 | -12/+24 |
|\ |
|
| * | Avoid code duplication by calling TkTextIndexAdjustToStartEnd(). | fvogel | 2021-04-17 | 1 | -11/+3 |
|
|
| * | Fix old commit [5528cb094a]. This commit changed NULL into tPtr in the call t... | fvogel | 2021-04-17 | 1 | -1/+1 |
|
|
| * | Remove leftover debug line | fvogel | 2021-04-17 | 1 | -1/+0 |
|
|
| * | Backout the first three commits of the present branch, and implement a better... | fvogel | 2021-04-17 | 3 | -4/+51 |
|
|
| * | Add side effect description to TkTextSetYView() documentation. | fvogel | 2021-04-13 | 1 | -0/+1 |
|
|
| * | Remove code that became useless since previous commit because TkTextSetYView(... | fvogel | 2021-04-13 | 1 | -29/+0 |
|
|
| * | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with... | fvogel | 2021-04-13 | 1 | -1/+3 |
|
|
* | | Fix copy/paste error in comment. | fvogel | 2021-04-18 | 1 | -1/+1 |
|
|
* | | Trying to get the index of an embedded image or window should trigger an erro... | fvogel | 2021-04-18 | 4 | -17/+40 |
|
|
* | | Cosmetic style changes | fvogel | 2021-04-17 | 1 | -4/+4 |
|/ |
|
* | Fix style | fvogel | 2021-04-13 | 2 | -3/+3 |
|
|
* | Fix style | fvogel | 2021-04-13 | 1 | -1/+1 |
|
|
* | Factor out two places where the -startline/-endline range is checked. | fvogel | 2021-04-13 | 3 | -47/+66 |
|
|
* | Backout dzach's patch, and propose a better patch that restricts the index re... | fvogel | 2021-04-11 | 1 | -0/+31 |
|
|
* | Follow-up to [9b6065d1fd]. Only save "update" command if there is no clientDa... | jan.nijtmans | 2021-03-29 | 1 | -1/+1 |
|
|
* | Fix 3 places where Tcl_UtfToUniChar must be used and not TkUtfToUniChar: numC... | jan.nijtmans | 2021-03-23 | 2 | -4/+4 |
|
|
* | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 24 | -158/+158 |
|
|
* | Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update" | jan.nijtmans | 2021-03-19 | 2 | -4/+27 |
|\ |
|
| * | "send" testcases are failing, see [https://github.com/tcltk/tk/runs/211925157... | jan.nijtmans | 2021-03-16 | 1 | -0/+2 |
|
|
| * | Merge 8.7 | jan.nijtmans | 2021-03-16 | 3 | -54/+11 |
| |\ |
|
| | * | Get rid of hackery function TkUtfPrev(): No longer necessary due to TIP #575 | jan.nijtmans | 2021-03-15 | 3 | -54/+11 |
|
|
| * | | fix and testcase for ticket [9b6065d1fd] | griffin | 2021-03-15 | 2 | -12/+21 |
|
|
| * | | propsed fix for lost "update" command after "destroy ." | griffin | 2021-03-09 | 1 | -5/+22 |
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2021-03-08 | 3 | -22/+22 |
| |\ |
|
| * | | Fix [8227d46f9d]: imgPhoto test failures and [236dfa6057]: imgPNG-4.4 test fa... | jan.nijtmans | 2021-03-04 | 1 | -1/+1 |
|
|
| * | | Fix [9eb2c5c90c]: warning in tkImgPhoto.c | fvogel | 2021-03-01 | 1 | -1/+0 |
|
|
| * | | Merge TIP 529 to trunk | Kevin Walzer | 2021-02-27 | 10 | -228/+1212 |
| |\ \ |
|
| | * | | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation. | fvogel | 2021-02-07 | 3 | -12/+11 |
|
|
| | * | | TIP-529 metadata dict: on unused output metadata dict, recreate it also, if d... | oehhar | 2021-02-06 | 1 | -10/+8 |
|
|
| | * | | Merge trunk; fix parsing errors in photo.n | Kevin Walzer | 2021-01-26 | 3 | -4/+8 |
| | |\ \ |
|