summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2023-11-181-82/+0
|\
| * 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
* | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)jan.nijtmans2022-11-031-1/+1
|/
* 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
| |\ \ | | |/
| | * Move up TkUnusedStubEntry a little.jan.nijtmans2020-09-081-0/+3
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-151-0/+3
| | |\
| | | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-02-151-1/+3
| | | * Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-151-52/+0
| | | * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...jan.nijtmans2012-05-291-1/+1
| | * | 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 documentation...jan.nijtmans2022-09-201-1/+1
|/ / / /
* | | | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum...jan.nijtmans2022-02-011-2/+2
* | | | 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 280...oehhar2021-01-231-47/+46
|\ \ \ \
| * | | | (c) -> ©jan.nijtmans2020-12-091-2/+2
| * | | | 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