| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug [58665b91dd]: many unixEmbed tests fail. | culler | 2019-02-07 | 1 | -2/+4 |
|\ |
|
| * | Changes which make unixEmbed-8.1a pass on macOS. | culler | 2019-01-31 | 1 | -2/+4 |
|
|
* | | Fix bugs that could lead to segfaults when the test interpreter is destroyed. | culler | 2019-01-27 | 1 | -36/+73 |
|
|
* | | Fix bug [688cd9c9de]: many wm-transient tests fail on macOS | culler | 2019-01-27 | 1 | -7/+134 |
|/ |
|
* | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 1 | -3/+3 |
|
|
* | Fix typo | fvogel | 2018-12-17 | 1 | -1/+1 |
|
|
* | On Aqua make "wm attribute pathname -type" return "unsupported" instead of cr... | culler | 2018-12-17 | 1 | -0/+3 |
|
|
* | Add a dummy implementation of "wm attribute pathname -type" for Aqua, to obvi... | culler | 2018-12-17 | 1 | -3/+6 |
|
|
* | Fix a bug with window ordering in Aqua. Deal with remaining unixWm tests. | culler | 2018-12-17 | 1 | -4/+0 |
|
|
* | Make the Mac also return NULL for points in the title bar. | culler | 2018-12-17 | 1 | -8/+11 |
|
|
* | Fix a small error in the aqua Tk_CoordsToWindow related to embedded toplevels. | culler | 2018-12-16 | 1 | -1/+4 |
|
|
* | On second thought, it is better to follow X11 and return an empty string when... | culler | 2018-12-14 | 1 | -6/+4 |
|
|
* | On aqua, make FrontWindowAtPoint pay attention to which interpreter is callin... | culler | 2018-12-14 | 1 | -5/+9 |
|
|
* | For consistency, make "winfo containing" ignore the title bar on macOS. | culler | 2018-12-14 | 1 | -1/+10 |
|
|
* | Fix aqua FrontWindowAtPoint which was saying that every point was in the top ... | culler | 2018-12-11 | 1 | -3/+8 |
|
|
* | On OSX 10.6 the styleMask must be cleared to get rid of the title bar. Fix a | culler | 2018-12-11 | 1 | -4/+15 |
|
|
* | Aqua: Fix some subtle bugs in wm geometry. Fix the iconwindow implementation. | culler | 2018-12-09 | 1 | -37/+61 |
|
|
* | On Aqua, tests should wait for the animation to finish before checking the | culler | 2018-12-08 | 1 | -4/+6 |
|
|
* | Remove overrideredirect, transient, and help-styled windows from fullscreen API | Kevin Walzer | 2018-12-08 | 1 | -18/+8 |
|
|
* | Give overrideredirect windows CollectionBehaviors so they do not try to become | culler | 2018-12-07 | 1 | -8/+13 |
|
|
* | Implement the fancy negative coordinates in wm geometry to make many more | culler | 2018-12-06 | 1 | -8/+17 |
|
|
* | Fix the inconsistencies in the wm geometry command reported in ticket [1c1f8d... | culler | 2018-12-06 | 1 | -1/+0 |
|
|
* | Make overrideredirect windows display correctly even if the underlying NSWind... | culler | 2018-12-06 | 1 | -33/+74 |
|
|
* | Fix bug[185c8557d9]: issues with overrideredirect and zoomed state | culler | 2018-12-04 | 1 | -8/+25 |
|
|
* | Change tk::unsupported::MacWindowStyle tabbingid to also remove a tab if its ... | culler | 2018-12-02 | 1 | -0/+10 |
|
|
* | Make Tk windows have resizable width when shown in split screen mode. | culler | 2018-12-01 | 1 | -0/+9 |
|
|
* | Fix the build on Sierra and earlier. | culler | 2018-12-01 | 1 | -1/+3 |
|
|
* | Make tabbed windows work correctly on macOS. | culler | 2018-11-30 | 1 | -4/+83 |
|
|
* | Fix display errors when resizing a window with tabs. | culler | 2018-11-27 | 1 | -64/+84 |
|
|
* | Mac code cleanup. Move interfaces for subclasses of AppKit classes to | culler | 2018-11-26 | 1 | -8/+3 |
|
|
* | Avoid mouse cursor offset if a tab bar is shown in fullscreen mode. | culler | 2018-11-24 | 1 | -2/+4 |
|
|
* | Implement window:willUseFullScreenContentSize so fullscreen windows will real... | culler | 2018-11-24 | 1 | -0/+18 |
|
|
* | Apply window attributes in an NSWindowDidEnterFullScreenNotification observer | culler | 2018-11-22 | 1 | -11/+0 |
|
|
* | Implement NSWindow methods toggleTabBar and toggleFullScreen by calling super... | culler | 2018-11-21 | 1 | -145/+12 |
|
|
* | Fix a humongous memory leak on macOS, caused by accidentally deleting a call ... | culler | 2018-11-16 | 1 | -3/+6 |
|
|
* | Fix some inconsistent indentation; add missing emacs local variables. | culler | 2018-11-11 | 1 | -18/+16 |
|
|
* | Always check whether the return value of TkMacOSXGetTkWindow is NULL. | culler | 2018-11-11 | 1 | -2/+10 |
|
|
* | Fix bug in FrontWindowAtPoint that was causing raise.test to fail on OSX < 10... | culler | 2018-11-06 | 1 | -6/+6 |
|
|
* | Cleaned up the Rube Goldberg logic of TkMacOSXSetupDrawingContext and TkMacOS... | culler | 2018-11-03 | 1 | -2/+1 |
|
|
* | Use stderr when printing debug messages to the terminal. | culler | 2018-11-01 | 1 | -1/+2 |
|
|
* | Be consistent about using TKLog and add one new log message. | culler | 2018-11-01 | 1 | -1/+1 |
|
|
* | One more #define constant adjusted, for building on OSX 10.10. | culler | 2018-10-29 | 1 | -1/+1 |
|
|
* | Remove an extraneous #ifdef and correct the spelling of a #define constant. | culler | 2018-10-29 | 1 | -1/+1 |
|
|
* | Adjust some conditional compilation cutoffs to make the build work on OSX 10.... | culler | 2018-10-28 | 1 | -0/+2 |
|
|
* | Deal with a compiler warning about a category implementing methods of the mai... | culler | 2018-10-28 | 1 | -5/+5 |
|
|
* | 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 | 1 | -25/+20 |
|
|
* | Make TKWindow setFrame *always* generate expose events, and adjust the Fullsc... | culler | 2018-10-27 | 1 | -47/+54 |
|
|