| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6. Rename some functions | jan.nijtmans | 2020-09-08 | 1 | -1/+15 |
|\ |
|
| * | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon... | jan.nijtmans | 2020-09-08 | 1 | -0/+10 |
| |\ |
|
| | * | Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),... | jan.nijtmans | 2020-09-06 | 1 | -1/+0 |
| | |\ |
|
| | * \ | Merge 8.6. Minor simplification: no need for separate stub entry for Tk_MacOS... | jan.nijtmans | 2020-09-04 | 1 | -5/+1 |
| | |\ \
| | | |/ |
|
| | * | | Rename 3 badly named functions that were exported as stubs; export under both... | marc_culler | 2020-09-01 | 1 | -1/+9 |
| | |\ \ |
|
| | | * | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 1 | -3/+8 |
|
|
| | * | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD... | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | * | | | 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 t... | jan.nijtmans | 2020-08-28 | 1 | -0/+4 |
|
|
| | | * | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as... | jan.nijtmans | 2020-08-28 | 1 | -0/+3 |
| | |/ / |
|
* | | | | 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 cha... | jan.nijtmans | 2020-09-03 | 1 | -2/+2 |
| |/ |
|
* | | 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 |
|
|
| * | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -0/+19 |
|
|
* | | | Fix errors in tk.decls which would break the build after genStubs is run. | marc_culler | 2020-08-29 | 1 | -9/+8 |
|
|
* | | | For now, put back TkMacOSXGetRootControl(), since Kevin Walzer uses it in his... | jan.nijtmans | 2020-08-27 | 1 | -2/+1 |
|
|
* | | | Attempt to maintain binary compatibility with 8.6 without having to live with... | culler | 2020-08-27 | 1 | -1/+13 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-08-27 | 1 | -18/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | Simplifications, because TkMacOSXGetDrawablePort() always returns NULL | jan.nijtmans | 2020-08-26 | 1 | -20/+0 |
|
|
* | | | We don't have to preserve cruft in trunk, so let's get rid of it. | culler | 2020-08-26 | 1 | -21/+5 |
|
|
* | | | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. | jan.nijtmans | 2020-08-26 | 1 | -20/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | Put back a dummy Tk_MacOSXTkOwnsCursor(), just because it's in the public stu... | jan.nijtmans | 2020-08-26 | 1 | -21/+5 |
|
|
| * | | Fix [08eb057dea]: remove two unused stub functions related to cursors and dat... | culler | 2020-08-25 | 1 | -6/+8 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-30 | 1 | -0/+24 |
|\ \
| |/ |
|
| * | Add more (dummy) stub entries, as preparation for futher stub simplifications... | jan.nijtmans | 2020-03-29 | 1 | -0/+24 |
|
|
* | | Deprecate Tk_MainEx() stub entry (TIP #512). Only has effect if compiled with... | jan.nijtmans | 2018-11-03 | 1 | -1/+1 |
|
|
* | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus... | jan.nijtmans | 2018-10-19 | 1 | -2/+2 |
|
|
* | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 1 | -9/+9 |
|
|
* | | Eliminate all usage of CONST84, and fix a few MacOSX compiler warnings | jan.nijtmans | 2018-08-12 | 1 | -17/+17 |
|
|
* | | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ... | jan.nijtmans | 2018-08-08 | 1 | -0/+8 |
|
|
* | | If compiled with -DTK_NO_DEPRECATED, remove the functions Tk_PhotoPutBlock_No... | jan.nijtmans | 2017-05-02 | 1 | -7/+7 |
|
|
* | | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D... | jan.nijtmans | 2017-01-17 | 1 | -1/+1 |
|/ |
|
* | Remove dead code. During 8.6 alpha/beta, Tk_DefineBitmap/Tk_GetBitmapFromData... | jan.nijtmans | 2013-03-28 | 1 | -7/+0 |
|
|
* | improving backwards compatibility | jan.nijtmans | 2012-06-16 | 1 | -0/+7 |
|
|
* | rfe-2636558 simplification | jan.nijtmans | 2012-06-15 | 1 | -15/+4 |
|
|
* | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -25/+0 |
|\ |
|
| * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -25/+0 |
| |\ |
|
| | * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 1 | -25/+0 |
|
|
* | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -1/+22 |
|\ \ \
| |/ / |
|
| * | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -1/+22 |
| |\ \
| | |/ |
|
| | * | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -1/+22 |
|
|
* | | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -336/+336 |
| |\ \
| | |/ |
|
| | * | format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.h | jan.nijtmans | 2012-04-06 | 1 | -833/+601 |
|
|