mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Rewritten NSSavePanel, NSOpenPanel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5106 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
54d817b7ba
commit
409f9da8c1
1 changed files with 16 additions and 0 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
Sat Oct 30 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Still work in progress, but this is a first preview
|
||||
of the new NSSavePanel, NSOpenPanel. I am aiming at
|
||||
making these classes fully compliant soon.
|
||||
* Source/NSOpenPanel.m: Completely rewritten. A lot of
|
||||
functionalities which were missing have now been implemented.
|
||||
* Source/NSSavePanel.m: Rewritten a lot of parts, mainly:
|
||||
allocation/initialization (but could not test the gmodel loading),
|
||||
browser delegate methods, appearance (the gmodel has not been
|
||||
updated -- when we have IM it will be very easy), and with the specs
|
||||
in hand I checked all the code and did a lot of improvements.
|
||||
* Headers/AppKit/NSOpenPanel.h: Changed ivars.
|
||||
* Headers/AppKit/NSSavePanel.h: Changed ivars.
|
||||
* Model/GMAppKit.m: Added NSOpenPanel.
|
||||
|
||||
1999-10-29 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Remove backend application, cursor, and screen classes and use
|
||||
|
|
Loading…
Reference in a new issue