summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXNotify.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-02-021-1/+1
|\
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-1/+1
| * Make Tk 8.6 compile (again) with Tcl 8.7 headers and --disable-sharedjan.nijtmans2021-01-251-1/+4
* | Merge 8.6jan.nijtmans2021-01-221-3/+30
|\ \ | |/
| * Fix [1712098]: Tk still needs Tcl source distrojan.nijtmans2021-01-221-1/+23
| |\
| | * Crash in Mac test suite no longer triggered after patch from Marc CullerKevin Walzer2016-01-241-1/+0
| | * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-33/+35
| | * Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-0/+2
| | * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-8/+19
| | * Add copyright notice for Marc CullerKevin Walzer2015-03-211-0/+1
| | * Cleanup and simplification of memory management in event loop; now works more...Kevin Walzer2015-03-211-66/+50
| | * Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-7/+3
| | * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-3/+1
| | * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-77/+202
* | | Merge 8.6jan.nijtmans2020-12-221-1/+1
|\ \ \ | |/ /
| * | Follow-up to [27fc4d0ae8]: one more typojan.nijtmans2020-12-221-1/+1
* | | Merge 8.6marc_culler2020-12-161-1/+1
|\ \ \ | |/ /
| * | Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-1/+1
| * | typojan.nijtmans2020-10-081-1/+1
* | | (c) -> ©jan.nijtmans2020-12-091-4/+4
* | | Make everything compile warning-free using -Wundefjan.nijtmans2020-10-081-1/+1
* | | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-1/+1
* | | Merge 8.6 but remove HITheme and HIBackground colors which are only supported...culler2020-08-041-3/+9
|\ \ \ | |/ /
| * | Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open.culler2020-08-031-3/+9
* | | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-0/+2
|\ \ \ | |/ /
| * | Fix some compiler warnings on Sierra.culler2020-07-221-0/+2
* | | Merge 8.6marc_culler2020-07-181-25/+144
|\ \ \ | |/ /
| * | Do not process timer events in drawRect (Thanks to Nicolas Bats) and remove r...marc_culler2020-07-131-1/+0
| * | Process timer events as well as idle events in some of the inner event loops ...marc_culler2020-07-121-2/+0
| * | Merge 8.6jan.nijtmans2020-07-121-1/+1
| |\ \
| * | | Fix the Redisplay to make new windows complete.culler2020-06-071-7/+6
| * | | A different attempt to make sure new windows are completely drawn.culler2020-06-061-0/+3
| * | | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv...culler2020-06-051-19/+22
| * | | Do not draw in the setup proc. Fix the heartbeat so it can wake up Tcl_WaitF...marc_culler2020-06-031-40/+44
| * | | Better control over when drawRect runs. Add check for drawing outside of the...culler2020-06-011-28/+40
| * | | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-301-8/+107
| * | | Aqua: Try processing idle events before each call to [NSApp nextEventMatching...culler2020-05-191-0/+3
* | | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
| |/ /
* | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-10/+10
|\ \ \ | |/ /
| * | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-10/+10
* | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-0/+35
|\ \ \ | |/ /
| * | Work around an Apple bug which causes *Warning: Window move completed without...culler2020-05-061-0/+35
* | | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-3/+6
* | | Use vwait instead of after in canvImg.test. On macOS protect against exceptio...culler2019-10-111-5/+4
|\ \ \ | |/ /
| * | Use vwait instead of after in canvImg.test. On macOS protect against exceptionsculler2019-10-111-5/+4
* | | Merge the remainder of catalina_more_testsculler2019-10-101-0/+15
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-10-101-1/+1
| |\ \
| * | | Let the comment be in sync with the change made in the previous commit'fvogel2019-10-091-1/+1
| * | | Generate the heartbeat every 0.1 seconds instead of 0.25 seconds.culler2019-10-091-1/+1