summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
Commit message (Collapse)AuthorAgeFilesLines
* Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update ↵jan.nijtmans2023-12-131-2/+2
| | | | documentation.
*-. TIP 647: Change Tk_ConfigureWidgets signature, abandon TK_CONFIG_OBJSjan.nijtmans2023-11-281-4/+4
|\ \
| | * TIP #647 (partial, only the 100% upwards compatible part)jan.nijtmans2023-11-281-4/+4
| | |
| * | Merge 9.0jan.nijtmans2023-11-181-82/+0
| |\ \ | |/ / |/| |
| * | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)jan.nijtmans2022-11-031-1/+1
| |/
* | Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-78/+0
| |
* | Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-4/+0
|/
* Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement functionjan.nijtmans2022-10-311-1/+1
|\
| * Add some spare stub entriesjan.nijtmans2022-01-251-1/+1
| |
| * Add TkUnusedStubEntry to tkInt stub interfacejan.nijtmans2021-12-081-0/+8
| |
| * Merge 8.5jan.nijtmans2020-09-081-1/+1
| |\
| | * Move TkUnusedStubEntry up a little morejan.nijtmans2020-09-081-1/+1
| | |
| * | Merge 8.5. jan.nijtmans2020-09-081-0/+3
| |\ \ | | |/ | | | | | | Prevent dummy stub entry before TkpRedrawWidget/TkpWillDrawWidget entries (this is a workaround for an earlier genStubs bug, but those are new stub entries) Don't use "interp children" in testcases yet (test suite should run against Tcl 8.6.9 in Travis too)
| | * Move up TkUnusedStubEntry a little.jan.nijtmans2020-09-081-0/+3
| | | | | | | | | New test function "menubarheight" for MacOSX (backported from 8.6)
| | * Extend the public and private stub tables with dummy NULL entries, up to the ↵jan.nijtmans2013-02-151-0/+3
| | |\ | | | | | | | | | | | | size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.6 features but (erroneously) are attempted to be loaded in wish8.5
| | | * Extend the public and private stub tables with dummy NULL entries, up to the ↵jan.nijtmans2013-02-151-1/+3
| | | | | | | | | | | | | | | | size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.5/8.6 features but (erroneously) are attempted to be loaded in wish8.4
| | | * Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-151-52/+0
| | | | | | | | | | | | <p>re-generate all tk*Decls.h files.
| | | * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵jan.nijtmans2012-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both.
| | * | 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-2/+4
| | | |
* | | | even more int -> Tcl_Sizejan.nijtmans2022-10-301-2/+2
| | | |
* | | | Some more int -> Tcl_Sizejan.nijtmans2022-10-271-1/+1
| | | |
* | | | Tcl_Size usage warning fixes, more ClientData -> void *jan.nijtmans2022-10-211-22/+22
| | | |
* | | | Rebase to 8.7jan.nijtmans2022-10-121-17/+17
|\ \ \ \
| * | | | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-17/+17
| | | | |
* | | | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and ↵jan.nijtmans2022-09-201-1/+1
|/ / / / | | | | | | | | | | | | documentation was correct)
* | | | Fix Tk_Get3BorderColors() signature. Add documentation, created by René ↵jan.nijtmans2022-02-011-2/+2
| | | | | | | | | | | | | | | | Zaumseil
* | | | Add Tk_MakeWindow toojan.nijtmans2022-01-251-0/+3
| | | |
* | | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-0/+35
| | | |
* | | | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to ↵oehhar2021-01-231-47/+46
|\ \ \ \ | | | | | | | | | | | | | | | 280, masterPtr->modelPtr
| * | | | (c) -> ©jan.nijtmans2020-12-091-2/+2
| | | | |
| * | | | Merge 8.6. Rename some functionsjan.nijtmans2020-09-081-1/+15
| |\ \ \ \ | | |/ / /
| | * | | 3 new MacOS-specific stub functions: ↵jan.nijtmans2020-09-081-0/+10
| | |\ \ \ | | | | | | | | | | | | | | | | | | Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGContextForDrawable()/Tk_MacOSXGetNSWindowForDrawable(), so they can be used by extensions
| | | * \ \ Tk_MacOSXGetCGContextForDrawable() doesn't replace ↵jan.nijtmans2020-09-061-1/+0
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | TkMacOSXGetDrawablePort(), since TkMacOSXGetDrawablePort() is a useless function always returning NULL No longer export Tk_MacOSXGetCGContextForDrawable as public symbol (wait doing that until 8.7)
| | | * \ \ \ Merge 8.6. Minor simplification: no need for separate stub entry for ↵jan.nijtmans2020-09-041-5/+1
| | | |\ \ \ \ | | | | |/ / / | | | | | | | | | | | | | | Tk_MacOSXGetNSViewForDrawable()
| | | * | | | Rename 3 badly named functions that were exported as stubs; export under ↵marc_culler2020-09-011-1/+9
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | both old and new names; edit comments.
| | | | * | | | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-011-3/+8
| | | | | | | |
| | | * | | | | Merge 8.6. Change signature of ↵jan.nijtmans2020-09-011-2/+2
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForDrawable
| | | * | | | | 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 ↵jan.nijtmans2020-08-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the "nicer_stubs" branch which can be added without compatibility problems
| | | | * | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled ↵jan.nijtmans2020-08-281-0/+3
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | as stub-enabled extension
| * | | | | | 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 ↵jan.nijtmans2020-09-031-2/+2
| | |/ / / | | | | | | | | | | | | | | | change to TkGetGeomContainer/TkGetTransientContainer is left out for now.
| * | | | 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
| | | | | |