mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
GSTitleView and NSMenuView fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18422 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b9381fedfa
commit
aee95ba5dd
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -10,6 +10,17 @@
|
|||
(-setTitle:): Do not draw background; common_MiniWindowTile.tiff now
|
||||
has title background.
|
||||
|
||||
* Source/GSTitleView.[hm]:
|
||||
Added closeButton and miniaturizeButton methods to access title
|
||||
buttons. Added initWithOwner: method. Comments added. Cleanup.
|
||||
(dealloc): Remove observer. Release textAttributes and titleColor.
|
||||
Don't release closeButton and miniaturizeButton.
|
||||
(setOwner:): Observe NSApplication activate/deactivate notifications.
|
||||
Add title buttons according to the window style mask.
|
||||
|
||||
* Source/NSMenuView.m:
|
||||
(update): Use GSTitleView's initWithOwner: method. Cleanup.
|
||||
|
||||
2004-01-13 Serg Stoyan <stoyan@on.com.ua>
|
||||
|
||||
* Source/NSMenuView.m (trackWithEvent:): Changed checking for
|
||||
|
|
Loading…
Reference in a new issue