summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-171-13/+16
* Initial implementation of TIP #82: added the -offrelief option todrh2002-06-171-2/+2
* * generic/tkInt.h:hobbs2002-06-151-34/+107
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-143-14/+29
* The test for compiler optimizations was in error. Thanks goes to Roy Terrydavygrvy2002-06-141-2/+2
* TIP#98 implementation; improved photo image copy and GIF frame accessdkf2002-06-141-1/+26
* Refixed cursor handling on Windows, and added tests to enforce it.dkf2002-06-131-30/+43
* * win/tkWinCursor.c (TkGetCursorByName): reverted fix fromhobbs2002-06-121-42/+29
* * changes: Add note about new transient behavior.mdejong2002-06-121-30/+68
* D'oh! Next time, I should at least check I've got the variable names right.dkf2002-06-111-3/+3
* Fixed a win98 issue where the /exclude option for xcopy is unsupported.davygrvy2002-06-101-4/+7
* Cursor name parsing was quite broken compared with Unix; cursor names aredkf2002-06-061-29/+42
* * changes: Document [wm transient .t .t] error.mdejong2002-05-271-27/+29
* * tests/embed.test: Added cross platform embed tests.mdejong2002-05-271-1/+11
* * mac/tkMacWm.c (Tk_WmCmd):mdejong2002-05-241-1/+21
* * mac/tkMacWm.c (TkWmStackorderToplevelWrapperMap):mdejong2002-05-231-2/+3
* Problem with TCLDIR macro not accepting forward slash path seperatorsdavygrvy2002-05-081-36/+45
* corrected runtest target dependencieshobbs2002-04-231-3/+3
* * win/tkWinX.c (Tk_SetCaretPos): remove WM_IME_STARTCOMPOSITIONhobbs2002-04-121-37/+118
* * win/tkWinInt.h: declaration for TkWinGetUnicodeEncodinghobbs2002-04-124-13/+17
* * win/configure:hobbs2002-04-122-3/+3
* * doc/wm.n:mdejong2002-04-101-2/+2
* * win/tkWinButton.c (TkpDisplayButton):hobbs2002-04-051-1/+5
* * win/Makefile.in: changed gdb and shell targets to properly buildhobbs2002-04-051-3/+3
* * win/tkWinX.c: added Tk_SetCaretPos code to position IME windowshobbs2002-04-051-1/+87
* small lint in comments/docs.davygrvy2002-03-291-15/+13
* updated to match Tcldavygrvy2002-03-291-6/+29
* small cruftdavygrvy2002-03-291-4/+24
* ack! fixed big typo.davygrvy2002-03-291-2/+1
* * win/makefile.vc: Tk helpfile is now installing itself into Tcl'sdavygrvy2002-03-291-8/+26
* fixed double use of $(ldebug)davygrvy2002-03-281-6/+6
* * win/.cvsignore (new):davygrvy2002-03-285-73/+521
* Changed bitmap_bit_order to LSBFirst in XCreateImage (bug 481255)chengyemao2002-03-261-2/+2
* fix for bug #528441. max optimize seems to cause problems for some folks.davygrvy2002-03-211-3/+4
* * win/tkWinX.c: Define _WIN32_IE as 0x0300mdejong2002-03-071-1/+12
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-061-2/+2
* updated to use www.tcl.tk URLhobbs2002-03-041-2/+2
* changed panedwindow default relief to flathobbs2002-02-221-2/+2
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-223-3/+40
* * modified some callers of Tcl routines thatdgp2002-02-082-6/+4
* * win/makefile.vc: unset macro located in the tktest target caused a failure.davygrvy2002-02-011-2/+4
* * Overlooked COSNTification of XSetCommanddgp2002-02-011-1/+1
* * win/tkWinInit.c (TkpGetAppName): TIP 27 fixup. The code now doesandreas_kupries2002-01-291-4/+6
* * unix/Makefile.in: Remove commented out vars.mdejong2002-01-292-12/+67
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-254-14/+14
* * Overloked Tcl_GetIndexFromObj callersdgp2002-01-181-11/+11
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-171-4/+4
* * unix/configure: Regen.mdejong2002-01-172-9/+15
* Use ${libdir} instead of ${exec_prefix}/lib. [Tcl bug 489370]mdejong2002-01-112-44/+48
* Fix the following bug: If you select an entry on a cascade menu (on Win32)drh2002-01-081-1/+13