ANN: GNUstep GUI Library 0.28.0
Ivan Vucica <[email protected]> Tue, 14 Apr 2020 00:08:21 +0100
| Newsgroups | gmane.comp.lib.gnustep.announce |
|---|---|
| Message-ID | <f373566f-3972-e108-57e9-feaac8689ad1__44130.2864857548$1586828669$gmane$org@vucica.net> |
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--===============4121593748148233484==
Content-Type: multipart/signed; micalg=pgp-sha512;
protocol="application/pgp-signature";
boundary="oxUtfsP9SYLktHGfLZ7iWM8AWa8pHEqSS"
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--oxUtfsP9SYLktHGfLZ7iWM8AWa8pHEqSS
Content-Type: multipart/mixed; boundary="xzPiAWBnr1borXrpfZk1VKTjCT0RURxg4"
--xzPiAWBnr1borXrpfZk1VKTjCT0RURxg4
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Content-Language: en-US
MD5 hashes:
060799937015a657dec7948bfb73c1d3=C2=A0 gnustep-gui-0.28.0.tar.gz
225b40a86430ebf7310e4dbd5d984c09=C2=A0 gnustep-gui-0.28.0.tar.gz.sig
1 Announcement
**************
This is version 0.28.0 of the GNUstep GUI library ('gnustep-gui').
1.1 What is the GNUstep GUI Library?
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
It is a library of graphical user interface classes written completely
in the Objective-C language; the classes are based upon Apple's Cocoa
framework.=C2=A0 The library has been enhanced in a number of ways to tak=
e
advantage of the GNU system.=C2=A0 These classes include graphical object=
s
such as buttons, text fields, popup lists, browser lists, and windows;
there are also many associated classes for handling events, colors,
fonts, pasteboards and images.
=C2=A0=C2=A0 The GNUstep GUI Library is designed in two parts.=C2=A0 The =
first part is
the front-end component which is independent of platform and display
system.=C2=A0 This front-end is combined with a back-end component which
handles all of the display system dependent such as specific calls to
X/Windows.=C2=A0 This design allows the GNUstep applications to have the
"look and feel" of the underlying display system without any changes to
the application, and the library can be easily ported to other display
systems.
=C2=A0=C2=A0 The GNUstep GUI Library requires the GNU Objective-C compile=
r, the
GNUstep Base Library, the TIFF Graphics library, Independent JPEG
Group's libjpeg library, and a back-end component from the GNUstep
'Back' library.
=C2=A0=C2=A0 Additional functionality may be enabled by installing additi=
onal
libraries.=C2=A0 For example, to build the Cairo backend in the GNUstep B=
ack
library, you will need to install Cairo.
1.2 Noteworthy changes in version '0.28.0'
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
This version adds support for modern XIB files and many new classes.
Plus the usual bunch of bug fixes.
=C2=A0=C2=A0 * Support loading of document XIB files.
=C2=A0=C2=A0 * Improve Key Value Binding for NSArrayController and add mo=
re
=C2=A0=C2=A0=C2=A0=C2=A0 bindings.
=C2=A0=C2=A0 * Better support for multi monitor usage and other improveme=
nt in the
=C2=A0=C2=A0=C2=A0=C2=A0 backend integration.
=C2=A0=C2=A0 * Add classes NSFontCollection, NSColorSampler, NSSpeechReco=
gnizer,
=C2=A0=C2=A0=C2=A0=C2=A0 NSAppearance, NSPDFInfo, NSPICTImageRep, NSCIIma=
geRep,
=C2=A0=C2=A0=C2=A0=C2=A0 NSPDFImageRep, NSPDFPanel, NSDataAsset, NSDatePi=
cker,
=C2=A0=C2=A0=C2=A0=C2=A0 NSDatePickerCell, NSPredicateEditor, NSPredicate=
EditorRowTemplate,
=C2=A0=C2=A0=C2=A0=C2=A0 NSRuleEditor, NSGestureRecognizer, NSButtonTouch=
BarItem,
=C2=A0=C2=A0=C2=A0=C2=A0 NSCandidateListTouchBarItem, NSClickGestureRecog=
nizer,
=C2=A0=C2=A0=C2=A0=C2=A0 NSColorPickerTouchBarItem, NSCustomTouchBarItem,=
=C2=A0=C2=A0=C2=A0=C2=A0 NSGroupTouchBarItem, NSMagnificationGestureRecog=
nizer,
=C2=A0=C2=A0=C2=A0=C2=A0 NSPanGestureRecognizer, NSPickerTouchBarItem,
=C2=A0=C2=A0=C2=A0=C2=A0 NSPopoverTouchBarItem, NSPressGestureRecognizer,=
=C2=A0=C2=A0=C2=A0=C2=A0 NSRotationGestureRecognizer, NSSharingServicePic=
kerTouchBarItem,
=C2=A0=C2=A0=C2=A0=C2=A0 NSSliderTouchBarItem, NSStepperTouchBarItem, NST=
ouchBarItem,
=C2=A0=C2=A0=C2=A0=C2=A0 NSTouchBar, NSTouch, NSDockTile.
=C2=A0=C2=A0 * Implement NSEPSImageRep.
=C2=A0=C2=A0 * Better encoding handling in RTF files.
=C2=A0=C2=A0 * Theming and drawing improvements.
=C2=A0=C2=A0 * Increase small font size to 10.
=C2=A0=C2=A0 * New cursor and stepper images.
=C2=A0=C2=A0 * Move NSFileWrapper to Foundation.
=C2=A0=C2=A0 * Fixed build on Debian GNU/kFreeBSD.
=C2=A0=C2=A0 * With command line argument -autolaunch YES, do not activat=
e the
=C2=A0=C2=A0=C2=A0=C2=A0 application when -activateIgnoringOtherApps: is =
invoked.
=C2=A0=C2=A0 * Improvements to WindowMaker compatibility (e.g.=C2=A0 WMFH=
ideApplication
=C2=A0=C2=A0=C2=A0=C2=A0 support).
=C2=A0=C2=A0 * Lowered NSFloatingWindowLevel by one to distinguish floati=
ng panels
=C2=A0=C2=A0=C2=A0=C2=A0 from menus.
1.3 Where can you get it? How can you compile it?
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
The gnustep-gui-0.28.0.tar.gz distribution file has been placed at
<ftp://ftp.gnustep.org/pub/gnustep/core>.
=C2=A0=C2=A0 It is accompanied by gnustep-gui-0.28.0.tar.gz.sig, a PGP si=
gnature
which you can validate by putting both files in the same directory and
using:
=C2=A0=C2=A0=C2=A0=C2=A0 gpg --verify gnustep-gui-0.28.0.tar.gz.sig
=C2=A0=C2=A0 Signature has been created using the key with the following
fingerprint:
=C2=A0=C2=A0=C2=A0=C2=A0 83AA E47C E829 A414 6EF8=C2=A0 3420 CA86 8D4C 99=
14 9679
=C2=A0=C2=A0 Read the INSTALL file or the GNUstep-HOWTO for installation
instructions.
1.4 Where do I send bug reports?
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D
Please log bug reports on the GNUstep project page
<http://savannah.gnu.org/bugs/?group=3Dgnustep> or send bug reports to
<[email protected]>.
1.5 Obtaining GNU Software
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
Check out the GNUstep web site.=C2=A0 (<http://www.gnustep.org/>), and th=
e
GNU web site.=C2=A0 (<http://www.gnu.org/>)
--xzPiAWBnr1borXrpfZk1VKTjCT0RURxg4--
--oxUtfsP9SYLktHGfLZ7iWM8AWa8pHEqSS
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE1skVZfHLUwouKI4kbk17otk8rJ0FAl6U8OUACgkQbk17otk8
rJ0BMw//ZFoEg9Qi8wbn5K9IsCHKfI2e6du9sm7PbCmmSX9udmKM9ldVls8xgX0P
nKtSeilRe6Qw4YiaZjMcbQaBjBM40DJYrBxQ2ISEG7fkGyxivobNn4z6YYUDSSfh
9AbZKEFvt6jlpJUEoUZQyvY/HD+/8s1qo+nV/MAlIk2D9832iORULI3M6JJyWKEI
UaWiaUJX5QQmInVEgX0zhy+k40DDQ3hQfaCYQSbbvPB0pGkGOQmf9cSTtD4PgZBB
eyPoyv/0imhEGd2fSjgXqygEs9CWA2OWSzqMyuKyQb3QjgQ0ZKB88jqQhkdrkEqG
Z/eXZ6XQKMhYS2AyT9vRwWt9SdQ3tlsd4QYH/h6Ii2PykFAxYGaxTqsluekXLu9v
ke11pby+48nr87UYaSmVNLCKr/XaTJDj//IGbT3lwaDON4Q+nqwCna++UzTuaWkw
lr4tGV/4rG185wQXRwDKdOew2gBtQBMOxaQTfJ3OgNPq/nVsyKp9/eSjV1BJAfVU
I5VVS1DD6QGUcLSEpC7Wu5w4HN9yn/oFYIa96kUNTdpdGZ/9xQ369noMIq2Y2hGr
rd01ybqwAxQouYU9CjFMxVCdcBOfJ9AWsmNt+EAVBBb90rm+d1FNPPmDldhKcyvQ
LK2u1Y+vevLAKr+Yl2idCMhvFaOG/zP8YAkPv/RoJQGZecdU/Q8=
=DrCc
-----END PGP SIGNATURE-----
--oxUtfsP9SYLktHGfLZ7iWM8AWa8pHEqSS--
--===============4121593748148233484==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KSW5mby1nbnVz
dGVwIG1haWxpbmcgbGlzdApJbmZvLWdudXN0ZXBAZ251Lm9yZwpodHRwczovL2xpc3RzLmdudS5v
cmcvbWFpbG1hbi9saXN0aW5mby9pbmZvLWdudXN0ZXAK
--===============4121593748148233484==--