..
.cvsignore
CompatibilityHeaders.make
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
DocMakefile
* Documentation/ReleaseNotes.gsdoc: Format fixes.
2004-10-01 14:57:39 +00:00
externs.m
Corrected misspelling of separator in toolbar code.
2004-02-29 04:39:48 +00:00
Functions.m
NSBestDepth() checks outarg non-null (Functions.m); getNSFont() treats negative fontSize arg as 0 (NSFont.m); documented
2004-10-17 18:52:48 +00:00
GNUmakefile
Correct naming mistake in INTERFACE_VERSION
2004-09-07 14:39:13 +00:00
GNUmakefile.postamble
* Source/GNUmakefile.postamble (libgnustep-gui.def): Search for both
2004-10-06 03:34:46 +00:00
GNUmakefile.preamble
* Source/GNUmakefile.preamble: Add filter out flags for
2004-10-01 14:55:54 +00:00
GSDisplayServer.m
Make _frame in -gui the window frame always. Add methods for converting to/from screen frames.
2004-08-09 12:59:53 +00:00
GSDragView.m
Better handling of generic drag window loaction update.
2004-06-19 15:27:03 +00:00
GSDrawFunctions.m
Extension of drawing functions and corrections for combo box.
2004-05-31 19:24:10 +00:00
GSEPSPrintOperation.m
New NSPageLayout UI
2004-07-22 04:59:09 +00:00
GSFontInfo.m
* Source/GSFontInfo.m (-defaultLineHeightForFont): Adjust line
2004-09-21 16:55:43 +00:00
GSFusedSilica.m
Don't return values from methods returning void.
2003-08-20 12:13:34 +00:00
GSFusedSilicaContext.h
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSFusedSilicaContext.m
Don't return values from methods returning void.
2003-08-20 12:13:34 +00:00
GSGuiPrivate.h
Fix GSGuiBundle() prototype.
2003-11-26 14:01:54 +00:00
GSHbox.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSHelpManagerPanel.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSHorizontalTypesetter.m
2004-09-04 23:32 Alexander Malmberg <alexander@malmberg.org>
2004-09-04 21:40:30 +00:00
GSInfoPanel.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSKeyBindingAction.h
Cleaned preprocessor #endif
2002-06-05 15:19:38 +00:00
GSKeyBindingAction.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
GSKeyBindingTable.h
Implemented support for describing multi-stroke keybindings using arrays
2002-02-28 01:58:00 +00:00
GSKeyBindingTable.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
GSLayoutManager.m
Fix calculation of used rect.
2004-08-10 00:08:42 +00:00
GSMemoryPanel.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSNibCompatibility.m
Improvements in keyed coding and correction for NSCell formatter unarchiving issue.
2004-10-18 01:48:15 +00:00
GSNibTemplates.m
Removed unneeded nibInstantiate method.
2004-11-06 13:48:12 +00:00
GSPDFPrintOperation.m
New NSPageLayout UI
2004-07-22 04:59:09 +00:00
GSPrinting.m
New NSPageLayout UI
2004-07-22 04:59:09 +00:00
GSPrintOperation.m
New NSPageLayout UI
2004-07-22 04:59:09 +00:00
GSServicesManager.m
* Source/GSServicesManager.m (NSPerformService): Check whether the
2004-09-27 15:53:04 +00:00
GSSimpleLayoutManager.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSSlideView.h
Include <> -> ""
2003-06-13 15:01:12 +00:00
GSSlideView.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSStandardWindowDecorationView.m
Make _frame in -gui the window frame always. Add methods for converting to/from screen frames.
2004-08-09 12:59:53 +00:00
GSTable.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSTextStorage.h
Include <> -> ""
2003-06-13 15:01:12 +00:00
GSTextStorage.m
Dublicate selection patch for attributed strings from base.
2004-01-11 22:21:13 +00:00
GSTitleView.m
Use GSDrawingFunctions instead of Function.
2004-06-07 23:54:25 +00:00
GSToolbar.m
Deactivated the toolbar delegate synchronisation and other toolbar modifications
2004-09-05 17:56:11 +00:00
GSToolbarView.m
Deactivated the toolbar delegate synchronisation and other toolbar modifications
2004-09-05 17:56:11 +00:00
GSTrackingRect.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSTypesetter.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSVbox.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
GSWindowDecorationView.h
Make _frame in -gui the window frame always. Add methods for converting to/from screen frames.
2004-08-09 12:59:53 +00:00
GSWindowDecorationView.m
Make _frame in -gui the window frame always. Add methods for converting to/from screen frames.
2004-08-09 12:59:53 +00:00
libgnustep-gui.def
Update
2003-09-02 16:29:33 +00:00
linking.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
NSActionCell.m
Some more keyed decoding.
2004-10-10 22:36:02 +00:00
NSAffineTransform.m
(-rotationAngle): Correct the sign of the angle and wrap it so that it's always >=0 and <=360.
2004-03-22 01:06:37 +00:00
NSAlert.m
Moved code around.
2004-07-09 00:06:39 +00:00
NSApplication.m
2004-10-15 07:33 Matt Rice <ratmice@yahoo.com>
2004-10-15 14:37:48 +00:00
NSAttributedString.m
Add some missing void:s.
2004-08-09 22:51:38 +00:00
NSBezierPath.m
(-_recalculateBounds): Rewrite.
2004-07-15 00:32:01 +00:00
NSBitmapImageRep+GIF.h
Add GIF loader.
2004-01-08 18:43:49 +00:00
NSBitmapImageRep+GIF.m
Redefine Object across the include of gif_lib.h .
2004-01-08 22:31:40 +00:00
NSBitmapImageRep+JPEG.h
Add new image loaders.
2004-01-07 23:53:15 +00:00
NSBitmapImageRep+JPEG.m
Add new image loaders.
2004-01-07 23:53:15 +00:00
NSBitmapImageRep+PNG.h
Add new image loaders.
2004-01-07 23:53:15 +00:00
NSBitmapImageRep+PNG.m
Add new image loaders.
2004-01-07 23:53:15 +00:00
NSBitmapImageRep+PNM.h
Add new image loaders.
2004-01-07 23:53:15 +00:00
NSBitmapImageRep+PNM.m
Add new image loaders.
2004-01-07 23:53:15 +00:00
NSBitmapImageRep.m
Some more keyed decoding.
2004-10-10 22:36:02 +00:00
NSBox.m
Drawing change on NSBox.
2004-02-29 00:11:51 +00:00
NSBrowser.m
scroler fixes
2004-06-28 13:19:32 +00:00
NSBrowserCell.m
Added keyed decoding.
2004-01-30 19:49:00 +00:00
NSBundleAdditions.m
New .gorm version updates.
2004-06-29 03:04:28 +00:00
NSButton.m
Added performClickWithFrame:inView: to NSCell
2004-04-02 21:34:37 +00:00
NSButtonCell.m
Fixed the possibility to call -setImagePosition: after -setImage: broke with the previous commit
2004-11-08 02:20:10 +00:00
NSCachedImageRep.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSCell.m
Fixed NSButtonCell -image returns nil
2004-11-07 20:59:16 +00:00
NSClipView.m
Added keyed decoding.
2004-01-30 19:49:00 +00:00
NSColor.m
Added some more keyed decoding.
2004-10-08 21:24:25 +00:00
NSColorList.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSColorPanel.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSColorPicker.m
Removed new GCC 3.4 warnings from Alexander Malmbergs list.
2003-09-01 18:17:52 +00:00
NSColorWell.m
Use GSDrawingFunctions instead of Function.
2004-06-07 23:54:25 +00:00
NSComboBox.m
Correct details related to combo box
2004-08-13 23:28:50 +00:00
NSComboBoxCell.m
Deal with nil in substrign expansion.
2004-08-21 10:06:24 +00:00
NSControl.m
Added editing methods.
2004-09-24 16:35:41 +00:00
NSCursor.m
* Source/NSCursor.m (_getStandardCursor): Rename to
2004-09-21 22:00:26 +00:00
NSCustomImageRep.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSDataLink.m
Data link implementation.
2004-09-12 04:26:21 +00:00
NSDataLinkManager.m
Data link implementation.
2004-09-12 04:26:21 +00:00
NSDataLinkPanel.m
Data link implementation.
2004-09-12 04:26:21 +00:00
NSDocument.m
Added missing Cocoa methods and a Cocoa header file.
2004-05-08 13:40:40 +00:00
NSDocumentController.m
Conform to documentation
2004-05-15 04:04:51 +00:00
NSDrawer.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
NSEPSImageRep.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
NSEvent.m
(-description): Remove a stray , .
2003-11-18 20:45:25 +00:00
NSFileWrapper.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSFont.m
NSBestDepth() checks outarg non-null (Functions.m); getNSFont() treats negative fontSize arg as 0 (NSFont.m); documented
2004-10-17 18:52:48 +00:00
NSFontManager.m
Ask the delegate whether a font should be included in the font panel in NSFontPanel, not when returning fonts from NSFontManager.
2003-10-26 14:25:13 +00:00
NSFontPanel.m
Add updateSizeField: argument to -_trySelectSize:. Update callers.
2004-07-21 17:58:24 +00:00
NSForm.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSFormCell.m
Some more keyed decoding.
2004-10-10 22:36:02 +00:00
NSGraphicsContext.m
Document GSReadRect and update users.
2004-07-30 13:58:03 +00:00
NSHelpManager.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSHelpPanel.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
nsimage-tiff.h
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSImage.m
2004-10-30 Alex Perez <aperez@student.santarosa.edu>
2004-10-30 11:19:07 +00:00
NSImageCell.m
Two more classes now have relavtive colour drawing.
2004-02-11 00:01:20 +00:00
NSImageRep.m
(+imageRepsWithContentsOfFile:): If the filename has no extension, use the data to determine the type.
2004-07-13 00:59:37 +00:00
NSImageView.m
Added keyed decoding.
2004-02-02 21:40:00 +00:00
NSInputManager.m
(-loadBindingsFromFile:): Handle errors directly instead of using (broken) exception handling code.
2003-11-07 13:46:12 +00:00
NSInputServer.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
NSInterfaceStyle.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSLayoutManager.m
Adjust handling of selected range changes in response to text changes.
2004-08-11 23:46:37 +00:00
NSMatrix.m
Some more keyed decoding.
2004-10-10 22:36:02 +00:00
NSMenu.m
Make sure menu views get cleaned up properly.
2004-09-24 10:54:18 +00:00
NSMenuItem.m
Made images easier to be changed by themes.
2004-02-24 19:31:33 +00:00
NSMenuItemCell.m
Fix NSButtonCell size calculations. Rename xDist and yDist.
2004-08-02 14:36:09 +00:00
NSMenuView.m
Make sure menu views get cleaned up properly.
2004-09-24 10:54:18 +00:00
NSMovie.m
Added new MacOSX classes.
2004-07-07 22:43:04 +00:00
NSMovieView.m
Added file forgotten in last commit.
2004-07-08 17:57:25 +00:00
NSNib.m
New .gorm version updates.
2004-06-29 03:04:28 +00:00
NSOpenGLContext.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSOpenGLPixelFormat.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSOpenGLView.m
Add initWithFrame:
2003-07-23 03:44:33 +00:00
NSOpenPanel.m
Drawing change on NSBox.
2004-02-29 00:11:51 +00:00
NSOutlineView.m
Some fixes for NSOutlineView reloading.
2004-07-03 16:34:24 +00:00
NSPageLayout.m
viewWithTag: behavior adjustment
2004-08-08 01:25:15 +00:00
NSPanel.m
Moved code around.
2004-07-09 00:06:39 +00:00
NSParagraphStyle.m
(+defaultWritingDirectionForLanguage:): Implement.
2004-05-12 14:54:08 +00:00
NSPasteboard.m
2004-11-09 18:55 Alexander Malmberg <alexander@malmberg.org>
2004-11-09 17:57:45 +00:00
NSPopUpButton.m
Reflect changes to title of popup button in display.
2004-01-26 20:49:33 +00:00
NSPopUpButtonCell.m
Added performClickWithFrame:inView: to NSCell
2004-04-02 21:34:37 +00:00
NSPrinter.m
Printing updates
2004-10-08 05:22:22 +00:00
NSPrintInfo.m
* Source/NSPrintInfo.m ([NSPrintInfo -paperSize]): Avoid returning
2004-09-02 03:27:54 +00:00
NSPrintOperation.m
Backend printing bundle system changes
2004-07-10 10:19:34 +00:00
NSPrintPanel.m
Backend printing bundle system changes
2004-07-10 10:19:34 +00:00
NSProgressIndicator.m
Use GSDrawingFunctions instead of Function.
2004-06-07 23:54:25 +00:00
NSResponder.m
Small improvements for keyed decoding.
2004-10-21 21:01:36 +00:00
NSRulerMarker.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
NSRulerView.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSSavePanel.m
Doc updates and minor fixes.
2004-07-15 03:28:25 +00:00
NSScreen.m
Documentation and prevention of a leak in case of exception.
2004-01-02 04:19:32 +00:00
NSScroller.m
Use floor() instead of floorf().
2004-07-19 23:28:33 +00:00
NSScrollView.m
2004-09-25 Matt Rice <ratmice@yahoo.com>
2004-09-26 12:49:32 +00:00
NSSecureTextField.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSSelection.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSSlider.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
NSSliderCell.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSSound.m
Only declare the_server if HAVE_AUDIOFILE_H is defined.
2004-07-12 22:28:27 +00:00
NSSpellChecker.m
New implementation of spell checker.
2004-06-01 05:51:06 +00:00
NSSpellServer.m
NSSpellServer documentation.
2004-01-07 04:38:15 +00:00
NSSplitView.m
[adjustSubviews] call setNeedsDisplay: after resizing subviews
2004-05-14 20:44:50 +00:00
NSStepper.m
Header reorganization - Please refer to ChangeLog
2003-07-31 23:52:10 +00:00
NSStepperCell.m
Correction for issue with gcc 3.4.
2004-10-22 12:20:01 +00:00
NSStringDrawing.m
Some unrelated bug fixes.
2004-02-25 23:27:46 +00:00
NSTableColumn.m
Menu reference handlin patch and further keyed archiving.
2004-02-06 00:16:54 +00:00
NSTableHeaderCell.m
Use GSDrawingFunctions instead of Function.
2004-06-07 23:54:25 +00:00
NSTableHeaderView.m
Corrected affine transform struct element names and added some drawing functions.
2003-12-30 12:42:37 +00:00
NSTableView.m
* Source/NSTableView.m (-mouseDown:): Fix the check that detects
2004-09-23 20:36:10 +00:00
NSTabView.m
Use GSDrawingFunctions instead of Function.
2004-06-07 23:54:25 +00:00
NSTabViewItem.m
* Source/NSTabViewItem.m (-drawLabel:inRect:): Adjust the label
2004-09-26 20:20:32 +00:00
NSText.m
Include <> -> ""
2003-06-13 15:01:12 +00:00
NSTextAttachment.m
Minor memory management fixes.
2003-07-21 07:47:06 +00:00
NSTextContainer.m
More keyed decoding.
2004-02-15 18:23:13 +00:00
NSTextField.m
Menu reference handlin patch and further keyed archiving.
2004-02-06 00:16:54 +00:00
NSTextFieldCell.m
Small correction on last change.
2004-09-17 17:47:39 +00:00
NSTextStorage.m
More keyed decoding.
2004-02-15 18:23:13 +00:00
NSTextView.m
Improvements in keyed coding and correction for NSCell formatter unarchiving issue.
2004-10-18 01:48:15 +00:00
NSTextView_actions.m
Adjust handling of selected range changes in response to text changes.
2004-08-11 23:46:37 +00:00
NSToolbar.m
Toolbar improvements... Fixed several major and minor bugs, rewritten the validation support, lot of memory leaks eliminated and other changes
2004-07-07 21:25:42 +00:00
NSToolbarItem.m
* Source/GSFontInfo.m (-defaultLineHeightForFont): Adjust line
2004-09-21 16:55:43 +00:00
NSView.m
Improvements in keyed coding and correction for NSCell formatter unarchiving issue.
2004-10-18 01:48:15 +00:00
NSWindow+Toolbar.m
NSToolbar visibility issue corrected
2004-07-27 15:15:29 +00:00
NSWindow.m
Improved the NSWindow positioning
2004-11-07 18:03:50 +00:00
NSWindowController.m
set released when closed
2003-09-22 21:07:22 +00:00
NSWorkspace.m
2004-10-30 Alex Perez <aperez@student.santarosa.edu>
2004-10-30 11:19:07 +00:00
tiff.m
Log tiff warnings using NSDebugLLog instead of NSLog. Make private methods static.
2004-09-18 13:16:55 +00:00
win32-def.top
Update
2003-09-02 16:29:33 +00:00
win32-entry.c