libs-gui/Source
Adam Fedor 01765b367c Fix up for change in NSBrowser
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14419 72102866-910b-0410-8b05-ffd578937521
2002-09-08 04:21:10 +00:00
..
.cvsignore
externs.m Define NSHTMLPboardType. 2002-09-06 23:36:28 +00:00
Functions.m Do not flush the window during an NSHighlightRect() 2002-05-22 12:04:47 +00:00
GNUmakefile Fix window mouseUp. Doc building 2002-08-25 02:47:00 +00:00
GNUmakefile.postamble Fix window mouseUp. Doc building 2002-08-25 02:47:00 +00:00
GNUmakefile.preamble
GSComboSupport.h
GSComboSupport.m Added missing #includes 2002-04-11 23:17:42 +00:00
GSDisplayServer.m Documentation fixups 2002-08-29 10:07:51 +00:00
GSFontInfo.m
GSHbox.m
GSHelpManagerPanel.m
GSInfoPanel.m Added missing #includes 2002-04-11 23:17:42 +00:00
GSKeyBindingAction.h Cleaned preprocessor #endif 2002-06-05 15:19:38 +00:00
GSKeyBindingAction.m
GSKeyBindingTable.h
GSKeyBindingTable.m
GSMemoryPanel.m No longer need to manually fix button sizes after autosizing 2002-04-12 00:02:26 +00:00
GSServicesManager.m Disable autoenabling while updating the services menu. 2002-06-12 22:34:32 +00:00
GSSimpleLayoutManager.h
GSSimpleLayoutManager.m Source/GSSimpleLayoutManager.m 2002-07-11 19:53:15 +00:00
GSTable.m
GSTextStorage.h
GSTextStorage.m
GSTrackingRect.m
GSVbox.m
libgnustep-gui.def Added NSOutlineView 2002-04-21 12:53:34 +00:00
linking.m
NSActionCell.m
NSAffineTransform.m Removed comment 2002-06-22 17:01:14 +00:00
NSApplication.m Release the invocation in [detachDrawingThread:toTarget:withObject:] 2002-09-06 23:35:29 +00:00
NSAttributedString.m Implemented [textFileTypes], [textPasteboardTypes], 2002-09-06 23:38:57 +00:00
NSBezierPath.m Handle curves correctly when appending a path. Fix numerical stability issue in appendBezierPathWithArcFromPoint:toPoint:radius:. 2002-08-29 22:14:48 +00:00
NSBitmapImageRep.m
NSBox.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSBrowser.m Add back +initialize 2002-09-08 03:23:31 +00:00
NSBrowserCell.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSBundleAdditions.m NSSound implementation 2002-07-30 21:19:05 +00:00
NSButton.m
NSButtonCell.m NSSound implementation 2002-07-30 21:19:05 +00:00
NSCachedImageRep.m
NSCell.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSClipView.m Change so rint is only defined when needed. 2002-04-12 02:15:51 +00:00
NSColor.m Changed initSystemColors() and [defaultsDidChange:] so that 2002-07-03 22:11:01 +00:00
NSColorList.m
NSColorPanel.m Moved the method [NSApplication orderFrontColorPanel:] to here. 2002-09-06 00:33:06 +00:00
NSColorPicker.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSColorWell.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSComboBox.m
NSComboBoxCell.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSControl.m Fixed control with continuous actions 2002-06-10 10:41:15 +00:00
NSCursor.m Merge from 0.8.0 2002-08-03 03:32:19 +00:00
NSCustomImageRep.m
NSDataLink.m
NSDataLinkManager.m
NSDataLinkPanel.m Moved the method [NSApplication orderFrontDataLinkPanel:] to here. 2002-09-06 00:33:57 +00:00
NSDocument.m
NSDocumentController.m
NSDrawer.m
NSEPSImageRep.m
NSEvent.m
NSFileWrapper.m
NSFont.m Documentation fixups 2002-08-29 10:07:51 +00:00
NSFontManager.m
NSFontPanel.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSForm.m
NSFormCell.m
NSGraphicsContext.m Fix window mouseUp. Doc building 2002-08-25 02:47:00 +00:00
NSHelpManager.m Added missing #include 2002-04-11 23:29:32 +00:00
NSHelpPanel.m Moved the method [NSApplication orderFrontHelpPanel:] to here. 2002-09-06 00:33:31 +00:00
NSImage.m Use a compositerect to clear the alpha channel if the background color isn't opaque. 2002-08-23 00:40:41 +00:00
NSImageCell.m Merge from 0.8.0 2002-08-03 03:32:19 +00:00
NSImageRep.m
NSImageView.m
NSInputManager.m Updated loading of keybindings from files - hopefully the final version! 2002-06-22 18:05:37 +00:00
NSInputServer.m
NSInterfaceStyle.m Documentation fixups 2002-08-29 10:07:51 +00:00
NSLayoutManager.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSMatrix.m do not allow to select all cells in radio mode 2002-07-12 09:54:13 +00:00
NSMenu.m Corrected includes. 2002-09-06 23:39:52 +00:00
NSMenuItem.m Source/NSMenuItem.m 2002-04-17 19:57:36 +00:00
NSMenuItemCell.m
NSMenuView.m Fixed highlighting of cells when new cells are added 2002-06-22 18:38:51 +00:00
NSOpenPanel.m Fix up for change in NSBrowser 2002-09-08 04:21:10 +00:00
NSOutlineView.m Corrected some minor issues. 2002-07-18 04:42:37 +00:00
NSPageLayout.m Moved the method [NSApplication runPageLayout:] to here. 2002-09-06 00:34:26 +00:00
NSPanel.m
NSParagraphStyle.m
NSPasteboard.m Improved logging. 2002-04-16 14:16:37 +00:00
NSPopUpButton.m
NSPopUpButtonCell.m
NSPrinter.m
NSPrintInfo.m Merge from 0.8.0 2002-08-03 03:32:19 +00:00
NSPrintOperation.m Printing, cString fixes 2002-09-06 19:31:00 +00:00
NSPrintPanel.m
NSProgressIndicator.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSResponder.m
NSRulerMarker.m
NSRulerView.m Fixed error in deallocation 2002-05-10 12:37:31 +00:00
NSSavePanel.m Fix up for change in NSBrowser 2002-09-08 04:21:10 +00:00
NSScreen.m New mouselocation methods 2002-04-23 20:50:24 +00:00
NSScroller.m When changing the scroller frame, do not add the arrows if they are not 2002-06-06 09:40:56 +00:00
NSScrollView.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSSecureTextField.m Adding a number of changes. The skeleton implementations of NSToolbar and 2002-06-30 05:14:21 +00:00
NSSelection.m
NSSimpleHorizontalTypesetter.m
NSSlider.m
NSSliderCell.m
NSSound.m Printing, cString fixes 2002-09-06 19:31:00 +00:00
NSSpellChecker.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSSpellServer.m
NSSplitView.m Source/NSSplitView.m 2002-08-05 11:56:29 +00:00
NSStepper.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSStepperCell.m
NSStringDrawing.m Printing, cString fixes 2002-09-06 19:31:00 +00:00
NSTableColumn.m Documentation fixups 2002-08-29 10:07:51 +00:00
NSTableHeaderCell.m
NSTableHeaderView.m Updated for the fact the NSHighlightRect() no longer flushes the window 2002-05-22 12:06:09 +00:00
NSTableView.m Corrections to the outline view and the table view. 2002-07-14 23:44:48 +00:00
NSTabView.m Source/NSTabVIew.m 2002-08-02 09:46:28 +00:00
NSTabViewItem.m
NSText.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSTextAttachment.m
NSTextContainer.m
NSTextField.m A little bit of 'end editing' was still done after the end editing notification 2002-06-27 10:52:01 +00:00
NSTextFieldCell.m Added missing #includes 2002-04-11 23:17:42 +00:00
NSTextStorage.m
NSTextView.m Corrected includes. 2002-09-06 23:39:52 +00:00
NSToolbar.m Adding a number of changes. The skeleton implementations of NSToolbar and 2002-06-30 05:14:21 +00:00
NSToolbarItem.m Adding a number of changes. The skeleton implementations of NSToolbar and 2002-06-30 05:14:21 +00:00
NSTypesetter.m
NSView.m Printing, cString fixes 2002-09-06 19:31:00 +00:00
NSWindow.m Fix up for change in NSBrowser 2002-09-08 04:21:10 +00:00
NSWindowController.m
NSWorkspace.m Version 0.7.9 2002-07-17 14:06:33 +00:00
tiff.m
win32-def.top
win32-entry.c