summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide better control over how and when [NSView drawRect:] is called.marc_culler2020-07-1822-365/+450
|\
| * Fix the display artifacts in the (unneeded) withdraw-configure-deiconify cycle.culler2020-07-171-7/+8
| * Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin.culler2020-07-165-13/+35
| * More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed...marc_culler2020-07-155-21/+4
| * macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-158-82/+31
| * Remove duplicate line in tkMacOSXWindowEvent.cmarc_culler2020-07-141-1/+0
| * Do not process timer events in drawRect (Thanks to Nicolas Bats) and remove r...marc_culler2020-07-133-26/+20
| * Tweak and untweak a couple of tests with race conditions.marc_culler2020-07-122-3/+5
| * Process timer events as well as idle events in some of the inner event loops ...marc_culler2020-07-124-8/+4
| * Merge 8.6jan.nijtmans2020-07-1266-346/+780
| |\
| * | Fix the Redisplay to make new windows complete.culler2020-06-074-21/+20
| * | More attempts to make sure new windows are complete.culler2020-06-061-15/+12
| * | A different attempt to make sure new windows are completely drawn.culler2020-06-063-5/+7
| * | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv...culler2020-06-056-45/+42
| * | Do not draw in the setup proc. Fix the heartbeat so it can wake up Tcl_WaitF...marc_culler2020-06-033-56/+71
| * | Better control over when drawRect runs. Add check for drawing outside of the...culler2020-06-018-105/+90
| * | Add some methods for managing damage rectangles.culler2020-05-315-19/+25
| * | Merge 8.6culler2020-05-318-13/+13
| |\ \
| * | | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-307-122/+256
| * | | Merge 8.6culler2020-05-3026-136/+287
| |\ \ \
| * | | | Aqua: Try processing idle events before each call to [NSApp nextEventMatching...culler2020-05-191-0/+3
* | | | | Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-155-41/+35
* | | | | Fix [09abd739b5]: bind-13.14 fails on Debian 10.fvogel2020-07-141-0/+8
|\ \ \ \ \
| * | | | | Fix blank spacefvogel2020-07-071-2/+2
| * | | | | Same fix, code organized differentlyfvogel2020-07-071-12/+10
| * | | | | Fix [09abd739b5]: bind-13.14 fails on Debian 10.fvogel2020-07-071-2/+12
* | | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-139-34/+253
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add yet another comment about the '#if 0' in tkFont.cfvogel2020-07-121-1/+1
| * | | | | tkFont.c needs to include tkMacOSXInt.h on macOS, because this is where TK_DR...fvogel2020-07-121-0/+3
| * | | | | merge core-8-6-branchfvogel2020-07-1296-1599/+3935
| |\ \ \ \ \
| * | | | | | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is no...fvogel2020-07-124-3/+12
| * | | | | | Fix regression introduced by [f7f8ba2e3e]. Patch by Christopher Chavez.fvogel2020-07-121-4/+5
| * | | | | | merge core-8-6-branchfvogel2020-05-0110-54/+182
| |\ \ \ \ \ \
| * | | | | | | Apply a third patch from Christopher Chavez.fvogel2020-04-213-4/+84
| * | | | | | | Apply another patch by Christopher Chavez that fixes the jerk of strings on a...fvogel2020-04-196-13/+103
| * | | | | | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-192-18/+54
* | | | | | | | Spurious additional ::jan.nijtmans2020-07-121-1/+1
* | | | | | | | Fix [2442314]: Fontchooser - use message catalog for font style.jan.nijtmans2020-07-121-19/+22
| |_|/ / / / / |/| | | | | |
* | | | | | | Minor bindings cleanup. Some removal of "expr" when we can do without it. Som...jan.nijtmans2020-07-104-54/+45
* | | | | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-0825-44/+44
| |_|/ / / / |/| | | | |
* | | | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-063-53/+73
|\ \ \ \ \ \
| * | | | | | Rework test bind-35.1 and simplify it a bit, make it fail in core-8-6-branch ...fvogel2020-06-143-106/+22
| * | | | | | Add comment explaining the result expected for bind-35.1fvogel2020-06-071-0/+2
| * | | | | | Be even more specific in the result expected from bind-35.1fvogel2020-06-071-1/+2
| * | | | | | Take into account that some WM, such as KDE/Plasma with the Aurorae theme eng...fvogel2020-06-061-0/+5
| * | | | | | Cherry-pick [a6c87041]: Make bind-34.1 pass on Debian 10 with KDE/Plasma by g...fvogel2020-06-061-0/+1
| * | | | | | Make test bind-34.1 pass on Debian 10 with KDE/Plasma.fvogel2020-06-021-0/+1
| * | | | | | Fix error (with no consequences) in test bind-34.1fvogel2020-06-021-2/+2
| * | | | | | Remove code from TkpWarpPointer which was only needed to construct the NSEven...marc_culler2020-05-161-11/+1
| * | | | | | merge core-8-6-branchfvogel2020-02-231-11/+22
| |\ \ \ \ \ \