summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfydkf2005-11-148-1531/+1598
|
* Finish ANSIfyingdkf2005-11-141-124/+130
|
* Quell warningdkf2005-11-131-2/+2
|
* Glurk, SelCvtToX was just as broken as SelCvtFromX when atoms contain spaces.dkf2005-11-132-45/+42
|
* Fix [Bug 1353414] by doing the list generation using standard Tcl utilities.dkf2005-11-132-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]dkf2005-11-132-30/+39
|
* ANSIfydkf2005-11-137-922/+928
|
* Typo fixdkf2005-11-131-2/+2
|
* ANSIfydkf2005-11-134-598/+595
|
* More bits of ANSIfyingdkf2005-11-115-1606/+1563
|
* Error fixes in GetFileNameW and GetFileNameAchengyemao2005-11-111-3/+3
|
* Fixes of other issues raised in [Bug 1353022]dkf2005-11-104-8/+17
|
* Fix [Bug 1353022]dkf2005-11-102-4/+16
|
* Factor out external-filename-to-internal code; the same pattern occurred a lot!dkf2005-11-102-201/+153
|
* ANSIfydkf2005-11-072-395/+364
|
* ANSIfydkf2005-11-072-256/+250
|
* Fix SHLIB_LD_LIBS for building tclkit on OpenBSD.patthoyts2005-11-063-2/+7
|
* ANSIfydkf2005-11-041-109/+98
|
* ANSIfydkf2005-11-0411-3258/+3137
|
* ANSIfydkf2005-11-0410-2019/+1981
|
* fix for count displaylines bugvincentdarley2005-10-313-2/+42
|
* Whitespace/style/ANSI improvementsdkf2005-10-218-2876/+2785
|
* * generic/tkMain.c: Rewrote code that sets the ::argv valuedgp2005-10-182-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 geomMgrPtrhobbs2005-10-182-16/+20
| | | | is valid before checking type
* Format for style and remove non-ANSI declsdkf2005-10-171-279/+278
|
* Format for style and remove non-ANSI declsdkf2005-10-171-587/+585
|
* whitespace cleaningdkf2005-10-171-5/+5
|
* Format for style and remove non-ANSI declsdkf2005-10-171-345/+335
|
* Format for style and remove non-ANSI declarationsdkf2005-10-171-421/+386
|
* Formatting cleanup and remove non-ANSI declsdkf2005-10-171-160/+185
|
* Style cleanup and removal of non-ANSI declsdkf2005-10-171-540/+596
|
* * library/menu.tcl (::tk::MenuUnpost): remove leftover ] fromhobbs2005-10-162-2/+7
| | | | string equal mods of 2005-07-25. (sowadsky)
* Permit building al debug builds as well as release buildspatthoyts2005-10-141-14/+79
|
* * win/tkWinSend.c: Avoid using tcl internal headers and fix topatthoyts2005-10-144-17/+20
| | | | | * win/tkWinSendCom.h: correctly link on all types of build (was * win/tkWinSendCom.c: broken in static,msvcrt builds).
* Tidy updkf2005-10-141-1268/+1194
|
* Undo accidental checkindkf2005-10-122-7/+2
|
* Arrange the test suite so that it only accesses images in the same directory.dkf2005-10-1214-41/+317
| | | | This enables packaging of the test suite as a starkit.
* * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):hobbs2005-10-102-3/+6
| | | | properly alloc/delete one more option. [Bug 1319720] (melbardis)
* * macosx/tkMacOSXInt.h: Move MODULE_SCOPE defn to tkInt.h and addhobbs2005-10-103-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 ifhobbs2005-10-102-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 onlyhobbs2005-10-101-201/+199
|
* tip256 implementationvincentdarley2005-10-1016-160/+516
|
* * library/dialog.tcl (::tk_dialog): add tkwait visibility beforehobbs2005-10-052-3/+8
| | | | grab. [Bug 1216775]
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset storedhobbs2005-10-052-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 #1311734chengyemao2005-10-052-5/+8
|
* * macosx/tkMacOSXInt.h: add MODULE_SCOPE definition check forhobbs2005-10-042-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]bagnonm2005-10-031-1/+1
|
* temp patch to restore HEAD builddgp2005-09-301-1/+2
|
* * unix/tkUnixPort.h: Disabled inclusion of the private Tcl headerdgp2005-09-284-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.
* Regendkf2005-09-214-440/+472
|