| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some spare stub entries | jan.nijtmans | 2022-01-25 | 1 | -1/+11 |
|
|
* | Change Tk_FreeStyleFromObj (undocumented, nop) into a macro. So, stub-enabled... | jan.nijtmans | 2021-12-15 | 1 | -0/+1 |
|
|
* | Add TkUnusedStubEntry to tkInt stub interface | jan.nijtmans | 2021-12-08 | 1 | -0/+1 |
|
|
* | TIP #581: More progress | jan.nijtmans | 2020-09-09 | 1 | -1/+1 |
|
|
* | Merge 8.5 | jan.nijtmans | 2020-09-08 | 1 | -1/+6 |
|\ |
|
| * | Move TkUnusedStubEntry up a little more | jan.nijtmans | 2020-09-08 | 1 | -183/+188 |
|
|
* | | Don't fill stub entries for TkpWillDrawWidget/TkpRedrawWidget with 0 on XQuar... | jan.nijtmans | 2020-09-08 | 1 | -3/+9 |
|
|
* | | Merge 8.5. | jan.nijtmans | 2020-09-08 | 1 | -10/+17 |
|\ \
| |/ |
|
| * | Move up TkUnusedStubEntry a little. | jan.nijtmans | 2020-09-08 | 1 | -1/+9 |
|
|
* | | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon... | jan.nijtmans | 2020-09-08 | 1 | -3/+12 |
|\ \ |
|
| * \ | Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),... | jan.nijtmans | 2020-09-06 | 1 | -1/+9 |
| |\ \ |
|
| * \ \ | Merge 8.6. Minor simplification: no need for separate stub entry for Tk_MacOS... | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| |\ \ \
| | |/ / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -0/+1 |
| |\ \ \
| | |/ / |
|
| * | | | Rename 3 badly named functions that were exported as stubs; export under both... | marc_culler | 2020-09-01 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 1 | -2/+2 |
|
|
| * | | | | 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 | -2/+2 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t... | jan.nijtmans | 2020-08-28 | 1 | -1/+1 |
|
|
| | * | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as... | jan.nijtmans | 2020-08-28 | 1 | -1/+1 |
| |/ / |
|
* | | | Remove a hash table that was not needed | culler | 2020-09-04 | 1 | -2/+2 |
|/ / |
|
* | | Simplifications, because TkMacOSXGetDrawablePort() always returns NULL | jan.nijtmans | 2020-08-26 | 1 | -10/+5 |
|
|
* | | Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ... | jan.nijtmans | 2020-08-19 | 1 | -2/+2 |
|
|
* | | Test using XSetClipRectangles on macOS. | culler | 2020-08-18 | 1 | -1/+1 |
|
|
* | | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u... | jan.nijtmans | 2020-08-13 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD... | jan.nijtmans | 2020-08-11 | 1 | -3/+3 |
|
|
* | | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou... | jan.nijtmans | 2020-08-06 | 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/+20 |
|
|
* | | Make TkGenerateActivateEvents() available to Win32 and X11 | jan.nijtmans | 2020-03-29 | 1 | -3/+3 |
|
|
* | | Add more (dummy) stub entries, as preparation for futher stub simplifications... | jan.nijtmans | 2020-03-29 | 1 | -0/+53 |
|
|
* | | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c... | jan.nijtmans | 2020-03-11 | 1 | -0/+8 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2020-03-10 | 1 | -0/+43 |
|\ \
| |/ |
|
| * | Fix many gcc(-9) warnings, backported from trunk. | jan.nijtmans | 2020-03-10 | 1 | -10/+100 |
|
|
| * | Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei... | jan.nijtmans | 2016-11-08 | 1 | -0/+21 |
|
|
* | | Modify TkClipBox and friends such that they return an int (normally 0) in ste... | jan.nijtmans | 2019-10-01 | 1 | -18/+18 |
|
|
* | | Better fix for [2026405]: winfo id bug in cygwin build. | jan.nijtmans | 2019-09-26 | 1 | -1/+1 |
|
|
* | | Add XPutImage() to the X11 stub table on Aqua | jan.nijtmans | 2019-09-25 | 1 | -0/+23 |
|
|
* | | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 1 | -0/+30 |
|
|
* | | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO... | jan.nijtmans | 2019-08-27 | 1 | -2/+3 |
|
|
* | | Fix build on Cygwin | jan.nijtmans | 2019-08-27 | 1 | -0/+1 |
|
|
* | | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs. | fvogel | 2019-08-26 | 1 | -1/+1 |
|
|
* | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind... | fvogel | 2019-08-26 | 1 | -0/+1 |
|
|
* | | Removed all traces of the TkSuspendClipboard stub. | culler | 2018-10-18 | 1 | -1/+1 |
|
|
* | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis... | jan.nijtmans | 2016-11-07 | 1 | -0/+26 |
|
|
* | | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an... | jan.nijtmans | 2015-07-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an... | jan.nijtmans | 2015-07-15 | 1 | -1/+1 |
|
|
* | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Different approach to stubs for the TkpScanWindowId() declaration. | dgp | 2015-02-12 | 1 | -1/+2 |
|
|
| * | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -1/+1 |
|
|