summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz)fvogel2018-11-251-6/+6
|\
| * Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz)fvogel2018-11-251-6/+6
* | Fix [9b0f3ee54e]: Make the error message more specific when OpenClipboard fai...fvogel2018-11-253-4/+16
|\ \ | |/
| * Fix [9b0f3ee54e]: Make the error message more specific when OpenClipboard fai...fvogel2018-11-253-4/+16
| |\
| | * Comment clipboard.test and winClipboard.testfvogel2018-11-172-4/+9
| | * Make a difference in the error message between the case where the clipboard i...fvogel2018-11-161-2/+7
| | * Fix [9b0f3ee54e]: Better highlight that winClipboard tests may fail if a VNC ...fvogel2018-11-151-2/+4
| * | Merge fix for Tk console not accepting keyboard input initially when launched...Kevin Walzer2018-11-251-0/+8
| |\ \
* | \ \ Merge fix for Tk console not accepting keyboard input initially when launched...Kevin Walzer2018-11-251-0/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Workaround for bundled Wish console not accepting keyboard input on MojaveKevin Walzer2018-11-241-0/+8
* | | | Fix bug e3b954df68: mouse cursor is offset when tab bar is shown or window go...culler2018-11-243-150/+86
|\ \ \ \ | | |/ / | |/| |
| * | | Fix bug e3b954df68: mouse cursor is offset when tab bar is shown or window go...culler2018-11-243-150/+86
| |\ \ \ | | |/ / | |/| |
| | * | Avoid mouse cursor offset if a tab bar is shown in fullscreen mode.culler2018-11-241-2/+4
| | * | Implement window:willUseFullScreenContentSize so fullscreen windows will real...culler2018-11-243-1/+38
| | * | Edited a comment.culler2018-11-221-3/+2
| | * | Fix coordinates when window exits full screenKevin Walzer2018-11-221-0/+21
| | * | Apply window attributes in an NSWindowDidEnterFullScreenNotification observerculler2018-11-222-11/+21
| | * | Implement NSWindow methods toggleTabBar and toggleFullScreen by calling super...culler2018-11-211-145/+12
| |/ /
* | | sync tcl.m4 with Tcl versionjan.nijtmans2018-11-243-10/+10
* | | Protect against the possibility that a future platform might have a strange i...culler2018-11-211-1/+13
|\ \ \ | |/ /
| * | Protect against the possibility that a future platform might have a strange i...culler2018-11-211-1/+13
* | | Fix the bug that caused a crash on macOS when switching to the Alt theme.culler2018-11-203-13/+68
|\ \ \ | |/ /
| * | Fix the bug that caused a crash on macOS when switching to the Alt theme.culler2018-11-203-13/+68
| |\ \
| | * | Only use XCreateImage when drawing the Alt theme indicator on macOS, not on U...culler2018-11-202-9/+46
| | * | Refine TkMacOSXFlushWindows and add a call to it in ThemeChangedProc (macOS o...culler2018-11-192-4/+17
| | * | Use XCreateImage instead of XGetImage to create a scratch image in ttkDefault...culler2018-11-191-7/+12
* | | | Fix the bug that caused a Spinbox to shrink each time it was displayed on macOS.culler2018-11-201-2/+17
|\ \ \ \ | |/ / /
| * | | Fix the bug that caused a Spinbox to shrink each time it was displayed on macOS.culler2018-11-201-2/+17
| |\ \ \
| | * | | Implement a *correct* fix for the Spinbox drawing code, thanks to Christian W...culler2018-11-191-3/+24
| | * | | Fix bug [273b6a4996]: spinbox shrivelsculler2018-11-181-9/+3
| * | | | Fix [0a9c91951b]: text-11a.22 segfaultdgp2018-11-192-6/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Add comments in text-11a.22 making it more easy to follow progress in the exp...fvogel2018-11-171-5/+5
| | * | | Fix [0a9c91951b]: text-11a.22 segfaultfvogel2018-11-172-10/+2
| | * | | Crash prevention. Still buggy, now test text-11a.22 fails instead of crashing.dgp2018-11-161-0/+9
* | | | | Restore protection against recursive calls to [NSView drawRect] which was acc...culler2018-11-191-2/+7
|\ \ \ \ \ | |/ / / /
| * | | | Restore protection against recursive calls to [NSView drawRect] which was acc...culler2018-11-191-2/+4
| * | | | merge releasedgp2018-11-171-0/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Possible fix for regression in Mojave appearance. Needs Mojave testing.dgp2018-11-171-0/+3
| * | | | merge releasedgp2018-11-161-1/+1
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix release date.dgp2018-11-161-1/+1
| | * | Fix a humongous memory leak on macOS, caused by accidentally deleting a call ...dgp2018-11-162-7/+13
* | | | Fix a humongous memory leak on macOS, caused by accidentally deleting a call ...culler2018-11-162-4/+13
|\ \ \ \ | |/ / /
| * | | Fix a humongous memory leak on macOS, caused by accidentally deleting a call ...culler2018-11-162-4/+13
* | | | Improve the behavior of the test image type and fix a live resize bug on Mojave.culler2018-11-158-37/+20
|\ \ \ \ | |/ / /
| * | | Improve the behavior of the test image type and fix a live resize bug on Mojave.culler2018-11-158-37/+20
| |\ \ \ | | |_|/ | |/| |
| | * | In TkMacOSXFlushWindows don't process idle tasks if there are no windows left.culler2018-11-152-10/+3
| | * | Use a better method for making test images on the mac emulate test images on ...culler2018-11-158-38/+19
| | |\ \
* | | \ \ merge core-8-6-branchfvogel2018-11-152-9/+6
|\ \ \ \ \ | |/ / / /
| * | | | Remove duplicate documentation of -text in ttk::label. This option is already...fvogel2018-11-151-3/+0
| * | | | Setting [NSapp isDrawing] inside setFrame on Mojave can break live resize inculler2018-11-151-9/+0