| Commit message (Expand) | Author | Age | Files | Lines |
* | * macosx/tkMacOSXEvent.h: define | hobbs | 2005-11-30 | 1 | -0/+5 |
|
|
* | * library/console.tcl (::tk::ConsoleInit): improve work-around to | hobbs | 2005-11-30 | 1 | -0/+3 |
|
|
* | * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged): | hobbs | 2005-11-30 | 1 | -8/+17 |
|
|
* | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-11-30 | 1 | -0/+10 |
|
|
* | * macosx/tkMacOSXMenu.c: | das | 2005-11-27 | 1 | -0/+1 |
|
|
* | * macosx/tkMacOSXMenu.c: | das | 2005-11-27 | 1 | -0/+2 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+109 |
|
|
* | Fix [Bug 1151523] by making the code conform to the docs. | dkf | 2005-11-22 | 1 | -0/+4 |
|
|
* | Backport of fixes for [Bug 1353414] | dkf | 2005-11-22 | 1 | -0/+4 |
|
|
* | Fix [Bug 1335485] | dkf | 2005-11-22 | 1 | -0/+6 |
|
|
* | * README: Bump version number to 8.4.12 | dgp | 2005-11-16 | 1 | -0/+10 |
|
|
* | * changes: Update changes for 8.4.12 release | dgp | 2005-11-16 | 1 | -0/+4 |
|
|
* | clarify text index documentation | vincentdarley | 2005-11-16 | 1 | -0/+6 |
|
|
* | Added LIBS to fix issue building tclkit on OpenBSD | patthoyts | 2005-11-06 | 1 | -0/+4 |
|
|
* | * generic/tkMain.c: Rewrote code that sets the ::argv value | dgp | 2005-10-18 | 1 | -0/+7 |
|
|
* | * macosx/tkMacOSXScrlbr.c (UpdateControlValues): check geomMgrPtr | hobbs | 2005-10-18 | 1 | -0/+5 |
|
|
* | * generic/tkInt.h: add MODULE_SCOPE and WORDS_BIGENDIAN checks | hobbs | 2005-10-10 | 1 | -0/+3 |
|
|
* | * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable): | hobbs | 2005-10-10 | 1 | -7/+14 |
|
|
* | * tests/winfo.test: Wait until child window is visible | patthoyts | 2005-10-10 | 1 | -0/+5 |
|
|
* | * library/dialog.tcl (::tk_dialog): add tkwait visibility before | hobbs | 2005-10-05 | 1 | -0/+3 |
|
|
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored | hobbs | 2005-10-05 | 1 | -0/+5 |
|
|
* | Fix for [Bug 1288128] | dkf | 2005-09-14 | 1 | -0/+9 |
|
|
* | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check if | das | 2005-09-10 | 1 | -0/+48 |
|
|
* | * macosx/tkMacOSXDialog.c: make dialogs ignore -initialfile "" and | hobbs | 2005-08-23 | 1 | -0/+5 |
|
|
* | * win/tkWin32Dll.c (DllMain): Replace old asm SEH | mdejong | 2005-08-23 | 1 | -0/+6 |
|
|
* | * macosx/tkMacOSXButton.c: | das | 2005-08-22 | 1 | -0/+5 |
|
|
* | Backport of fix for Tk_ConfigSpec-related part of [Bug 749908] | dkf | 2005-08-16 | 1 | -0/+7 |
|
|
* | Fix [Bug 1252702] | dkf | 2005-08-11 | 1 | -0/+9 |
|
|
* | typo | das | 2005-08-09 | 1 | -2/+0 |
|
|
* | * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code into | das | 2005-08-09 | 1 | -1/+107 |
|
|
* | * unix/Makefile.in (html): reverted/amended changes of 2005-07-24 | das | 2005-07-30 | 1 | -0/+6 |
|
|
* | * macosx/tkMacOSXDraw.c (XDrawLines, XDrawSegments): correct | hobbs | 2005-07-29 | 1 | -0/+4 |
|
|
* | * library/bgerror.tcl (::tk::dialog::error::bgerror): use | hobbs | 2005-07-28 | 1 | -0/+3 |
|
|
* | * macosx/tkMacOSXWm.c (TkpWmSetState): add IsWindowCollapsed check | hobbs | 2005-07-28 | 1 | -0/+13 |
|
|
* | * generic/tkFrame.c (DisplayFrame): | hobbs | 2005-07-28 | 1 | -0/+10 |
|
|
* | * generic/tkInt.h: Swap TkUnsupported1Cmd for TkUnsupported1ObjCmd. | hobbs | 2005-07-28 | 1 | -0/+15 |
|
|
* | * unix/Makefile.in: Subst TCLSH_PROG and | mdejong | 2005-07-25 | 1 | -0/+20 |
|
|
* | * macosx/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): set | hobbs | 2005-07-21 | 1 | -0/+8 |
|
|
* | * doc/getOpenFile.n: correct -multiple docs (takes boolean) | hobbs | 2005-07-06 | 1 | -0/+4 |
|
|
* | * library/demos/menu.tcl: removed errant '}'.core_8_4_11 | das | 2005-06-25 | 1 | -1/+5 |
|
|
* | * generic/tkConsole.c: backport fix for bug 756840 & sync whitespace | das | 2005-06-23 | 1 | -0/+5 |
|
|
* | * macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2 | das | 2005-06-23 | 1 | -0/+4 |
|
|
* | * unix/Makefile.in (install-private-headers): rewrite tkPort.h when | das | 2005-06-23 | 1 | -1/+7 |
|
|
* | release tag | dgp | 2005-06-22 | 1 | -2/+2 |
|
|
* | Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj [Bug 1224983] | dkf | 2005-06-21 | 1 | -0/+4 |
|
|
* | Plug a buffer overflow in the GIF reader | dkf | 2005-06-20 | 1 | -1/+6 |
|
|
* | *** 8.4.11 TAGGED FOR RELEASE *** | das | 2005-06-18 | 1 | -1/+11 |
|
|
* | release tag | dgp | 2005-06-18 | 1 | -0/+2 |
|
|
* | * changes: Update changes for 8.4.11 release | dgp | 2005-06-18 | 1 | -0/+2 |
|
|
* | * README: Bump version number to 8.4.11 | dgp | 2005-06-18 | 1 | -0/+13 |
|
|