| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | merge-mark | jan.nijtmans | 2021-05-21 | 0 | -0/+0 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix [8b679f597b]: tk unix/Makefile.in : uses a library path rather than a dir... | jan.nijtmans | 2021-05-21 | 1 | -1/+1 |
|
|
* | | | | | | Minor code cleanup: Handle $entry -1 the same as $entry "", since Tk is not a... | jan.nijtmans | 2021-05-21 | 2 | -8/+6 |
| |_|/ / /
|/| | | | |
|
* | | | | | Apply patch from Christopher Chavez - removes extraneous definition of TK_NO_... | culler | 2021-05-20 | 1 | -4/+0 |
|
|
* | | | | | Fix [8b679f597b]: tk unix/Makefile.in : uses a library path rather than a dir... | jan.nijtmans | 2021-05-20 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Proposed fix for [8b679f597b]: tk unix/Makefile.in : uses a library path rath... | jan.nijtmans | 2021-05-19 | 1 | -1/+1 |
|
|
* | | | | | | Fix [e3ad5e0fca]: macOS XQuartz : issue with menu | jan.nijtmans | 2021-05-20 | 2 | -2/+2 |
|/ / / / / |
|
* | | | | | Fix warning with msvc: LINK : warning LNK4044: unrecognized option '/DCONSOLE... | jan.nijtmans | 2021-05-19 | 1 | -1/+1 |
|
|
* | | | | | comment fix | jan.nijtmans | 2021-05-11 | 1 | -1/+1 |
|
|
* | | | | | Make return values for tkMacOSXPutImage consistent between 8.6 and 8.7, and d... | culler | 2021-05-11 | 1 | -4/+5 |
|
|
* | | | | | eol-spacing | jan.nijtmans | 2021-05-11 | 1 | -7/+7 |
|
|
* | | | | | Finish fixing [171ba701e55]: make sure that a grab window gets focus when the... | culler | 2021-05-10 | 1 | -0/+17 |
|\ \ \ \ \ |
|
| * | | | | | If an app has a grab window, ensure that it gets focus if the app is deactiva... | culler | 2021-05-09 | 1 | -0/+17 |
|
|
* | | | | | | 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 th... | culler | 2021-05-08 | 1 | -1/+4 |
|\ \ \ \ \ \
| |/ / / / /
|/| | / / /
| | |/ / /
| |/| | | |
|
| * | | | | Try to fix [171ba701e5]: crash when key is pressed after grab window loses fo... | culler | 2021-05-06 | 1 | -1/+4 |
|/ / / / |
|
* | | | | 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 |
|
|
| * | | | Completely ignore repeat events if the repeat interval is set to off. How do... | culler | 2021-05-01 | 1 | -5/+8 |
|
|
| * | | | 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 text... | culler | 2021-05-01 | 1 | -0/+13 |
|\ \ \ \ |
|
| * | | | | Fix [eafa029f3a]: blurry text on retina screens when using backing CALayer. ... | culler | 2021-05-01 | 1 | -0/+13 |
| |/ / / |
|
* | | | | Fix [4c7d935e97]: Alt theme ttk::checkbutton image is not rendered on macOS. ... | culler | 2021-05-01 | 3 | -35/+69 |
|\ \ \ \ |
|
| * | | | | Edit comments. Use uint32_t since Apple documentation specifies that type fo... | culler | 2021-05-01 | 1 | -7/+18 |
|
|
| * | | | | 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 |
|\ \ \ \ |
|
| * | | | | Fix [ff9c815a83]: 8 Aqua unixWm tests fail if the dock is positioned on the l... | culler | 2021-04-30 | 2 | -17/+22 |
| |/ / / |
|
* | | | | Aqua: don't process idle tasks before withdrawing a window; this helps preven... | culler | 2021-05-01 | 1 | -1/+11 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | 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 [d2818... | culler | 2021-04-29 | 18 | -331/+435 |
|\ \ \ |
|
| * | | | 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 t... | marc_culler | 2021-04-29 | 3 | -230/+234 |
|
|
| * | | | 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 mys... | culler | 2021-04-28 | 15 | -77/+150 |
| |\ \ \ |
|
| | * \ \ | 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 |
|
|