summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| | |/ / /
* | | | | TIP529 image metadata: rename function & friends from Tk_CreatePhotoImageForm...oehhar2020-06-071-1/+2
* | | | | TIP529 image metadata: untested sketch to implemet new call interface for Tcl...oehhar2020-05-301-4/+1
* | | | | Merge trunkoehhar2020-05-241-0/+24
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Implemented metadata output of gif comment - crashes test image-15.1 - megada...oehhar2018-12-141-0/+8
|/ / / /
* | | | 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
* | | 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-2/+2
| * | Backport various formatting (spacing)nijtmans2010-02-071-31/+31
* | | Add explicit scspec "EXTERN", as in Tclnijtmans2010-09-281-1/+2
* | | clean-up, port all genStubs.tcl changesnijtmans2010-09-201-277/+277
* | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar,nijtmans2010-05-101-2/+2
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-5/+5
* | | Make more internal tables "const"nijtmans2010-02-051-4/+4
* | | genStubs.tcl: No longer generate a space afternijtmans2010-01-291-29/+29
* | | CONSTify Tk_SetClassProcsnijtmans2010-01-101-2/+2
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-3/+3
* | | [Feature Request 2636558] Tk_DefineBitmapnijtmans2009-02-271-3/+14
* | | CONSTify Tk_ClipboardAppendnijtmans2009-01-021-2/+2