summaryrefslogtreecommitdiffstats
path: root/doc/wm.n
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkMain.c:das2004-11-111-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * macosx/tkMacOSXAppInit.c (removed): * macosx/Wish.pbproj/project.pbxproj: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: changes to make TkAqua dynamically loadable, enabling [package require Tk] from tclsh. Startup code from tkMacOSXAppInit.c moved into tkMacOSXInit.c, added code that notifies the window server that an unbundled executable is a full GUI application after loading Tk. [Patch 1035348] * doc/wm.n: documented [wm attributes] on Mac OS X. [Bug 606665] * macosx/tkMacOSXWm.c: implemented TIP 222 [wm attributes -alpha] on Mac OS X. [Patch 892194] WmIconbitmapCmd: adopted FSRef changes from [wm atttrs -titlepath]. * macosx/tkMacOSXButton.c: * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXRegion.c: * macosx/tkMacOSXSubwindows.c: synced spacing/formatting with HEAD. * macosx/tkMacOSXMouseEvent.c: endianness fixes. * macosx/Wish.pbproj/project.pbxproj: corrected path to html help inside framework. * macosx/Makefile: prevent parallel make from building several targets at the same time. Ensure that xcodebuild will use Wish.pbproj project even if a .xcode project is also present. FossilOrigin-Name: c98b6fdb7f5872d871a0db03acb87ae211e8bc17
* * doc/wm.n: Add wm attributes . -alpha doc to accountmdejong2004-10-281-1/+6
| | | | | | for recent alpha changes. FossilOrigin-Name: 8086eb771006c51de0439c43a9a59fb07833f4db
* More backporting of doc fixesdkf2004-10-281-14/+42
| | | FossilOrigin-Name: f449787fb16a3a32463679ccd2c2f9451f5275e4
* WinWm fixesvincentdarley2002-07-161-7/+7
| | | FossilOrigin-Name: c350236caf9c06f37605cb7bcb53964eb15ebeda
* * doc/wm.n: TIP #95 Windows implementation andhobbs2002-06-221-2/+26
| | | | | | | | | | * mac/tkMacWm.c (Tk_WmCmd): docs with mac and unix stubs. * unix/tkUnixWm.c (Tk_WmCmd): * win/tkWinWm.c (Tk_WmCmd): * tests/unixWm.test: * tests/winWm.test: more wm attr tests will be needed. FossilOrigin-Name: 724d114ee255fa02f6c998701cf372f58a936ac0
* * changes: Clearly label wm transient changes asmdejong2002-06-131-5/+6
| | | | | | | | | | a POTENTIAL INCOMPATIBILITY. * doc/wm.n: Remove "some window managers will" text and explicitly state what behavior a transient window will display. Also mention that it is an error to make a window a transient of itself. FossilOrigin-Name: 15f78072e4c62acfbfe68a9bd5ce9a5a4b8f5545
* * doc/wm.n:mdejong2002-04-101-2/+2
| | | | | | | | | | | * mac/tkMacWm.c: * tests/wm.test: * unix/tkUnixWm.c: * win/tkWinWm.c: Update wm stackorder usage message to make it clear that either 1 or 3 arguments are required. [Bug 540013] FossilOrigin-Name: 6a63d1d7a0f1be3097d743ebd8b1a1c3c46b07b5
* Add TK patch 481148 to implement TIP 74, themdejong2001-12-041-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | wm stackorder command. * doc/winfo.n: Update documentation for the winfo children command to indicate that top-level windows are not returned in stacking order. * doc/wm.n: Add documentation for wm stackorder. * generic/tkInt.decls (TkWmStackorderToplevel): Add decl for new function. * generic/tkIntDecls.h: Regen. * generic/tkStubInit.c: Regen. * tests/unixWm.test: Add stackorder command to test for wm command usage message. * tests/wm.test: Add new set of tests for generic window manager methods. * unix/tkUnixWm.c (Tk_WmCmd, TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Add unix implementation of new wm stackorder command. * win/tkWinWm.c (Tk_WmCmd, TkWmStackorderToplevelEnumProc, TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Add windows implementation of new wm stackorder command. FossilOrigin-Name: 45e73f13a603eba5167ba98b8dbe8ecbbab7a443
* 2001-01-02 Andreas Kupries <a.kupries@westend.com>andreas_kupries2001-01-021-2/+14
| | | | | | | * win/tkWinWm.c: * doc/wm.n: Applied patch #102833 (TIP #8). FossilOrigin-Name: 7eb3b4c396eea5d311663ddc7eaffb66d6912ac3
* * doc/wm.n:hobbs2000-01-121-9/+10
| | | | | | | | | | | | | | * tests/winWm.test: * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win. FossilOrigin-Name: f08186308f27d63cd8c3bf464841cafe6a7a3aa6
* 1999-08-10 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-101-2/+4
| | | | | | | | | * 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] * doc/wm.n: clarified behavior of "wm deiconify". FossilOrigin-Name: 08bf466c4e4e830f3fd09d0a39fffd6601f021f4
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-091-2/+2
| | | | | | | * doc/options.n: clarified that -troughcolor doesn't work on Windows * doc/wm.n: fixed wm positionfrom docs [Bug: 2284] FossilOrigin-Name: 849a33820810dc3ce9597e633eac0b295ce8df3a
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+503
FossilOrigin-Name: 8922a99ffbe6bf4c9a879291efacef5ce9caa2aa