summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* simplified makefile.vc a little bitKevin B Kenny2005-12-011-13/+5
* restored the ability to build from makefile.vcKevin B Kenny2005-12-012-14/+38
* * library/menu.tcl (::tk::PostOverPoint): correct menu post nearhobbs2005-12-012-6/+15
* * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspecthobbs2005-12-012-2/+17
* * generic/tkImgGIF.c: cast calls to block_outhobbs2005-12-012-4/+6
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-014-154/+161
* * win/Makefile.in: place TCL_BIN_DIR first in PATH for targets tohobbs2005-12-012-5/+8
* * tests/scrollbar.test (6.22): fix rounding-error sensitive testhobbs2005-12-012-3/+5
* * tests/textWind.test: use "Courier -12" on all platforms.hobbs2005-11-302-7/+7
* * win/tkWinWm.c (UpdateWrapper): Don't install frame menu on deadhobbs2005-11-302-2/+7
* * generic/tkEvent.c: fix handling of ClientMessage handlers.hobbs2005-11-302-4/+7
* * macosx/tkMacOSXEvent.h: definehobbs2005-11-302-1/+11
* * library/console.tcl (::tk::ConsoleInit): improve work-around tohobbs2005-11-302-2/+7
* * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged):hobbs2005-11-305-64/+127
* * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-307-65/+150
* * macosx/tkMacOSXMenu.c:das2005-11-273-8/+15
* typo in last commitdas2005-11-272-4/+4
* document automatic removal of -arch ppc64 CFLAGSdas2005-11-271-1/+3
* * macosx/tkMacOSXMenu.c:das2005-11-273-2/+16
* Darwin: disable ppc64 for fat builds since neither Aqua nor X11 isdas2005-11-272-41/+51
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-2746-4407/+2448
* Fix [Bug 1151523] by making the code conform to the docs.dkf2005-11-222-15/+26
* Highlighting fixdkf2005-11-221-3/+3
* Backport of fixes for [Bug 1353414]dkf2005-11-224-111/+103
* Fix [Bug 1335485]dkf2005-11-222-2/+8
* * README: Bump version number to 8.4.12dgp2005-11-169-18/+28
* * changes: Update changes for 8.4.12 releasedgp2005-11-162-1/+29
* clarify text index documentationvincentdarley2005-11-162-2/+12
* Added LIBS to fix issue building tclkit on OpenBSDpatthoyts2005-11-063-2/+6
* * generic/tkMain.c: Rewrote code that sets the ::argv valuedgp2005-10-182-16/+28
* * macosx/tkMacOSXScrlbr.c (UpdateControlValues): check geomMgrPtrhobbs2005-10-182-17/+21
* * generic/tkInt.h: add MODULE_SCOPE and WORDS_BIGENDIAN checkshobbs2005-10-102-1/+43
* * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):hobbs2005-10-102-10/+17
* * tests/winfo.test: Wait until child window is visiblepatthoyts2005-10-103-5/+11
* * library/dialog.tcl (::tk_dialog): add tkwait visibility beforehobbs2005-10-052-12/+16
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset storedhobbs2005-10-052-1/+8
* Fix for [Bug 1288128]dkf2005-09-142-86/+140
* move declarations of Carbon-internal event debugging routines to tkMacOSXCarb...das2005-09-102-6/+8
* * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-1024-272/+449
* * macosx/tkMacOSXDialog.c: make dialogs ignore -initialfile "" andhobbs2005-08-232-42/+53
* * win/tkWin32Dll.c (DllMain): Replace old asm SEHmdejong2005-08-232-104/+98
* * macosx/tkMacOSXButton.c:das2005-08-223-4/+9
* Backport of fix for Tk_ConfigSpec-related part of [Bug 749908]dkf2005-08-162-24/+138
* Fix [Bug 1252702]dkf2005-08-1112-72/+78
* typodas2005-08-091-2/+0
* * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-0930-799/+1013
* * unix/Makefile.in (html): reverted/amended changes of 2005-07-24das2005-07-302-5/+14
* * macosx/tkMacOSXDraw.c (XDrawLines, XDrawSegments): correcthobbs2005-07-292-98/+105
* * library/bgerror.tcl (::tk::dialog::error::bgerror): usehobbs2005-07-282-3/+6
* * macosx/tkMacOSXWm.c (TkpWmSetState): add IsWindowCollapsed checkhobbs2005-07-283-248/+328