summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge trunkfvogel2021-05-021-7/+9
|\
| * Merge 8.6culler2021-05-021-7/+9
| |\
| | * Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme.culler2021-04-301-7/+9
* | | 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
* | | Refine previous fixfvogel2021-05-011-3/+2
* | | Fix [8a5086219e]: ttk::entry issuefvogel2021-05-011-1/+4
|/ /
* | Make TCL_INDEX_TEMP_TABLE flag usable in Tk 8.7. Not used anywhere yet.jan.nijtmans2021-04-251-0/+11
* | Merge 8.6jan.nijtmans2021-04-232-2/+2
|\ \ | |/
| * Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-2320-134/+121
* | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-182-12/+24
|\ \ | |/
| * Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-182-12/+24
| |\
| | * Avoid code duplication by calling TkTextIndexAdjustToStartEnd().fvogel2021-04-171-11/+3
| | * Fix old commit [5528cb094a]. This commit changed NULL into tPtr in the call t...fvogel2021-04-171-1/+1
| | * Remove leftover debug linefvogel2021-04-171-1/+0
| | * Backout the first three commits of the present branch, and implement a better...fvogel2021-04-173-4/+51
| | * Add side effect description to TkTextSetYView() documentation.fvogel2021-04-131-0/+1
| | * Remove code that became useless since previous commit because TkTextSetYView(...fvogel2021-04-131-29/+0
| | * Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-131-1/+3
* | | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed -endli...fvogel2021-04-185-34/+107
|\ \ \ | |/ /
| * | Fix copy/paste error in comment.fvogel2021-04-181-1/+1
| * | Trying to get the index of an embedded image or window should trigger an erro...fvogel2021-04-184-17/+40
| * | Cosmetic style changesfvogel2021-04-171-4/+4
| |/
| * Fix stylefvogel2021-04-132-3/+3
| * Fix stylefvogel2021-04-131-1/+1
| * Factor out two places where the -startline/-endline range is checked.fvogel2021-04-133-47/+66
| * Backout dzach's patch, and propose a better patch that restricts the index re...fvogel2021-04-111-0/+31
* | Always measure color string in bytes, not (unicode?) chars.jan.nijtmans2021-04-051-10/+11
* | Imported fix for: nanosvg #179: "Division by float 0"oehhar2021-03-311-1/+6
* | 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
* | Merge 8.6jan.nijtmans2021-03-232-4/+4
|\ \ | |/
| * Fix 3 places where Tcl_UtfToUniChar must be used and not TkUtfToUniChar: numC...jan.nijtmans2021-03-232-4/+4
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-2324-158/+158
* | Make the algorithm for handling high-resolution Mousewheel on Windows EXACTLY...jan.nijtmans2021-03-231-1/+1
* | Fix mouswheel handling when mouse doesn't have horizontal movement, but this ...jan.nijtmans2021-03-211-1/+1
* | Merge 8.6jan.nijtmans2021-03-192-4/+27
|\ \ | |/
| * Fix [9b6065d1fd]: Tk doesn't restore overwritten Tcl command "update"jan.nijtmans2021-03-192-4/+27
| |\
| | * "send" testcases are failing, see [https://github.com/tcltk/tk/runs/211925157...jan.nijtmans2021-03-161-0/+2
| | * Merge 8.7jan.nijtmans2021-03-163-54/+11
| | |\
| | * | fix and testcase for ticket [9b6065d1fd]griffin2021-03-152-12/+21
| | * | propsed fix for lost "update" command after "destroy ."griffin2021-03-091-5/+22
* | | | Merge 8.6jan.nijtmans2021-03-161-3/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Duplicate definitionjan.nijtmans2021-03-161-3/+0
| * | TkUtfPrev() is only needed when sizeof(Tcl_UniChar) == 2jan.nijtmans2021-03-152-23/+22
* | | Get rid of hackery function TkUtfPrev(): No longer necessary due to TIP #575jan.nijtmans2021-03-153-54/+11
| |/ |/|
* | Merge 8.6jan.nijtmans2021-03-083-22/+22
|\ \ | |/
* | Fix [8227d46f9d]: imgPhoto test failures and [236dfa6057]: imgPNG-4.4 test fa...jan.nijtmans2021-03-041-1/+1
* | Fix [9eb2c5c90c]: warning in tkImgPhoto.cfvogel2021-03-011-1/+0