summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXXStubs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-2/+2
* Some internal master -> container renamings, nothing related to APIjan.nijtmans2020-08-271-1/+1
* Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr...culler2020-08-191-1/+0
* Test using XSetClipRectangles on macOS.culler2020-08-181-0/+25
* Make TCL_UNUSED() macro usable in Tk 8.6jan.nijtmans2020-08-041-180/+103
* Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-291-2/+2
* macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-151-2/+13
* Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-8/+62
* Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-1/+62
* Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-1/+1
* Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-13/+28
* Fix signatures of many X11 functions on MacOSX: They have an "int" return val...jan.nijtmans2019-08-181-3/+5
* On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-201-1/+1
* Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b...jan.nijtmans2019-03-291-0/+6
* TkPutImage should not assume that a pixmap is transparent, even though it doe...culler2018-11-101-1/+0
* Fix spelling in comment (GitHub PR #4, chrstphrchvz)fvogel2018-11-091-1/+1
* Adjust some conditional compilation cutoffs to make the build work on OSX 10....culler2018-10-281-1/+1
* Fix [d34dcd5225]: frame-2.17 fails on macOSfvogel2018-07-061-3/+0
* Explicitly initialize the static timestamp, for stylistic reasons.culler2018-04-291-4/+4
* A minimally invasive fix. Since the one and only TkDisplay is a staticculler2018-04-291-8/+9
* The inactivity timer still works; only the reset is broken. And it isculler2018-04-291-2/+44
* Borrowed a hack from tkMacOSXClipboard.c to make sure that the same Timeculler2018-04-291-2/+2
* Create a simple inactivity timer.culler2018-04-291-69/+4
* Make it possible to generate an NSImage with correct transparency from aculler2017-11-151-0/+1
* Minor changes to deal with compiler warnings for different OSXculler2017-11-091-1/+1
* Reorganization to put all code related to Ximages in the newculler2017-11-081-396/+0
* Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system...Kevin Walzer2017-10-111-2/+1
* Fix for 5f44d4f5 in building Tk on macOS 10.6; thanks to Mojca Miklavec for p...Kevin Walzer2017-05-291-2/+4
* (micro-) optimize a few Win32 drawing functions, and make them work when npoi...jan.nijtmans2016-11-081-2/+2
|\
| * Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei...jan.nijtmans2016-11-081-2/+2
* | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back...jan.nijtmans2016-09-271-1/+1
|\ \ | |/
| * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-2/+1
| * Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-3/+3
| * Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-1/+15
| * Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-10/+11
| * Fix for PNG rendering on OS X 10.11; thanks to Stephan Meier for patchKevin Walzer2015-10-261-14/+27
| * Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-2/+1
* | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t...Kevin Walzer2016-07-151-7/+30
* | spacingjan.nijtmans2015-12-171-1/+1
* | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-4/+2
* | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-3/+4
* | Remove multiple deprecated internal API calls on OS X; streamline Apple Event...Kevin Walzer2015-11-251-1/+15
* | Fix for PNG rendering on OS X 10.11; thanks to Stephan Meier for patchKevin Walzer2015-10-261-11/+25
* | Remove garbage collections calls as GC is no longer supported on OS X; thanks...Kevin Walzer2015-03-211-2/+1
* | Fix typo's, debug statements, C++-comment.jan.nijtmans2014-08-111-2/+2
|\ \ | |/
| * Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-251-0/+1
| * Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ...Kevin Walzer2014-07-071-52/+60
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-3/+1
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-180/+242
* | Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-251-0/+1