summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Error fixes in GetFileNameW and GetFileNameAchengyemao2005-11-111-3/+3
* Fixes of other issues raised in [Bug 1353022]dkf2005-11-101-5/+7
* Fix [Bug 1353022]dkf2005-11-101-4/+13
* Factor out external-filename-to-internal code; the same pattern occurred a lot!dkf2005-11-101-199/+145
* Permit building al debug builds as well as release buildspatthoyts2005-10-141-14/+79
* * win/tkWinSend.c: Avoid using tcl internal headers and fix topatthoyts2005-10-143-17/+14
* tip256 implementationvincentdarley2005-10-101-1/+2
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset storedhobbs2005-10-051-449/+2
* Fixed bug #1311734chengyemao2005-10-051-4/+4
* temp patch to restore HEAD builddgp2005-09-301-1/+2
* * unix/tkUnixPort.h: Disabled inclusion of the private Tcl headerdgp2005-09-281-1/+6
* * win/winMain.c (WishPanic): Replaced TCL_VARARGS* macros withdgp2005-09-131-5/+4
* Fixed bug# 1283635chengyemao2005-09-111-5/+5
* Fixed bug# 1283635chengyemao2005-09-111-3/+4
* * win/tkWin32Dll.c (DllMain): Replace old asm SEHmdejong2005-08-231-104/+92
* * unix/Makefile.in: Subst BUILD_TCLSH and TCL_EXE.mdejong2005-08-234-46/+59
* Fix for [Bug 1216006]Joe Mistachkin2005-08-211-2/+2
* Getting more systematic about styledkf2005-08-102-1762/+1760
* * macosx/tkMacOSXCarbonEvents.c (AppEventHandlerProc): handle carbondas2005-08-091-1/+28
* * win/tkWinX.c: Define _WIN32_WINNT with NT SP 3 datamdejong2005-07-231-3/+3
* autoconfdgp2005-06-071-1/+1
* Bumped patchleveldkf2005-06-071-2/+2
* * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND,hobbs2005-06-011-2/+10
* * win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelchhobbs2005-06-011-8/+8
* Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-271-1/+95
* Fixed bug # 1189939chengyemao2005-04-281-3/+3
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-04-071-5/+7
* * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-302-229/+396
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-14/+18
* (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSMhobbs2005-03-081-2/+2
* correct xany -> xkey typo from 2005-02-28 commithobbs2005-03-041-2/+2
* * win/tkWinX.c (GenerateXEvent): correct %A translation onhobbs2005-02-281-6/+9
* * doc/wm.n: Add documentation for -fullscreen attribute.mdejong2005-02-171-5/+137
* * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval forhobbs2005-02-111-10/+11
* Modified to handle a wide-character title string of a toplevelchengyemao2005-01-313-6/+13
* Flushed idle events before mapping an embedded windowchengyemao2005-01-271-1/+2
* Fixed a bug by adding code the check menu index in selection. This bug cause...chengyemao2005-01-181-4/+5
* Minor change for correct initial embeddedMenuHwndchengyemao2005-01-181-1/+2
* Simplified TkpUseWindow; got rid of unnecessary code for saving an embedded w...chengyemao2005-01-171-53/+50
* minor bug fix: should return 0 and indicate handled after processing WM_MENUS...chengyemao2005-01-171-5/+7
* Added TK_INFO message for use in an embedded window attachment protocol; modi...chengyemao2005-01-164-54/+112
* Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500chengyemao2005-01-132-9/+3
* A better way to map an embbedded windowchengyemao2005-01-121-6/+35
* Minor bug fix to support embedding/embeddedchengyemao2005-01-122-12/+18
* corrected return values and added comments for embedded window messageschengyemao2005-01-101-23/+156
* properly handled returned value in wm for embeddedchengyemao2005-01-101-7/+11
* Modified to support a container of either a toplevel or a framechengyemao2005-01-091-13/+25
* Changed to make platform implementation ready for a toplevel -use option; com...chengyemao2005-01-093-6/+61
* bug fix [637653]chengyemao2005-01-091-3/+3
* Bug fix in ReconfigureWindowsMenu. The bug caused a wrong geometry of a topl...chengyemao2005-01-091-9/+1