mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:00:46 +00:00
* Source/NSAnimation.m: Removed static INLINE declaration from
nsanimation_progressMarkSorter function so that it will compile properly on versions of gcc prior to 4.1.2. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c03eac7b8
commit
4b4feafa33
2 changed files with 13 additions and 6 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,20 +1,27 @@
|
||||||
|
2007-04-09 21:20-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* Source/NSAnimation.m: Removed static INLINE declaration from
|
||||||
|
nsanimation_progressMarkSorter function so that it will compile
|
||||||
|
properly on versions of gcc prior to 4.1.2.
|
||||||
|
|
||||||
2007-04-10 Fred Kiefer <FredKiefer@gmx.de>
|
2007-04-10 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Source/NSClipView.m (-setBoundsOrigin:): Use NSView method
|
* Source/NSClipView.m (-setBoundsOrigin:): Use NSView method
|
||||||
scrollRect:by:.
|
scrollRect:by:.
|
||||||
* Source/NSPrintOperation.m (NSView
|
* Source/NSPrintOperation.m (NSView
|
||||||
-_displayPageInRect:atPlacement:withInfo:): Release the temporary matrixes.
|
-_displayPageInRect:atPlacement:withInfo:): Release the temporary
|
||||||
|
matrixes.
|
||||||
* Source/GSEPSPrintOperation.m (_print): Call endPage on the view.
|
* Source/GSEPSPrintOperation.m (_print): Call endPage on the view.
|
||||||
|
|
||||||
2007-04-05 Xavier Glattard <xavier.glattard@online.fr>
|
2007-04-05 Xavier Glattard <xavier.glattard@online.fr>
|
||||||
|
|
||||||
* Headers/AppKit/NSAnimation.h
|
* Headers/AppKit/NSAnimation.h
|
||||||
* Source/NSAnimation.m
|
* Source/NSAnimation.m
|
||||||
* Headers/Additions/GNUstepGUI/GSAnimator.h
|
* Headers/Additions/GNUstepGUI/GSAnimator.h
|
||||||
* Source/GSAnimator.m
|
* Source/GSAnimator.m
|
||||||
Implementation of NSAnimation and NSViewAnimation classes :
|
Implementation of NSAnimation and NSViewAnimation classes :
|
||||||
- only NSAnimationNonBlocking mode is implemented
|
- only NSAnimationNonBlocking mode is implemented
|
||||||
- runLoopModesForAnimating is not used
|
- runLoopModesForAnimating is not used
|
||||||
GSAnimator class is in alpha stage : interface may be changed
|
GSAnimator class is in alpha stage : interface may be changed
|
||||||
See gnustep-examples/GSTest for demos.
|
See gnustep-examples/GSTest for demos.
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ _NSAnimationCurveDesc *_gs_animationCurveDesc
|
||||||
- (NSAnimationProgress) _gs_curveShift;
|
- (NSAnimationProgress) _gs_curveShift;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
static INLINE NSComparisonResult
|
NSComparisonResult
|
||||||
nsanimation_progressMarkSorter( NSAnimationProgress first,NSAnimationProgress second)
|
nsanimation_progressMarkSorter( NSAnimationProgress first,NSAnimationProgress second)
|
||||||
{
|
{
|
||||||
float diff = first - second;
|
float diff = first - second;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue