-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from gnustep/NSTreeController_branch2
Updated PR for NSOutlineView/NSTreeController due to refactor
- Loading branch information
Showing
22 changed files
with
2,449 additions
and
1,316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
2024-08-18 Gregory John Casamento <[email protected]> | ||
|
||
* Headers/AppKit/NSTreeController.h: Update header | ||
* Headers/AppKit/NSTreeNode.h: Update header | ||
* Source/GNUmakefile: Add new class | ||
* Source/GSBindingHelpers.h: Add NSString category | ||
* Source/GSControllerTreeProxy.[hm]: Proxy class | ||
for NSTreeController, a subclass of NSTreeNode. | ||
* Source/GSThemeDrawing.m: Optimize code a bit and | ||
add changes for bindings. | ||
* Source/GSXib5KeyedUnarchiver.m: Add support for new keys | ||
on NSTreeController. | ||
* Source/NSKeyValueBinding.m: Add new methods to | ||
GSKeyValueBinding | ||
* Source/NSOutlineView.m: Add support for bindings. | ||
* Source/NSTreeController.m: Implement new methods. | ||
* Source/NSTreeNode.m: Implement new methods | ||
|
||
2024-07-25 Gregory John Casamento <[email protected]> | ||
|
||
* Headers/AppKit/NSBrowser.h: Add declarations for | ||
|
@@ -16,7 +34,7 @@ | |
* Source/GNUmakefile: Add class to build | ||
* Source/NSMenuToolbarItem.m: Implementation of | ||
NSMenuToolbarItem. | ||
|
||
2024-06-07 Gregory John Casamento <[email protected]> | ||
|
||
* Headers/Additions/GNUstepGUI/GSTheme.h: Add new methods | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.