| Commit message (Expand) | Author | Age | Files | Lines |
* | Make XSync, and hence update, be synchronous so test results are consistent. ... | culler | 2018-11-05 | 6 | -10/+66 |
|
|
* | No need for lockFocusIfCanDraw in 10.13 as long as isDrawing is not set in se... | culler | 2018-11-04 | 1 | -13/+3 |
|
|
* | On OSX < 10.14 do not set [NSApp isDrawing] inside [NSView setFrame]. | culler | 2018-11-03 | 1 | -2/+9 |
|
|
* | On 10.13 we must now process idle events in drawRect, as in 10.14, but we also | culler | 2018-11-03 | 1 | -4/+12 |
|
|
* | Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS... | culler | 2018-11-03 | 5 | -76/+73 |
|
|
* | Use stderr when printing debug messages to the terminal. | culler | 2018-11-01 | 2 | -4/+6 |
|
|
* | Be consistent about using TKLog and add one new log message. | culler | 2018-11-01 | 3 | -12/+13 |
|
|
* | Prevent recursive calls to [TKContentView drawRect]. | culler | 2018-11-01 | 1 | -6/+14 |
|
|
* | Edited comments in tkMacOSXScrlbr.c | culler | 2018-10-30 | 1 | -39/+48 |
|
|
* | Fixed scrollbar behavior. Added some padding in buttons for 10.6 only. | culler | 2018-10-30 | 2 | -57/+139 |
|
|
* | One more #define constant adjusted, for building on OSX 10.10. | culler | 2018-10-29 | 1 | -1/+1 |
|
|
* | Tweak a couple of #define constants for building on OSX 10.6. | culler | 2018-10-29 | 2 | -1/+5 |
|
|
* | Remove an extraneous #ifdef and correct the spelling of a #define constant. | culler | 2018-10-29 | 2 | -3/+1 |
|
|
* | Adjust some conditional compilation cutoffs to make the build work on OSX 10.... | culler | 2018-10-28 | 3 | -2/+4 |
|
|
* | Deal with a compiler warning about a category implementing methods of the mai... | culler | 2018-10-28 | 5 | -13/+13 |
|
|
* | Add closing brace that got accidentally deleted. | culler | 2018-10-28 | 1 | -0/+1 |
|
|
* | Format a comment and make sure that toggleFullScreen is a no-op on OSX < 10.13. | culler | 2018-10-28 | 1 | -9/+15 |
|
|
* | Restrict fullscreen implementation to 10.13 and above; rewrite comments on fu... | Kevin Walzer | 2018-10-28 | 1 | -22/+17 |
|
|
* | Cache window state in the WmInfo when going Fullscreen. If the user has two | culler | 2018-10-27 | 2 | -25/+29 |
|
|
* | Make TKWindow setFrame *always* generate expose events, and adjust the Fullsc... | culler | 2018-10-27 | 2 | -51/+58 |
|
|
* | Addressed a few deprecations in the Fullscreen implementation. | culler | 2018-10-26 | 1 | -6/+5 |
|
|
* | Added some debugging tools. | culler | 2018-10-26 | 2 | -9/+99 |
|
|
* | Try adding an extra display of the Text widget when it syncs, without making ... | culler | 2018-10-24 | 3 | -3/+31 |
|
|
* | Added a boolean state variable so a displayProc can check if it is being run ... | culler | 2018-10-24 | 4 | -19/+40 |
|
|
* | Restored the old tkMacOSXFlushWindows since making it a no-op breaks tests that | culler | 2018-10-23 | 1 | -5/+15 |
|
|
* | Made a small change in tkTextDisp.c which (on 10.14) fixes the hang in text-1... | culler | 2018-10-23 | 1 | -18/+3 |
|
|
* | On Mojave, hangs can be prevented by processing virtual events in drawRect. ... | culler | 2018-10-22 | 2 | -19/+26 |
|
|
* | Add a runtime check for the OS version, to decide whether to process idle eve... | culler | 2018-10-21 | 4 | -4/+23 |
|
|
* | Deal with Mojave deprecations and remove unneeded code. | culler | 2018-10-21 | 7 | -39/+51 |
|
|
* | Restore the remaining missing changes stripped out due to the recent merge/ba... | fvogel | 2018-10-18 | 1 | -8/+1 |
|
|
* | Fix clipboard behavior and remove the TkSuspendClipboard stub function. | culler | 2018-10-18 | 2 | -29/+6 |
|\ |
|
| * | Removed all traces of the TkSuspendClipboard stub. | culler | 2018-10-18 | 2 | -22/+3 |
|
|
| * | Merge core-8-6-branch | culler | 2018-10-18 | 12 | -122/+243 |
| |\
| |/
|/| |
|
* | | Restore some missing changes stripped out in in merge of Mac scroll code | Kevin Walzer | 2018-10-18 | 1 | -16/+20 |
|
|
* | | Signficant fixes to scrolling in macOS | Kevin Walzer | 2018-10-18 | 1 | -4/+5 |
|\ \ |
|
| * | | Take into account that the scrollbars on macOS later than 10.6 (Snow Leopard)... | fvogel | 2018-10-17 | 1 | -4/+5 |
|
|
* | | | Restoring declaration of viewDidChangeEffectiveAppearance. | culler | 2018-10-17 | 1 | -0/+1 |
|
|
* | | | Merging unintentional fork. | culler | 2018-10-17 | 2 | -6/+10 |
|\ \ \ |
|
| * | | | Restore viewDidChangeEffectiveAppearance method deleted by mistake | Kevin Walzer | 2018-10-17 | 1 | -0/+5 |
|
|
* | | | | Fix typos, formatting, compiler warnings. | culler | 2018-10-17 | 5 | -11/+17 |
|/ / / |
|
* | | | Remove conditional compilation of apperance change calls per suggestion from ... | Kevin Walzer | 2018-10-17 | 1 | -3/+0 |
|
|
* | | | Update README with new virtual events for appearance changes | Kevin Walzer | 2018-10-17 | 1 | -0/+3 |
|
|
* | | | Revert accidental commit/mingling of scroll branch code | Kevin Walzer | 2018-10-17 | 1 | -11/+15 |
|
|
* | | | allow Tk to register a virtual event for when the apperance changes on 10.14 | Kevin Walzer | 2018-10-17 | 3 | -16/+57 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | fvogel | 2018-10-09 | 1 | -4/+32 |
| |\ \ |
|
| * \ \ | merge core-8-6-branch | fvogel | 2018-10-06 | 2 | -3/+6 |
| |\ \ \ |
|
| * \ \ \ | Merge bugfix branch bug-050d1ea747 (scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 te... | fvogel | 2018-09-24 | 1 | -13/+8 |
| |\ \ \ \ |
|
| | * | | | | Fix [050d1ea747]: scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 tests fail on macOS | fvogel | 2018-09-24 | 1 | -13/+8 |
|
|
| * | | | | | Fix [719ae3991b]: ttk scrollbar-1.[23] tests fail (regression) | fvogel | 2018-09-09 | 1 | -2/+3 |
| |/ / / / |
|
* | | | | | Add a configure notify to make sure all subwindows get displayed. Tweak | culler | 2018-10-17 | 2 | -32/+67 |
|
|