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
456fe72ab9
commit
9da764d217
1 changed files with 20 additions and 0 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
2020-04-26 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSTheme.h: Add declarations
|
||||
for new drawing methods.
|
||||
* Headers/AppKit/AppKit.h: Add new headers
|
||||
* Headers/AppKit/NSAccessibilityProtocols.h
|
||||
* Headers/AppKit/NSCell.h: Add NSControlStateValue enum
|
||||
* Headers/AppKit/NSSwitch.h: Header for NSSwitch
|
||||
* MISSING: Remove NSSwitch
|
||||
* Source/GNUmakefile: Add .h and .m files
|
||||
* Source/GSThemeDrawing.m: Add drawing code for knob and
|
||||
switch basin.
|
||||
* Source/GSXib5KeyedUnarchiver.m: Add decoding for
|
||||
NSControlContents. Make sure enabled is YES when not
|
||||
present.
|
||||
* Source/NSColor.m: Minor changes
|
||||
* Source/NSMatrix.m: Remove uneeded code
|
||||
* Source/NSSwitch.m: Implementation of NSSwitch
|
||||
* Source/NSToolbarItem.m: Remove uneeded code
|
||||
|
||||
2020-04-13 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/AppKit/AppKitErrors.h:
|
||||
|
|
Loading…
Reference in a new issue