Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed a lingering error message from TIP#147 implementation. | peter.spjuth@gmail.com | 2006-01-11 | 1 | -1/+7 |
* | Fix [Bug 1380427] using [Patch 1391939] from Ludwig Callewaert | donal.k.fellows@manchester.ac.uk | 2005-12-28 | 1 | -32/+7 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-12-12 | 1 | -125/+130 |
* | * generic/tkInt.decls: move all platform test sources from tk lib into | das | 2005-12-09 | 4 | -34/+6 |
* | * generic/tkTextTag.c (TkTextTagCmd): use correct arraySize for | hobbs | 2005-12-08 | 1 | -2/+2 |
* | * generic/tkImgGIF.c: cast calls to blockOut | hobbs | 2005-12-01 | 1 | -3/+3 |
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 30 | -605/+596 |
* | Fix [Bug 1151523] the non-embarrasing way! | donal.k.fellows@manchester.ac.uk | 2005-11-22 | 1 | -8/+14 |
* | Plug potential memory leak... | donal.k.fellows@manchester.ac.uk | 2005-11-22 | 1 | -1/+2 |
* | ANSIfy (might as well finish the job!) | donal.k.fellows@manchester.ac.uk | 2005-11-18 | 1 | -1127/+1004 |
* | ANSIfy and reduce casting of NULL to promote readability | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 22 | -2643/+2488 |
* | Lots of ANSIfying of function decls. | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 36 | -2617/+2623 |
* | ANSI function decls | donal.k.fellows@manchester.ac.uk | 2005-11-16 | 1 | -43/+40 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-15 | 18 | -2917/+2885 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-14 | 4 | -1013/+966 |
* | Fix problem in default selection handler outlined by test select-9.5 | donal.k.fellows@manchester.ac.uk | 2005-11-14 | 1 | -12/+14 |
* | Typo fix | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 1 | -2/+2 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-13 | 4 | -598/+595 |
* | More bits of ANSIfying | donal.k.fellows@manchester.ac.uk | 2005-11-11 | 5 | -1606/+1563 |
* | Fixes of other issues raised in [Bug 1353022] | donal.k.fellows@manchester.ac.uk | 2005-11-10 | 2 | -3/+6 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-07 | 2 | -395/+364 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-07 | 2 | -256/+250 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 1 | -109/+98 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 11 | -3258/+3137 |
* | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 10 | -2019/+1981 |
* | fix for count displaylines bug | vincentdarley | 2005-10-31 | 1 | -1/+10 |
* | * generic/tkMain.c: Rewrote code that sets the ::argv value | dgp@users.sourceforge.net | 2005-10-18 | 1 | -24/+23 |
* | Format for style and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -279/+278 |
* | Format for style and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -587/+585 |
* | whitespace cleaning | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -5/+5 |
* | Format for style and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -345/+335 |
* | Format for style and remove non-ANSI declarations | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -421/+386 |
* | Formatting cleanup and remove non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -160/+185 |
* | Style cleanup and removal of non-ANSI decls | donal.k.fellows@manchester.ac.uk | 2005-10-17 | 1 | -540/+596 |
* | Undo accidental checkin | donal.k.fellows@manchester.ac.uk | 2005-10-12 | 2 | -7/+2 |
* | Arrange the test suite so that it only accesses images in the same directory. | donal.k.fellows@manchester.ac.uk | 2005-10-12 | 2 | -2/+7 |
* | * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable): | hobbs | 2005-10-10 | 1 | -3/+3 |
* | * macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and add | hobbs | 2005-10-10 | 1 | -1/+40 |
* | * generic/tkMenu.c (TkSetWindowMenuBar): do not call TkMenuInit if | hobbs | 2005-10-10 | 1 | -2/+10 |
* | whitespace changes only | hobbs | 2005-10-10 | 1 | -201/+199 |
* | tip256 implementation | vincentdarley | 2005-10-10 | 9 | -132/+226 |
* | * unix/tkUnixPort.h: Disabled inclusion of the private Tcl header | dgp@users.sourceforge.net | 2005-09-28 | 1 | -3/+23 |
* | Regen | donal.k.fellows@manchester.ac.uk | 2005-09-21 | 4 | -440/+472 |
* | Tk-internal exit handler improvements. [Bug 749908] | donal.k.fellows@manchester.ac.uk | 2005-09-21 | 4 | -2137/+1773 |
* | Get rid of constness warning | donal.k.fellows@manchester.ac.uk | 2005-09-14 | 1 | -3/+6 |
* | Oops, varnames were not completely regularized. | donal.k.fellows@manchester.ac.uk | 2005-09-14 | 1 | -11/+10 |
* | Fix for [1288128] | donal.k.fellows@manchester.ac.uk | 2005-09-14 | 1 | -88/+134 |
* | Whitespace/style improvements | donal.k.fellows@manchester.ac.uk | 2005-09-08 | 2 | -1153/+1253 |
* | Added missing FF chars | donal.k.fellows@manchester.ac.uk | 2005-09-06 | 1 | -4/+4 |
* | Formatting Systematization | donal.k.fellows@manchester.ac.uk | 2005-08-18 | 1 | -797/+782 |