summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXConstants.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent ↵culler2020-08-251-3/+3
| | | | colors on old macs.
* Fix one more compilation issue with old macOS targets.culler2020-08-251-2/+8
|
* The colormaps do not fix winfo rgb. Handle that directly. And deal with ↵culler2020-08-011-1/+3
| | | | Big Sur deprecations.
* Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-0/+4
|
* Documentation cleanup and removal of redundant constants; thanks to ↵Kevin Walzer2019-06-211-14/+0
| | | | Christopher Chavez for reports and patch
* Fix misspelled constant name in OSX < 10.12.culler2018-11-061-1/+1
|
* Make XSync, and hence update, be synchronous so test results are consistent. ↵culler2018-11-051-0/+2
| | | | | Fix duplicate reports of calls to the test image displayProc.
* Tweak a couple of #define constants for building on OSX 10.6.culler2018-10-291-0/+4
|
* Deal with Mojave deprecations and remove unneeded code.culler2018-10-211-0/+19
|
* Fix typos, formatting, compiler warnings.culler2018-10-171-0/+1
|
* tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since ↵jan.nijtmans2017-11-271-2/+2
| | | | | "shell32.dll" is already linked to Tk. Also various whitespace changes (mainly at line-ends) and comment fixes. Nothing functional.
* Add tkMacOSXConstants.h header file per Marc CullerKevin Walzer2017-10-131-0/+95