libs-gui/Source
Felipe A. Rodriguez f29476bc08 * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS),
various methods add fieldEditor support.
	* GSContext.m/GSContext.h revert to previous code as solution discussed
	with Adam Fedor regarding backends had problems I had not forseen.
	* NSBrowserCell.h/.m specify text subcell as an NSCell, eliminate image
	cell, copyWithZone: optimize and eliminate use of ASSIGN (fixes serious
	dealloc bug), highlight: eliminate method (fixes dup display bug).
	* NSButtonCell.m copyWithZone: optimize and eliminate use of ASSIGN
	* NSStringDrawing.h/.m remove unimplemented draw methods from Category
	(these are backend specific, can't be defined twice and are already
	implemented in xraw).
	* NSApplication.h redefine initialize_gnustep_backend () per Adam's
	redefinition in the backend.
	* Functions.m/.h remove initialize_gnustep_backend()
 	* NSCell.m preliminary implementation of fieldEditor mechanism,
	copyWithZone: optimize and eliminate use of ASSIGN
	* NSControl.m rename cell class global to _NSCONTROL_CELL_CLASS
	* NSMatrix.m implement NSControl's updateCell: to prevent unecessary
	matrix drawing if possible.
	* NSView.m -resizeWithOldSuperviewSize reverted code to my own once more
	(fewer lines and no if/else logic), changed code to use view frame instead
	of bounds per 3.3/4.2 docs, optimize to avoid floating point math and scale
	adjustment unless view has been scaled.
	* NSScrollView.m define as externs various PS* functions for use in
	drawing, polish drawing, move all backend code to front.
	* Tools/dummy.m define dummy PS* functions employed in gui.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3454 72102866-910b-0410-8b05-ffd578937521
1998-12-14 09:54:38 +00:00
..
.cvsignore Update the documentation. 1997-10-16 00:12:18 +00:00
externs.m Change backend initialization 1998-12-10 19:53:41 +00:00
Functions.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
GNUmakefile * GNUAlertPanel rename to GSAlertPanel (to maintain a common naming style 1998-12-10 21:14:52 +00:00
GNUmakefile.postamble Fix up dps configuration (again). 1998-09-03 18:50:11 +00:00
GNUmakefile.preamble Run make_services if necessary 1998-11-18 09:41:47 +00:00
GSContext.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
GSServicesManager.m * GNUAlertPanel rename to GSAlertPanel (to maintain a common naming style 1998-12-10 21:14:52 +00:00
GSTrackingRect.m * NSScroller.m move backend code into frontend, polish code, remove ifdefs. 1998-12-09 01:26:37 +00:00
libgnustep-gui.def * NSScroller.m move backend code into frontend, polish code, remove ifdefs. 1998-12-09 01:26:37 +00:00
NSActionCell.m * NSApplication.h added windows_need_update as autodisplay ivar. 1998-08-30 16:06:47 +00:00
NSApplication.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSBitmapImageRep.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSBox.m Auto-resize fixes 1998-12-09 06:42:19 +00:00
NSBrowser.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSBrowserCell.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSBundleAdditions.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSButton.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSButtonCell.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSCachedImageRep.m NSSlider implemented. Optimizations in displaying and flushing mechanism. A bunch of memory allocation problems fixed. 1997-10-09 22:55:31 +00:00
NSCell.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSClipView.m Bugfix - ignore reassignment of same view. 1998-11-22 16:12:42 +00:00
NSColor.m Tidied 1998-11-28 08:33:18 +00:00
NSColorList.m NSSlider implemented. Optimizations in displaying and flushing mechanism. A bunch of memory allocation problems fixed. 1997-10-09 22:55:31 +00:00
NSColorPanel.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSColorPicker.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSColorWell.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSControl.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSCStringText.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSCursor.m NSSlider implemented. Optimizations in displaying and flushing mechanism. A bunch of memory allocation problems fixed. 1997-10-09 22:55:31 +00:00
NSCustomImageRep.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSDataLink.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSDataLinkManager.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSDataLinkPanel.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSEPSImageRep.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSEvent.m * NSWindow.m rename windowWithNumber to _windowWithTag per backend 1998-12-01 19:42:35 +00:00
NSFileWrapper.m update changeLog 1998-09-09 17:02:21 +00:00
NSFont.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSFontManager.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSFontPanel.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSForm.m Incorporated bug fixes from Benhur Stein. 1997-10-29 21:56:04 +00:00
NSFormCell.m Incorporated bug fixes from Benhur Stein. 1997-10-29 21:56:04 +00:00
NSHelpPanel.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSImage.m * NSView.m resizeSubviewsWithOldSize: check whether view has ever been 1998-12-03 21:23:58 +00:00
NSImageRep.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSImageView.m Several changes to support porting of an OPENSTEP application to GNUstep. 1998-01-09 22:28:14 +00:00
NSMatrix.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSMenu.m Fixes to auto-enabling of menu items 1998-12-01 10:24:19 +00:00
NSMenuItem.m Fixes to auto-enabling of menu items 1998-12-01 10:24:19 +00:00
NSOpenPanel.m nothing. 1998-11-19 21:54:38 +00:00
NSPageLayout.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSPanel.m Completed alert panel functions 1998-12-14 08:58:53 +00:00
NSParagraphStyle.m * GNUmakefile added NSAttributedString.m, NSAttributedString.h, 1998-09-01 13:23:23 +00:00
NSPasteboard.m Major revision of services - all menu services stuff in place now. 1998-12-01 20:54:23 +00:00
NSPopUpButton.m Fixes to make the code work with the BaseFinderOpen port to GNUstep. 1998-01-30 00:34:25 +00:00
NSPrinter.m Makefile fix ups. 1998-12-01 14:41:53 +00:00
NSPrintInfo.m configure and library-combo fixes. 1998-08-20 17:48:46 +00:00
NSPrintOperation.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSPrintPanel.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSResponder.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSSavePanel.m Added browser delegate support 1998-11-21 00:09:47 +00:00
NSScreen.m Change backend initialization 1998-12-10 19:53:41 +00:00
NSScroller.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSScrollView.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSSelection.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSSlider.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSSliderCell.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSSpellChecker.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSSpellServer.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSSplitView.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSStringDrawing.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSText.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSTextField.m * move DPSOperators.h to XDPS. 1998-11-25 17:16:48 +00:00
NSTextFieldCell.m Changed to use the values from the defaults database if specified. Minor fixes to the compilation process. 1997-11-01 21:20:49 +00:00
NSTextView.m Preliminary drawing engine 1998-11-16 20:32:48 +00:00
NSView.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSWindow.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSWorkspace.m Fixed path setup error 1998-12-06 19:51:44 +00:00
PSMatrix.m Preliminary drawing engine 1998-11-16 20:32:48 +00:00
tiff.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
win32-def.top Add WIN32 DLL support 1997-08-04 20:42:56 +00:00
win32-entry.c remove debugging code 1997-08-17 00:04:59 +00:00