mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 06:50:48 +00:00
Some corrections and improvements for NSComboBoxCell
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15321 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bbf834a4d2
commit
ed2f278fb2
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2002-12-23 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSComboBoxCell.h
|
||||
Removed unused ivars and added one to store the popup while open.
|
||||
* Source/NSComboBoxCell.m
|
||||
Moved popup positioning to GSComboWindow, rewrote popup size code
|
||||
to respect numberOfItems and to adopt the used matrix. New methods
|
||||
for the cell to popup interaction.
|
||||
Corrected the encoding code of NSComboBoxCell. [objectValues] now
|
||||
correctly warns in the data source case. New method
|
||||
[stringValueAtIndex:]. Hack in [_didClick:] to get setting of
|
||||
values working.
|
||||
|
||||
2002-12-22 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/NSToolbar.m: Added some of the code needed to add/remove
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue