Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSIfy | dkf | 2005-11-14 | 8 | -1531/+1598 |
| | |||||
* | Finish ANSIfying | dkf | 2005-11-14 | 1 | -124/+130 |
| | |||||
* | Quell warning | dkf | 2005-11-13 | 1 | -2/+2 |
| | |||||
* | Glurk, SelCvtToX was just as broken as SelCvtFromX when atoms contain spaces. | dkf | 2005-11-13 | 2 | -45/+42 |
| | |||||
* | Fix [Bug 1353414] by doing the list generation using standard Tcl utilities. | dkf | 2005-11-13 | 2 | -54/+34 |
| | | | | | Also simplifies the code quite a bit (at the expense of an OUT parameter instead of a return value). | ||||
* | Added test for [Bug 1353414] | dkf | 2005-11-13 | 2 | -30/+39 |
| | |||||
* | ANSIfy | dkf | 2005-11-13 | 7 | -922/+928 |
| | |||||
* | Typo fix | dkf | 2005-11-13 | 1 | -2/+2 |
| | |||||
* | ANSIfy | dkf | 2005-11-13 | 4 | -598/+595 |
| | |||||
* | More bits of ANSIfying | dkf | 2005-11-11 | 5 | -1606/+1563 |
| | |||||
* | Error fixes in GetFileNameW and GetFileNameA | chengyemao | 2005-11-11 | 1 | -3/+3 |
| | |||||
* | Fixes of other issues raised in [Bug 1353022] | dkf | 2005-11-10 | 4 | -8/+17 |
| | |||||
* | Fix [Bug 1353022] | dkf | 2005-11-10 | 2 | -4/+16 |
| | |||||
* | Factor out external-filename-to-internal code; the same pattern occurred a lot! | dkf | 2005-11-10 | 2 | -201/+153 |
| | |||||
* | ANSIfy | dkf | 2005-11-07 | 2 | -395/+364 |
| | |||||
* | ANSIfy | dkf | 2005-11-07 | 2 | -256/+250 |
| | |||||
* | Fix SHLIB_LD_LIBS for building tclkit on OpenBSD. | patthoyts | 2005-11-06 | 3 | -2/+7 |
| | |||||
* | ANSIfy | dkf | 2005-11-04 | 1 | -109/+98 |
| | |||||
* | ANSIfy | dkf | 2005-11-04 | 11 | -3258/+3137 |
| | |||||
* | ANSIfy | dkf | 2005-11-04 | 10 | -2019/+1981 |
| | |||||
* | fix for count displaylines bug | vincentdarley | 2005-10-31 | 3 | -2/+42 |
| | |||||
* | Whitespace/style/ANSI improvements | dkf | 2005-10-21 | 8 | -2876/+2785 |
| | |||||
* | * generic/tkMain.c: Rewrote code that sets the ::argv value | dgp | 2005-10-18 | 2 | -24/+30 |
| | | | | | | to be sure conversion from the system encoding is complete before any processing sensitive to list-special characters is done. [Bug 1328926]. | ||||
* | * macosx/tkMacOSXScrlbr.c (UpdateControlValues): check geomMgrPtr | hobbs | 2005-10-18 | 2 | -16/+20 |
| | | | | is valid before checking type | ||||
* | Format for style and remove non-ANSI decls | dkf | 2005-10-17 | 1 | -279/+278 |
| | |||||
* | Format for style and remove non-ANSI decls | dkf | 2005-10-17 | 1 | -587/+585 |
| | |||||
* | whitespace cleaning | dkf | 2005-10-17 | 1 | -5/+5 |
| | |||||
* | Format for style and remove non-ANSI decls | dkf | 2005-10-17 | 1 | -345/+335 |
| | |||||
* | Format for style and remove non-ANSI declarations | dkf | 2005-10-17 | 1 | -421/+386 |
| | |||||
* | Formatting cleanup and remove non-ANSI decls | dkf | 2005-10-17 | 1 | -160/+185 |
| | |||||
* | Style cleanup and removal of non-ANSI decls | dkf | 2005-10-17 | 1 | -540/+596 |
| | |||||
* | * library/menu.tcl (::tk::MenuUnpost): remove leftover ] from | hobbs | 2005-10-16 | 2 | -2/+7 |
| | | | | string equal mods of 2005-07-25. (sowadsky) | ||||
* | Permit building al debug builds as well as release builds | patthoyts | 2005-10-14 | 1 | -14/+79 |
| | |||||
* | * win/tkWinSend.c: Avoid using tcl internal headers and fix to | patthoyts | 2005-10-14 | 4 | -17/+20 |
| | | | | | * win/tkWinSendCom.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds). | ||||
* | Tidy up | dkf | 2005-10-14 | 1 | -1268/+1194 |
| | |||||
* | Undo accidental checkin | dkf | 2005-10-12 | 2 | -7/+2 |
| | |||||
* | Arrange the test suite so that it only accesses images in the same directory. | dkf | 2005-10-12 | 14 | -41/+317 |
| | | | | This enables packaging of the test suite as a starkit. | ||||
* | * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable): | hobbs | 2005-10-10 | 2 | -3/+6 |
| | | | | properly alloc/delete one more option. [Bug 1319720] (melbardis) | ||||
* | * macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and add | hobbs | 2005-10-10 | 3 | -10/+45 |
| | | | | | * generic/tkInt.h: WORDS_BIGENDIAN checks that will work with OS X universal binary compiles. (steffen) | ||||
* | * generic/tkMenu.c (TkSetWindowMenuBar): do not call TkMenuInit if | hobbs | 2005-10-10 | 2 | -2/+17 |
| | | | | | | the winPtr indicates TK_ALREADY_DEAD. This prevents reinit that creates a Tk exit handler after all exit handlers should be called. [Bug 749908, 1322294] | ||||
* | whitespace changes only | hobbs | 2005-10-10 | 1 | -201/+199 |
| | |||||
* | tip256 implementation | vincentdarley | 2005-10-10 | 16 | -160/+516 |
| | |||||
* | * library/dialog.tcl (::tk_dialog): add tkwait visibility before | hobbs | 2005-10-05 | 2 | -3/+8 |
| | | | | grab. [Bug 1216775] | ||||
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored | hobbs | 2005-10-05 | 2 | -449/+6 |
| | | | | | path to "" if it doesn't exist and -mustexist is true. [Bug 1309218] Remove old-style dir chooser (no longer used). | ||||
* | Fixed bug #1311734 | chengyemao | 2005-10-05 | 2 | -5/+8 |
| | |||||
* | * macosx/tkMacOSXInt.h: add MODULE_SCOPE definition check for | hobbs | 2005-10-04 | 2 | -1/+15 |
| | | | | | extension writers that access private headers on OS X and don't define it in configure. | ||||
* | Spelling mistake in el.msg [Bug #1305708] | bagnonm | 2005-10-03 | 1 | -1/+1 |
| | |||||
* | temp patch to restore HEAD build | dgp | 2005-09-30 | 1 | -1/+2 |
| | |||||
* | * unix/tkUnixPort.h: Disabled inclusion of the private Tcl header | dgp | 2005-09-28 | 4 | -6/+44 |
| | | | | | | | | | | * win/tkWinPort.h: file tclInt.h. Tk ought to have a tiny and shrinking number of calls of private Tcl routines. Each Tk source file doing this should follow the convention in the macosx port and have its own #include "tclInt.h". * generic/tkEvent.c: Disabled calls to private Tcl routine TclInExit(). See comment in TkCreateExitHandler() for full rationale. | ||||
* | Regen | dkf | 2005-09-21 | 4 | -440/+472 |
| |