Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
| | |||||
* | Some internal master -> container renamings, nothing related to API | jan.nijtmans | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code ↵ | culler | 2020-08-19 | 1 | -1/+0 |
| | | | | from xgc.c; remove call to XSetClipMask; add debug logging | ||||
* | Test using XSetClipRectangles on macOS. | culler | 2020-08-18 | 1 | -0/+25 |
| | |||||
* | Make TCL_UNUSED() macro usable in Tk 8.6 | jan.nijtmans | 2020-08-04 | 1 | -180/+103 |
| | |||||
* | Clean up tkMacOSXColor.c so it is not so painful to add new colors. | culler | 2020-07-29 | 1 | -2/+2 |
| | |||||
* | macOS: remove unneeded code observed in [7ebdd17974], remove ↵ | marc_culler | 2020-07-15 | 1 | -2/+13 |
| | | | | tkMacOSXFlushWindows, make XSync do nothing except process timer events. | ||||
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches ↵ | culler | 2019-10-21 | 1 | -8/+62 |
| | | | | when the screen resolution is changed. | ||||
* | Add 7 X11 functions to the aqua stub table, which makes them accessable to ↵ | jan.nijtmans | 2019-09-24 | 1 | -1/+62 |
| | | | | | stubbed extensions. They were defined in tkMacOSXPort.h as macro's, which is not 'right' | ||||
* | Don't use "class" as (internal) struct field name or local variable name. ↵ | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
| | | | | Make it "c_class" (just as X11 does as well), in order to prevent conflict with C++ compilers. | ||||
* | Fix more X11 function signatures in MacOSX port | jan.nijtmans | 2019-08-19 | 1 | -13/+28 |
| | |||||
* | Fix signatures of many X11 functions on MacOSX: They have an "int" return ↵ | jan.nijtmans | 2019-08-18 | 1 | -3/+5 |
| | | | | value, not "void", which allows to check for errors. | ||||
* | On macOS, edit comments and documentation; fix compiler warnings. | culler | 2019-04-20 | 1 | -1/+1 |
| | |||||
* | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended ↵ | jan.nijtmans | 2019-03-29 | 1 | -0/+6 |
| | | | | bind patch. | ||||
* | TkPutImage should not assume that a pixmap is transparent, even though it ↵ | culler | 2018-11-10 | 1 | -1/+0 |
| | | | | does have alpha=0. | ||||
* | Fix spelling in comment (GitHub PR #4, chrstphrchvz) | fvogel | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | Adjust some conditional compilation cutoffs to make the build work on OSX ↵ | culler | 2018-10-28 | 1 | -1/+1 |
| | | | | 10.9 (Mavericks) | ||||
* | Fix [d34dcd5225]: frame-2.17 fails on macOS | fvogel | 2018-07-06 | 1 | -3/+0 |
| | |||||
* | Explicitly initialize the static timestamp, for stylistic reasons. | culler | 2018-04-29 | 1 | -4/+4 |
| | |||||
* | A minimally invasive fix. Since the one and only TkDisplay is a static | culler | 2018-04-29 | 1 | -8/+9 |
| | | | global in tkMacOSXXStubs.c, we may as well do the same with the timestamp.. | ||||
* | The inactivity timer still works; only the reset is broken. And it is | culler | 2018-04-29 | 1 | -2/+44 |
| | | | not necessary to reset the system timer. This is a workaround. | ||||
* | Borrowed a hack from tkMacOSXClipboard.c to make sure that the same Time | culler | 2018-04-29 | 1 | -2/+2 |
| | | | variable is updated by the tk inactive command and the event processor. | ||||
* | Create a simple inactivity timer. | culler | 2018-04-29 | 1 | -69/+4 |
| | |||||
* | Make it possible to generate an NSImage with correct transparency from a | culler | 2017-11-15 | 1 | -0/+1 |
| | | | | photoimage. Fixes transparency issues with iconphotos and images in menus. | ||||
* | Minor changes to deal with compiler warnings for different OSX | culler | 2017-11-09 | 1 | -1/+1 |
| | | | versions. Now builds cleanly with deployment targets 10.6 - 10.13. | ||||
* | Reorganization to put all code related to Ximages in the new | culler | 2017-11-08 | 1 | -396/+0 |
| | | | file tkMacOSXImage.c | ||||
* | Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override ↵ | Kevin Walzer | 2017-10-11 | 1 | -2/+1 |
| | | | | system fullscreen API that confuses window geometry, improve implementation of Tk fullscreen API. Thanks to Marc Culler for patches to address memory leaks. | ||||
* | Fix for 5f44d4f5 in building Tk on macOS 10.6; thanks to Mojca Miklavec for ↵ | Kevin Walzer | 2017-05-29 | 1 | -2/+4 |
| | | | | patch | ||||
* | (micro-) optimize a few Win32 drawing functions, and make them work when ↵ | jan.nijtmans | 2016-11-08 | 1 | -2/+2 |
|\ | | | | | | | npoints=0 | ||||
| * | Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix ↵ | jan.nijtmans | 2016-11-08 | 1 | -2/+2 |
| | | | | | | | | their signature matching X11. | ||||
* | | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner ↵ | jan.nijtmans | 2016-09-27 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | backported from http://www.androwish.org/index.html/info/a0da5845594cec28. Change (internal) TkpGetFontAttrsForChar() signature to match androwish's, no functional change. | ||||
| * | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of ↵ | Kevin Walzer | 2015-12-15 | 1 | -2/+1 |
| | | | | | | | | memory management; thanks to Marc Culler for patches | ||||
| * | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -3/+3 |
| | | |||||
| * | Remove multiple deprecated internal API calls on OS X; streamline Apple ↵ | Kevin Walzer | 2015-11-25 | 1 | -1/+15 |
| | | | | | | | | Events implementation; thanks to Marc Culler for extensive patches | ||||
| * | Cleanup of last patch to Tk-Cocoa | Kevin Walzer | 2015-11-08 | 1 | -10/+11 |
| | | |||||
| * | Fix for PNG rendering on OS X 10.11; thanks to Stephan Meier for patch | Kevin Walzer | 2015-10-26 | 1 | -14/+27 |
| | | |||||
| * | Remove garbage collections calls as GC is no longer supported on OS X; ↵ | Kevin Walzer | 2015-03-21 | 1 | -2/+1 |
| | | | | | | | | thanks to Marc Culler for patch | ||||
* | | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks ↵ | Kevin Walzer | 2016-07-15 | 1 | -7/+30 |
| | | | | | | | | to Marc Culler for assistance | ||||
* | | spacing | jan.nijtmans | 2015-12-17 | 1 | -1/+1 |
| | | |||||
* | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of ↵ | Kevin Walzer | 2015-12-15 | 1 | -4/+2 |
| | | | | | | | | memory management; thanks to Marc Culler for patches | ||||
* | | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 1 | -3/+4 |
| | | |||||
* | | Remove multiple deprecated internal API calls on OS X; streamline Apple ↵ | Kevin Walzer | 2015-11-25 | 1 | -1/+15 |
| | | | | | | | | Events implementation; thanks to Marc Culler for extensive patches | ||||
* | | Fix for PNG rendering on OS X 10.11; thanks to Stephan Meier for patch | Kevin Walzer | 2015-10-26 | 1 | -11/+25 |
| | | |||||
* | | Remove garbage collections calls as GC is no longer supported on OS X; ↵ | Kevin Walzer | 2015-03-21 | 1 | -2/+1 |
| | | | | | | | | thanks to Marc Culler for patch | ||||
* | | Fix typo's, debug statements, C++-comment. | jan.nijtmans | 2014-08-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Add copyright notice to Marc Culler for extensive patch to alpha rendering ↵ | Kevin Walzer | 2014-07-25 | 1 | -0/+1 |
| | | | | | | | | on Mac/Cocoa; remove private API calls to comply with platform requirements. | ||||
| * | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ↵ | Kevin Walzer | 2014-07-07 | 1 | -52/+60 |
| | | | | | | | | Culler for the extensive patch. | ||||
| * | remove RCS keywords, use mode: objc consistantly | jan.nijtmans | 2012-10-23 | 1 | -3/+1 |
| | | |||||
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -180/+242 |
| | | |||||
* | | Add copyright notice to Marc Culler for extensive patch to alpha rendering ↵ | Kevin Walzer | 2014-07-25 | 1 | -0/+1 |
| | | | | | | | | on Mac/Cocoa; remove private API calls to comply with platform requirements. |