mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 19:30:48 +00:00
Fixed compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15778 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
70710bd23a
commit
127a5fa5fc
1 changed files with 33 additions and 0 deletions
33
ChangeLog
33
ChangeLog
|
@ -1,3 +1,36 @@
|
||||||
|
Thu Jan 30 05:12:21 2003 Serg Stoyan <stoyan@hologr.com>
|
||||||
|
|
||||||
|
* Headers/gnustep/gui/NSMenuItem.h: NSMenuItem protocol conforms
|
||||||
|
to NSObject protocol.
|
||||||
|
* Source/NSBundleAdditions.m ([-instantiateObject:]): Added
|
||||||
|
missing cast.
|
||||||
|
* Source/NSImage.m ([-dissolveToPoint:fromRect:fraction:]): Added
|
||||||
|
missing variable initializer.
|
||||||
|
([-_bestRep:withBpsMatch:]): The same.
|
||||||
|
* Source/NSImageRep.m ([-drawAtPoint:]): Added missing variable
|
||||||
|
initializer.
|
||||||
|
* Source/NSSplitView.m ([-mouseDown:]): The same.
|
||||||
|
* Source/NSStringDrawing.m (drawRun): Fixed compiler warning.
|
||||||
|
* Source/NSTableHeaderCell.m ([-setHighlighted:flag]): New method.
|
||||||
|
* Source/NSTableHeaderView.m ([-drawRect:]): Removed calls to
|
||||||
|
setBackgroundColor:.
|
||||||
|
([-mouseDown:]): Use setHighlighted:, not setBackgroundColor:, to
|
||||||
|
highlight a header cell.
|
||||||
|
* Source/NSTableView.m ([-mouseDown:]): Added missing variable
|
||||||
|
initializer.
|
||||||
|
* Headers/gnustep/gui/NSView.h: Added declaration of
|
||||||
|
lockFocusInRect:
|
||||||
|
* Source/NSView.m ([-lockFocusInRect:]): Added missing variable
|
||||||
|
initializer.
|
||||||
|
* Source/NSWindow.m: Include NSToolbar.h
|
||||||
|
|
||||||
|
Thu Jan 30 04:55:12 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
|
* Headers/gnustep/gui/NSToolbar.h: Declaration of GNUstepPrivate
|
||||||
|
category moved here from NSToolbar.m.
|
||||||
|
* Source/NSToolbar.m: Removed GNUstepPrivate category @interface.
|
||||||
|
* Source/NSWindow.m ([-setToolbar:]): Added missing cast.
|
||||||
|
|
||||||
Thu Jan 30 04:39:47 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
Thu Jan 30 04:39:47 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
* Source/NSWindowController.m ([-dealloc]): Release the window, do
|
* Source/NSWindowController.m ([-dealloc]): Release the window, do
|
||||||
|
|
Loading…
Reference in a new issue