summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-05-191-1/+1
|\
| * Fix warning with msvc: LINK : warning LNK4044: unrecognized option '/DCONSOLE...jan.nijtmans2021-05-191-1/+1
* | Fix harmless (false-positive) warning when using older gcc (seen with gcc-5.4)jan.nijtmans2021-05-191-1/+1
* | Merge 8.6jan.nijtmans2021-05-111-1/+1
|\ \ | |/
| * comment fixjan.nijtmans2021-05-111-1/+1
* | Merge 8.6culler2021-05-111-4/+3
|\ \ | |/
| * Make return values for tkMacOSXPutImage consistent between 8.6 and 8.7, and d...culler2021-05-111-4/+5
* | Slightly better fix for [72de53dab2]: unreachable code after Tcl_Panic() in t...jan.nijtmans2021-05-112-2/+7
|\ \
| * | Slightly better fix for [72de53dab2]: unreachable code after Tcl_Panic() in t...jan.nijtmans2021-05-102-2/+7
* | | merge-markjan.nijtmans2021-05-110-0/+0
|\ \ \ | | |/ | |/|
| * | eol-spacingjan.nijtmans2021-05-111-7/+7
* | | Merge 8.6culler2021-05-101-0/+17
|\ \ \ | |/ / | | / | |/ |/|
| * Finish fixing [171ba701e55]: make sure that a grab window gets focus when the...culler2021-05-101-0/+17
| |\
| | * If an app has a grab window, ensure that it gets focus if the app is deactiva...culler2021-05-091-0/+17
* | | Merge 8.6jan.nijtmans2021-05-103-12/+13
|\ \ \ | |/ /
| * | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.cjan.nijtmans2021-05-101-3/+0
| |\ \
| | * \ Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c.jan.nijtmans2021-05-101-3/+0
| | |\ \
| | | * | Also remove unreachable return statement.fvogel2021-05-081-1/+0
| | | * | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c.fvogel2021-05-081-2/+0
| * | | | Merging fix for 7bb246b072, thanks to M. Wayne Davis for the reportKevin Walzer2021-05-081-1/+21
| |\ \ \ \
| | * | | | Restore processing of Apple Events on app launchKevin Walzer2021-05-051-1/+21
| | | |/ / | | |/| |
| * | | | Prevent the crash related to [171ba701e5]. More work is needed to preserve th...culler2021-05-081-1/+4
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Try to fix [171ba701e5]: crash when key is pressed after grab window loses fo...culler2021-05-061-1/+4
| |/ /
* | | Merging fix for 7bb246b072, thanks to M. Wayne Davis for the reportKevin Walzer2021-05-081-1/+20
* | | Merge 8.6jan.nijtmans2021-05-041-5/+3
|\ \ \ | |/ /
| * | uint32 -> uint32_t, more TCL_UNUSED() and typecastsjan.nijtmans2021-05-041-11/+15
* | | Fix warning when running the test suite: 'Warning: files left behind: imgPNG....fvogel2021-05-031-0/+1
* | | Merge 8.6jan.nijtmans2021-05-033-3/+3
|\ \ \ | |/ /
| * | Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-035-6/+6
* | | Fix [8a5086219e]: ttk::entry issuejan.nijtmans2021-05-038-9/+17
|\ \ \
| * \ \ merge trunkfvogel2021-05-029-41/+140
| |\ \ \
| * | | | Fix bugin TkGetIntForIndex(), only visible when running Tk 8.7 with Tcl 8.6jan.nijtmans2021-05-021-2/+2
| * | | | Backout previous commit, this is not the right way.fvogel2021-05-021-1/+1
| * | | | Really test for < 0. Otherwise building Tk 8.7 against Tcl 8.6 (as in [https:...fvogel2021-05-021-1/+1
| * | | | Add non-regression test entry-1.8fvogel2021-05-011-1/+7
| * | | | Refine previous fixfvogel2021-05-011-3/+2
| * | | | Fix [8a5086219e]: ttk::entry issuefvogel2021-05-011-1/+4
* | | | | Merge 8.6culler2021-05-021-3/+0
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Fix typoculler2021-05-021-3/+0
* | | | Fix 160dca67c0d8c8e7 - Tk 8.7 does not build against 8.6 using nmakeapnadkarni2021-05-021-2/+16
* | | | Merge 8.6culler2021-05-028-39/+124
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [2ecb09d118]: Aqua ignores preference setting to disable key repeats.culler2021-05-021-1/+12
| |\ \
| | * | Fix typo.culler2021-05-011-1/+1
| | * | Edit comments.culler2021-05-011-5/+2
| | * | Take care to only check the aRepeat property of an NSKeyDown event. Isolate ...culler2021-05-011-3/+12
| | * | Completely ignore repeat events if the repeat interval is set to off. How do...culler2021-05-011-5/+8
| | * | Fix [2ecb09d118]: Aqua ignores preferences setting to disable key repeats.culler2021-04-301-4/+6
| * | | Fix [eafa029f3a]: Set the backing CALayer's contentsScale to avoid fuzzy text...culler2021-05-011-0/+13
| |\ \ \
| | * | | Fix [eafa029f3a]: blurry text on retina screens when using backing CALayer. ...culler2021-05-011-0/+13
| | |/ /
| * | | Fix [4c7d935e97]: Alt theme ttk::checkbutton image is not rendered on macOS. ...culler2021-05-013-35/+69
| |\ \ \