summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* All tests pass on Yosemite now.culler2020-07-233-15/+24
|
* Deal with mapping/unmapping packed and placed subwindows in a benign way.culler2020-07-232-32/+30
|
* The added event loops work to update the mapped flags for packed and placed ↵culler2020-07-232-3/+2
| | | | windows, but they break more than they fix.
* More Yosemite fixes. Why did it start to hang in safePrimarySelection-3.1?culler2020-07-222-9/+12
|
* Fix issues with mapping and unmapping windows revealed by tests on Yosemite.culler2020-07-224-21/+17
|
* Fix Yosemite compiler warnings and bugs in tests revealed by testing on ↵culler2020-07-224-29/+54
| | | | Yosemite.
* Make image testing work better in the Sierrasculler2020-07-221-22/+8
|
* Fix some compiler warnings on Sierra.culler2020-07-222-0/+13
|
* Improve image testing on macOS.culler2020-07-212-38/+49
|
* Fix [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina ↵culler2020-07-201-0/+1
| | | | displays - patch from Christopher Chavez
* Aqua: fix unixWm tests broken by the larger menubar in Big Surculler2020-07-201-12/+13
|
* For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-202-2/+37
|
* Apple changed the metrics for Courier New in Big Sur, causing many textWind ↵culler2020-07-201-1/+5
| | | | tests to fail.
* The semantics of TkpWillDrawWidget was reversed in the previous commit. ↵fvogel2020-07-192-2/+2
|\ | | | | | | Propagate this change to platforms other than macOS.
| * The semantics of TkpWillDrawWidget was reversed in a previous commit in this ↵fvogel2020-07-192-2/+2
| | | | | | | | branch. Propagate this change to platforms other than macOS.
* | 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 ↵marc_culler2020-07-155-21/+4
| | | | | | | | needsRedisplay flag, update comments.
| * macOS: remove unneeded code observed in [7ebdd17974], remove ↵marc_culler2020-07-158-82/+31
| | | | | | | | tkMacOSXFlushWindows, make XSync do nothing except process timer events.
| * Remove duplicate line in tkMacOSXWindowEvent.cmarc_culler2020-07-141-1/+0
| |
| * Do not process timer events in drawRect (Thanks to Nicolas Bats) and remove ↵marc_culler2020-07-133-26/+20
| | | | | | | | references to ServiceMode since Tcl_ServiceAll is not being called anymore.
| * 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
| | | | | | | | used by Tk
| * 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 ↵culler2020-06-056-45/+42
| | | | | | | | | | | | Tcl_WaitForEvent from blocking if there is drawing that needs to be done.
| * | Do not draw in the setup proc. Fix the heartbeat so it can wake up ↵marc_culler2020-06-033-56/+71
| | | | | | | | | | | | Tcl_WaitForEvent. Handle the first drawing of a window.
| * | Better control over when drawRect runs. Add check for drawing outside of ↵culler2020-06-018-105/+90
| | | | | | | | | | | | the drawRect clipping rectangle.
| * | 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 ↵culler2020-05-191-0/+3
| | | | | | | | | | | | | | | | | | | | nextEventMatchingMask ...]
* | | | | Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' ↵jan.nijtmans2020-07-155-41/+35
| | | | | | | | | | | | | | | | | | | | for 'unsigned long', since Tk cannot handle more than 32 bits anyway. Simply use 'unsigned' everywhere.
* | | | | 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 ↵fvogel2020-07-139-34/+253
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | Christopher Chavez.
| * | | | | 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 ↵fvogel2020-07-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | TK_DRAW_IN_CONTEXT is defined.
| * | | | | merge core-8-6-branchfvogel2020-07-1296-1599/+3935
| |\ \ \ \ \
| * | | | | | The draw-in-context functions on platforms for which TK_DRAW_IN_CONTEXT is ↵fvogel2020-07-124-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not defined are unused. Add comments telling this and pointing to ticket [7655f65ae7].
| * | | | | | 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 ↵fvogel2020-04-196-13/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aqua when selecting text (see the ticket). There is no functional change on Windows and Linux in this patch.