Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Fix [e3ad5e0fca]: macOS XQuartz : issue with menu | jan.nijtmans | 2021-05-20 | 2 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Fix warning with msvc: LINK : warning LNK4044: unrecognized option ↵ | jan.nijtmans | 2021-05-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | '/DCONSOLE'; ignored | |||||
* | | | | | comment fix | jan.nijtmans | 2021-05-11 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Make return values for tkMacOSXPutImage consistent between 8.6 and 8.7, and ↵ | culler | 2021-05-11 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | document them. | |||||
* | | | | | eol-spacing | jan.nijtmans | 2021-05-11 | 1 | -7/+7 | |
| | | | | | ||||||
* | | | | | Finish fixing [171ba701e55]: make sure that a grab window gets focus when ↵ | culler | 2021-05-10 | 1 | -0/+17 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | the app is reactivated. | |||||
| * | | | | | If an app has a grab window, ensure that it gets focus if the app is ↵ | culler | 2021-05-09 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | deactivated and reactivated. | |||||
* | | | | | | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c | jan.nijtmans | 2021-05-10 | 1 | -3/+0 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c. | jan.nijtmans | 2021-05-10 | 1 | -3/+0 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Also remove unreachable return statement. | fvogel | 2021-05-08 | 1 | -1/+0 | |
| | | | | | | | ||||||
| | * | | | | | Fix [72de53dab2]: unreachable code after Tcl_Panic() in tkWinDraw.c. | fvogel | 2021-05-08 | 1 | -2/+0 | |
| | | |_|_|/ | | |/| | | | ||||||
* | | | | | | Merging fix for 7bb246b072, thanks to M. Wayne Davis for the report | Kevin Walzer | 2021-05-08 | 1 | -1/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Restore processing of Apple Events on app launch | Kevin Walzer | 2021-05-05 | 1 | -1/+21 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Prevent the crash related to [171ba701e5]. More work is needed to preserve ↵ | culler | 2021-05-08 | 1 | -1/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | the grab state when the app is deactivated. | |||||
| * | | | | Try to fix [171ba701e5]: crash when key is pressed after grab window loses ↵ | culler | 2021-05-06 | 1 | -1/+4 | |
|/ / / / | | | | | | | | | | | | | focus. | |||||
* | | | | uint32 -> uint32_t, more TCL_UNUSED() and typecasts | jan.nijtmans | 2021-05-04 | 1 | -11/+15 | |
| | | | | ||||||
* | | | | Eliminate TkpPutRGBAImage's first 2 parameters, since they are unused | jan.nijtmans | 2021-05-03 | 5 | -6/+6 | |
| | | | | ||||||
* | | | | Fix typo | culler | 2021-05-02 | 1 | -3/+0 | |
| | | | | ||||||
* | | | | Fix [2ecb09d118]: Aqua ignores preference setting to disable key repeats. | culler | 2021-05-02 | 1 | -1/+12 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Fix typo. | culler | 2021-05-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Edit comments. | culler | 2021-05-01 | 1 | -5/+2 | |
| | | | | ||||||
| * | | | Take care to only check the aRepeat property of an NSKeyDown event. Isolate ↵ | culler | 2021-05-01 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | the test for discarding them from the other logic | |||||
| * | | | Completely ignore repeat events if the repeat interval is set to off. How ↵ | culler | 2021-05-01 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | does this affect the TextInputClient? | |||||
| * | | | Fix [2ecb09d118]: Aqua ignores preferences setting to disable key repeats. | culler | 2021-04-30 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | Fix [eafa029f3a]: Set the backing CALayer's contentsScale to avoid fuzzy ↵ | culler | 2021-05-01 | 1 | -0/+13 | |
|\ \ \ \ | | | | | | | | | | | | | | | | text on Retina diplays. | |||||
| * | | | | Fix [eafa029f3a]: blurry text on retina screens when using backing CALayer. ↵ | culler | 2021-05-01 | 1 | -0/+13 | |
| |/ / / | | | | | | | | | | | | | Sets the layer.contentsScale to equal the backingScaleFactor of the screen where its view is being displayed. | |||||
* | | | | Fix [4c7d935e97]: Alt theme ttk::checkbutton image is not rendered on macOS. ↵ | culler | 2021-05-01 | 3 | -35/+69 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Introduces TkpPutRGBAImage for rendering 32bpp ZPixmap XImages with an alpha channel. | |||||
| * | | | | Edit comments. Use uint32_t since Apple documentation specifies that type ↵ | culler | 2021-05-01 | 1 | -7/+18 | |
| | | | | | | | | | | | | | | | | | | | | for kCGImageAlphaLast etc. | |||||
| * | | | | Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme. | culler | 2021-04-30 | 3 | -30/+53 | |
| |/ / / | ||||||
* | | | | Fix [ff9c815a83]: Some macOS tests fail if the dock is on the left side, due ↵ | culler | 2021-05-01 | 2 | -17/+22 | |
|\ \ \ \ | | | | | | | | | | | | | | | | to OS restrictions on window locations. | |||||
| * | | | | Fix [ff9c815a83]: 8 Aqua unixWm tests fail if the dock is positioned on the ↵ | culler | 2021-04-30 | 2 | -17/+22 | |
| |/ / / | | | | | | | | | | | | | left side. Also fixes a segfault at exit in ximage.c. | |||||
* | | | | Aqua: don't process idle tasks before withdrawing a window; this helps ↵ | culler | 2021-05-01 | 1 | -1/+11 | |
|\ \ \ \ | |/ / / |/| | | | | | | | prevent a flashing window if the root is immediately withdrawn. | |||||
| * | | | Edit comment | culler | 2021-04-30 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | Do not process idle events before withdrawing a window. | culler | 2021-04-30 | 1 | -1/+11 | |
|/ / / | ||||||
* | | | For Aqua, use an explicit backing CALayer for the TKContentView. Fixes ↵ | culler | 2021-04-29 | 18 | -331/+435 | |
|\ \ \ | | | | | | | | | | | | | [d281848f97] and other rendering issues. | |||||
| * | | | Fix textWind.test à la François Vogel | culler | 2021-04-29 | 1 | -10/+10 | |
| | | | | ||||||
| * | | | Add a call to [window display] after creating a new window. This makes the ↵ | marc_culler | 2021-04-29 | 3 | -230/+234 | |
| | | | | | | | | | | | | | | | | tests work in High Sierra. | |||||
| * | | | Synchonize the needsDisplay for the NSView and its backing layer. | culler | 2021-04-29 | 2 | -0/+2 | |
| | | | | ||||||
| * | | | Deal with new test failures revealed by changing the order of the tests. | culler | 2021-04-28 | 4 | -16/+41 | |
| | | | | ||||||
| * | | | For Aqua, use an explicit backing CALayer for NSViews. This fixes several ↵ | culler | 2021-04-28 | 15 | -77/+150 | |
| |\ \ \ | | | | | | | | | | | | | | | | mysterious rendering failures, including [d281848f97] | |||||
| | * \ \ | Close accidental fork | culler | 2021-04-28 | 29 | -174/+250 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge 8.6 | culler | 2021-04-27 | 15 | -77/+151 | |
| | | |\ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Remove extra release of CGContext | culler | 2021-04-28 | 1 | -1/+0 | |
| | |/ / / | ||||||
| | * | | | Adjust textWind-17.10 | culler | 2021-04-27 | 1 | -12/+16 | |
| | | | | | ||||||
| | * | | | Try to avoid the rare crash in Tk_MacOSXGetTkWindow which has been seen at ↵ | culler | 2021-04-27 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | exit a few times. | |||||
| | * | | | Set the CALayer's contentsGravity property so that programmatic resizes look ↵ | culler | 2021-04-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | better. | |||||
| | * | | | One more bit of code cleanup. | culler | 2021-04-25 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Code cleanup. Thanks to Christopher Chavez for the careful review. | culler | 2021-04-25 | 1 | -24/+22 | |
| | | | | | ||||||
| | * | | | Fix the flip transform for pixmaps. This makes bitmap buttons work again. | culler | 2021-04-25 | 1 | -1/+4 | |
| | | | | | ||||||
| | * | | | Use the release method instead of CFRelease for NSBitmapImageRep objects. | culler | 2021-04-25 | 1 | -2/+2 | |
| | | | | |