1
1
1 Announcement
2
2
**************
3
3
4
- This is version 0.31.0 of the GNUstep GUI library (‘ gnustep-gui’ ).
4
+ This is version 0.31.1 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,65 +25,32 @@ 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.31.0’
35
+ 1.2 Noteworthy changes in version ' 0.31.1'
36
36
==========================================
37
37
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.
38
+ This is a bugfix release
39
+
40
+ * Fix bug decoding menu items (breaking archive)
41
+ * Remove use of deprecated lock from base library
75
42
76
43
1.3 Where can you get it? How can you compile it?
77
44
=================================================
78
45
79
- The gnustep-gui-0.31.0 .tar.gz distribution file has been placed at
46
+ The gnustep-gui-0.31.1 .tar.gz distribution file has been placed at
80
47
<ftp://ftp.gnustep.org/pub/gnustep/core>.
81
48
82
- It is accompanied by gnustep-gui-0.31.0 .tar.gz.sig, a PGP signature
49
+ It is accompanied by gnustep-gui-0.31.1 .tar.gz.sig, a PGP signature
83
50
which you can validate by putting both files in the same directory and
84
51
using:
85
52
86
- gpg --verify gnustep-gui-0.31.0 .tar.gz.sig
53
+ gpg --verify gnustep-gui-0.31.1 .tar.gz.sig
87
54
88
55
Signature has been created using the key with the following
89
56
fingerprint:
0 commit comments