summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Fix [dba9f5ce3b]: tkInt.h: define MODULE_SCOPE before including tkPort.hjan.nijtmans2021-07-021-0/+16
* Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-211-2/+2
* Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-211-1/+1
* Fix [099109cf1f]: crash when destroying an embedded window if the container h...culler2021-06-031-0/+3
* Fix [d4d6319b9d]: Aqua - rendering can be incomplete after drawing to a withd...culler2021-06-031-0/+2
|\
| * Redraw windows after deiconify. Fixes [d4d6319b9d]. Also fixes empty tooltip...culler2021-05-311-0/+2
* | Fix [8ecc3eaf5c]: make sure that the key window is moved to the front when an...culler2021-06-031-1/+3
|\ \
| * | Fix [8ecc3eaf5c]: Activating an app with Mission Control may not raise the ap...culler2021-06-011-1/+3
| |/
* | Fix [4401d32fb7]: clean up code that deals with Aqua pixel formats. Makes -fo...culler2021-06-031-92/+176
|\ \
| * \ Merge 8.6culler2021-05-065-20/+30
| |\ \
| * | | Use TCL_UNUSED in TkpPutRGBAImage.culler2021-05-041-12/+37
| * | | Attempt to explain the complexities of RGBA and ARGB and big and little ends ...culler2021-05-031-59/+113
| * | | Make ImageGetPixel consistent with XGetImage.culler2021-05-031-6/+6
| * | | Oops. Cosmetic change meant to reduce confusion actually increased it. Try ...culler2021-05-021-4/+4
| * | | ABGR -> ARGB as observed by Christopher Chavez.culler2021-05-011-3/+3
* | | | A few more "const" keyword optimizationsjan.nijtmans2021-06-031-2/+2
| |_|/ |/| |
* | | Fix [7bda9882cb]; aqua bindings for <Double-1> fire twice if the double-click...culler2021-05-252-2/+17
|\ \ \
| * | | Fix [7bda9882cb]: Aqua generates duplicate double-click actions when the doub...culler2021-05-222-2/+17
* | | | Fix aqua crash in wm-transient-7.5culler2021-05-231-0/+1
|/ / /
* | | comment fixjan.nijtmans2021-05-111-1/+1
* | | Make return values for tkMacOSXPutImage consistent between 8.6 and 8.7, and d...culler2021-05-111-4/+5
* | | eol-spacingjan.nijtmans2021-05-111-7/+7
* | | Finish fixing [171ba701e55]: make sure that a grab window gets focus when the...culler2021-05-101-0/+17
|\ \ \
| * | | If an app has a grab window, ensure that it gets focus if the app is deactiva...culler2021-05-091-0/+17
* | | | Merging fix for 7bb246b072, thanks to M. Wayne Davis for the reportKevin Walzer2021-05-081-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Restore processing of Apple Events on app launchKevin Walzer2021-05-051-1/+21
| | |/ | |/|
* | | Try to fix [171ba701e5]: crash when key is pressed after grab window loses fo...culler2021-05-061-1/+4
|/ /
* | uint32 -> uint32_t, more TCL_UNUSED() and typecastsjan.nijtmans2021-05-041-11/+15
* | Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-034-5/+5
* | Fix typoculler2021-05-021-3/+0
* | Fix [2ecb09d118]: Aqua ignores preference setting to disable key repeats.culler2021-05-021-1/+12
|\ \ | |/ |/|
| * Fix typo.culler2021-05-011-1/+1
| * Edit comments.culler2021-05-011-5/+2
| * Take care to only check the aRepeat property of an NSKeyDown event. Isolate ...culler2021-05-011-3/+12
| * Completely ignore repeat events if the repeat interval is set to off. How do...culler2021-05-011-5/+8
| * Fix [2ecb09d118]: Aqua ignores preferences setting to disable key repeats.culler2021-04-301-4/+6
* | Fix [eafa029f3a]: Set the backing CALayer's contentsScale to avoid fuzzy text...culler2021-05-011-0/+13
|\ \
| * | Fix [eafa029f3a]: blurry text on retina screens when using backing CALayer. ...culler2021-05-011-0/+13
| |/
* | Fix [4c7d935e97]: Alt theme ttk::checkbutton image is not rendered on macOS. ...culler2021-05-012-28/+60
|\ \
| * | Edit comments. Use uint32_t since Apple documentation specifies that type fo...culler2021-05-011-7/+18
| * | Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme.culler2021-04-302-23/+44
| |/
* | Edit commentculler2021-04-301-6/+6
* | Do not process idle events before withdrawing a window.culler2021-04-301-1/+11
|/
* Add a call to [window display] after creating a new window. This makes the t...marc_culler2021-04-291-0/+1
* Synchonize the needsDisplay for the NSView and its backing layer.culler2021-04-292-0/+2
* Deal with new test failures revealed by changing the order of the tests.culler2021-04-281-1/+8
* Close accidental forkculler2021-04-283-6/+3
|\
| * Merge 8.6culler2021-04-278-62/+124
| |\
| * | Fix [c974643a39]: memory leak in tkMacOSXFont.cculler2021-04-261-1/+2
| * | fix DEF_BUTTON_HIGHLIGHT for Aqua.culler2021-04-261-1/+1