summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for [wm attributes] on X11 [TIP#231, patch#1062022].jenglish2005-11-164-34/+436
|
* ANSIfydkf2005-11-1518-2917/+2885
|
* bgerror dialog: Truncate error messages at 45 charactersjenglish2005-11-152-6/+11
| | | | instead of 30 [#1224235].
* ANSIfydkf2005-11-144-1013/+966
|
* Fix problem in default selection handler outlined by test select-9.5dkf2005-11-142-12/+19
|
* Oops! Very stupid typo.dkf2005-11-141-13/+16
|
* missing commas; typos?dgp2005-11-141-4/+4
|
* 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]