| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix TkUtfPrev()/TkUtfNext() implementation: Surrogates were not handled corre... | jan.nijtmans | 2017-06-16 | 1 | -14/+12 |
|
|
| * | merge core-8-6-branch | jan.nijtmans | 2017-05-19 | 1 | -10/+29 |
| |\ |
|
| * | | Bug-fix: surrogate UTF-8 starts with 0xED, not 0xEB. And in tkUnixRFont.c, ch... | jan.nijtmans | 2017-05-03 | 1 | -5/+5 |
|
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-03 | 1 | -0/+52 |
| |\ \
| |/ |
|
| * | | Experimental new functions TkUtfPrev/TkUtfNext | jan.nijtmans | 2017-05-02 | 1 | -0/+30 |
|
|
| * | | Experimental new function TkUtfCharComplete(), attempt to handle [6c0d7aec67]... | jan.nijtmans | 2017-05-02 | 1 | -0/+13 |
| |/ |
|
| * | Introduce two utility functions for handling Unicode surrogate pairs, and use... | jan.nijtmans | 2016-09-26 | 1 | -0/+80 |
|
|
| * | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u... | fvogel | 2016-04-21 | 1 | -2/+7 |
|
|
| * | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -3/+4 |
|
|
| * | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 1 | -1/+1 |
|
|
| * | Generate -errorcode values to go with errors. Generate messages and postscript | dkf | 2012-08-27 | 1 | -67/+72 |
| |\ |
|
| | * | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -26/+31 |
|
|
| | * | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -54/+40 |
|
|
| | * | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -0/+14 |
| |/ |
|
| * | 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/tkInt.h: Backport of shutdown safety mods from the HEAD | davygrvy | 2004-10-27 | 1 | -1/+147 |
|
|
| * | | | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -3/+3 |
|
|
| * | | | [Tcl Bug 2857044]: Corrections following audit of Tcl_ObjType freeing | dkf | 2009-11-21 | 1 | -34/+42 |
|
|
| * | | | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 1 | -10/+10 |
|
|
| * | | | * generic/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException. | das | 2009-04-10 | 1 | -2/+2 |
|
|
| * | | | * generic/tkImgPhInstance.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -3/+5 |
|
|
| * | | | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -1/+114 |
|
|
| * | | | TkMakeEnsemble(): support for NULL subensemble | das | 2008-12-10 | 1 | -2/+2 |
|
|
| * | | | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen) | das | 2008-12-10 | 1 | -1/+84 |
|
|
| * | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -2/+2 |
|
|
| * | | | [Bug 2190619] Warnings due to Tk_SmoothMethod | nijtmans | 2008-10-30 | 1 | -5/+5 |
|
|
| * | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -2/+2 |
| |/ / |
|
| * | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
| * | | * generic/tkArgv.c: Fix gcc warnings about 'cast to/from | das | 2007-10-15 | 1 | -8/+8 |
|
|
| * | | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -68/+96 |
|
|
| * | | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
| * | | Fixed grid anchor center problem in labelframes. [Bug 1545765] | pspjuth | 2007-02-25 | 1 | -3/+7 |
|
|
| * | | fix warning | das | 2007-01-19 | 1 | -2/+2 |
|
|
| * | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -17/+17 |
|
|
| * | | Typo fix | dkf | 2005-11-13 | 1 | -2/+2 |
|
|
| * | | ANSIfy | dkf | 2005-11-13 | 1 | -326/+328 |
| |/ |
|
| * | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -2/+2 |
|
|
| * | Geometry manager changes to support TIP#18. | pspjuth | 2001-09-26 | 1 | -5/+5 |
|
|
| * | Register Tk's object types with Tcl (Tcl Bug 450545) | dkf | 2001-08-15 | 1 | -4/+4 |
|
|
| * | * doc/WinViewable.3: | ericm | 2000-04-19 | 1 | -35/+1 |
|
|
| * | * win/tkWinDialog.c: Added checks for visibility of parent window | ericm | 2000-04-18 | 1 | -1/+35 |
|
|
| * | * generic/tkStubInit.c: | hobbs | 1999-12-14 | 1 | -1/+482 |
|
|
| * | Remove the #ifdef MAC_TCL from TkDrawInsetFocusHighlight, this knowledge is n... | jingham | 1999-08-10 | 1 | -17/+7 |
|
|
| * | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
|
|
| * | fixed Tk comment errors | surles | 1999-04-16 | 1 | -2/+2 |
|
|
| * | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -11/+145 |
|
|
| * | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
| * | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+348 |
|
|