mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Merge pull request #16 from whiteShtef/master
Add 'id _coreAnimationData' variable to AppKit/Headers/NSView.h.
This commit is contained in:
commit
0e0d3b563c
2 changed files with 10 additions and 2 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,12 +1,19 @@
|
|||
2018-03-29 Graham Lee <graham@iamleeg.com>
|
||||
2018-06-04 Stjepan Brkić <stjepanbrkicc@gmail.com>
|
||||
|
||||
* Source/NSWindowController.m: gsdoc
|
||||
* Headers/AppKit/NSView.h: Add 'id _coreAnimationData' variable.
|
||||
The variable will point to another class instance that will
|
||||
contain data necessary data for future implementation of methods
|
||||
regarding CA layers.
|
||||
|
||||
2018-03-30 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSDocument.m (-revertToContentsOfURL:ofType:error:): Add
|
||||
override calls for deprecated methods.
|
||||
|
||||
2018-03-29 Graham Lee <graham@iamleeg.com>
|
||||
|
||||
* Source/NSWindowController.m: gsdoc
|
||||
|
||||
2018-03-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/NSSliderCell.h,
|
||||
|
|
|
@ -130,6 +130,7 @@ typedef enum _NSFocusRingType {
|
|||
id _boundsMatrix;
|
||||
id _matrixToWindow;
|
||||
id _matrixFromWindow;
|
||||
id _coreAnimationData;
|
||||
|
||||
NSView* _super_view;
|
||||
PACKAGE_SCOPE
|
||||
|
|
Loading…
Reference in a new issue