summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* When TK_NO_DEPRECATED is defined or when Tk is compiled with Tcl 9 headers, n...jan.nijtmans2020-06-081-0/+1
* Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-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
|\ \ | |/
| * Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-0/+20
* | Use more size_t type internally, when compiling against Tcl 9.0 headers. No c...jan.nijtmans2020-05-251-0/+6
|\ \
| * | More progressjan.nijtmans2020-05-221-0/+6
|/ /
* | Move handling of TkWinGetPlatformId() up in tclStubInit.c: It belongs with Tk...jan.nijtmans2020-04-031-10/+9
* | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv...jan.nijtmans2020-04-021-2/+9
* | Merge 8.6jan.nijtmans2020-03-301-3/+56
|\ \ | |/
| * 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
* | | Finish for MacOS toojan.nijtmans2020-03-091-5/+0
|\ \ \
* | | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet.jan.nijtmans2020-03-091-0/+9
|/ / /
* | | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harml...jan.nijtmans2020-03-011-0/+3
* | | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-9/+27
|\ \ \
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-9/+27
|/ / /
* | | Add many (mostly MacOS) stub functions, needed for future implementation of X...jan.nijtmans2019-10-021-83/+47
|\ \ \
| * | | Add a bunch of new X11 functions (stubs, for now) to the X11 stub tables for ...jan.nijtmans2019-10-021-0/+23
| * | | Add XLowerWindow to MacOS X11 stub tablejan.nijtmans2019-10-021-1/+1
| |\ \ \ | |/ / / |/| | |
* | | | Merge 8.6jan.nijtmans2019-10-011-18/+18
|\ \ \ \ | | |/ / | |/| |
| * | | Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-011-18/+18
| | * | more Region-related revamp.jan.nijtmans2019-10-011-67/+8
| | * | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-24/+24
| |/ / |/| |
* | | Only use one of XPutImage/TkPutImage, dependant on platform. Both are present...jan.nijtmans2019-09-271-1/+2
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2019-09-261-1/+1
| |\ \ \ | | |/ /
| | * | 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
* | | | Make MacOSX aqua and X11 share the same X11 stub table.jan.nijtmans2019-09-251-2/+24
* | | | Merge trunkjan.nijtmans2019-09-251-8/+11
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-09-241-7/+7
| |\ \ \ | | |/ /
| | * | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-0/+30
| * | | Rebase to trunkfvogel2019-08-271-4/+96
| |\ \ \
| * | | | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.fvogel2019-08-271-1/+1
| | |/ / | |/| |
| * | | 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
* | | | Merge trunkjan.nijtmans2019-08-231-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Finally: Add XDrawArcs() and XDrawRectangles() to aquajan.nijtmans2019-08-231-2/+2
| * | | Add XPutImage() to X11 stub table for MacOSX (aqua), enabling its use for ext...jan.nijtmans2019-08-231-1/+1
| * | | Add 7 new functions to the MacOSX X11-compat stub tablejan.nijtmans2019-08-221-5/+48
* | | | Further experimenting, seems to work on MacOSXjan.nijtmans2019-08-141-3/+6
* | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-5/+56
|/ / /
* | | Fix clipboard behavior and remove the TkSuspendClipboard stub function.culler2018-10-181-1/+1
|\ \ \ | |/ /
| * | Removed all traces of the TkSuspendClipboard stub.culler2018-10-181-1/+1