summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-4/+7
| | | | | | | | | | | | | | | | | | | | | | | * generic/tkFont.c: fixed processing of font options and error returned [Bug: 2075] * win/tkWinWm.c: fixed bug in 'wm deiconify' that raised the wrong toplevel, and changed it to not set focus on overridden toplevels 1999-09-15 Jeff Hobbs <hobbs@scriptics.com> * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix to AIX-* to get ldAix right [Bug: 2624], fixed AIX version check (readjust from 8-21 fix) and several other config fixes for AIX * mac/tkMacMenubutton.c: * unix/tkUnixMenubu.c: fixed permanently stippled menubutton image * win/tkWinButton.c: fixed possible pointer smash [Bug: 2733] 1999-09-14 Jeff Hobbs <hobbs@scriptics.com> * win/tkWinMenu.c: fix for stack overrun in GetTextFace [Bug: 909]
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>core_8_2_b3_basehobbs1999-08-101-1/+7
| | | | | | * win/tkWinWm.c: changed "wm deiconify" on Windows to raise and force the focus on the deiconified window (behavioral change from 8.1 to comply better with Windows style) [Bug: 1609]
* Patches from Bug: 2068 2080 2269redman1999-07-011-2/+15
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-145/+211
|
* Backported "focus -force" patch from 8.1.redman1999-03-101-1/+32
|
* * win/tkWinWm.c: Changed so windows that aren't resizable don'tstanton1999-02-041-1/+20
| | | | have resize handles and the zoom box is disabled.
* Add parens around expression in if statement. The code would notrjohnson1998-10-141-2/+3
| | | | | compile correctly under some compilers. Also it was not in the Tcl style conventions.
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Local grabs did not exclude menus or the caption barstanton1998-08-051-1/+96
| | | | wm frame would crash if the window had not been mapped yet
* fixed bug in menubar handling so menubar doesn't get destroyed when astanton1998-08-041-0/+7
| | | | window is destroyed
* Initial revisionrjohnson1998-04-011-0/+4115