|
1 | 1 | 1 Announcement |
2 | 2 | ************** |
3 | 3 |
|
4 | | -This is version 0.28.0 of the GNUstep GUI library ('gnustep-gui'). |
| 4 | +This is version 0.29.0 of the GNUstep GUI library ('gnustep-gui'). |
5 | 5 |
|
6 | 6 | 1.1 What is the GNUstep GUI Library? |
7 | 7 | ==================================== |
@@ -32,55 +32,51 @@ Group's libjpeg library, and a back-end component from the GNUstep |
32 | 32 | libraries. For example, to build the Cairo backend in the GNUstep Back |
33 | 33 | library, you will need to install Cairo. |
34 | 34 |
|
35 | | -1.2 Noteworthy changes in version '0.28.0' |
| 35 | +1.2 Noteworthy changes in version '0.29.0' |
36 | 36 | ========================================== |
37 | 37 |
|
38 | | -This version adds support for modern XIB files and many new classes. |
| 38 | +This version adds support for storyboard files and many new classes. |
39 | 39 | Plus the usual bunch of bug fixes. |
40 | 40 |
|
41 | | - * Support loading of document XIB files. |
42 | | - * Improve Key Value Binding for NSArrayController and add more |
43 | | - bindings. |
44 | | - * Better support for multi monitor usage and other improvement in the |
45 | | - backend integration. |
46 | | - * Add classes NSFontCollection, NSColorSampler, NSSpeechRecognizer, |
47 | | - NSAppearance, NSPDFInfo, NSPICTImageRep, NSCIImageRep, |
48 | | - NSPDFImageRep, NSPDFPanel, NSDataAsset, NSDatePicker, |
49 | | - NSDatePickerCell, NSPredicateEditor, NSPredicateEditorRowTemplate, |
50 | | - NSRuleEditor, NSGestureRecognizer, NSButtonTouchBarItem, |
51 | | - NSCandidateListTouchBarItem, NSClickGestureRecognizer, |
52 | | - NSColorPickerTouchBarItem, NSCustomTouchBarItem, |
53 | | - NSGroupTouchBarItem, NSMagnificationGestureRecognizer, |
54 | | - NSPanGestureRecognizer, NSPickerTouchBarItem, |
55 | | - NSPopoverTouchBarItem, NSPressGestureRecognizer, |
56 | | - NSRotationGestureRecognizer, NSSharingServicePickerTouchBarItem, |
57 | | - NSSliderTouchBarItem, NSStepperTouchBarItem, NSTouchBarItem, |
58 | | - NSTouchBar, NSTouch, NSDockTile. |
59 | | - * Implement NSEPSImageRep. |
| 41 | + * Support loading of storyboard files. |
| 42 | + * Add classes NSSwitch, NSFontAssetRequest, |
| 43 | + NSMediaLibraryBrowserController, NSScrubberItemView, |
| 44 | + NSScrubberLayout, NSScrubber, NSSharingServicePickerToolbarItem, |
| 45 | + NSPathCell, NSPathComponentCell, NSPathControl, NSPathControlItem, |
| 46 | + NSPersistentDocument, NSAccessibilityCustomAction, |
| 47 | + NSAccessibilityCustomRotor, NSAccessibilityElement, NSStoryboard, |
| 48 | + NSStoryboardSegue, NSPageController, NSSplitViewController, |
| 49 | + NSSplitViewItem, NSTabViewController, NSLayoutAnchor, |
| 50 | + NSLayoutConstraint, NSLayoutGuide, NSStatusBarButton, |
| 51 | + NSTextCheckingController, NSTextFinder, NSTextInputContext, |
| 52 | + NSGridView. Some of these classes are still skeletons. |
| 53 | + * Fix extraline fragment in text layout. |
60 | 54 | * Better encoding handling in RTF files. |
61 | | - * Theming and drawing improvements. |
62 | | - * Increase small font size to 10. |
63 | | - * New cursor and stepper images. |
64 | | - * Move NSFileWrapper to Foundation. |
65 | | - * Fixed build on Debian GNU/kFreeBSD. |
66 | | - * With command line argument -autolaunch YES, do not activate the |
67 | | - application when -activateIgnoringOtherApps: is invoked. |
68 | | - * Improvements to WindowMaker compatibility (e.g. WMFHideApplication |
69 | | - support). |
70 | | - * Lowered NSFloatingWindowLevel by one to distinguish floating panels |
71 | | - from menus. |
| 55 | + * Add more italian translations. |
| 56 | + * Add MacOSX methods to NSNib, NSMenu and NSWindow. |
| 57 | + * Focus handling fixes for WindowMaker. |
| 58 | + * Fix missing colours when loading old colour lists. |
| 59 | + * Support JPEG export as greyscale image. |
| 60 | + * Fix memory leak in NSPopupButtonCell. |
| 61 | + * Fix toolbar flickering. |
| 62 | + * NSSearchFieldCell use code from GSTheme to display popup. |
| 63 | + * Fix int decoding to get it working on 64 bit big endian machines. |
| 64 | + * Add tab stops after last defined at default intervals. |
| 65 | + * Stop NSWindow from handling windows that are gone, but possibly |
| 66 | + returned by a slow window manager. |
| 67 | + * Fix NSTableView/NSTableColumn bindings. |
72 | 68 |
|
73 | 69 | 1.3 Where can you get it? How can you compile it? |
74 | 70 | ================================================= |
75 | 71 |
|
76 | | -The gnustep-gui-0.28.0.tar.gz distribution file has been placed at |
| 72 | +The gnustep-gui-0.29.0.tar.gz distribution file has been placed at |
77 | 73 | <ftp://ftp.gnustep.org/pub/gnustep/core>. |
78 | 74 |
|
79 | | - It is accompanied by gnustep-gui-0.28.0.tar.gz.sig, a PGP signature |
| 75 | + It is accompanied by gnustep-gui-0.29.0.tar.gz.sig, a PGP signature |
80 | 76 | which you can validate by putting both files in the same directory and |
81 | 77 | using: |
82 | 78 |
|
83 | | - gpg --verify gnustep-gui-0.28.0.tar.gz.sig |
| 79 | + gpg --verify gnustep-gui-0.29.0.tar.gz.sig |
84 | 80 |
|
85 | 81 | Signature has been created using the key with the following |
86 | 82 | fingerprint: |
|
0 commit comments