Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Formatting systematization | donal.k.fellows@manchester.ac.uk | 2005-08-18 | 1 | -387/+379 |
* | Style systematization | donal.k.fellows@manchester.ac.uk | 2005-08-16 | 1 | -682/+667 |
* | Fixed bug # 1258604 | chengyemao | 2005-08-13 | 1 | -2/+5 |
* | typo fixes | donal.k.fellows@manchester.ac.uk | 2005-08-12 | 1 | -5/+5 |
* | Fix for [749908] that localizes the changes within a single file and also | donal.k.fellows@manchester.ac.uk | 2005-08-12 | 1 | -476/+583 |
* | oops | dgp@users.sourceforge.net | 2005-08-11 | 1 | -2/+2 |
* | more errors found by the compiler | dgp@users.sourceforge.net | 2005-08-11 | 2 | -15/+12 |
* | assorted typos and errors caught by compiler | dgp@users.sourceforge.net | 2005-08-11 | 3 | -7/+9 |
* | Getting more systematic about style | donal.k.fellows@manchester.ac.uk | 2005-08-10 | 23 | -13282/+13397 |
* | * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbon | das | 2005-08-09 | 5 | -14/+29 |
* | Oops, missed a few spots | donal.k.fellows@manchester.ac.uk | 2005-07-29 | 1 | -48/+43 |
* | Getting more systematic about style | donal.k.fellows@manchester.ac.uk | 2005-07-29 | 1 | -1074/+1075 |
* | Remove unwanted tab from error info trace accidentally inserted during cleanup | donal.k.fellows@manchester.ac.uk | 2005-07-28 | 1 | -2/+2 |
* | Getting more systematic about style | donal.k.fellows@manchester.ac.uk | 2005-07-25 | 1 | -2267/+2313 |
* | fix to text widget 'mark prev' segfault | vincentdarley | 2005-07-18 | 1 | -2/+2 |
* | * generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref. | das | 2005-06-23 | 1 | -2/+2 |
* | Typos | donal.k.fellows@manchester.ac.uk | 2005-06-19 | 1 | -5/+5 |
* | Get rid of statics; replaced with stack-allocated structures which are automa... | donal.k.fellows@manchester.ac.uk | 2005-06-19 | 1 | -657/+723 |
* | Bumped patchlevel | donal.k.fellows@manchester.ac.uk | 2005-06-07 | 1 | -3/+3 |
* | On Mac OS X scrollwheel events are sent to the window under the mouse, not | wolfsuit | 2005-06-03 | 1 | -3/+8 |
* | silence compiler warning | dgp@users.sourceforge.net | 2005-06-01 | 1 | -2/+2 |
* | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 1 | -377/+297 |
* | * generic/tkMenu.c (MenuCmd): create event handler earlier to | hobbs | 2005-05-31 | 1 | -37/+15 |
* | * generic/tkDecls.h: | das | 2005-05-29 | 4 | -48/+26 |
* | Partial implementation of TIP#245; thanks Reinhard! | donal.k.fellows@manchester.ac.uk | 2005-05-27 | 2 | -10/+56 |
* | * generic/tkTest.c: disable commands not available on TkAqua. | das | 2005-05-24 | 1 | -4/+4 |
* | * generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/ | hobbs | 2005-05-23 | 1 | -2/+2 |