| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-09-27 | 1 | -4/+4 |
|\ |
|
| * | Merge 8.6. Change macro names | jan.nijtmans | 2020-09-24 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-09-09 | 1 | -11/+6 |
| |\ \
| | |/ |
|
| * | | Implementation ofr TIP #581 for Tk | jan.nijtmans | 2020-08-12 | 1 | -0/+2 |
|
|
* | | | Merge 8.6 | marc_culler | 2020-09-07 | 1 | -11/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | Remove a hash table that was not needed | culler | 2020-09-04 | 1 | -11/+6 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-27 | 1 | -2/+0 |
|\ \
| |/ |
|
* | | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. | jan.nijtmans | 2020-08-26 | 1 | -5/+6 |
|\ \ |
|
| * | | Fix [08eb057dea]: remove two unused stub functions related to cursors and dat... | culler | 2020-08-25 | 1 | -5/+3 |
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-30 | 1 | -6/+136 |
|\ \
| |/ |
|
| * | Make TkGenerateActivateEvents() available to Win32 and X11 | jan.nijtmans | 2020-03-29 | 1 | -6/+13 |
|
|
| * | Add more (dummy) stub entries, as preparation for futher stub simplifications... | jan.nijtmans | 2020-03-29 | 1 | -0/+123 |
|
|
* | | Simplify many MacOS-specific types which are not necessary | jan.nijtmans | 2019-09-30 | 1 | -2/+2 |
|
|
* | | Rebase to trunk | fvogel | 2019-08-27 | 1 | -0/+3 |
|\ \ |
|
| * \ | Fix bug 1951abf33d: Aqua sometimes segfaults when destroying a transient. | culler | 2019-03-01 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus... | jan.nijtmans | 2018-10-19 | 1 | -1/+1 |
|
|
| * | | | Fix clipboard behavior and remove the TkSuspendClipboard stub function. | culler | 2018-10-18 | 1 | -5/+3 |
| |\ \ \ |
|
| * | | | | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier ... | jan.nijtmans | 2018-08-08 | 1 | -3/+1 |
|
|
| * | | | | TIP #487: Stop support for Pre-XP Windows | jan.nijtmans | 2017-12-07 | 1 | -0/+5 |
| |\ \ \ \ |
|
| | * | | | | no longer export TkWinGetPlatformId as symbol from dll: Since TkWinGetPlatfor... | jan.nijtmans | 2017-11-23 | 1 | -1/+0 |
|
|
| | * | | | | If Tk is compiled with -DTK_NO_DEPRECATED, remove TkWinGetPlatformId from the... | jan.nijtmans | 2017-11-23 | 1 | -1/+2 |
|
|
| | * | | | | Remove pre-XP support | jan.nijtmans | 2017-11-23 | 1 | -0/+3 |
| |/ / / / |
|
* | | | | | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs. | fvogel | 2019-08-27 | 1 | -4/+4 |
| |_|_|/
|/| | | |
|
* | | | | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO... | jan.nijtmans | 2019-08-27 | 1 | -8/+11 |
|
|
* | | | | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs. | fvogel | 2019-08-26 | 1 | -4/+4 |
|
|
* | | | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind... | fvogel | 2019-08-26 | 1 | -0/+5 |
| |_|/
|/| | |
|
* | | | Remove some bloat from tkMacOSXWm.c. | culler | 2019-02-28 | 1 | -2/+2 |
|
|
* | | | make dist | dgp | 2018-11-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | Removed all traces of the TkSuspendClipboard stub. | culler | 2018-10-18 | 1 | -5/+3 |
|/ |
|
* | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an... | jan.nijtmans | 2015-07-15 | 1 | -1/+2 |
|\ |
|
| * | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h an... | jan.nijtmans | 2015-07-15 | 1 | -2/+5 |
|
|
| * | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -1/+5 |
|
|
| * | Repair mangled stubs header file. | dgp | 2015-04-08 | 1 | -1220/+0 |
|
|
| * | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -4/+1220 |
|
|
| * | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -1/+5 |
|
|
* | | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -2/+3 |
|
|
* | | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -3/+2 |
|
|
* | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -2/+3 |
|
|
* | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Different approach to stubs for the TkpScanWindowId() declaration. | dgp | 2015-02-12 | 1 | -0/+11 |
|
|
* | | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 1 | -6/+6 |
|
|
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -6/+6 |
|
|
* | | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Put extern "C" guards around all stub table struct definitions, | jan.nijtmans | 2013-10-31 | 1 | -3/+5 |
|
|
| * | Cherrypick Merge, Backport of [6223d9e067]. Restored from | andreask | 2012-10-09 | 1 | -0/+10 |
|
|
| * | review remarks, see mail. | jan.nijtmans | 2012-09-12 | 1 | -2/+0 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -31/+31 |
|
|
| * | eliminate some warnings, caused by previous merge | jan.nijtmans | 2012-06-07 | 1 | -0/+2 |
|
|
| * | merge core-8-4-branch, still to be tested on Unix | jan.nijtmans | 2012-05-29 | 1 | -60/+30 |
| |\ |
|
| | * | Simpify determination whether we are running on cygwin. | jan.nijtmans | 2012-05-25 | 1 | -42/+27 |
|
|