summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-059-20/+477
* fix init warningshobbs2004-10-056-15/+22
* clarify wm -alpha docshobbs2004-09-281-6/+6
* * generic/tkCursor.c: Add missing initialization in debug routine.dgp2004-09-242-1/+8
* more robust text widget display testsvincentdarley2004-09-242-6/+9
* fix to mousewheel scrollingvincentdarley2004-09-242-2/+17
* * win/tkWinX.c: Added declaration for advapi32 now that this filepatthoyts2004-09-242-1/+7
* text widget search fixvincentdarley2004-09-233-2/+55
* * win/tkWinInt.h (TkWinDisplayChanged): added declhobbs2004-09-234-70/+228
* * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-217-30/+130
* * win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHAmdejong2004-09-212-3/+10
* * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attributehobbs2004-09-212-41/+47
* Standardize style of section refs & public symbols. Remove displayed tabsdkf2004-09-1940-546/+555
* (UpdateWrapper): don't adjust Z order of TOPMOST window.hobbs2004-09-192-13/+29
* missed wm attr testhobbs2004-09-191-2/+2
* * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 settinghobbs2004-09-182-17/+19
* no messagedavygrvy2004-09-181-1/+1
* * doc/wm.n:hobbs2004-09-175-25/+216
* * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z orderhobbs2004-09-173-9/+62
* no messagedavygrvy2004-09-161-0/+5
* * generic/tkMenu.c (MenuWorldChanged): ensure that we recomputehobbs2004-09-162-7/+13
* Fixed a memory leak when a placed widget was forgotten. [Bug 1028888]pspjuth2004-09-163-10/+92
* added VC7-safe environment check used in the Tcl makefile.vcdavygrvy2004-09-161-5/+7
* * win/tkWinWm.c (WmIconwindowCmd): Replace bogusmdejong2004-09-152-8/+12
* * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the righthobbs2004-09-132-15/+15
* Make sure the state is correctly reset on dialog startup. [Bug 845189]dkf2004-09-102-1/+5
* (UpdateWrapper): update to 2004-06-12 Kovalenko to account forhobbs2004-09-102-14/+20
* Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942]dkf2004-09-102-2/+11
* Reformat and highlight TIP impl entry.dkf2004-09-101-20/+9
* * win/tkWinWm.c (ActivateWindow): SetFocus to grab window whenhobbs2004-09-102-4/+14
* fixed a small typo in TextPeerCmd()rmax2004-09-101-2/+2
* include tkTest.c in list of files which depend on tkText.hvincentdarley2004-09-101-1/+2
* text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-1021-1409/+5180
* bulletproof 23.2 result [Bug #1019100]hobbs2004-09-102-3/+5
* * win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo tohobbs2004-09-102-22/+50
* Clarify -use docs. [Bug 1024364]dkf2004-09-092-1/+11
* * library/tkfbox.tcl (::tk::dialog::file::Create): use labelhobbs2004-09-062-15/+9
* Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo).patthoyts2004-09-062-1/+9
* Make sure user_data is NULL everywhere it isn't set. [Bug 1021812]dkf2004-09-034-4/+16
* Fix general error-case test. [Bug 1019085]dkf2004-09-012-2/+8
* More doc fixes from Mikhail Kolesnitchenkodkf2004-09-013-6/+13
* TIP#165 (user data field) implementation.dkf2004-08-297-31/+170
* * library/text.tcl (::tk::TextTranspose): Ensure that Transpose ishobbs2004-08-262-1/+16
* * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a fewdgp2004-08-253-10/+10
* More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520]dkf2004-08-2212-23/+30
* More doc fixes. [Patch 1012837]dkf2004-08-207-14/+17
* Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]dkf2004-08-208-30/+34
* D'oh! Fix [Bug 1012331]dkf2004-08-202-1/+7
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-204-17/+146
* Cast argument 7 of XChangeProperty to 'const unsigned char *'jenglish2004-08-192-3/+10