mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Update changelog
This commit is contained in:
parent
95c7e31ccb
commit
376bae3dc5
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2023-02-12 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/NSCollectionView.m: Implementation of methods
|
||||
to support selection by indexPaths and use of NSCollectionViewLayout
|
||||
* Source/NSCollectionViewLayout.m: Implementation of
|
||||
NSCollectionViewLayout class to support custom collection view
|
||||
layouts.
|
||||
* Source/NSCollectionViewGridLayout.m: Implementation of the
|
||||
Grid layout.
|
||||
* Source/NSCollectionViewFlowLayout.m: Implementation of the
|
||||
flow layout.
|
||||
* Source/NSCollectionViewItem.m: Minor changes to support
|
||||
new functionality.
|
||||
* Headers/AppKit/NSCollectionView.h: Add new methods.
|
||||
* Headers/AppKit/NSCollectionViewLayout.h:
|
||||
* Headers/AppKit/NSCollectionViewGridLayout:
|
||||
* Headers/AppKit/NSCollectionViewFlowLayout: Add new classes.
|
||||
|
||||
|
||||
2023-01-03 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/NSDrawer.m: Open drawer on the opposite edge if needed when
|
||||
|
|
Loading…
Reference in a new issue