summaryrefslogtreecommitdiffstats
path: root/generic/tkIntPlatDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-271-4/+4
|\
| * Merge 8.6. Change macro namesjan.nijtmans2020-09-241-1/+1
| |\
| * \ Merge 8.6jan.nijtmans2020-09-091-11/+6
| |\ \ | | |/
| * | Implementation ofr TIP #581 for Tkjan.nijtmans2020-08-121-0/+2
* | | Merge 8.6marc_culler2020-09-071-11/+6
|\ \ \ | | |/ | |/|
| * | Remove a hash table that was not neededculler2020-09-041-11/+6
| |/
* | Merge 8.6jan.nijtmans2020-08-271-2/+0
|\ \ | |/
* | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. jan.nijtmans2020-08-261-5/+6
|\ \
| * | Fix [08eb057dea]: remove two unused stub functions related to cursors and dat...culler2020-08-251-5/+3
| |/
* | Merge 8.6jan.nijtmans2020-03-301-6/+136
|\ \ | |/
| * Make TkGenerateActivateEvents() available to Win32 and X11jan.nijtmans2020-03-291-6/+13
| * Add more (dummy) stub entries, as preparation for futher stub simplifications...jan.nijtmans2020-03-291-0/+123
* | Simplify many MacOS-specific types which are not necessaryjan.nijtmans2019-09-301-2/+2
* | Rebase to trunkfvogel2019-08-271-0/+3
|\ \
| * \ Fix bug 1951abf33d: Aqua sometimes segfaults when destroying a transient.culler2019-03-011-2/+2
| |\ \
| * | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-1/+1
| * | | Fix clipboard behavior and remove the TkSuspendClipboard stub function.culler2018-10-181-5/+3
| |\ \ \
| * | | | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ...jan.nijtmans2018-08-081-3/+1
| * | | | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-071-0/+5
| |\ \ \ \
| | * | | | no longer export TkWinGetPlatformId as symbol from dll: Since TkWinGetPlatfor...jan.nijtmans2017-11-231-1/+0
| | * | | | If Tk is compiled with -DTK_NO_DEPRECATED, remove TkWinGetPlatformId from the...jan.nijtmans2017-11-231-1/+2
| | * | | | Remove pre-XP supportjan.nijtmans2017-11-231-0/+3
| |/ / / /
* | | | | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.fvogel2019-08-271-4/+4
| |_|_|/ |/| | |
* | | | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-271-8/+11
* | | | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.fvogel2019-08-261-4/+4
* | | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-261-0/+5
| |_|/ |/| |
* | | Remove some bloat from tkMacOSXWm.c.culler2019-02-281-2/+2
* | | make distdgp2018-11-011-1/+1
| |/ |/|
* | Removed all traces of the TkSuspendClipboard stub.culler2018-10-181-5/+3
|/
* Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an...jan.nijtmans2015-07-151-1/+2
|\
| * Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an...jan.nijtmans2015-07-151-2/+5
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-1/+5
| * Repair mangled stubs header file.dgp2015-04-081-1220/+0
| * Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-4/+1220
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-1/+5
* | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-2/+3
* | Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-3/+2
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-2/+3
* | Silence some compiler warnings.dgp2015-02-121-0/+6
|\ \ | |/
| * Different approach to stubs for the TkpScanWindowId() declaration.dgp2015-02-121-0/+11
* | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-231-6/+6
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-6/+6
* | Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-311-3/+5
|\ \ | |/
| * Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-311-3/+5
| * Cherrypick Merge, Backport of [6223d9e067]. Restored fromandreask2012-10-091-0/+10
| * review remarks, see mail.jan.nijtmans2012-09-121-2/+0
| * Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-31/+31
| * eliminate some warnings, caused by previous mergejan.nijtmans2012-06-071-0/+2
| * merge core-8-4-branch, still to be tested on Unixjan.nijtmans2012-05-291-60/+30
| |\
| | * Simpify determination whether we are running on cygwin.jan.nijtmans2012-05-251-42/+27