summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPort.h
Commit message (Expand)AuthorAgeFilesLines
* Alternative fix for [91ca777b4d]: ttk::notebook loose control over content of...fvogel2022-07-171-8/+0
* Fix [6178610b1b]: Ttk uses TK_OPTION_NULL_OK in -justify/-anchor, which is no...jan.nijtmans2021-12-201-9/+3
* Fix [dba9f5ce3b]: tkInt.h: define MODULE_SCOPE before including tkPort.hjan.nijtmans2021-07-021-0/+16
* Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-031-1/+1
* Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme.culler2021-04-301-3/+8
* Avoid platform-specific conditional compilation where possible.marc_culler2020-10-201-0/+8
* Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-0/+8
* Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-0/+7
* Be a little more efficient.culler2020-08-031-1/+1
* The colormaps do not fix winfo rgb. Handle that directly. And deal with Big...culler2020-08-011-0/+3
* Fix the hash table logic and some build issues.culler2020-07-291-1/+2
* Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-291-20/+2
* Add errno.h include to tkMacOSXPort.h and tkUnixPort.h: now needed in tkConso...jan.nijtmans2020-02-261-6/+7
* Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-6/+13
* Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-281-0/+11
|\
| * Add comments in tkMacOSXPort.h about the new #definefvogel2019-08-271-0/+10
| * Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-271-0/+1
* | Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-0/+1
|/
* Cleaned up the code in tkMacOSXColors.c. Discovered along the way that we ca...culler2019-02-271-24/+14
* Workaround for possible build problem on Windows/MacOSX: Some (older) version...jan.nijtmans2016-11-091-1/+0
* Merge 8.5. Fix [winfo id] for Cocoa.dgp2015-01-021-9/+1
|\
| * remove old commentdgp2015-01-021-1/+0
| * The [winfo id] of a Tk window is meant to identify it. The actual valuedgp2015-01-021-8/+1
| * remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-2/+0
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-3/+4
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-1/+1
|\ \ | |/
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-24/+21
| | * * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-1/+3
| | * * generic/tkCmds.c: Purged remaining references todgp2006-03-131-23/+4
| | * * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-1/+8
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+1
| | * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-4/+1
| | * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-2/+3
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-4/+3
* | | VOID -> voidnijtmans2008-12-171-16/+1
* | | After some discussion with Joe English and subsequently thegeorgeps2008-08-191-3/+1
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | add inttypes.h #include (sync with tkUnixPort.h change of 2007-11-28)das2007-12-101-1/+4
* | * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-231-24/+21
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-5/+5
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-1/+3
* | * generic/tkCmds.c: Purged remaining references todgp2006-03-131-23/+4
* | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-1/+8
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+1
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+1
* | Add an implementation of XSync that flushes the window buffers. This fixes 8...wolfsuit2003-09-301-2/+3
|/
* * macosx/Makefile: preserve environment value of INSTALL_ROOT.das2002-09-261-9/+75