libs-gui/Source
far a06e5954ac Thu Feb 18 1999 Felipe A. Rodriguez <farz@mindspring.com>
* NSView.m display: fix for display bug in buttons example
	* NSCell.m endEditing: fix for display bug in buttons example
	* NSTextField.m textShouldEndEditing: The changes to these three classes
    fix a display bug visible in the buttons example when the top text field is
    selected for editing and then asked to resign when the user clicks on say
    the bottom text field.  This causes a rect encompassing both views to be
    invalidated and displayed.  Beyond being inefficient this also causes a
    display glitch given the current drawing methodology.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3755 72102866-910b-0410-8b05-ffd578937521
1999-02-18 10:46:39 +00:00
..
.cvsignore Update the documentation. 1997-10-16 00:12:18 +00:00
externs.m Fixed typo 1999-02-17 09:40:00 +00:00
Functions.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
GNUmakefile Additions by mgiddings@ypc.net 1999-02-16 17:39:42 +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 *BSD fixes 1999-02-02 00:08:58 +00:00
GSServicesManager.m Don't use getpid() - use globallyUniqueString instead 1999-02-01 14:14:58 +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 Fixup notifications 1999-02-17 04:52:58 +00:00
NSBitmapImageRep.m Convert to the GNUstep makefile package. 1997-09-23 22:43:24 +00:00
NSBox.m * Source/NSBox.m Source/NSButtonCell.m Source/NSCell.m 1999-02-15 19:35:02 +00:00
NSBrowser.m Additional method 1999-01-19 10:42:50 +00:00
NSBrowserCell.m Handle flipped views 1999-02-15 12:50:49 +00:00
NSBundleAdditions.m Better unpacking of nib. 1999-01-17 08:14:03 +00:00
NSButton.m tweak acceptsFirstResponder 1998-12-16 12:57:41 +00:00
NSButtonCell.m Uncomment instruction to clip to drawing frame. 1999-02-16 13:21:42 +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 Thu Feb 18 1999 Felipe A. Rodriguez <farz@mindspring.com> 1999-02-18 10:46:39 +00:00
NSClipView.m Coordinate system fixes 1999-02-11 14:56:30 +00:00
NSColor.m Coordinate system fixes 1999-02-11 14:56:30 +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 * Source/NSBox.m Source/NSButtonCell.m Source/NSCell.m 1999-02-15 19:35:02 +00:00
NSControl.m Several minor bugfixes 1999-01-19 10:55:24 +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 * Source/NSBox.m Source/NSButtonCell.m Source/NSCell.m 1999-02-15 19:35:02 +00:00
NSMenu.m Many updates to fix problems with menus etc 1998-12-22 12:34:03 +00:00
NSMenuItem.m Many updates to fix problems with menus etc 1998-12-22 12:34:03 +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 More tidyup. 1999-02-16 11:05:22 +00:00
NSParagraphStyle.m * GNUmakefile added NSAttributedString.m, NSAttributedString.h, 1998-09-01 13:23:23 +00:00
NSPasteboard.m Fix recursive dealloc! 1999-02-16 11:14:37 +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 * Source/NSBox.m Source/NSButtonCell.m Source/NSCell.m 1999-02-15 19:35:02 +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 Many many improvements 1998-12-16 15:21:55 +00:00
NSSavePanel.m Move GMArchiver files so gui doesnt depend on extenions 1999-01-28 18:34:31 +00:00
NSScreen.m Change backend initialization 1998-12-10 19:53:41 +00:00
NSScroller.m * Source/NSBox.m Source/NSButtonCell.m Source/NSCell.m 1999-02-15 19:35:02 +00:00
NSScrollView.m Handle flipped views 1999-02-15 12:50:49 +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 * Source/NSBox.m Source/NSButtonCell.m Source/NSCell.m 1999-02-15 19:35:02 +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 Corrected delegate setup 1999-02-17 09:13:43 +00:00
NSStringDrawing.m * NSWindow.m renmae captureMouse: to _captureMouse: (designate as non OS), 1998-12-14 09:54:38 +00:00
NSText.m Minor bugfixes 1999-02-17 12:22:46 +00:00
NSTextField.m Thu Feb 18 1999 Felipe A. Rodriguez <farz@mindspring.com> 1999-02-18 10:46:39 +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 Corrected delegate setup 1999-02-17 09:13:43 +00:00
NSView.m Thu Feb 18 1999 Felipe A. Rodriguez <farz@mindspring.com> 1999-02-18 10:46:39 +00:00
NSWindow.m Fixup notifications 1999-02-17 04:52:58 +00:00
NSWorkspace.m Preliminary code for opeing files. 1999-01-07 15:52:42 +00:00
PSMatrix.m Fixed bugs in rectInMatrixSpace: and sizeInMatrixSpace: 1999-02-09 12:34:32 +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