diff options
author | mdejong <mdejong> | 2005-02-17 00:06:05 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-02-17 00:06:05 (GMT) |
commit | 74082f5c2537ffc0ccfa43077761d484535defa9 (patch) | |
tree | fb992afb785687444592374bdb6339a03baf748d /ChangeLog | |
parent | aee29491b0abebba92b1106ddf35a5724ac0a9e9 (diff) | |
download | tk-74082f5c2537ffc0ccfa43077761d484535defa9.zip tk-74082f5c2537ffc0ccfa43077761d484535defa9.tar.gz tk-74082f5c2537ffc0ccfa43077761d484535defa9.tar.bz2 |
* doc/wm.n: Add documentation for -fullscreen attribute.
* 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].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-02-16 Mo DeJong <mdejong@users.sourceforge.net> + + * doc/wm.n: Add documentation for -fullscreen attribute. + * 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]. + 2005-02-14 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tkText.c: |