| Commit message (Expand) | Author | Age | Files | Lines |
* | 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/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION | hobbs | 2006-09-06 | 1 | -1/+4 |
|
|
| | * | * generic/tkInt.h: Thread safety for the data structures of | dgp | 2006-06-05 | 1 | -4/+1 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+3 |
|
|
| | * | * generic/tkInt.h: add MODULE_SCOPE and WORDS_BIGENDIAN checks | hobbs | 2005-10-10 | 1 | -1/+40 |
|
|
| | * | * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. | hobbs | 2005-07-28 | 1 | -4/+5 |
|
|
| | * | Improved version of Michael Kirkham's fix for parsing pad values. [1098779] | dkf | 2005-01-11 | 1 | -1/+6 |
|
|
| | * | * generic/tkInt.h: Backport of shutdown safety mods from the HEAD | davygrvy | 2004-10-27 | 1 | -1/+6 |
|
|
| | * | Backport of 8.5 wm iconphoto that added support for Tk photo | hobbs | 2004-10-05 | 1 | -1/+4 |
|
|
| | * | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 1 | -4/+1 |
|
|
| * | | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -4/+19 |
|
|
| * | | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. | dkf | 2010-01-01 | 1 | -3/+4 |
|
|
| * | | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ... | nijtmans | 2009-06-27 | 1 | -20/+2 |
|
|
| * | | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 1 | -25/+1 |
|
|
| * | | Backport of the Millipeter patch [1813597,2218964] | ferrieux | 2008-12-21 | 1 | -1/+6 |
|
|
| * | | ensure WORDS_BIGENDIAN #define agrees with autoconf | das | 2008-04-02 | 1 | -2/+2 |
|
|
* | | | * generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...): | dkf | 2010-12-02 | 1 | -14/+3 |
|
|
* | | | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 1 | -9/+1 |
|
|
* | | | Formatting | nijtmans | 2010-04-23 | 1 | -16/+2 |
|
|
* | | | tkPort.h already includes tk.h, which includes tcl.h | nijtmans | 2010-04-20 | 1 | -7/+1 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -1/+2 |
|
|
* | | | CONSTify Tk_SetClassProcs | nijtmans | 2010-01-10 | 1 | -2/+2 |
|
|
* | | | [Bug 2926819]: Factor out the pointer warping code a bit better and extend it | dkf | 2010-01-06 | 1 | -2/+5 |
|
|
* | | | Fix [Bug 1373712] and [Bug 1924761]. | dkf | 2010-01-02 | 1 | -1/+17 |
|
|
* | | | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work. | dkf | 2010-01-01 | 1 | -3/+4 |
|
|
* | | | * generic/tkConfig.c: Added another dimension of refCounting to the | dgp | 2009-12-15 | 1 | -2/+1 |
|
|
* | | | Improve generation of EWMH hints for windows. | dkf | 2009-12-09 | 1 | -3/+13 |
|
|
* | | | win/Makefile.in Use tktest86.dll for all tests. | nijtmans | 2009-12-02 | 1 | -2/+2 |
|
|
* | | | Make all internal initialization | nijtmans | 2009-11-29 | 1 | -1/+14 |
|
|
* | | | make support for clang static analyzer safer & cleaner | das | 2009-09-07 | 1 | -7/+9 |
|
|
* | | | Finish purging remains of old XID hacks (a bunch of unused/write-only fields in | dkf | 2009-09-04 | 1 | -35/+1 |
|
|
* | | | guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBS | das | 2009-08-25 | 1 | -2/+5 |
|
|
* | | | * generic/tkInt.h: Annotate Tcl_Panic as noreturn for clang static | das | 2009-08-24 | 1 | -4/+2 |
|
|
* | | | Give an error if grid and pack are used in the same master. [Patch 2475855] | pspjuth | 2009-08-19 | 1 | -1/+7 |
|
|
* | | | Avoid the use of C++ reserved words in headers [Bug2815625] | patthoyts | 2009-07-02 | 1 | -2/+2 |
|
|
* | | | s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrology | das | 2009-06-30 | 1 | -3/+3 |
|
|
* | | | * generic/tkInt.h: add assert macros for clang static | das | 2009-06-30 | 1 | -1/+15 |
|
|
* | | | Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ...macosx_cocoa_premerge | nijtmans | 2009-06-27 | 1 | -13/+1 |
|
|
* | | | Move another two entries to the internal stub table from MODULE_SCOPE. | dkf | 2009-06-12 | 1 | -7/+1 |
|
|
* | | | Private-export functions that were being used in extensions. [Bug 2768945] | dkf | 2009-04-27 | 1 | -34/+8 |
|
|
* | | | [Feature Request 2636558] Tk_DefineBitmap | nijtmans | 2009-02-27 | 1 | -2/+2 |
|
|
* | | | Implementation of TIP #244, PNG image support. | dkf | 2008-12-28 | 1 | -1/+2 |
|
|
* | | | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -5/+6 |
|
|
* | | | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen) | das | 2008-12-10 | 1 | -4/+17 |
|
|
* | | | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun... | ferrieux | 2008-11-27 | 1 | -1/+6 |
|
|
* | | | [Bug 1389270] event generate silently ignored focus events. These can now be ... | patthoyts | 2008-11-23 | 1 | -1/+9 |
|
|
* | | | use M_PI when available, remove redundant definitions of PI | das | 2008-11-22 | 1 | -1/+5 |
|
|
* | | | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -1/+27 |
|
|