summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix [cf38535396]: Aqua should use pixel-aligned dash pattern for non-Retina d...culler2020-07-201-0/+1
* For macOS tests, account for the fact that Big Sur has a larger menubar.culler2020-07-201-1/+36
* Provide better control over how and when [NSView drawRect:] is called.marc_culler2020-07-1813-309/+416
|\
| * 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-164-10/+32
| * 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-156-69/+26
| * 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-132-23/+15
| * 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-1219-96/+72
| |\
| * | Fix the Redisplay to make new windows complete.culler2020-06-073-17/+12
| * | 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-055-32/+34
| * | 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-014-81/+83
| * | Add some methods for managing damage rectangles.culler2020-05-314-16/+25
| * | Merge 8.6culler2020-05-311-2/+2
| |\ \
| * | | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-306-122/+253
| * | | Merge 8.6culler2020-05-307-57/+58
| |\ \ \
| * | | | Aqua: Try processing idle events before each call to [NSApp nextEventMatching...culler2020-05-191-0/+3
* | | | | merge core-8-6-branchfvogel2020-07-1226-1083/+2639
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-0811-24/+24
| * | | | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-29/+1
| |\ \ \ \
| | * | | | Remove code from TkpWarpPointer which was only needed to construct the NSEven...marc_culler2020-05-161-11/+1
| | * | | | Merge 8.6jan.nijtmans2020-02-172-13/+5
| | |\ \ \ \
| | * | | | | Remove useless generation of NSMouseMoved event when warping the mouse pointe...fvogel2020-01-251-18/+0
| * | | | | | Remove left-over debugging printfjan.nijtmans2020-06-261-1/+0
| * | | | | | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-2512-42/+46
| * | | | | | Use XK_Oslash in stead of XK_Ooblique, since that's the official X11 name now.jan.nijtmans2020-06-191-1/+1
| * | | | | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
| | |_|_|/ | |/| | |
| * | | | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-294-30/+49
| * | | | Fix compiler warning: macOS string length is unsigned.culler2020-05-201-1/+1
| * | | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-203-27/+9
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-203-25/+7
| | * | | Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-4/+4
| | * | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-2/+2
| |/ / /
| * | | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c...culler2020-05-173-122/+73
| * | | Accept RFE [d87dc2e43a] from Chrisopher Chavez: Remove unused Carbon-era macO...culler2020-05-172-41/+0
| * | | Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-173-42/+21
| |\ \ \
| | * | | Move platform-specific declarations into platform-specific header files.marc_culler2020-05-154-5/+13
| | * | | Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma...culler2020-05-143-58/+37
| * | | | Fix [40ada90762]: occasional Aqua crash when active button is destroyed - pat...marc_culler2020-05-161-4/+15
| * | | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-168-29/+40
| |/ / /
| * | | Aqua: Fix an error in Tk_SetCaretPos.culler2020-05-121-1/+1
| * | | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-122-4/+14
| * | | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar.culler2020-05-124-51/+95
| |\ \ \
| | * | | Better way to handle closed key windows on deactivation.culler2020-05-121-4/+6