summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
Commit message (Expand)AuthorAgeFilesLines
...
| * macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-151-30/+6
| * 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-131-22/+15
| * Process timer events as well as idle events in some of the inner event loops ...marc_culler2020-07-121-2/+2
| * Merge 8.6jan.nijtmans2020-07-121-8/+8
| |\
| * | Fix the Redisplay to make new windows complete.culler2020-06-071-4/+2
| * | 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-061-3/+3
| * | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv...culler2020-06-051-4/+5
| * | Do not draw in the setup proc. Fix the heartbeat so it can wake up Tcl_WaitF...marc_culler2020-06-031-5/+16
| * | Better control over when drawRect runs. Add check for drawing outside of the...culler2020-06-011-35/+5
| * | Add some methods for managing damage rectangles.culler2020-05-311-6/+17
| * | Merge 8.6culler2020-05-311-2/+2
| |\ \
| * | | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-301-71/+62
* | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-9/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-9/+9
* | | | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
|\ \ \ \ | |/ / /
| * | | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-1/+1
| | |/ | |/|
* | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
|\ \ \ | |/ /
| * | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
| |/
* | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-10/+25
|\ \ | |/
| * Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-10/+25
* | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar.culler2020-05-121-0/+14
|\ \ | |/
| * Better way to handle closed key windows on deactivation.culler2020-05-121-4/+6
| * Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-111-0/+12
| * Fix for utility/floating windows on macOS not displaying completely on initia...Kevin Walzer2020-02-241-2/+3
* | Eliminate many more warnings on macOS, related to -Wextrajan.nijtmans2020-03-161-1/+1
* | Instroduce TCL_UNUSED() macro, and use to make more -Wextra warnings disappear.jan.nijtmans2020-03-081-1/+15
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-0/+2
* | Fix for utility/floating windows on macOS not displaying completely on initia...Kevin Walzer2020-02-241-3/+4
* | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no...culler2019-10-251-0/+22
|\ \ | |/
| * Restore the no-op keyDown method to keep the mac from beeping every time a ke...culler2019-10-241-0/+12
| * Rework and simplify services so the TkService object won't interfere with IME...culler2019-10-231-4/+14
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-1/+1
|\ \ | |/
| * Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-1/+1
* | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-021-1/+1
|/
* Fix bug [5ddeca5927]: In Aqua, withdrawn windows can appear as zombies when a...culler2019-07-151-0/+16
* Fix bug [9ebc6fd168]: Aqua can report incorrect mouse coordinates.culler2019-06-031-4/+0
* Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
* Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia...culler2019-04-241-2/+37
* Mitigate future merge conflict headaches.culler2019-04-171-37/+27
* Implement "tk::unsupported::MacWindowStyle isdark" to determine whether anculler2019-04-141-9/+4
* Remove a missed unused variable.culler2019-02-131-1/+0
* Fix bug [2249e64bdc]: Some unixWm tests expect the impossible on Aquaculler2019-02-131-14/+0
* Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary displayculler2019-02-131-4/+2
* Tweak the last commit: generate FocusOut events when the NSApp is deactivated.culler2019-01-301-1/+1
* A small change in how ActivateEvents are handled makes unixEmbed-5.3a passculler2019-01-301-1/+3
* Give overrideredirect windows CollectionBehaviors so they do not try to becomeculler2018-12-071-1/+0
* Implement the fancy negative coordinates in wm geometry to make many moreculler2018-12-061-3/+6
* Fix the inconsistencies in the wm geometry command reported in ticket [1c1f8d...culler2018-12-061-3/+18