Record my last changes to NSWindow, NSLayoutManager, NSAlert.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24682 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2007-02-21 23:54:55 +00:00
parent 4cef45fd98
commit be0bcb9ef4

View file

@ -1,3 +1,12 @@
2007-02-22 Sergii Stoian <stoyan255@gmail.com>
* Source/NSWindow.m: (_lossOfKeyOrMainWindow): Add sanity checks.
Optimize.
* Source/NSLayoutManager.m: (-drawBackgroundForGlyphRange:atPoint):
Use the text view's selected text attributes. Remove TODO.
* Source/NSAlert.m: (-_initWithoutGModel): Set selected text
background color to white. Now we can see selection of message text.
2007-02-21 Sergii Stoian <stoyan255@gmail.com>
* Source/NSAlert.m: (-_initWithoutGModel):