1
1
1 Announcement
2
2
**************
3
3
4
- This is version 0.29 .0 of the GNUstep GUI library (' gnustep-gui' ).
4
+ This is version 0.31 .0 of the GNUstep GUI library (‘ gnustep-gui’ ).
5
5
6
6
1.1 What is the GNUstep GUI Library?
7
7
====================================
8
8
9
9
It is a library of graphical user interface classes written completely
10
- in the Objective-C language; the classes are based upon Apple' s Cocoa
10
+ in the Objective-C language; the classes are based upon Apple’ s Cocoa
11
11
framework. The library has been enhanced in a number of ways to take
12
12
advantage of the GNU system. These classes include graphical objects
13
13
such as buttons, text fields, popup lists, browser lists, and windows;
@@ -25,58 +25,65 @@ systems.
25
25
26
26
The GNUstep GUI Library requires the GNU Objective-C compiler, the
27
27
GNUstep Base Library, the TIFF Graphics library, Independent JPEG
28
- Group' s libjpeg library, and a back-end component from the GNUstep
29
- ' Back' library.
28
+ Group’ s libjpeg library, and a back-end component from the GNUstep
29
+ ’ Back’ library.
30
30
31
31
Additional functionality may be enabled by installing additional
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.29.0'
35
+ 1.2 Noteworthy changes in version ‘0.31.0’
36
36
==========================================
37
37
38
- This version adds support for storyboard files and many new classes.
39
- Plus the usual bunch of bug fixes.
40
-
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.
54
- * Better encoding handling in RTF files.
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.
38
+ This version adds view based cell support for NSTableView and
39
+ NSOutlineView. Plus the usual bunch of bug fixes.
40
+
41
+ • Add TGA detection for ImageMagick extension.
42
+ • Correct endianess swapping for saving 16 and 32 bit TIFF images.
43
+ • NSParagraphStyle restore old behaviour to have default tab stops.
44
+ • Documentation updates.
45
+ • A fix for autogsdoc documentation creation.
46
+ • Improve theming for many classes.
47
+ • Correct keyEquivalentModifierMask decoding in XIB files.
48
+ • Add imageViewWithImage: to NSImageView.
49
+ • Add implementation of NSUserInterfaceItemIdentifier to NSView.
50
+ • Fix NSImageView intercepting mouse events when not editable
51
+ • Move NSBox method isOpaque to GSTheme.
52
+ • Many decoding improvements.
53
+ • Fix compiler warnings.
54
+ • Generate and install a gnustep-gui.pc file.
55
+ • Add support for NSFilenamenPboardType in NSTextView.
56
+ • Add support for NSPasteboardTypePNG in NSBitmapImageRep if the
57
+ libpng is present.
58
+ • Add support for ImageMagick >= 7.0
59
+ • Increase pasteboard timeout to 30 seconds.
60
+ • Add NSAppearance implementation.
61
+ • Make PACKAGE_SCOPE public on MinGW.
62
+ • Started implementing NSShadow.
63
+ • Move awakeFromNib implementation to NSObject instead of NSView.
64
+ • Changes for libGIF 5.2 and later.
65
+ • Update NSViewController with lifeCycle methods.
66
+ • Avoid accessing instance variables in inline functions when
67
+ compiling with MSVC.
68
+ • Add method removeAllItems to NSMenu.
69
+ • Add badge handling to NSDockTile.
70
+ • More improvements to layout constraints.
71
+ • Add implementation of NSDictionaryController.
72
+ • Add implementation of the NSCollectionView classes.
73
+ • Improve NSDrawer opening.
74
+ • Improver CI pipeline.
68
75
69
76
1.3 Where can you get it? How can you compile it?
70
77
=================================================
71
78
72
- The gnustep-gui-0.29 .0.tar.gz distribution file has been placed at
79
+ The gnustep-gui-0.31 .0.tar.gz distribution file has been placed at
73
80
<ftp://ftp.gnustep.org/pub/gnustep/core>.
74
81
75
- It is accompanied by gnustep-gui-0.29 .0.tar.gz.sig, a PGP signature
82
+ It is accompanied by gnustep-gui-0.31 .0.tar.gz.sig, a PGP signature
76
83
which you can validate by putting both files in the same directory and
77
84
using:
78
85
79
- gpg --verify gnustep-gui-0.29 .0.tar.gz.sig
86
+ gpg --verify gnustep-gui-0.31 .0.tar.gz.sig
80
87
81
88
Signature has been created using the key with the following
82
89
fingerprint:
0 commit comments