| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/rules.vc: Sync'd to Tcl, respects the CHECKS=nodep | davygrvy | 2004-01-13 | 1 | -1/+20 |
|
|
* | * win/lamp.bmp (deleted): | davygrvy | 2004-01-13 | 1 | -0/+0 |
|
|
* | * win/rc/tk.rc: | davygrvy | 2004-01-13 | 4 | -24/+19 |
|
|
* | disabled submenu fix | vincentdarley | 2004-01-07 | 1 | -12/+23 |
|
|
* | * win/tkWinMenu.c (ReconfigureWindowsMenu, | mdejong | 2003-12-28 | 1 | -26/+43 |
|
|
* | * win/tkWinMenu.c (DrawWindowsSystemBitmap): | mdejong | 2003-12-28 | 1 | -2/+2 |
|
|
* | * win/tkWinMenu.c (DrawMenuEntryAccelerator, | mdejong | 2003-12-26 | 1 | -2/+14 |
|
|
* | * win/tkWinMenu.c (DrawMenuEntryAccelerator, | mdejong | 2003-12-26 | 1 | -13/+59 |
|
|
* | * win/tkWin32Dll.c (DllMain): Add HAVE_NO_SEH | mdejong | 2003-12-26 | 1 | -1/+71 |
|
|
* | prevent static buffer overflow (Doh!) | davygrvy | 2003-12-23 | 1 | -4/+4 |
|
|
* | fixed static buffer overflow | davygrvy | 2003-12-23 | 1 | -2/+2 |
|
|
* | Uses new features of nmakehlp to get the version strings from header files | davygrvy | 2003-12-23 | 1 | -7/+13 |
|
|
* | sync'd to Tcl. | davygrvy | 2003-12-23 | 2 | -14/+108 |
|
|
* | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler, | davygrvy | 2003-12-21 | 5 | -13/+42 |
|
|
* | * (Tk_MeasureChars): Fix bugs shown by the test suite | cc_benny | 2003-12-18 | 1 | -18/+29 |
|
|
* | * win/rc/wish.exe.manifest: It seems that Windows XP insists on a | patthoyts | 2003-12-16 | 1 | -1/+1 |
|
|
* | * win/tkWinSend.c: Removed some misleading comments (bug #846134) | patthoyts | 2003-12-16 | 1 | -10/+22 |
|
|
* | Check for TK_ALREADY_DEAD to avoid handling of dead windows. | a_kovalenko | 2003-12-16 | 1 | -2/+2 |
|
|
* | opps.. paren typo | davygrvy | 2003-12-16 | 1 | -3/+3 |
|
|
* | * win/tkWinWm.c (UpdateGeometryInfo) : wmPtr->wrapper might | davygrvy | 2003-12-16 | 1 | -2/+3 |
|
|
* | (ReconfigureWindowsMenu) : Only redraw the menubar when a menubar | davygrvy | 2003-12-16 | 1 | -2/+6 |
|
|
* | updated version string | davygrvy | 2003-12-13 | 1 | -1/+1 |
|
|
* | (TkWinXInit): Don't restric InitCommonControlsEx. It's valid on all platforms | davygrvy | 2003-12-13 | 1 | -10/+9 |
|
|
* | (TkWinEmbeddedEventProc) : for loop dereferences containerPtr but can't | davygrvy | 2003-12-13 | 1 | -5/+7 |
|
|
* | fixed bad commit from before. my mistake. This is 1.16 now. | davygrvy | 2003-12-12 | 1 | -4/+45 |
|
|
* | Reverted to 1.15 for two reasons. 1) problem is best addressed in Tcl's | davygrvy | 2003-12-12 | 1 | -45/+4 |
|
|
* | * (Tk_MeasureChars): Initialize size.cx in case of errors. | cc_benny | 2003-12-10 | 1 | -2/+5 |
|
|
* | fix to memory leaks and reading of freed memory | vincentdarley | 2003-12-09 | 1 | -18/+20 |
|
|
* | * (Tk_MeasureChars): Fix indentation. Fix memory leak. Fix | cc_benny | 2003-12-05 | 1 | -40/+32 |
|
|
* | font measurement fix | vincentdarley | 2003-12-04 | 1 | -121/+130 |
|
|
* | winSend cleanup and bug fix -- these files need better documentation | vincentdarley | 2003-11-20 | 2 | -107/+88 |
|
|
* | * win/makefile.vc: Restored consistency of pkgIndex.tcl file | dgp | 2003-11-17 | 1 | -7/+3 |
|
|
* | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols | davygrvy | 2003-11-16 | 1 | -3/+7 |
|
|
* | * win/configure: | hobbs | 2003-11-11 | 2 | -2/+2 |
|
|
* | * win/tkWinDraw.c (XFillRectangles): correctly handle the | hobbs | 2003-11-11 | 1 | -6/+25 |
|
|
* | * win/configure: | hobbs | 2003-11-11 | 2 | -19/+35 |
|
|
* | Fixed an error in returning the name actually registered for 'send'. | patthoyts | 2003-11-08 | 1 | -4/+5 |
|
|
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -1/+2 |
|
|
* | compound menu entries | vincentdarley | 2003-10-31 | 1 | -5/+23 |
|
|
* | * win/tkWinImage.c (XGetImageZPixmap): add separate 16bpp | hobbs | 2003-10-28 | 1 | -1/+28 |
|
|
* | * win/makefile.vc: Applied patches from tcl bug #801467 from | patthoyts | 2003-10-14 | 2 | -6/+48 |
|
|
* | correct imageYOffset for buttons with just images | hobbs | 2003-10-10 | 1 | -4/+4 |
|
|
* | * win/tcl.m4: Add TIP #150 items to the TEA makefiles. | patthoyts | 2003-10-08 | 5 | -67/+79 |
|
|
* | * win/configure: | hobbs | 2003-10-06 | 2 | -50/+2 |
|
|
* | * win/makefile.vc: Implementation of TIP #150, "Provide | patthoyts | 2003-09-26 | 4 | -5/+1363 |
|
|
* | Don't do a string compare on the $(DBGX) variable, use the $(DEBUG) | davygrvy | 2003-08-25 | 1 | -7/+11 |
|
|
* | * win/tkWin3d.c: Applied Tk patch 791273 from Jeremy Collins which | patthoyts | 2003-08-20 | 1 | -5/+5 |
|
|
* | * win/configure: Regen. | mdejong | 2003-08-18 | 2 | -0/+99 |
|
|
* | * win/tkWinDialog.c: Applied patch from bug #611615 which fixes a | patthoyts | 2003-07-28 | 1 | -1/+52 |
|
|
* | * win/tkWinCursor.c: Fix for bug #776646 for a native hand2 and | patthoyts | 2003-07-24 | 1 | -3/+12 |
|
|