2006-09-08 Adam Fedor * Remove GPuzzle - more up-to-date at Marko's site. 2005-01-13 17:38 Alexander Malmberg * GNUmakefile (SUBPROJECTS): Add ExampleService. Partially fixes bug #8161. 2004-11-11 Adam Fedor * Classes/NSImage/nsimage.m: Create menu before starting loop (patch from Patrick Middleton, Patch #3500). 2004-09-28 Fred Kiefer * Classes/NSImage/nsimage.m: Use rand() instead of random() as this is more portable. * Ink/Document.m ([Document -makeWindow]): Set text view to import graphics and added vertical ruler. * Old/nscombobox.m: Added one more combobox in window. 2004-09-28 Adam Fedor * Classes/NSPanelTest/NSPanelTest.m: Make NSPanelTest an application delegate. Reindent. Fix compiler warnings. * Classes/NSPanelTest/GNUmakefile: Don't make NSPanelTest the app class. * Classes/NSPanelTest/NSPanelTestInfo.plist: New file. * Classes/NSPanelTest/NSPanelTest_main.m: Use normal app startup function. * Classes/NSScreenTest/screen_main.m: Fix warning. * GPuzzle/BTree.m, GPuzzle/Document.m: Remove unused vars, Fix warnings. * GPuzzle/GNUmakefile: Don't define GNUSTEP_MAKEFILES. 2004-04-15 Quentin Mathe * ToolbarExample: Added a demo application for the toolbar implementation. * ToolbarExample/GNUmakefile: New file * ToolbarExample/ToolbarExampleInfo.plist: idem. * ToolbarExample/main.m : idem. * ToolbarExample/Controller.h: idem. * ToolbarExample/Controller.m: idem. * ToolbarExample/MiniController.h: idem. * ToolbarExample/MiniController.m: idem. * ToolbarExample/ToolbarExample.gorm/data.classes: idem. * ToolbarExample/ToolbarExample.gorm/objects.gorm: idem. * ToolbarExample/SecondWindow.gorm/data.classes: idem. * ToolbarExample/SecondWindow.gorm/objects.gorm: idem. * ToolbarExample/Images/FileIcon_Directory.tiff: idem. * ToolbarExample/Images/RecyclerFull.tiff: idem. * ToolbarExample/Images/SecondImage.tiff: idem. Sat Mar 6 13:57:07 2004 Brent Fulgham , Nicola Pero * Classes/NSPanelTest/GNUmakefile: Tidied - use GNUSTEP_MAKEFILES, do not set GNUSTEP_INSTALLATION_DIR, and do not include additional makefiles. 2004-02-18 Adam Fedor * Classes/NSImage: New * Old/nsimage.m: Remove. 2003-11-19 17:02 Alexander Malmberg * ExampleService/*: Move example.service and md5Digest.app here from gui/Tools/. 2003-08-25 David Ayers * *.h/m: Update to new header structure. 2003-07-26 Fred Kiefer * Old/GNUmakefile Added some more of the old examples. * Old/matrix.m * Old/nscombobox.m * Old/nsimage.m * Old/nsimagecell.m * Old/nsprogressindicator.m * Old/nsscroller.m * Old/nstabview.m * Old/popupbuttons.m * Old/ImageView.h * Old/ImageView.m * Old/TestView.h * Old/TestView.m * Old/ColorView.h * Old/ColorView.m Made examples working again. 2003-04-24 Adam Fedor * Calculator/CalculatorInfo.plist: Add NSIcon (patch from Rob Burns ). 2002-05-28 Adam Fedor * GPuzzle: New demo contributed by Marko Riedel . Fri May 17 16:15:35 2002 Nicola Pero * GFractal: New demo contributed by Marko Riedel . Thu Jan 17 20:27:59 2002 Nicola Pero * Classes/NSProgressIndicator/: New. * Classes/NSProgressIndicator/Threads: New. 2001-12-09 Fred Kiefer * Old/nsprogressindicator.m Corrected so it shows how to use a NSProgressIndicator. * Old/GNUmakefile Compile nsprogressindicator. 2001-10-04 Fred Kiefer * Old/testpb.m Pasteboard test moved over from gui and corrected. * Old/GNUmakefile Compile testpb * NSPanelTest/ Removed this directory 2001-09-23 Fred Kiefer * Old/popupbuttons.m In [applicationDidFinishLaunching:] reordered statements, so the action and target of the popups are set before the items get created. * Old/GNUmakefile Simple makefile for build some of the old applications. * Old/.cvsignore Ignore all temporary files. * NSPanelTest/.cvsignore Ignore all temporary files. * Edit/ Removed obsolete directory. 2001-08-03 Gregory John Casamento * Ink/Document.m ([Document -makeWindow]): added call to make text view the first responder since the spell checker needs to find the document to be spell checked on the responder chain. 2001-07-08 Adam Fedor * Version 0.9.2 Fri Jul 6 18:04:47 2001 Nicola Pero * Ink/Document.m ([-dataRepresentationOfType:]): If type is nil, use text as a default rather than crashing (suggestion by Ian Mondragon ). Wed Jul 4 18:32:22 2001 Nicola Pero * Ink/Document.m ([Document -dealloc]): Call super dealloc. 2001-06-19 Gregory Casamento * Added menu item to allow Ink to bring up the NSSpellChecker GUI. 2001-06-16 Fred Kiefer * Ink/InkInfo.plist Added RTFD as supported extension. * Ink/Document.m [fileWrapperRepresentationOfType:] create RTFD files. [dataRepresentationOfType:] create RTFD data. [loadFileWrapperRepresentation:ofType:] load RTFD files. [loadDataRepresentation:ofType:] load RTFD data. Tue Jun 12 02:01:25 2001 Nicola Pero * Ink/main.m ([MyDelegate -applicationWillFinishLaunching:]): Added menu item insert file (patch by Stefan Urbanek ). * Ink/Document.m ([-insertFile:]): New method (patch by Stefan Urbanek modified). ([-textView:doubleClickedOnCell:inRect:atIndex:]): New method (patch by Stefan Urbanek). 2001-05-09 Fred Kiefer * Old/GSImageTabViewItem.m Adopted to changes in superclass. Sat Feb 17 19:08:29 2001 Nicola Pero * Ink/Document.m ([-makeWindow]): Use a white background. 2001-02-13 Fred Kiefer * Ink/main.m Don't load the Readme.rtf file when starting the app. Tue Jan 20 Michael Hanni * Classes/NSBrowserTest/.cvsignore, NSPanelTest/.cvsignore, NSScreenTest/.cvsignore: added for cleanliness. Fri Jan 26 23:11:18 2001 Nicola Pero * HostAddress/: New Project contributed by Philippe C.D. Robert . * HostAddress/AppController.h: New file. * HostAddress/AppController.m: Idem. * HostAddress/GNUmakefile: Idem. * HostAddress/Info-project.plist: Idem. * HostAddress/PC.project: Idem. * HostAddress/Resolver.h: Idem. * HostAddress/Resolver.m: Idem. * HostAddress/main.m: Idem. Sun Jan 21 23:33:04 2001 Nicola Pero * Calculator/CalcFace.m ([-init]): Set default button cell to `='. Mon Jan 9 23:21:34 2000 Nicola Pero Rearrangement of the whole directory structure. * Old/: New directory. Old tests moved here. * Classes/: New directory. Rewritten most makefiles in the dir. * Classes/NSPanelTest: Moved from top level. * Classes/NSBrowserTest: Moved from browser.m in top level. * Classes/NSScreen: Moved from screen in top level. * GNUmakefile: Rewritten from scratch. * README: Updated for new rearrangement. Sat Jan 6 20:01:07 2001 Nicola Pero * Ink/Document.m ([-makeWindow]): Set the text container size and tracking of text view. 2000-11-03 Fred Kiefer * Ink/Ink_app.tiff: TIFF version of icon. * Ink/main.m: * Ink/InkInfo.plist: * Ink/GNUmakefile: Get the application icon from the plist. Tue Dec 12 02:44:06 2000 Nicola Pero * GNUmakefile: Updated/Simplified. * GNUmakefile.preamble: Idem. * Edit/GNUmakefile: Idem. * Edit/GNUmakefile.preamble: Idem. * Edit/GNUmakefile.postamble: Idem. * GNUmakefile.postamble: Empty file removed. Tue Dec 12 02:37:42 2000 Nicola Pero * Calculator/GNUmakefile: Updated/simplified. * CurrencyConverter/GNUmakefile: Idem. * Finger/GNUmakefile: Idem. * Ink/GNUmakefile: Idem. 2000-11-06 Fred Kiefer * Ink/Document.m: Improved resizing of views 2000-11-03 Fred Kiefer * Ink/main.m: Relase the menu entries. * Ink/Document.m: The text view can now be resized. 2000-10-24 Fred Kiefer * Ink/Document.h: Changed ivars * Ink/Document.m: Use new ivars, changed text view handling * Ink/Readme.rtf: Added some spaces 2000-10-22 Michael Hanni * nstabview.m: add 'Change Tab Font' menu item to use the font panel to change the font the NSTabView uses to draw the tabs. 2000-10-21 Adam Fedor * GNUmakefile, GNUmakefile.preamble. Remove unused includes 2000-10-19 Michael Hanni * nstabview.m: rewrote, hopefully better reflects the status of NSTabView (check gui/Changelog) 2000-10-15 Fred Kiefer * Ink/* Added new application for testing the text classes and the document framework.This should replace Edit! 2000-08-28 Adam Fedor * */GNUmakefile: Make sure GNUSTEP_MAKEFILES points to the right place. 2000-08-06 Adam Fedor * Version 0.6.6 released. 2000-08-04 Adam Fedor * All tests (main): Remove initialize_gnustep_backend function call. Sat Jul 29 22:17:35 2000 Nicola Pero Simplified the CurrencyConverter example/demo. * CurrencyConverter/CurrencyConverter.m ([-init]): Made the window not closable. (main): Do not call initialize_gnustep_backend. Removed runInfoPanel: * CurrencyConverter/CurrencyConverter.h: Removed runInfoPanel: * CurrencyConverter/CurrencyConverterInfo.plist: New file. * CurrencyConverter/GNUmakefile: Removed useless includes. Sat Jul 29 22:03:39 2000 Nicola Pero Simplified the Calculator example/demo. * Calculator/CalculatorInfo.plist: New file. * Calculator/CalcFace.m ([CalcFace -runInfoPanel:]): Removed method, now using CalculatorInfo.plist * Calculator/CalcFace.h: Removed method runInfoPanel:. * Calculator/main.m: Removed class CalcController; changed Info menu item's action; do not call initialize_gnustep_backend; this is now done automatically. * Calculator/CalcFace.m ([CalcFace -init]): Made window not closable. * Calculator/GNUmakefile: Removed inclusion of GNUmakefile.preamble, GNUmakefile.postamble. Tue Jul 18 17:53:16 2000 Nicola Pero * CurrencyConverter/CurrencyConverter.m ([-init]): Fixed minimum size of the window. 2000-07-01 Fred Kiefer * Edit/Readme.rtf: New file to load at startup * Edit/GNUmakefile: Added new file Readme.rtf as ressource * Edit/Controller.m: * Edit/Controller.h: * Edit/Edit.m: * Edit/Document.m: * Edit/Document.h: Added font and ruler pasting 2000-05-04 Richard Frith-Macdonald * screen: new subdirectory for tool to test screen access functions contributed by Gregory John Casamento 2000-04-18 Adam Fedor * ImageView.m (-initWithFile:): Return nil if image not loaded. 2000-04-17 Fred Kiefer * Edit/Controller.m: Removed RTF setting, now become window delegate * Edit/Edit.m: Added entries in menu for additional format test * Edit/Document.m: Enable RTF 2000-03-11 Adam Fedor * nsimage.m: Set window frame when initing window. Wed Mar 8 21:42:03 2000 Nicola Pero * TestView.m: Do not include configure.h. Some other tidying, removed some unuseful historical code. 2000-02-25 Adam Fedor * ColorView.m: Fix some retain problems. * nscursor.m: Show implementation of image cursor. Tue Feb 22 18:19:11 2000 Nicola Pero Contributed by Fred Kiefer: * Edit/Controller.m ([Controller -applicationDidFinishLaunching:]): Use the font manager. * Edit/Edit.m (createMenu): Create the format menu. Tue Jan 25 15:02:41 2000 Nicola Pero * fontpanel.m: Rewritten completely, based on a contribution by Fred Kiefer. Sun Feb 13 02:14:29 2000 Nicola Pero * Finger: New demo program. Sun Feb 13 01:11:31 2000 Nicola Pero * CurrencyConverter/CurrencyConverter.m ([-init]): Use AUTORELEASE instead of -autorelease. ([-dealloc]): Use RELEASE instead of -release. (main): AUTORELEASE the created menus. * Calculator/main.m (main): AUTORELEASE the created menus. Thu Feb 10 09:55:00 2000 Richard Frith-Macdonald * nsscroller.m: ([MyObject -scrollerAction:]) Move the knob when the arrows are clicked. Thu Feb 10 01:29:48 2000 Nicola Pero * nsscroller.m ([MyObject -scrollerAction:]): Print some useful information. Mon Feb 7 12:25:24 2000 Nicola Pero * scrollview2.m ([-addColumn:]), ([-addRow:]): Mark the scrollview as needing redisplay. ([-removeRow:]), ([-removeColumn:]): Idem plus reset button titles. Sat Feb 5 03:35:09 2000 Nicola Pero * Calculator/main.m (main): Added Hide item in menu; removed Info menu, superseded by a single Info... item. * CurrencyConverter/CurrencyConverter.m (main): Idem; plus, set main menu title to a shorter "CurrConv" Fri Feb 4 01:40:58 2000 Nicola Pero * README: New file. Thu Feb 3 01:21:53 2000 Nicola Pero * Calculator/main.m (main): Added "..." to Info Panel and Help menu items. * CurrencyConverter/CurrencyConverter.m (main): Idem. Tue Feb 1 23:35:20 2000 Nicola Pero * windows.m: Set alternate title of the momentary change button. Tue Feb 1 23:21:04 2000 Nicola Pero * windows.m: Put the text key view loop in natural order. (Bug reported by Jory van Zessen). Mon Jan 31 01:03:16 2000 Nicola Pero * popupbuttons.m ([buttonsController -applicationDidFinishLaunching:]): Removed example of popupbutton with images. Unfortunately we do not any longer have this extension of popupbuttons with images [Popupbuttons are strictly connected to menus]. Tue Jan 25 00:28:31 2000 Nicola Pero Added Info Panel to Calculator and CurrencyConverter: * Calculator/main.m (main): Added Info menu. * Calculator/CalcFace.m ([-runInfoPanel:sender]): Added method. * Calculator/CalcFace.h: Idem. * CurrencyConverter/CurrencyConverter.m (main): Added Info menu. * CurrencyConverter/CurrencyConverter.m ([-runInfoPanel:sender]): Added method. * CurrencyConverter/CurrencyConverter.h: Idem. 2000-01-21 Adam Fedor * scrollview.m; Rewrite with application delegate. 2000-01-14 Adam Fedor * TestView.m, ColocView.m: Fixes for changes in ivars. Thu Jan 13 11:59:41 2000 Nicola Pero * CurrencyConverter/CurrencyConverter.m ([CurrencyConverter -init]): Refined setting size of textfields. Fri Jan 7 02:20:43 2000 Nicola Pero * scrollview2.m: Added code to test matrix double click. 1999-11-30 Adam Fedor * nsbrowser.m: Updated to show off new NSBrowser changes (patch from F. Wolff ). Sat Nov 27 04:17:31 1999 Nicola Pero * GSTest/ChangeLog: Added file. Fri Nov 26 01:05:04 1999 Nicola Pero The new test suite. * GNUmakefile: Updated. * nsbox.m: Removed, obsoleted by the new NSBox-test. * slider.m: Removed, obsoleted by the new NSSlider-test. * Calculator/main.m (main): Added menu, to test cut&paste between Calculator and CurrencyConverter. * Calculator/CalcFace.m, Calculator/CalcFace.h: Order out self when application did finish launching. * GSTest/: New directory. * GSTest/main.m: New file. * GSTest/infoPanel.h: New file. * GSTest/infoPanel.m: New file. * GSTest/GSTestProtocol.h: New file. * GSTest/testList.h: New file. * GSTest/KeyboardInput-test: New directory. * GSTest/KeyboardInput-test/GNUmakefile: New file. * GSTest/KeyboardInput-test/KeyboardInput-test.m: New file. * GSTest/NSBox-test: New directory. * GSTest/NSBox-test/GNUmakefile: New file. * GSTest/NSBox-test/NSBox-test.m: New file. * GSTest/NSColorWell-test: New directory. * GSTest/NSColorWell-test/GNUmakefile: New file. * GSTest/NSColorWell-test/NSColorWell-test.m: New file. * GSTest/NSScrollView-test: New directory. * GSTest/NSScrollView-test/GNUmakefile: New file. * GSTest/NSScrollView-test/NSScrollView-test.m: New file. * GSTest/NSSlider-test: New directory. * GSTest/NSSlider-test/GNUmakefile: New file. * GSTest/NSSlider-test/NSSlider-test.m: New file. Thu Nov 25 05:26:29 1999 Nicola Pero New little demo app showing text fields working. * CurrencyConverter: New directory. * CurrencyConverter/GNUmakefile: New file. * CurrencyConverter/CurrencyConverter.m: New file. * CurrencyConverter/CurrencyConverter.h: New file. * Calculator/GNUmakefile.postamble: Removed file, so that Calculator.app remains in its directory after compile. 1999-11-22 Richard frith-Macdonald * GNUstepInstaller.m; Use [-orderFrontRegardless] before app is active. * nsbrowser.m: ditto * nsbrowsercell.m: ditto * nscombobox.m: ditto * nsimage.m: ditto * nsprogressindicator.m: ditto * nsscroller.m: ditto * nstabview.m: ditto * slider.m: ditto * windows.m: ditto 1999-11-16 David Lazaro Saz * GNUmakefile (menu_RESOURCE_FILES): Added the Smiley.tiff file as a resource to demonstrate one of the new capabilites of the new NSMenu additions. 1999-10-18 Lyndon Tremblay * nstextfields.m: Added to test NSTextField, NSSecureTextField. Tue Oct 12 1999 Nicola Pero * Calculator: Added icon by Andrew Lindesay; reduced button spacing (suggestion by Andrew Lindesay); added key equivalents. 1999-10-07 * Calculator: New test from Nicola Pero 1999-09-09 Gerrit van Dyk * nscombobox.m: Added ComboBox test 1999-08-22 Gerrit van Dyk * nsprogressindicator.m: Added progressIndicator test 1999-08-19 Michael Hanni * gstextnetwork.m: some changes. * popupbuttons.m: a few changes to help debug problems other people have reported. * menu.m: moved some stuff around to better allow ui testing. 1999-09-07 Adam Fedor * buttons.m ([buttonsController -applicationDidFinishLaunching:]): Move main menu creation to here, since it screws up xdps if it's in main - must look into this... 1999-08-21 Richard frith-Macdonald Added simple menu with 'quit' item for all test apps. 1999-07-30 Michael Hanni * Several images for new popup in popupbuttons.app: animations.tiff appearance.tiff configs.tiff dock.tiff (images taken from Window Maker, I hope this is ok.) 1999-07-26 Michael Hanni * GNUstepInstaller.m: copy of nstabview.m, save this app uses no tabs and has buttons in the TabView for movement through tabs, quite cool. * nstabview.m: added a delegate to the nstabview. Delegate responds to all selectors and gives debug information. In addition, with the delegate you cannot click on the "Natalie" tab, it is disabled. 1999-07-24 Michael Hanni * gstextnetwork.m: new test app to test NSTextView/TextNetwork. * Edit/*: minor fixes to use NSText directly so for the time being Edit.app still works somewhat. 1999-07-10 Michael Hanni * GSImageTabViewItem.m: new file to draw a subclass of NSTabViewItem that puts an image into a tab. * nstabview.m: changed "Me" tab to also include an image. * Smiley.tiff: image I drew to put in a tab. 1999-07-9 Michael Hanni * nstabview.m: this is a must see. it really works quite well.