summaryrefslogtreecommitdiffstats
path: root/doc/wm.n
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many doc pagesjan.nijtmans2016-03-021-2/+2
|
* Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
| * Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
* | [Bug 3538401]: Better description of the key difference between [wm geometry]dkf2012-07-051-0/+9
|\ \ | |/ | | and [winfo geometry]
| * [Bug 3538401]: Better description of the key difference between [wm geometry]dkf2012-07-051-0/+9
| |\ | | | | | | and [winfo geometry]
| | * [Bug 3538401]: Better description of the key difference between [wm geometry]dkf2012-07-051-0/+8
| | | | | | | | | and [winfo geometry]
* | | Minor spelling fixes.dkf2012-03-131-4/+4
| | |
* | | Added documentation of the -type attribute that was introduced in TIP#359, anddkf2011-06-191-14/+90
| | | | | | | | | | | | moved documentation of -alpha to common section as it is supported on all platforms now.
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * doc/colors.n: document new Mac OS X system colors.das2007-04-291-1/+13
| | | | | | | | | | | | | | | | | | * doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes].
| | * * doc/wm.n, tests/winWm.test:hobbs2006-12-011-20/+44
| | | | | | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows.
| | * * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-111-4/+6
| | | | | | | | | | | | | | | | | | * macosx/tkMacOSXWindowEvent.c: handling for TkAqua, via titlebar * macosx/tkMacOSXWm.c: widget clicks as well as [wm state]. * doc/wm.n: [Bug 1073456]
| | * * 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.
| | * * doc/wm.n: Add wm attributes . -alpha doc to accountmdejong2004-10-281-1/+6
| | | | | | | | | | | | for recent alpha changes.
| | * More backporting of doc fixesdkf2004-10-281-14/+42
| | |
| * | [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-2/+6
| | |
* | | Explained constraints on [wm overrideredirect] better. [Bug 2282861]dkf2008-11-161-1/+8
| | |
* | | bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-2/+6
| | |
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-18/+57
|/ / | | | | | | | | | | formatting, etc.)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | document OSX [wm attr -notify]das2007-12-101-1/+4
| |
* | More documentation improvementsdkf2007-10-301-47/+53
| |
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-28/+31
| |
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-35/+19
| | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-15/+20
| |
* | Rendering-with-groff GOOBE.dkf2007-10-231-5/+16
| |
* | whitespace changehobbs2007-10-151-4/+3
| |
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-1/+28
| | | | | | | | | | | | | | | | * macosx/tkMacOSXButton.c, macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXWm.c, unix/tkUnixWm.c, win/tkWinWm.c: * doc/wm.n, tests/wm.test: TIP #125 implementation [Bug 998125] Adds [wm manage|forget] for dockable frames. Finished X11 and Windows code, needs OS X completion.
* | * doc/colors.n: document new Mac OS X system colors.das2007-04-231-1/+13
| | | | | | | | | | | | | | | | * doc/cursors.n: document new Mac OS X native cursors. * doc/font.n: document new Mac OS X 'menu' system font. * doc/wm.n: document new Mac OS X [wm attributes]. * doc/ttk_image.n: fix 'make html' warning. * doc/canvas.n: fix nroff typo.
* | * doc/wm.n, tests/winWm.test:hobbs2006-12-011-25/+48
| | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows.
* | Minor fixes/improvementsdkf2006-11-161-4/+2
| |
* | Convert \fP to \fR so that man-page scrapers have an easier time.dkf2006-11-151-6/+6
| |
* | * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-111-5/+7
| | | | | | | | | | | | * macosx/tkMacOSXWindowEvent.c: handling for TkAqua, via titlebar * macosx/tkMacOSXWm.c: widget clicks as well as [wm state]. * doc/wm.n: [Bug 1073456]
* | Added support for [wm attributes] on X11 [TIP#231, patch#1062022].jenglish2005-11-161-2/+26
| |
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-6/+3
| |
* | * doc/wm.n: Add documentation for -fullscreen attribute.mdejong2005-02-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | * tests/winWm.test: Add -fullscreen to wm attribute usage message. * tests/wm.test: Add -fullscreen to wm attribute usage message. Add -fullscreen attribute test cases for Windows. * win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen, WmAttributesCmd, UpdateGeometryInfo): Implement TIP 223 [wm attributes -fullscreen].
* | * 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/tkMacOSXSubwindows.c: synced spacing/formatting with core-8-4-branch. * generic/tkRectOval.c: * macosx/README: * macosx/tkMacOSXDefault.h: * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXInit.c: * macosx/tkMacOSXInt.h: * macosx/tkMacOSXMenu.c: * macosx/tkMacOSXWm.c: forward port from core-8-4-branch of Jim's and my changes for CG drawing and [wm attributes] (corresponds to 8.4 changes dating from 09-18, 07-27, 07-24). * 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.
* | More minor doc fixesdkf2004-10-281-8/+10
| |
* | Fill in missing part of sentence in [wm attributes]dkf2004-10-081-11/+12
| |
* | add iconphoto notes about recommended usagehobbs2004-10-071-3/+5
| |
* | * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-051-1/+23
| | | | | | | | | | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751]
* | clarify wm -alpha docshobbs2004-09-281-6/+6
| |
* | * doc/wm.n:hobbs2004-09-171-1/+6
| | | | | | | | | | | | * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel * win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194]
* | Added example of how to do dialog-like windowsdkf2004-06-211-2/+26
| |
* | Added exampledkf2004-06-181-4/+11
| |
* | * doc/wm.n (minimize, maximize): Remove claimmdejong2003-03-121-5/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that the resizable command keeps scripts from changing the size of windows since it is not true. The resizable command only applies to user sizing via user interaction. * tests/unixWm.test: Replace broken tests with the nonPortable constraint with new tests for maxsize and minsize options. These tests verify that setting the minsize and maxsize will resize the window if needed, and that the wm hints will be updated with the new sizes. * tests/wm.test: Add an exhaustive set of tests for the wm maxsize and wm minsize commands. These tests verify that setting the minsize and maxsize will resize the window if needed. These tests have only been run under Win98 and Window Maker under Linux, so further tweaking may be needed for other systems. * unix/tkUnixWm.c (UpdateGeometryInfo, UpdateSizeHints): Fixup comments and initialization for the minWidth, minHeight, maxWidth, maxHeight, width, and height members of the WmInfo struct. Check to ensure that a new toplevel window size is not larger than the maxsize or smaller than the minsize when updating the geometry at idle time. Pass new width and height values to the UpdateSizeHints method so that it can properly set the window min and max sizes for a window that cannot be resized by the user. This fixes a bug where the window resizes back to the original size when the user clicks on the window border. * win/tkWinWm.c (UpdateGeometryInfo): Fixup comments and initialization for the minWidth, minHeight, maxWidth, maxHeight, width, and height members of the WmInfo struct. Check to ensure that a new toplevel window size is not larger than the maxsize or smaller than the minsize when updating the geometry at idle time. [Patch 568861]
* WinWm fixesvincentdarley2002-07-161-7/+7
|