| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo to | hobbs | 2004-09-10 | 1 | -22/+45 |
|
|
* | Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo). | patthoyts | 2004-09-06 | 1 | -1/+4 |
|
|
* | Make sure user_data is NULL everywhere it isn't set. [Bug 1021812] | dkf | 2004-09-03 | 1 | -1/+2 |
|
|
* | * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a few | dgp | 2004-08-25 | 1 | -4/+2 |
|
|
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from | hobbs | 2004-08-20 | 3 | -17/+140 |
|
|
* | * tests/canvText.test: | mdejong | 2004-08-09 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: | das | 2004-07-20 | 1 | -1/+22 |
|
|
* | TIP#158 implementation; keypad keys on Win are now distinguishable. | dkf | 2004-07-05 | 1 | -1/+8 |
|
|
* | Fix for #742882 "Potential division by zero in gridded wm geometry" | jenglish | 2004-06-16 | 1 | -5/+16 |
|
|
* | win/tkWinButton.c: Add a 3D highlight to disabled *buttons and | a_kovalenko | 2004-06-16 | 1 | -1/+25 |
|
|
* | * win/tkWinWm.c (UpdateWrapper): Let overrideredirect'ed window's | a_kovalenko | 2004-06-12 | 1 | -2/+10 |
|
|
* | Finish off the TIP#152 implementation with Win implementation, tests & docs. | dkf | 2004-05-24 | 1 | -12/+29 |
|
|
* | Fixed bug 767176 | chengyemao | 2004-05-08 | 1 | -3/+3 |
|
|
* | * win/tkWinFont.c (FindSubFontForChar): corrections to dkf patch | hobbs | 2004-05-05 | 1 | -14/+16 |
|
|
* | Fix FMR in subfont handling on Windows. [Bug 618872] | dkf | 2004-05-05 | 1 | -15/+31 |
|
|
* | * win/tkWinMenu.c, unix/tkUnixMenu.c (DrawMenuEntryLabel): place | hobbs | 2004-05-03 | 1 | -16/+12 |
|
|
* | * win/tkWinX.c: fix drawing of unicode chars in menu | hobbs | 2004-05-03 | 3 | -5/+12 |
|
|
* | * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.c | hobbs | 2004-05-03 | 1 | -16/+49 |
|
|
* | * generic/tkPort.h: | das | 2004-04-24 | 1 | -2/+2 |
|
|
* | * generic/tkPort.h: | das | 2004-04-24 | 1 | -5/+11 |
|
|
* | * README: Bump version to 8.5a2. | dgp | 2004-03-26 | 2 | -3/+3 |
|
|
* | Checks MSDevDir, not MSVCDir envar. | davygrvy | 2004-03-09 | 2 | -5/+5 |
|
|
* | * win/tkWin32Dll.c: Add variables needed when | mdejong | 2004-03-05 | 1 | -1/+10 |
|
|
* | update patchlevel to 8.5a1 | hobbs | 2004-03-02 | 2 | -3/+3 |
|
|
* | * 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 |
|
|