| Commit message (Expand) | Author | Age | Files | Lines |
* | Bumped patchlevel; might need changing in the future, but it makes life | dkf | 2002-03-06 | 1 | -2/+2 |
|
|
* | updated to use www.tcl.tk URL | hobbs | 2002-03-04 | 1 | -2/+2 |
|
|
* | changed panedwindow default relief to flat | hobbs | 2002-02-22 | 1 | -2/+2 |
|
|
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 3 | -3/+40 |
|
|
* | * modified some callers of Tcl routines that | dgp | 2002-02-08 | 2 | -6/+4 |
|
|
* | * win/makefile.vc: unset macro located in the tktest target caused a failure. | davygrvy | 2002-02-01 | 1 | -2/+4 |
|
|
* | * Overlooked COSNTification of XSetCommand | dgp | 2002-02-01 | 1 | -1/+1 |
|
|
* | * win/tkWinInit.c (TkpGetAppName): TIP 27 fixup. The code now does | andreas_kupries | 2002-01-29 | 1 | -4/+6 |
|
|
* | * unix/Makefile.in: Remove commented out vars. | mdejong | 2002-01-29 | 2 | -12/+67 |
|
|
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp | 2002-01-25 | 4 | -14/+14 |
|
|
* | * Overloked Tcl_GetIndexFromObj callers | dgp | 2002-01-18 | 1 | -11/+11 |
|
|
* | * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27 | dgp | 2002-01-17 | 1 | -4/+4 |
|
|
* | * unix/configure: Regen. | mdejong | 2002-01-17 | 2 | -9/+15 |
|
|
* | Use ${libdir} instead of ${exec_prefix}/lib. [Tcl bug 489370] | mdejong | 2002-01-11 | 2 | -44/+48 |
|
|
* | Fix the following bug: If you select an entry on a cascade menu (on Win32) | drh | 2002-01-08 | 1 | -1/+13 |
|
|
* | * test/winButton.test: | hobbs | 2001-12-29 | 1 | -99/+131 |
|
|
* | * win/tkWinWm.c (InitWindowClass): corrected init routines to | hobbs | 2001-12-28 | 1 | -41/+56 |
|
|
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): use MessageBoxW for | hobbs | 2001-12-28 | 1 | -7/+434 |
|
|
* | * win/tkWinInt.h: | hobbs | 2001-12-28 | 2 | -2/+64 |
|
|
* | win/tkWinInit.c (TkpDisplayWarning): added Tcl_DStringFrees | hobbs | 2001-12-28 | 1 | -1/+3 |
|
|
* | * win/configure: regen'ed | hobbs | 2001-12-28 | 2 | -4/+4 |
|
|
* | * win/tkWinInit.c (TkpDisplayWarning): Use MessageBoxW in case the | hobbs | 2001-12-28 | 1 | -2/+9 |
|
|
* | * unix/Makefile.in: | mdejong | 2001-12-19 | 1 | -2/+2 |
|
|
* | Added panic in TkPutImage in case of failure to allocate bitmap | chengyemao | 2001-12-07 | 1 | -2/+4 |
|
|
* | Added panic to TkPutImage in case of failure to allocate bitmap | chengyemao | 2001-12-07 | 1 | -1/+5 |
|
|
* | Add TK patch 481148 to implement TIP 74, the | mdejong | 2001-12-04 | 1 | -3/+271 |
|
|
* | install target changes by request from Ryan Casey <scfiead@hotmail.com>. | davygrvy | 2001-12-03 | 1 | -26/+15 |
|
|
* | Fixed CAT32 target. cat.c is located in the Tcl source, not the Tk source. | davygrvy | 2001-11-28 | 1 | -2/+2 |
|
|
* | Change the behavior of menus on windows to be more consistent with native | drh | 2001-11-27 | 1 | -2/+9 |
|
|
* | * unix/Makefile.in: Add comments to better describe | mdejong | 2001-11-25 | 1 | -1/+23 |
|
|
* | * win/configure: Regen. | mdejong | 2001-11-25 | 3 | -24/+31 |
|
|
* | * win/tkWinButton.c (TkpComputeButtonGeometry): corrected the | hobbs | 2001-11-17 | 1 | -87/+227 |
|
|
* | install target repaired. | davygrvy | 2001-11-16 | 1 | -20/+19 |
|
|
* | Added the logic for the linkexten option. | davygrvy | 2001-11-13 | 2 | -20/+30 |
|
|
* | small bug fix with filenames in the .res files. | davygrvy | 2001-11-13 | 1 | -2/+8 |
|
|
* | * win/mkd.bat: | davygrvy | 2001-11-13 | 5 | -420/+799 |
|
|
* | added TIP#26 text widget undo/redo functionality | hobbs | 2001-11-13 | 1 | -1/+3 |
|
|
* | * unix/Makefile.in: | mdejong | 2001-11-11 | 1 | -1/+9 |
|
|
* | * win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call. | hobbs | 2001-11-10 | 4 | -3/+61 |
|
|
* | add comctl32.lib to build libs | hobbs | 2001-11-10 | 3 | -6/+6 |
|
|
* | had to add ""s now that configure.in is doing the right thing | hobbs | 2001-10-15 | 2 | -3/+3 |
|
|
* | * unix/configure: | hobbs | 2001-10-15 | 3 | -13/+30 |
|
|
* | implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpoint | tmh | 2001-10-12 | 4 | -31/+157 |
|
|
* | * win/tkWinWindow.c: made use of standard Tk_GetHWND instead of | hobbs | 2001-10-01 | 1 | -11/+10 |
|
|
* | minor cast changes to support Win64 | hobbs | 2001-10-01 | 1 | -24/+6 |
|
|
* | better error reporting from testclipboard | hobbs | 2001-10-01 | 1 | -8/+105 |
|
|
* | updated for Win64 SDK RC1 compilation support | hobbs | 2001-10-01 | 3 | -76/+130 |
|
|
* | updated copyright | hobbs | 2001-10-01 | 2 | -6/+6 |
|
|
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 2 | -6/+25 |
|
|
* | * Corrected definition of | dgp | 2001-09-25 | 1 | -2/+2 |
|
|