summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix [50fdbc36ad]: Implement more X11 region functions on Windows and Aqua. ↵jan.nijtmans2025-09-301-4/+4
| | | | Windows part.
* Rename ttkWinXPTheme.c to ttkWinVistaTheme.c (we cannot just remove it)jan.nijtmans2025-09-151-2/+1
|
* Add markers in tk.decls, making more clear what API is available in what Tk ↵jan.nijtmans2024-12-081-0/+2
|\ | | | | | | version
| * (backport): Merge tip-706 following positive vote by the TCTjan.nijtmans2024-12-081-0/+5
| |
| * Backport to 8.7jan.nijtmans2024-11-041-0/+3
| |
| * Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply ↵jan.nijtmans2024-03-231-0/+6
| | | | | | | | NULL. Re-generate stub table, only creating dummy stub entries for TCL_MAJOR_VERSION < 9
| * Re-generate dummy stub entries (accidently removed in previous commit)jan.nijtmans2024-01-301-0/+3
| |
| * TkTextMakeByteIndex byteIndex int -> Tcl_Sizejan.nijtmans2024-01-301-3/+0
| |
* | TIP #706 implementation.fvogel2024-11-301-0/+3
| |
* | Code cleanup in tkCanvas.c/tkMenubutton.c. Use more TCL_UNUSED()jan.nijtmans2024-10-061-1/+1
| |
* | (Cherry-pick): make genstubsjan.nijtmans2024-09-141-1/+0
| |
* | In trunk, TkMacOSXSetDrawingEnabled is the only place where the ↵fvogel2024-08-291-1/+1
| | | | | | | | TK_DO_NOT_DRAW flag is set or cleared. But this function TkMacOSXSetDrawingEnabled is never called by anything in the entire Tk code. As a consequence any test against TK_DO_NOT_DRAW is always false. Remove all this dead code.
* | Remove internal TkMacOSXDrawable stub entry: no longer necessaryjan.nijtmans2023-11-281-4/+0
| |
* | Shuffle (internal) stub-entries, so now same functionnames occupy the same ↵jan.nijtmans2023-11-171-13/+13
| | | | | | | | stub-entry number, independant from platform.
* | 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
| | | | | | | | Linux
* | 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
| | | | | | Join "X functions" stub tables for Win and MacOS together as a single platform-independant table
* | 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 ↵fvogel2023-07-171-1/+1
|\ | | | | | | Windows and improve it. Thanks to Christopher Chavez.
| * Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from ↵fvogel2023-07-161-1/+1
| | | | | | | | Christopher Chavez - Implement XSetClipRectangles() on Windows by relocating the existing Aqua implementation
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers ↵fvogel2023-01-181-1/+1
|\ \ | |/ | | | | deprecation warning on macOS Ventura. Resolve conflicts. Remove sprintf calls specific to the main branch.
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ↵fvogel2023-01-121-1/+1
| | | | | | | | ‘sizeof’ in ‘snprintf’ call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]'
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS ↵fvogel2023-01-101-1/+1
| | | | | | | | Ventura. Only a single instance left in TkpPrintWindowId() (tkWinWindow.c).
* | 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, ↵jan.nijtmans2021-12-151-0/+1
| | | | | | | | | | | | stub-enabled extensions won't call this function any more. Some code cleanup in tkConfig.c
| * 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 ↵jan.nijtmans2022-09-201-1/+1
| | | | | | | | | | | | documentation was correct)
* | | Make TkpWillDrawWidget()/TkpRedrawWidget() available to all platforms, not ↵jan.nijtmans2022-07-311-17/+1
|/ / | | | | | | only MacOSX
* | Fix Tk_Get3BorderColors() signature. Add documentation, created by René ↵jan.nijtmans2022-02-011-1/+1
| | | | | | | | Zaumseil
* | 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 ↵oehhar2021-01-231-47/+57
|\ \ | | | | | | | | | 280, masterPtr->modelPtr
| * | (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 ↵jan.nijtmans2020-09-081-3/+9
| | | | | | | | | | | | | | | | XQuarz so they can be called by extensions