Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In trunk, TkMacOSXSetDrawingEnabled is the only place where the ↵ | fvogel | 2024-08-29 | 1 | -3/+3 |
| | | | | 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. | ||||
* | Tweak some error-messages. Fix indenting | jan.nijtmans | 2024-08-07 | 1 | -4/+4 |
|\ | |||||
* \ | Merge 8.7 | jan.nijtmans | 2024-03-23 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply ↵ | jan.nijtmans | 2024-03-23 | 1 | -3/+3 |
| | | | | | | | | NULL. Re-generate stub table, only creating dummy stub entries for TCL_MAJOR_VERSION < 9 | ||||
* | | Merge 8.7 | jan.nijtmans | 2024-01-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | TkTextMakeByteIndex byteIndex int -> Tcl_Size | jan.nijtmans | 2024-01-30 | 1 | -1/+1 |
| | | |||||
| * | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> ↵ | jan.nijtmans | 2023-12-13 | 1 | -2/+2 |
| |\ | | | | | | | | | | Tcl_Size). Update documentation. | ||||
* | | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update ↵ | jan.nijtmans | 2023-12-13 | 1 | -2/+2 |
| | | | | | | | | | | | | documentation. | ||||
* | | | Change (internal) TkCreateFrame function from argc/argv -> objc/objv | jan.nijtmans | 2023-12-11 | 1 | -1/+1 |
| | | | |||||
* | | | Remove internal TkMacOSXDrawable stub entry: no longer necessary | jan.nijtmans | 2023-11-28 | 1 | -4/+4 |
| | | | |||||
* | | | Shuffle (internal) stub-entries, so now same functionnames occupy the same ↵ | jan.nijtmans | 2023-11-17 | 1 | -18/+17 |
| | | | | | | | | | | | | stub-entry number, independant from platform. | ||||
* | | | Backout part of [c9a672c28cc8]: joining X11 tables gives symbol conflicts on ↵ | jan.nijtmans | 2023-11-17 | 1 | -155/+658 |
| | | | | | | | | | | | | Linux | ||||
* | | | Get rid of the "Dummy entry for stubs table backwards compatibility" | jan.nijtmans | 2023-11-16 | 1 | -47/+25 |
| | | | |||||
* | | | Remove more deprecated stuff. | jan.nijtmans | 2023-11-16 | 1 | -722/+154 |
| | | | | | | | | | 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 entries | jan.nijtmans | 2023-11-16 | 1 | -3/+0 |
|/ / | |||||
* | | Fix [f9eddb541a]: Improve TkSetRegion(); implement XSetClipRectangles() on ↵ | fvogel | 2023-07-17 | 1 | -6/+4 |
|\ \ | |/ | | | | | Windows and improve it. Thanks to Christopher Chavez. | ||||
| * | Bug [f9eddb541a] (TkSetRegion(), XSetClipRectangles): Patch 5 from ↵ | fvogel | 2023-07-16 | 1 | -6/+4 |
| | | | | | | | | Christopher Chavez - Implement XSetClipRectangles() on Windows by relocating the existing Aqua implementation | ||||
| * | Add TkUnusedStubEntry to tkInt stub interface | jan.nijtmans | 2021-12-08 | 1 | -1/+3 |
| | | |||||
* | | Let (internal) TkGetDisplayOf() return Tcl_Size, not int | jan.nijtmans | 2022-12-15 | 1 | -1/+1 |
| | | |||||
* | | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -6/+6 |
| | | |||||
* | | Some more int -> Tcl_Size | jan.nijtmans | 2022-10-27 | 1 | -1/+1 |
| | | |||||
* | | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling ↵ | jan.nijtmans | 2022-10-26 | 1 | -1/+1 |
| | | | | | | | | with 9.0 headers | ||||
* | | Tcl_Size usage warning fixes, more ClientData -> void * | jan.nijtmans | 2022-10-21 | 1 | -23/+23 |
| | | |||||
* | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -13/+13 |
|\ \ | |||||
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -13/+13 |
| | | | |||||
* | | | typo Tk_SetWindowMenuBar -> Tk_SetWindowMenubar. (TIP #606 and ↵ | jan.nijtmans | 2022-09-20 | 1 | -8/+8 |
| | | | | | | | | | | | | documentation was correct) | ||||
* | | | Make TkpWillDrawWidget()/TkpRedrawWidget() available to all platforms, not ↵ | jan.nijtmans | 2022-07-31 | 1 | -2/+2 |
|/ / | | | | | | | only MacOSX | ||||
* | | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -1/+1 |
| | | |||||
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-27 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-08 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge 8.5. | jan.nijtmans | 2020-09-08 | 1 | -4/+4 |
| |\ | | | | | | | | | | 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 | -2/+2 |
| | | | | | | | | | New test function "menubarheight" for MacOSX (backported from 8.6) | ||||
* | | | Merge 8.6 | marc_culler | 2020-09-07 | 1 | -6/+8 |
|\ \ \ | |/ / | |||||
| * | | Remove a hash table that was not needed | culler | 2020-09-04 | 1 | -6/+8 |
| | | | |||||
* | | | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. | jan.nijtmans | 2020-08-26 | 1 | -3/+4 |
|\ \ \ | | | | | | | | | Do more cleanup: No browser still supports NSAPI, so functions like Tk_MacOSXSetEmbedHandler() don't make any sense any more | ||||
| * | | | Fix [08eb057dea]: remove two unused stub functions related to cursors and ↵ | culler | 2020-08-25 | 1 | -3/+4 |
| |/ / | | | | | | | | | | dating back to Carbon. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-08-21 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ↵ | jan.nijtmans | 2020-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Tk 8.7 | ||||
| * | | Test using XSetClipRectangles on macOS. | culler | 2020-08-18 | 1 | -0/+5 |
| | | | |||||
| * | | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More ↵ | jan.nijtmans | 2020-08-13 | 1 | -0/+6 |
| |\ \ | | |/ | | | | | | | use of TCL_UNUSED macro | ||||
| * | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: ↵ | jan.nijtmans | 2020-08-11 | 1 | -0/+12 |
| | | | | | | | | | | | | XDestroyIC(), XCreatePixmapCursor(), XCreateGlyphCursor() | ||||
| * | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ↵ | jan.nijtmans | 2020-08-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | out, windows and X11 already had this) More use of TCL_UNUSED() | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 1 | -8/+8 |
|\ \ \ | |/ / | | | | Move TkpRedrawWidget/TkpWillDrawWidget to entries 185/186 of stub table, that's where they were in Tk 8.6 | ||||
* | | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -1/+1 |
| | | | |||||
* | | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -0/+9 |
| | | | |||||
* | | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | More progress | jan.nijtmans | 2020-05-22 | 1 | -12/+12 |
| | | |