| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated fami... | patthoyts | 2009-05-13 | 1 | -1/+15 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | CONSTify TkDebugBorder, TkStringToKeysym, TkDebugBitmap | nijtmans | 2009-01-09 | 1 | -8/+8 |
|
|
* | Fix potential use of uninitialized variable flagged by clang static analyzer | das | 2008-12-07 | 1 | -2/+2 |
|
|
* | Fixed up complaints from MSVC engendered by the last commit. In particular re... | patthoyts | 2008-11-22 | 1 | -9/+11 |
|
|
* | TIP#119 implementation. [Patch 1611359] | dkf | 2008-11-22 | 1 | -3/+385 |
|
|
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-11-02 | 1 | -19/+19 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -5/+5 |
|
|
* | minor corrections | dkf | 2008-10-05 | 1 | -3/+2 |
|
|
* | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -22/+24 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -2/+2 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -55/+43 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Only check for -displayof if there are sufficient arguments. This permits che... | patthoyts | 2007-11-17 | 1 | -5/+7 |
|
|
* | * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp. | das | 2007-10-21 | 1 | -8/+11 |
|
|
* | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | fix compile errors & warnings introduced by dkf's cleanup | das | 2007-06-25 | 1 | -3/+1 |
|
|
* | Cleaning up whitespace, comments, declarations. No functional changes. | dkf | 2007-06-24 | 1 | -20/+16 |
|
|
* | * generic/tkFont.c: #ifdef out debug msg printing to stderr. | das | 2007-05-31 | 1 | -1/+3 |
|
|
* | bug #1716613 propagate error from TkDeleteNamedFont. | patthoyts | 2007-05-11 | 1 | -5/+5 |
|
|
* | TIP #145 implementation | patthoyts | 2007-05-04 | 1 | -22/+45 |
|
|
* | Standardize function definition format. | dkf | 2007-04-17 | 1 | -80/+93 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -45/+45 |
|
|
* | various "const" additions in implementation | nijtmans | 2007-01-03 | 1 | -2/+2 |
|
|
* | fix warning | das | 2006-12-10 | 1 | -2/+2 |
|
|
* | TIP 300 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -10/+67 |
|
|
* | * generic/tkFont.c: implementation of ATSUI text rendering | das | 2006-03-22 | 1 | -13/+42 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+3 |
|
|
* | Fix [Bug 1151523] the non-embarrasing way! | dkf | 2005-11-22 | 1 | -8/+14 |
|
|
* | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -8/+8 |
|
|
* | ANSIfy | dkf | 2005-11-07 | 1 | -182/+180 |
|
|
* | Getting more systematic about style | dkf | 2005-08-10 | 1 | -868/+853 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -4/+4 |
|
|
* | added size_t cast to prevent warning | hobbs | 2002-09-02 | 1 | -2/+2 |
|
|
* | *** 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/+45 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -4/+4 |
|
|
* | corrected reversed logic in assert -> panic conversion | dgp | 2002-07-17 | 1 | -3/+1 |
|
|
* | * generic/tkFont.c (TkFontPkgFree): Call panic instead | mdejong | 2002-07-16 | 1 | -6/+3 |
|
|
* | Fixed potential buffer overflow from patch#546910 | a_kovalenko | 2002-06-26 | 1 | -2/+2 |
|
|
* | Applied patch #546910 -- international postscript output | a_kovalenko | 2002-06-25 | 1 | -18/+46 |
|
|
* | * generic/tkFont.c (TkFontPkgFree): changed panic on freeing fonts | hobbs | 2002-06-22 | 1 | -1/+8 |
|
|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -4/+4 |
|
|
* | Register Tk's object types with Tcl (Tcl Bug 450545) | dkf | 2001-08-15 | 1 | -6/+6 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -4/+24 |
|
|
* | * tests/canvText.test: test for fix for bug #2525. | ericm | 2000-02-03 | 1 | -3/+3 |
|
|
* | * generic/tk.h: | hobbs | 1999-12-21 | 1 | -3/+1 |
|
|
* | * generic/tkCmds.c: | hobbs | 1999-12-16 | 1 | -1/+2 |
|
|
* | * generic/tkStubInit.c: | hobbs | 1999-12-14 | 1 | -1/+11 |
|
|
* | 1999-09-16 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-21 | 1 | -2/+2 |
|
|
* | * generic/tkIntXlibDecls.h: | stanton | 1999-06-02 | 1 | -2/+2 |
|
|