Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update ↵ | jan.nijtmans | 2023-12-13 | 1 | -2/+2 |
| | | | | documentation. | ||||
*-. | TIP 647: Change Tk_ConfigureWidgets signature, abandon TK_CONFIG_OBJS | jan.nijtmans | 2023-11-28 | 1 | -4/+4 |
|\ \ | |||||
| | * | TIP #647 (partial, only the 100% upwards compatible part) | jan.nijtmans | 2023-11-28 | 1 | -4/+4 |
| | | | |||||
| * | | Merge 9.0 | jan.nijtmans | 2023-11-18 | 1 | -82/+0 |
| |\ \ | |/ / |/| | | |||||
| * | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets) | jan.nijtmans | 2022-11-03 | 1 | -1/+1 |
| |/ | |||||
* | | Remove some (very old!) Image-related stuff, and unused stub entries | jan.nijtmans | 2023-11-16 | 1 | -78/+0 |
| | | |||||
* | | Merge 8.7. Remove a lot of dead code | jan.nijtmans | 2023-11-15 | 1 | -4/+0 |
|/ | |||||
* | Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement function | jan.nijtmans | 2022-10-31 | 1 | -1/+1 |
|\ | |||||
| * | Add some spare stub entries | jan.nijtmans | 2022-01-25 | 1 | -1/+1 |
| | | |||||
| * | Add TkUnusedStubEntry to tkInt stub interface | jan.nijtmans | 2021-12-08 | 1 | -0/+8 |
| | | |||||
| * | Merge 8.5 | jan.nijtmans | 2020-09-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Move TkUnusedStubEntry up a little more | jan.nijtmans | 2020-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge 8.5. | jan.nijtmans | 2020-09-08 | 1 | -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.nijtmans | 2020-09-08 | 1 | -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.nijtmans | 2013-02-15 | 1 | -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.nijtmans | 2013-02-15 | 1 | -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.nijtmans | 2012-11-15 | 1 | -52/+0 |
| | | | | | | | | | | | | <p>re-generate all tk*Decls.h files. | ||||
| | | * | Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for ↵ | jan.nijtmans | 2012-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Cygwin. Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally useable for both. | ||||
| | * | | review remarks, see mail. | jan.nijtmans | 2012-09-12 | 1 | -2/+0 |
| | | | | |||||
| | * | | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -2/+4 |
| | | | | |||||
* | | | | even more int -> Tcl_Size | jan.nijtmans | 2022-10-30 | 1 | -2/+2 |
| | | | | |||||
* | | | | Some more int -> Tcl_Size | jan.nijtmans | 2022-10-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Tcl_Size usage warning fixes, more ClientData -> void * | jan.nijtmans | 2022-10-21 | 1 | -22/+22 |
| | | | | |||||
* | | | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -17/+17 |
|\ \ \ \ | |||||
| * | | | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -17/+17 |
| | | | | | |||||
* | | | | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and ↵ | jan.nijtmans | 2022-09-20 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | documentation was correct) | ||||
* | | | | Fix Tk_Get3BorderColors() signature. Add documentation, created by René ↵ | jan.nijtmans | 2022-02-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Zaumseil | ||||
* | | | | Add Tk_MakeWindow too | jan.nijtmans | 2022-01-25 | 1 | -0/+3 |
| | | | | |||||
* | | | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -0/+35 |
| | | | | |||||
* | | | | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to ↵ | oehhar | 2021-01-23 | 1 | -47/+46 |
|\ \ \ \ | | | | | | | | | | | | | | | | 280, masterPtr->modelPtr | ||||
| * | | | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge 8.6. Rename some functions | jan.nijtmans | 2020-09-08 | 1 | -1/+15 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | 3 new MacOS-specific stub functions: ↵ | jan.nijtmans | 2020-09-08 | 1 | -0/+10 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGContextForDrawable()/Tk_MacOSXGetNSWindowForDrawable(), so they can be used by extensions | ||||
| | | * \ \ | Tk_MacOSXGetCGContextForDrawable() doesn't replace ↵ | jan.nijtmans | 2020-09-06 | 1 | -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.nijtmans | 2020-09-04 | 1 | -5/+1 |
| | | |\ \ \ \ | | | | |/ / / | | | | | | | | | | | | | | | Tk_MacOSXGetNSViewForDrawable() | ||||
| | | * | | | | Rename 3 badly named functions that were exported as stubs; export under ↵ | marc_culler | 2020-09-01 | 1 | -1/+9 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | both old and new names; edit comments. | ||||
| | | | * | | | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 1 | -3/+8 |
| | | | | | | | | |||||
| | | * | | | | | Merge 8.6. Change signature of ↵ | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | | | | | | | | | | Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForDrawable | ||||
| | | * | | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext) | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | More tweaks | jan.nijtmans | 2020-08-30 | 1 | -0/+7 |
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | | * | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from ↵ | jan.nijtmans | 2020-08-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the "nicer_stubs" branch which can be added without compatibility problems | ||||
| | | | * | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled ↵ | jan.nijtmans | 2020-08-28 | 1 | -0/+3 |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | as stub-enabled extension | ||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 1 | -4/+4 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | TIP #581: master -> container and slave -> content in ttk (mainly) | jan.nijtmans | 2020-09-08 | 1 | -5/+5 |
| | | |/ / / | | |/| | | | |||||
| | * | | | | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge 8.6 | jan.nijtmans | 2020-09-03 | 1 | -4/+4 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Implement part of TIP #581: Master/Slave. Not complete yet, and also the ↵ | jan.nijtmans | 2020-09-03 | 1 | -2/+2 |
| | |/ / / | | | | | | | | | | | | | | | | change to TkGetGeomContainer/TkGetTransientContainer is left out for now. | ||||
| * | | | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 more | jan.nijtmans | 2020-09-02 | 1 | -0/+22 |
| |\ \ \ \ | |||||
| | * | | | | New function Tk_FontGetDescription() | jan.nijtmans | 2020-08-14 | 1 | -0/+3 |
| | | | | | | |||||
| | * | | | | Add documentation. Let ttk use the new Tk_SendVirtualEvent | jan.nijtmans | 2020-07-15 | 1 | -2/+2 |
| | | | | | |