| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/checkbutton.n: TIP#110 implementation | hobbs | 2004-02-18 | 2 | -4/+12 |
|
|
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl | hobbs | 2004-02-13 | 1 | -7/+40 |
|
|
* | * win/makefile.vc: | davygrvy | 2004-02-08 | 4 | -19/+45 |
|
|
* | #include <malloc.h> has no purpose. | davygrvy | 2004-02-02 | 1 | -2/+1 |
|
|
* | * win/lamp.bmp (deleted): use win/rc/lamp.bmp instead. | davygrvy | 2004-02-01 | 1 | -0/+0 |
|
|
* | * win/winMain.c: Removed our custom setargv() in favor of | davygrvy | 2004-02-01 | 1 | -165/+8 |
|
|
* | * win/rc/tk.rc: | davygrvy | 2004-02-01 | 2 | -4/+4 |
|
|
* | * win/makefile.vc: General clean-up. | davygrvy | 2004-02-01 | 1 | -52/+87 |
|
|
* | sync'd to Tcl. | davygrvy | 2004-02-01 | 2 | -15/+29 |
|
|
* | * win/tkWinSendCom.c: Placed the requirement for the special COM | davygrvy | 2004-01-15 | 2 | -5/+11 |
|
|
* | uuid.lib needed by tkWinSend | vincentdarley | 2004-01-13 | 1 | -2/+2 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 12 | -44/+56 |
|
|
* | * 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 |
|
|