summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Possibly a genuine fix - use an explicit CALayer for the TKContentView.culler2021-04-245-5/+39
* Make debug printing conditional in ttkMacOSXTheme.cculler2021-04-221-0/+2
* Remove unneeded portBounds field from TkMacOSXDrawingContext; add more graphi...culler2021-04-225-15/+45
* Remove BEGIN_DRAWING_OR_REDRAW which does not work.culler2021-04-221-11/+2
* Clean up debugging code in tkMacOSXDraw.cculler2021-04-211-6/+2
* fix [cde766f911]: scrollbars do not update correctly for treeview widgets.culler2021-04-204-39/+109
* Eliminate the one call to setTkDirtyRect, which is unnecessary.culler2021-04-191-2/+1
* Additional fixes to Aqua default colors and handling of fieldbackground for e...culler2021-04-192-12/+10
* Fix [0ca1768080]: @x,y index and insert mark placement - Documentation error.fvogel2021-04-181-1/+1
|\
| * Fix [0ca1768080]: @x,y index and insert mark placementfvogel2021-04-161-1/+1
* | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-184-14/+41
|\ \
| * | Avoid code duplication by calling TkTextIndexAdjustToStartEnd().fvogel2021-04-171-11/+3
| * | Augment test text-32.3 so that it fails if previous commit is backed out.fvogel2021-04-171-2/+2
| * | 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 non-regression test textDisp-11.22fvogel2021-04-131-0/+15
| * | 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-187-34/+155
|\ \ \
| * | | Fix copy/paste error in comment.fvogel2021-04-181-1/+1
| * | | Slightly simplify test textMark-6.6fvogel2021-04-181-2/+1
| * | | Remove extra empty line.fvogel2021-04-181-1/+0
| * | | Extend textIndex-26.2 to tags located outside -startline/-endlinefvogel2021-04-181-5/+9
| * | | Fix syntax error in textIndex-26.2 testcase.fvogel2021-04-181-1/+1
| * | | Trying to get the index of an embedded image or window should trigger an erro...fvogel2021-04-185-19/+58
| * | | 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
| * | Let the newly introduced test textIndex-26.1 also test the -startline condition.fvogel2021-04-121-1/+6
| * | Add non-regression test textIndex-26.1fvogel2021-04-111-0/+13
| * | Backout dzach's patch, and propose a better patch that restricts the index re...fvogel2021-04-112-1/+32
| * | Add non-regression test textMark-6.6 (failing before the fix, passing with th...fvogel2021-04-101-0/+12
| * | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed -endli...fvogel2021-04-101-1/+1
| |/
* | Fix [3540e4929cd]: Revised [text]: textDisp-17.10 fails. The tests of the TkT...fvogel2021-04-171-1/+17
|/
* sync rules.vc with Tcljan.nijtmans2021-04-091-2/+9
* Finish fix for [58222c42b3]: revert defaults for entry and text highlight bg,...culler2021-04-081-4/+4
* Adjustment to the subframework build; deal with systems that report the OS ve...culler2021-04-072-9/+3
* Fix [58222c42b3]: ttk entries and spinboxes have the wrong background color.culler2021-04-072-5/+13
|\
| * Fix the background for ttk::spinbox too.culler2021-04-071-0/+4
| * Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackgroundculler2021-03-052-5/+9
* | Tcl_StaticPackage -> Tcl_StaticLibraryjan.nijtmans2021-04-042-13/+20
* | Follow-up to [9b6065d1fd]. Only save "update" command if there is no clientDa...jan.nijtmans2021-03-291-1/+1
* | Use "tkwait visibility" to stabilize the testcasejan.nijtmans2021-03-251-4/+1
* | Fix 3 places where Tcl_UtfToUniChar must be used and not TkUtfToUniChar: numC...jan.nijtmans2021-03-233-7/+8
* | Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-2327-253/+218
* | Stabilize tests event-9 and textTag-16.2. See [9e1312f32c].fvogel2021-03-222-1/+7
|\ \
| * | Add a comment in event-9 and let GitActions run one more time.fvogel2021-03-211-0/+2