summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Don't fill stub entries for TkpWillDrawWidget/TkpRedrawWidget with 0 on XQuar...jan.nijtmans2020-09-081-3/+9
* | Merge 8.5. jan.nijtmans2020-09-081-10/+17
|\ \ | |/
| * Move up TkUnusedStubEntry a little.jan.nijtmans2020-09-081-1/+9
* | 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
| * | | More tweaksjan.nijtmans2020-08-301-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t...jan.nijtmans2020-08-281-1/+1
| | * | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as...jan.nijtmans2020-08-281-1/+1
| |/ /
* | | Remove a hash table that was not neededculler2020-09-041-2/+2
|/ /
* | Simplifications, because TkMacOSXGetDrawablePort() always returns NULLjan.nijtmans2020-08-261-10/+5
* | Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ...jan.nijtmans2020-08-191-2/+2
* | Test using XSetClipRectangles on macOS.culler2020-08-181-1/+1
* | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-131-2/+2
|\ \ | |/
* | Add 3 more stub entries to MacOSX X11 stub table, which win32 already has: XD...jan.nijtmans2020-08-111-3/+3
* | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-1/+1
* | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-1/+1
* | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+20
* | Make TkGenerateActivateEvents() available to Win32 and X11jan.nijtmans2020-03-291-3/+3
* | Add more (dummy) stub entries, as preparation for futher stub simplifications...jan.nijtmans2020-03-291-0/+53
* | Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-111-0/+8
* | Merge 8.5jan.nijtmans2020-03-101-0/+43
|\ \ | |/
| * Fix many gcc(-9) warnings, backported from trunk. jan.nijtmans2020-03-101-10/+100
| * Add XDrawSegments/XDrawPoint/XDrawPoints to internal stub table, and fix thei...jan.nijtmans2016-11-081-0/+21
* | Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-011-18/+18
* | Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-261-1/+1
* | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-251-0/+23
* | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-0/+30
* | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-271-2/+3
* | Fix build on Cygwinjan.nijtmans2019-08-271-0/+1
* | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.fvogel2019-08-261-1/+1
* | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-261-0/+1
* | Removed all traces of the TkSuspendClipboard stub.culler2018-10-181-1/+1
* | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-0/+26
* | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an...jan.nijtmans2015-07-151-1/+1
|\ \ | |/
| * Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an...jan.nijtmans2015-07-151-1/+1
* | Silence some compiler warnings.dgp2015-02-121-0/+1
|\ \ | |/
| * Different approach to stubs for the TkpScanWindowId() declaration.dgp2015-02-121-1/+2
| * Silence some compiler warningsdgp2015-02-121-1/+1