summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. Rename some functionsjan.nijtmans2020-09-081-1/+15
|\
| * 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon...jan.nijtmans2020-09-081-0/+10
| |\
| | * Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),...jan.nijtmans2020-09-061-1/+0
| | |\
| | * \ Merge 8.6. Minor simplification: no need for separate stub entry for Tk_MacOS...jan.nijtmans2020-09-041-5/+1
| | |\ \ | | | |/
| | * | Rename 3 badly named functions that were exported as stubs; export under both...marc_culler2020-09-011-1/+9
| | |\ \
| | | * | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-011-3/+8
| | * | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD...jan.nijtmans2020-09-011-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | * | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext)jan.nijtmans2020-08-311-1/+1
| | * | | More tweaksjan.nijtmans2020-08-301-0/+7
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t...jan.nijtmans2020-08-281-0/+4
| | | * | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as...jan.nijtmans2020-08-281-0/+3
| | |/ /
* | | | Merge 8.6jan.nijtmans2020-09-081-4/+4
|\ \ \ \ | |/ / /
| * | | TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-5/+5
| | |/ | |/|
| * | TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-041-2/+2
* | | Merge 8.6jan.nijtmans2020-09-031-4/+4
|\ \ \ | |/ /
| * | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-031-2/+2
| |/
* | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-0/+22
|\ \
| * | New function Tk_FontGetDescription()jan.nijtmans2020-08-141-0/+3
| * | Add documentation. Let ttk use the new Tk_SendVirtualEventjan.nijtmans2020-07-151-2/+2
| * | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-0/+19
* | | Fix errors in tk.decls which would break the build after genStubs is run.marc_culler2020-08-291-9/+8
* | | For now, put back TkMacOSXGetRootControl(), since Kevin Walzer uses it in his...jan.nijtmans2020-08-271-2/+1
* | | Attempt to maintain binary compatibility with 8.6 without having to live with...culler2020-08-271-1/+13
* | | Merge 8.6jan.nijtmans2020-08-271-18/+7
|\ \ \ | | |/ | |/|
| * | Simplifications, because TkMacOSXGetDrawablePort() always returns NULLjan.nijtmans2020-08-261-20/+0
* | | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-261-21/+5
* | | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. jan.nijtmans2020-08-261-20/+0
|\ \ \ | |_|/ |/| |
| * | Put back a dummy Tk_MacOSXTkOwnsCursor(), just because it's in the public stu...jan.nijtmans2020-08-261-21/+5
| * | Fix [08eb057dea]: remove two unused stub functions related to cursors and dat...culler2020-08-251-6/+8
| |/
* | Merge 8.6jan.nijtmans2020-03-301-0/+24
|\ \ | |/
| * Add more (dummy) stub entries, as preparation for futher stub simplifications...jan.nijtmans2020-03-291-0/+24
* | Deprecate Tk_MainEx() stub entry (TIP #512). Only has effect if compiled with...jan.nijtmans2018-11-031-1/+1
* | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-2/+2
* | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-9/+9
* | Eliminate all usage of CONST84, and fix a few MacOSX compiler warningsjan.nijtmans2018-08-121-17/+17
* | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ...jan.nijtmans2018-08-081-0/+8
* | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No...jan.nijtmans2017-05-021-7/+7
* | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D...jan.nijtmans2017-01-171-1/+1
|/
* Remove dead code. During 8.6 alpha/beta, Tk_DefineBitmap/Tk_GetBitmapFromData...jan.nijtmans2013-03-281-7/+0
* improving backwards compatibilityjan.nijtmans2012-06-161-0/+7
* rfe-2636558 simplificationjan.nijtmans2012-06-151-15/+4
* implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-25/+0
|\
| * implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-25/+0
| |\
| | * implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-141-25/+0
* | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-261-1/+22
|\ \ \ | |/ /
| * | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwinjan.nijtmans2012-04-261-1/+22
| |\ \ | | |/
| | * implement various internal win32 stub functions for cygwinjan.nijtmans2012-04-251-1/+22
* | | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-4/+4
|\ \ \ | |/ /
| * | some more cygwin compatibility improvementsjan.nijtmans2012-04-061-336/+336
| |\ \ | | |/
| | * format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.hjan.nijtmans2012-04-061-833/+601