mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Started cleanup for gcc 3.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be008a93fd
commit
1e087664dd
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2003-06-08 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBitmapImageRep.m
|
||||
In [initWithBitmapDataPlanes:...bitsPerPixel:],
|
||||
[getBitmapDataPlanes:] and [copyWithZone:] changed type of i
|
||||
to unsigned int.
|
||||
* Source/NSBrowser.m (-setPath:, pathToColumn:, -addColumn):
|
||||
Removed compiler warning about signed/unsigned comparision.
|
||||
* Source/NSComboBoxCell.m (-completedString:): ditto.
|
||||
* Source/NSFontPanel.m (-setPanelFont:isMultiple:,
|
||||
-_trySelectSize:, -_familySelectionChanged:, -browser:...column:)
|
||||
: ditto
|
||||
* Source/NSFontmanager.m (-availableFonts,
|
||||
-availableFontNamesWithTraits:, -availableMembersOfFontFamily:,
|
||||
-convertFont:, convertWeight:ofFont:,
|
||||
-fontWithFamily:traits:weight:size:, -fontNamed:hasTraits:): ditto.
|
||||
[setSelectedFont:isMultiple:] and [fontMenu:] changed menuItem to
|
||||
type (id <NSMenuItem>).
|
||||
|
||||
2003-06-05 16:42 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSMenu.m: Check the types of all defaults values before
|
||||
|
|
Loading…
Reference in a new issue