summaryrefslogtreecommitdiffstats
path: root/generic/tkPlatDecls.h
Commit message (Expand)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2024-05-091-1/+1
|\
| * (c) -> ©jan.nijtmans2024-05-091-1/+1
| |\
| | * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
* | | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-19/+3
|/ /
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge 8.6. Rename some functionsjan.nijtmans2020-09-081-10/+34
|\ \ | |/
| * Merge 8.6. Minor simplification: no need for separate stub entry for Tk_MacOS...jan.nijtmans2020-09-041-7/+5
| |\
| * \ Merge 8.6jan.nijtmans2020-09-021-0/+1
| |\ \ | | |/
| * | Rename 3 badly named functions that were exported as stubs; export under both...marc_culler2020-09-011-6/+10
| |\ \
| | * | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-011-10/+14
| * | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD...jan.nijtmans2020-09-011-13/+8
| |\ \ \ | | |/ / | |/| / | | |/
| * | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext)jan.nijtmans2020-08-311-5/+5
| * | More tweaksjan.nijtmans2020-08-301-8/+17
| |\ \ | | |/ | |/|
| | * Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t...jan.nijtmans2020-08-281-3/+5
| | * Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as...jan.nijtmans2020-08-281-3/+5
| |/
* | For now, put back TkMacOSXGetRootControl(), since Kevin Walzer uses it in his...jan.nijtmans2020-08-271-3/+5
* | Merge 8.6jan.nijtmans2020-08-271-32/+35
|\ \ | |/
| * Simplifications, because TkMacOSXGetDrawablePort() always returns NULLjan.nijtmans2020-08-261-35/+15
* | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-261-59/+18
* | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. jan.nijtmans2020-08-261-33/+17
|\ \ | |/ |/|
| * Put back a dummy Tk_MacOSXTkOwnsCursor(), just because it's in the public stu...jan.nijtmans2020-08-261-29/+13
| * Fix [08eb057dea]: remove two unused stub functions related to cursors and dat...culler2020-08-251-10/+6
|/
* Add more (dummy) stub entries, as preparation for futher stub simplifications...jan.nijtmans2020-03-291-0/+43
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-3/+3
* Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-311-3/+5
|\
| * Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-311-3/+5
| * review remarks, see mail.jan.nijtmans2012-09-121-2/+0
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-4/+6
| * Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-3/+3
| |\
| | * Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-12/+12
* | | Simplification: don't declare struct types that are never used.jan.nijtmans2012-11-151-1/+1
* | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-67/+33
|\ \ \ | |/ /
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-113/+49
| |\ \ | | |/
| | * implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-141-55/+3
* | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-261-30/+64
|\ \ \ | |/ /
| * | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-261-49/+113
| |\ \ | | |/
| | * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-0/+52
| | * make genstubsdgp2012-04-091-37/+35
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-3/+3
| * | Backport various formatting (spacing)nijtmans2010-02-071-29/+29
* | | [Patch 3034251] partly: remove some more unneeded ifdeffery from stub header ...nijtmans2010-08-191-90/+9
* | | * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600]dgp2010-03-081-2/+2
* | | Follow-up to [2010-01-29] commit:nijtmans2010-02-051-5/+5
* | | genStubs.tcl: No longer generate a space afternijtmans2010-01-291-24/+24
* | | * generic/tkPlatDecls.h: Restore C++ friendliness to thedgp2009-11-111-1/+9
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-5/+5
* | | Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-10/+10