| Commit message (Expand) | Author | Age | Files | Lines |
* | re-generate tkIntDecls.h | jan.nijtmans | 2014-06-03 | 1 | -7/+6 |
|
|
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -8/+9 |
|
|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -7/+7 |
|
|
* | 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 |
|
|
| * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 1 | -0/+20 |
| |\ |
|
| | * | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-02-15 | 1 | -0/+101 |
|
|
| | * | Remove all the long dead mac entries in tk*.decls files
| jan.nijtmans | 2012-11-15 | 1 | -47/+9 |
|
|
| * | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -0/+4 |
| |\ \
| | |/ |
|
| | * | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -0/+5 |
|
|
| * | | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use... | jan.nijtmans | 2012-06-05 | 1 | -1/+1 |
|
|
| * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -21/+23 |
| |\ \
| | |/ |
|
| * | | merge core-8-4-branch, still to be tested on Unixtobetested | jan.nijtmans | 2012-05-29 | 1 | -5/+3 |
| |\ \
| | |/ |
|
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | | | 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 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -24/+24 |
|
|
* | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -172/+28 |
|\ \ \
| |/ / |
|
| * | | [Bug 3508771]: Implement TkClipBox, Tk*Region and Tk_GetHINSTANCE for Cygwin | jan.nijtmans | 2012-04-26 | 1 | -212/+28 |
| |\ \
| | |/ |
|
| | * | implement various internal win32 stub functions for cygwin | jan.nijtmans | 2012-04-25 | 1 | -294/+0 |
|
|
| | * | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 1 | -4/+4 |
|
|
| * | | disallow colors like xellow | jan.nijtmans | 2012-04-12 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 1 | -27/+27 |
|
|
| | * | format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.h | jan.nijtmans | 2012-04-06 | 1 | -381/+377 |
|
|
* | | | 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/tkFrame.c (DisplayFrame): | hobbs | 2005-07-28 | 1 | -1/+16 |
|
|
| | * | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -1/+9 |
|
|
| * | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan | 2011-03-27 | 1 | -50/+50 |
|
|
| * | | Backport various formatting (spacing) | nijtmans | 2010-02-07 | 1 | -413/+394 |
|
|
| * | | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ... | nijtmans | 2009-06-27 | 1 | -1/+51 |
|
|
| * | | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 1 | -1/+134 |
|
|
* | | | fix/regen | dkf | 2010-12-02 | 1 | -17/+28 |
|
|
* | | | regen | dkf | 2010-12-02 | 1 | -1/+21 |
|
|
* | | | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly: | nijtmans | 2010-08-21 | 1 | -44/+44 |
|
|
* | | | [Patch 3034251] partly: remove some more unneeded ifdeffery from stub header ... | nijtmans | 2010-08-19 | 1 | -860/+9 |
|
|
* | | | [Patch #2999889] TkCopyAndGlobalEval obsolete | nijtmans | 2010-06-21 | 1 | -12/+4 |
|
|
* | | | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -26/+7 |
|
|
* | | | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -11/+12 |
|
|
* | | | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 1 | -145/+145 |
|
|
* | | | genStubs.tcl: No longer generate a space after | nijtmans | 2010-01-29 | 1 | -299/+280 |
|
|
* | | | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -7/+7 |
|
|
* | | | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...macosx_cocoa_premerge | nijtmans | 2009-06-27 | 1 | -11/+36 |
|
|
* | | | regen stubs | dkf | 2009-06-12 | 1 | -1/+26 |
|
|
* | | | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 1 | -1/+101 |
|
|
* | | | [Feature Request 2636558] Tk_DefineBitmap | nijtmans | 2009-02-27 | 1 | -3/+3 |
|
|
* | | | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 1 | -13/+13 |
|
|
* | | | undid previous 'fix': 'const' is only useful for pointers, not for | nijtmans | 2008-12-05 | 1 | -3/+3 |
|
|