summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove internal TkMacOSXDrawable stub entry: no longer necessaryjan.nijtmans2023-11-281-4/+0
* Shuffle (internal) stub-entries, so now same functionnames occupy the same st...jan.nijtmans2023-11-171-13/+13
* Re-generate internal stubsjan.nijtmans2023-11-171-6/+6
* Backout part of [c9a672c28cc8]: joining X11 tables gives symbol conflicts on ...jan.nijtmans2023-11-171-0/+163
* Fix the (C++) buildjan.nijtmans2023-11-161-1/+1
* Fix the build.fvogel2023-11-161-1/+1
* Get rid of the "Dummy entry for stubs table backwards compatibility"jan.nijtmans2023-11-161-46/+24
* Remove more deprecated stuff. jan.nijtmans2023-11-161-215/+28
* Remove some (very old!) Image-related stuff, and unused stub entriesjan.nijtmans2023-11-161-58/+16
* Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-3/+1
* Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on Wi...fvogel2023-07-171-1/+1
|\
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from Christophe...fvogel2023-07-161-1/+1
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
|\ \ | |/
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-1/+1
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+1
* | Merge 8.6jan.nijtmans2023-01-031-0/+2
|\ \ | |/
| * Add some spare stub entriesjan.nijtmans2022-01-251-1/+11
| * Change Tk_FreeStyleFromObj (undocumented, nop) into a macro. So, stub-enabled...jan.nijtmans2021-12-151-0/+1
| * Add TkUnusedStubEntry to tkInt stub interfacejan.nijtmans2021-12-081-0/+1
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-2/+2
* | Rebase to 8.7jan.nijtmans2022-10-121-6/+0
|\ \
| * | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-6/+0
* | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and documentation...jan.nijtmans2022-09-201-1/+1
* | | Make TkpWillDrawWidget()/TkpRedrawWidget() available to all platforms, not on...jan.nijtmans2022-07-311-17/+1
|/ /
* | Fix Tk_Get3BorderColors() signature. Add documentation, created by René Zaum...jan.nijtmans2022-02-011-1/+1
* | Add Tk_MakeWindow toojan.nijtmans2022-01-251-0/+2
* | If TK_NO_DEPRECATED is defined, remove the deprecated stub entriesjan.nijtmans2021-12-211-0/+10
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-1/+12
* | Merge main, Tk_CreatePhotoImageFormatVersion3: stubs position from 279 to 280...oehhar2021-01-231-47/+57
|\ \
| * | (c) -> ©jan.nijtmans2020-12-091-1/+1
| * | Merge 8.6jan.nijtmans2020-09-271-1/+1
| |\ \ | | |/
| * | My fixes for build fails against Tcl 9 headers.dgp2020-09-151-14/+6
| * | Merge 8.6jan.nijtmans2020-09-091-1/+1
| |\ \ | | |/
| | * TIP #581: More progressjan.nijtmans2020-09-091-1/+1
| | * Merge 8.5jan.nijtmans2020-09-081-1/+6
| | |\
| | | * Move TkUnusedStubEntry up a little morejan.nijtmans2020-09-081-183/+188
| * | | Merge 8.6jan.nijtmans2020-09-081-3/+4
| |\ \ \ | | |/ /
| | * | Don't fill stub entries for TkpWillDrawWidget/TkpRedrawWidget with 0 on XQuar...jan.nijtmans2020-09-081-3/+9
| * | | Merge 8.6jan.nijtmans2020-09-081-11/+16
| |\ \ \ | | |/ /
| | * | Merge 8.5. jan.nijtmans2020-09-081-10/+17
| | |\ \ | | | |/
| | | * Move up TkUnusedStubEntry a little.jan.nijtmans2020-09-081-1/+9
| * | | Merge 8.6. Rename some functionsjan.nijtmans2020-09-081-1/+10
| |\ \ \ | | |/ /
| | * | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon...jan.nijtmans2020-09-081-3/+12
| | |\ \
| | | * \ Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),...jan.nijtmans2020-09-061-1/+9
| | | |\ \
| | | * \ \ Merge 8.6. Minor simplification: no need for separate stub entry for Tk_MacOS...jan.nijtmans2020-09-041-2/+2
| | | |\ \ \ | | | | |/ /
| | | * | | Merge 8.6jan.nijtmans2020-09-021-0/+1
| | | |\ \ \ | | | | |/ /
| | | * | | Rename 3 badly named functions that were exported as stubs; export under both...marc_culler2020-09-011-2/+2
| | | |\ \ \
| | | | * | | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-011-2/+2
| | | * | | | 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