| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix TkMacOSXGetXWindow so it returns a Window, not a Tk_Window cast as a Window. | marc_culler | 2020-09-08 | 1 | -2/+4 |
|
|
* | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon... | jan.nijtmans | 2020-09-08 | 1 | -8/+11 |
|\ |
|
| * | Re-introduce TkMacOSXGetTkWindow() as macro | jan.nijtmans | 2020-09-06 | 1 | -8/+8 |
|
|
| * | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -9/+9 |
| |\ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -44/+42 |
| |\ \ |
|
| * \ \ | Rename 3 badly named functions that were exported as stubs; export under both... | marc_culler | 2020-09-01 | 1 | -25/+31 |
| |\ \ \ |
|
| | * | | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 1 | -24/+33 |
|
|
| * | | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD... | jan.nijtmans | 2020-09-01 | 1 | -35/+12 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as... | jan.nijtmans | 2020-08-28 | 1 | -3/+3 |
|
|
* | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou... | marc_culler | 2020-09-07 | 1 | -108/+39 |
|\ \ \ \ \ |
|
| * | | | | | Remove a hash table that was not needed | culler | 2020-09-04 | 1 | -108/+38 |
|
|
| * | | | | | Better fix for [d72abe6b54] using NSEvents. | marc_culler | 2020-09-02 | 1 | -0/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Split long line | jan.nijtmans | 2020-09-06 | 1 | -1/+2 |
| |_|_|/
|/| | | |
|
* | | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -9/+9 |
|/ / / |
|
* | | | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -58/+58 |
| |/
|/| |
|
* | | Remove obsolete code | jan.nijtmans | 2020-08-31 | 1 | -23/+0 |
|/ |
|
* | Some internal master -> container renamings, nothing related to API | jan.nijtmans | 2020-08-27 | 1 | -80/+80 |
|
|
* | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 1 | -1/+1 |
|
|
* | More use of TCL_UNUSED() macro | jan.nijtmans | 2020-08-06 | 1 | -55/+52 |
|
|
* | All tests pass on Yosemite now. | culler | 2020-07-23 | 1 | -0/+5 |
|
|
* | More Yosemite fixes. Why did it start to hang in safePrimarySelection-3.1? | culler | 2020-07-22 | 1 | -1/+3 |
|
|
* | Fix issues with mapping and unmapping windows revealed by tests on Yosemite. | culler | 2020-07-22 | 1 | -11/+3 |
|
|
* | Fix the display artifacts in the (unneeded) withdraw-configure-deiconify cycle. | culler | 2020-07-17 | 1 | -7/+8 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-07-12 | 1 | -7/+7 |
|\ |
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
| * | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th... | culler | 2020-06-25 | 1 | -6/+6 |
|
|
* | | A partly but not completely successful attempt to control how drawRect is run. | culler | 2020-05-30 | 1 | -2/+3 |
|/ |
|
* | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -11/+23 |
|
|
* | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve... | culler | 2020-05-11 | 1 | -50/+67 |
|
|
* | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c... | jan.nijtmans | 2020-03-11 | 1 | -32/+32 |
|
|
* | Fix for wm fullscreen attributes bit on macOS; thanks to Christopher Chavez f... | Kevin Walzer | 2020-03-11 | 1 | -2/+2 |
|
|
* | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon... | culler | 2019-11-17 | 1 | -3/+8 |
|\ |
|
| * | Allow creating 0x0 NSImages, which work e.g. in labels, just don't allow usin... | culler | 2019-11-11 | 1 | -3/+5 |
|
|
| * | Make all platforms check if an iconphoto image is valid and provide the same ... | culler | 2019-11-10 | 1 | -4/+3 |
|
|
| * | Fix [53d28027e3]: Generate an error instead of a crash if wm iconphoto receiv... | culler | 2019-11-09 | 1 | -0/+4 |
|
|
* | | make TkWmStackorderToplevel return NULL if ckalloc fails. | culler | 2019-11-09 | 1 | -10/+11 |
|
|
* | | Reimplement TkWmStackorderToplevel to make it straightforward and shorter and... | culler | 2019-11-08 | 1 | -43/+13 |
|
|
* | | Fix [c4abd2b0f3]: Tcl Panic in TkWmStackorderToplevel (for Aqua) | culler | 2019-11-07 | 1 | -14/+10 |
|/ |
|
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh... | culler | 2019-10-21 | 1 | -4/+4 |
|
|
* | Fix [c420b565c0]: Aqua: allow isdark to work for non-root toplevels. Analysis... | jan.nijtmans | 2019-10-04 | 1 | -1/+2 |
|
|
* | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r... | jan.nijtmans | 2019-09-24 | 1 | -1/+3 |
|
|
* | Simplify NewNativeObj(), since its last parameter is always -1. | jan.nijtmans | 2019-09-16 | 1 | -1/+1 |
|
|
* | Tweak logging message if NSWindow tabbing or apperance operation fails | Kevin Walzer | 2019-09-09 | 1 | -2/+2 |
|
|
* | Minor tweaks to tabbing window code on macOS, including to prevent a crash; t... | Kevin Walzer | 2019-09-09 | 1 | -7/+8 |
|
|
* | Remove call to Tcl_Panic | Kevin Walzer | 2019-08-21 | 1 | -1/+0 |
|
|
* | Remove crash, replace with NSLog message calling for update if MacWindowStyle... | Kevin Walzer | 2019-08-21 | 1 | -1/+4 |
|
|
* | Fix more X11 function signatures in MacOSX port | jan.nijtmans | 2019-08-19 | 1 | -1/+2 |
|
|
* | Fix two 'unrecognized selector' crashes in macOS 10.9 and 10.10 | culler | 2019-07-16 | 1 | -3/+4 |
|
|
* | Fix error message in tk::unsupported::MacWindowStyle appearance. | culler | 2019-07-11 | 1 | -2/+1 |
|
|
* | Merge 8.5 | jan.nijtmans | 2019-06-26 | 1 | -1/+1 |
|\ |
|