mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add changelog entry
This commit is contained in:
parent
08f80ed5b5
commit
ba79894dfd
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
2020-05-06 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSTheme.h: Add declarations
|
||||
for new drawing methods.
|
||||
* Headers/AppKit/AppKit.h: Add headers to main header
|
||||
* Headers/AppKit/NSMenu.h: Add method to draw the popup in
|
||||
the appropriate positin
|
||||
* Headers/AppKit/NSPathCell.h: Implementation of path cell header
|
||||
* Headers/AppKit/NSPathComponentCell.h: Component cell
|
||||
* Headers/AppKit/NSPathControl.h: Control
|
||||
* Headers/AppKit/NSPathControlItem.h: Control item
|
||||
* MISSING: Remove NSPath* classes since they have been implemented
|
||||
* Source/GNUmakefile: Add files to compile and copy
|
||||
* Source/GSThemeDrawing.m: Add new drawing methods.
|
||||
* Source/GSXib5KeyedUnarchiver.m: Add new decoding methods
|
||||
* Source/NSMenu.m: Implement method to position popup
|
||||
* Source/NSPathCell.m: Implementation path cell.
|
||||
* Source/NSPathComponentCell.m: Cell representation of each
|
||||
component
|
||||
* Source/NSPathControlItem.m: Path items
|
||||
* Source/NSPathControl.m: Path control to contain path cell and
|
||||
components.
|
||||
|
||||
2020-04-26 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSTheme.h: Add declarations
|
||||
|
|
Loading…
Reference in a new issue