libs-gui/Headers/Additions/GNUstepGUI
Alexander Malmberg ad2419e484 2005-01-21 21:43 Alexander Malmberg <alexander@malmberg.org>
Various whitespace cleanups, comment type fixes, and changes
	to avoid warnings from recent versions of gcc.

	* Headers/Additions/GNUstepGUI/GSToolbar.h (-_toolbars): Declare.
	* Source/NSWindow+Toolbar.m: Remove conflicting declaration of
	[NSToolbar -_toolbars].

	* Headers/Additions/GNUstepGUI/GSServicesManager.h,
 	Source/GSServicesMananger.m (-item2title:, -validateMenuItem:):
	Adjust argument types.
	* Headers/AppKit/NSMenu.h (-validateMenuItem:): Adjust argument
	type.

	* Source/NSTextView.m (-sizeToFit): Don't use size uninitialized
	if neither resizable flags is set.
	(-insertText:): Adjust argument type.
	* Headers/AppKit/NSResponder.h, Source/NSResponder.m (-insertText:):
	Adjust argument type. Document.

	* Headers/AppKit/NSView.h: Change type of ivar _window to NSWindow *.

	* Source/GSTitleView.m (-mouseDown:): Always initialize
	startWindowOrigin.
	* Source/NSApplication.m (-setApplicationIconImage:): Add casts
	to avoid warnings.
	* Source/NSCell.m (-cellSize): Add default: case.
	* Source/NSPasteboard.m
	([GSFiltered -pasteboard:provideDataForType:]): Detect and warn if we
	can't find a filter that will get us the desired type.
	* Source/NSProgressIndicator.m: Comment out unused variable 'images'.
	* Source/NSBezierPath.m: Declare GSBezierPath fully before using it.
	(-bezierPathByFlatteningPath, -bezierPathByReversingPath): Make sure
	variables are always initialized.

	* Source/NSMenuView.m,
	* Source/NSPrintOperation.m,
	* Source/NSSplitView.m,
	* Source/NSTableHeaderView.m: Make sure variables are always
	initialized.

	* Source/NSBox.m,
	* Source/NSImageview.m,
	* Source/NSText.m,
	* Source/NSTextStorage.m: Add missing includes.

	* Source/GSKeyBindingTable.m,
	* Source/GSLayoutManager.m,
	* Source/NSBitmapImageRep+PNM.m,
	* Source/NSBundleAdditions.m,
	* Source/NSLayoutManager.m,
	* Source/nsimage-tiff.h,
	* Source/tiff.m,
	* Headers/Additions/GNUstepGUI/GSDisplayServer.h,
	* Source/GSDisplayServer.m: Change signedness of various variables.

	* Source/NSPanel.m (-sendEvent:): Remove.
	* Source/NSWindow.m (-becomesKeyOnlyIfNeeded): New method.
	(-_sendEvent:becomesKeyOnlyIfNeeded:): Remove. Move code ...
	(-sendEvent:): ... here. Use -becomesKeyOnlyIfNeeded instead
	of the argument.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20590 72102866-910b-0410-8b05-ffd578937521
2005-01-21 20:39:18 +00:00
..
.cvsignore Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
config.h.in New implementation of spell checker. 2004-06-01 05:51:06 +00:00
GMAppKit.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GMArchiver.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSDisplayServer.h 2005-01-21 21:43 Alexander Malmberg <alexander@malmberg.org> 2005-01-21 20:39:18 +00:00
GSDragView.h New backend neutral DnD implementation (still incomplete) 2004-06-03 22:44:12 +00:00
GSDrawFunctions.h Extension of drawing functions and corrections for combo box. 2004-05-31 19:24:10 +00:00
GSEPSPrintOperation.h Backend printing bundle system changes 2004-07-10 10:19:34 +00:00
GSFontInfo.h Add new methods for getting the default defaults for fonts. 2003-08-10 21:30:49 +00:00
GSFusedSilica.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSHbox.h Fix doc markup 2004-01-27 04:54:59 +00:00
GSHelpManagerPanel.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSHorizontalTypesetter.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSInfoPanel.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSLayoutManager.h Added missing method [isValidGlyphIndex:]. 2003-09-29 21:25:46 +00:00
GSLayoutManager_internal.h Optimize -usedRectForTextContainer:. 2004-08-09 19:49:24 +00:00
GSMemoryPanel.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSMethodTable.h Implement GSReadRect and initWithFocusedViewRect: 2003-09-20 02:57:45 +00:00
GSNibCompatibility.h Added back in the old templates for backwards compatibility. These will disappear in the next major release. 2003-10-25 20:50:08 +00:00
GSNibTemplates.h Some slight improvements. Made templates use a method called shouldSwapClass which checks for the existence of isInInterfaceBuilder and, if available, returns the value. 2004-08-28 14:41:16 +00:00
GSPasteboardServer.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSPDFPrintOperation.h Backend printing bundle system changes 2004-07-10 10:19:34 +00:00
GSPrinting.h Backend printing bundle system changes 2004-07-10 10:19:34 +00:00
GSPrintOperation.h Backend printing bundle system changes 2004-07-10 10:19:34 +00:00
GSServicesManager.h 2005-01-21 21:43 Alexander Malmberg <alexander@malmberg.org> 2005-01-21 20:39:18 +00:00
GSTable.h Fix doc markup 2004-01-27 04:54:59 +00:00
GSTextConverter.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSTitleView.h Add missing forward declarations and includes to make all headers self-contained. 2004-02-11 16:34:17 +00:00
GSToolbar.h 2005-01-21 21:43 Alexander Malmberg <alexander@malmberg.org> 2005-01-21 20:39:18 +00:00
GSToolbarView.h Fixed GNUMail compilation with recent Darwin linker versions 2005-01-21 09:32:50 +00:00
GSTrackingRect.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSTypesetter.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
GSVbox.h Removed some compiler warnings. 2004-01-07 13:25:29 +00:00
GSVersion.h.in Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
IMConnectors.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
IMCustomObject.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00
IMLoading.h Header reorganization - Please refer to ChangeLog 2003-07-31 23:52:10 +00:00