summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix the build for systems without darkAqua.culler2020-07-311-0/+4
* Tidying up a few loose ends.culler2020-07-311-29/+76
* Make winfo rgb work correctly with the light and dark colormapsculler2020-07-312-42/+87
* Change terminology. Keep separate TkColors for light and dark mode.culler2020-07-302-32/+34
* Clean up a few more things.culler2020-07-291-93/+88
* Fix the hash table logic and some build issues.culler2020-07-293-15/+71
* Remove lines that were commented out.culler2020-07-291-5/+2
* Add the new header file too.culler2020-07-291-0/+250
* Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-296-328/+139
* Fix the build for Snow Leopard. Fix the fontchooser demo.culler2020-07-243-6/+8
* On Sierra the linkColor property must be explicitly declared as a class prope...culler2020-07-231-0/+6
* Fix the (re)declaration of linkColor so it works on all systems.culler2020-07-231-4/+0
* Fix build on Mavericks.culler2020-07-231-3/+2
* All tests pass on Yosemite now.culler2020-07-231-0/+5
* Deal with mapping/unmapping packed and placed subwindows in a benign way.culler2020-07-231-2/+18
* The added event loops work to update the mapped flags for packed and placed w...culler2020-07-232-3/+2
* More Yosemite fixes. Why did it start to hang in safePrimarySelection-3.1?culler2020-07-221-1/+3
* Fix issues with mapping and unmapping windows revealed by tests on Yosemite.culler2020-07-223-13/+6
* Fix Yosemite compiler warnings and bugs in tests revealed by testing on Yosem...culler2020-07-221-2/+7
* Make image testing work better in the Sierrasculler2020-07-221-22/+8
* Fix some compiler warnings on Sierra.culler2020-07-222-0/+13
* 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