| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more (dummy) stub entries, as preparation for futher stub simplifications... | jan.nijtmans | 2020-03-29 | 1 | -0/+43 |
|
|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
|
|
* | 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 |
|
|
| * | 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 | -4/+6 |
|
|
| * | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -3/+3 |
| |\ |
|
| | * | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -12/+12 |
|
|
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -67/+33 |
|\ \ \
| |/ / |
|
| * | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -113/+49 |
| |\ \
| | |/ |
|
| | * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 1 | -55/+3 |
|
|
* | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -30/+64 |
|\ \ \
| |/ / |
|
| * | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -49/+113 |
| |\ \
| | |/ |
|
| | * | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -0/+52 |
|
|
| | * | make genstubs | dgp | 2012-04-09 | 1 | -37/+35 |
|
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns | das | 2006-02-09 | 1 | -3/+3 |
|
|
| * | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -29/+29 |
|
|
* | | | [Patch 3034251] partly: remove some more unneeded ifdeffery from stub header ... | nijtmans | 2010-08-19 | 1 | -90/+9 |
|
|
* | | | * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600] | dgp | 2010-03-08 | 1 | -2/+2 |
|
|
* | | | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -5/+5 |
|
|
* | | | genStubs.tcl: No longer generate a space after | nijtmans | 2010-01-29 | 1 | -24/+24 |
|
|
* | | | * generic/tkPlatDecls.h: Restore C++ friendliness to the | dgp | 2009-11-11 | 1 | -1/+9 |
|
|
* | | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -5/+5 |
|
|
* | | | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 1 | -10/+10 |
|
|
* | | | * tkDecls.h: Reverted das's change of Tk's stubs pointers | Kevin B Kenny | 2008-04-08 | 1 | -2/+2 |
|
|
* | | | * generic/tkDecls.h: make genstubs | das | 2008-04-02 | 1 | -11/+3 |
|
|
* | | | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 1 | -1/+5 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tkIntDecls.h: regen with new genStubs.tcl. | das | 2007-12-10 | 1 | -13/+13 |
|
|
* | | Use more portable string literals | dgp | 2006-12-18 | 1 | -44/+39 |
|
|
* | | * generic/tk.decls: fix signature of TkMacOSXInvalClipRgns | das | 2006-02-09 | 1 | -3/+3 |
|
|
* | | * generic/tkDecls.h: | das | 2005-05-29 | 1 | -21/+1 |
|
|
* | | Added functions to support embedded menu widget | chengyemao | 2004-12-28 | 1 | -1/+21 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -127/+1 |
|
|
* | | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -1/+85 |
|/ |
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -1/+94 |
|
|
* | * doc/HWNDToWindow.3: | ericm | 2000-09-07 | 1 | -7/+1 |
|
|
* | * generic/tkPlatDecls.h: Added #include <windows.h> for Windows, | ericm | 2000-09-06 | 1 | -1/+6 |
|
|
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 1 | -1/+7 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -35/+35 |
|
|
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 1 | -0/+202 |
|
|