| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | clarify wm -alpha docs | hobbs | 2004-09-28 | 1 | -6/+6 |
|
|
* | * generic/tkCursor.c: Add missing initialization in debug routine. | dgp | 2004-09-24 | 2 | -1/+8 |
|
|
* | more robust text widget display tests | vincentdarley | 2004-09-24 | 2 | -6/+9 |
|
|
* | fix to mousewheel scrolling | vincentdarley | 2004-09-24 | 2 | -2/+17 |
|
|
* | * win/tkWinX.c: Added declaration for advapi32 now that this file | patthoyts | 2004-09-24 | 2 | -1/+7 |
|
|
* | text widget search fix | vincentdarley | 2004-09-23 | 3 | -2/+55 |
|
|
* | * win/tkWinInt.h (TkWinDisplayChanged): added decl | hobbs | 2004-09-23 | 4 | -70/+228 |
|
|
* | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme. | mdejong | 2004-09-21 | 7 | -30/+130 |
|
|
* | * win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHA | mdejong | 2004-09-21 | 2 | -3/+10 |
|
|
* | * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attribute | hobbs | 2004-09-21 | 2 | -41/+47 |
|
|
* | Standardize style of section refs & public symbols. Remove displayed tabs | dkf | 2004-09-19 | 40 | -546/+555 |
|
|
* | (UpdateWrapper): don't adjust Z order of TOPMOST window. | hobbs | 2004-09-19 | 2 | -13/+29 |
|
|
* | missed wm attr test | hobbs | 2004-09-19 | 1 | -2/+2 |
|
|
* | * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 setting | hobbs | 2004-09-18 | 2 | -17/+19 |
|
|
* | no message | davygrvy | 2004-09-18 | 1 | -1/+1 |
|
|
* | * doc/wm.n: | hobbs | 2004-09-17 | 5 | -25/+216 |
|
|
* | * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z order | hobbs | 2004-09-17 | 3 | -9/+62 |
|
|
* | no message | davygrvy | 2004-09-16 | 1 | -0/+5 |
|
|
* | * generic/tkMenu.c (MenuWorldChanged): ensure that we recompute | hobbs | 2004-09-16 | 2 | -7/+13 |
|
|
* | Fixed a memory leak when a placed widget was forgotten. [Bug 1028888] | pspjuth | 2004-09-16 | 3 | -10/+92 |
|
|
* | added VC7-safe environment check used in the Tcl makefile.vc | davygrvy | 2004-09-16 | 1 | -5/+7 |
|
|
* | * win/tkWinWm.c (WmIconwindowCmd): Replace bogus | mdejong | 2004-09-15 | 2 | -8/+12 |
|
|
* | * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the right | hobbs | 2004-09-13 | 2 | -15/+15 |
|
|
* | Make sure the state is correctly reset on dialog startup. [Bug 845189] | dkf | 2004-09-10 | 2 | -1/+5 |
|
|
* | (UpdateWrapper): update to 2004-06-12 Kovalenko to account for | hobbs | 2004-09-10 | 2 | -14/+20 |
|
|
* | Prevent tk_strictMotif poisoning of the Widget demo [Bug 1013942] | dkf | 2004-09-10 | 2 | -2/+11 |
|
|
* | Reformat and highlight TIP impl entry. | dkf | 2004-09-10 | 1 | -20/+9 |
|
|
* | * win/tkWinWm.c (ActivateWindow): SetFocus to grab window when | hobbs | 2004-09-10 | 2 | -4/+14 |
|
|
* | fixed a small typo in TextPeerCmd() | rmax | 2004-09-10 | 1 | -2/+2 |
|
|
* | include tkTest.c in list of files which depend on tkText.h | vincentdarley | 2004-09-10 | 1 | -1/+2 |
|
|
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 21 | -1409/+5180 |
|
|
* | bulletproof 23.2 result [Bug #1019100] | hobbs | 2004-09-10 | 2 | -3/+5 |
|
|
* | * win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo to | hobbs | 2004-09-10 | 2 | -22/+50 |
|
|
* | Clarify -use docs. [Bug 1024364] | dkf | 2004-09-09 | 2 | -1/+11 |
|
|
* | * library/tkfbox.tcl (::tk::dialog::file::Create): use label | hobbs | 2004-09-06 | 2 | -15/+9 |
|
|
* | Set TK_LIBRARY when execing Tk apps (test, runtest, rundemo). | patthoyts | 2004-09-06 | 2 | -1/+9 |
|
|
* | Make sure user_data is NULL everywhere it isn't set. [Bug 1021812] | dkf | 2004-09-03 | 4 | -4/+16 |
|
|
* | Fix general error-case test. [Bug 1019085] | dkf | 2004-09-01 | 2 | -2/+8 |
|
|
* | More doc fixes from Mikhail Kolesnitchenko | dkf | 2004-09-01 | 3 | -6/+13 |
|
|
* | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 7 | -31/+170 |
|
|
* | * library/text.tcl (::tk::TextTranspose): Ensure that Transpose is | hobbs | 2004-08-26 | 2 | -1/+16 |
|
|
* | * macosx/tkMacOSXWm.c: Made use of Tcl_WrongNumArgs in a few | dgp | 2004-08-25 | 3 | -10/+10 |
|
|
* | More doc fixes from Mikhail Kolesnitchenko. [Patch 1013520] | dkf | 2004-08-22 | 12 | -23/+30 |
|
|
* | More doc fixes. [Patch 1012837] | dkf | 2004-08-20 | 7 | -14/+17 |
|
|
* | Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083] | dkf | 2004-08-20 | 8 | -30/+34 |
|
|
* | D'oh! Fix [Bug 1012331] | dkf | 2004-08-20 | 2 | -1/+7 |
|
|
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from | hobbs | 2004-08-20 | 4 | -17/+146 |
|
|
* | Cast argument 7 of XChangeProperty to 'const unsigned char *' | jenglish | 2004-08-19 | 2 | -3/+10 |
|
|
* | * tests/safe.test (safe-1.3): Made test less sensitve to the | dgp | 2004-08-19 | 3 | -4/+20 |
|
|
* | regen | dkf | 2004-08-19 | 2 | -2/+29 |
|
|