mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:17:39 +00:00
Smaller changes to NSControl, NSMenuView and NSParagraphStyle
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16552 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
41ec62e3a2
commit
8354321e50
1 changed files with 17 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2003-03-26 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSControl.m
|
||||
Removed [becomeFirstResponder] and [resignFirstResponder] as the
|
||||
handling of [showFirstResponder] is still unclear.
|
||||
* Source/NSMenuView.m
|
||||
Moved the computation of the cell size into the method [setFont:]
|
||||
and use this in [init]. Added call to [setNeedsSizing:] in
|
||||
[setHorizontalEdgePadding:]. In [locationForSubmenu:] check for
|
||||
the interface style of the submenu. Also cleaned up up coding style and
|
||||
comments in the whole file.
|
||||
* Headers/gnustep/gui/NSParagraphStyle.h
|
||||
Added new ivar and methods from MacOSX to handle writing directions.
|
||||
* Source/NSParagraphStyle.m
|
||||
Implemented handling of writing directions. These are needed for the
|
||||
upcoming new RTFProducer.
|
||||
|
||||
2003-04-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSWindow.m: ([setFrameFromString:]) try to adjust sensibly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue