mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
Version 0.9.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20119 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1e0a950071
commit
fe275b3dd6
6 changed files with 58 additions and 33 deletions
27
ANNOUNCE
27
ANNOUNCE
|
@ -1,12 +1,12 @@
|
|||
ANNOUNCE
|
||||
********
|
||||
|
||||
This is version 0.9.3 of the GNUstep GUI Backend (`gnustep-back').
|
||||
This is version 0.9.4 of the GNUstep GUI Backend (`gnustep-back').
|
||||
|
||||
What is the GNUstep GUI Backend?
|
||||
================================
|
||||
|
||||
It is a back-end component for the GNUstep GUI Library. The
|
||||
It is a back-end component for the GNUstep GUI Library. The
|
||||
implementation of the GNUstep GUI Library is designed in two parts. The
|
||||
first part is the front-end component which is independent of platform
|
||||
and display system. This front-end is combined with a back-end
|
||||
|
@ -20,30 +20,35 @@ easily ported to other display systems.
|
|||
Window's Systems. It works via a DPS emulation engine to emulate the
|
||||
DPS functions required by the front-end system.
|
||||
|
||||
Noteworthy changes in version `0.9.3'
|
||||
Noteworthy changes in version `0.9.4'
|
||||
=====================================
|
||||
|
||||
* A number of W32 window event enhancements
|
||||
* Fast drawing on 8 bit displays was added (although it might only
|
||||
speed things up on old X11 servers and/or remote servers).
|
||||
|
||||
* art backend glyph drawing with alpha enhancements.
|
||||
* GNUstep modifier keys are mapped to KeySyms instead of KeyCodes
|
||||
|
||||
* libwraster is no longer checked for - image functions now in
|
||||
frontend
|
||||
* Added a Cairo backend, although it is probably non-functional.
|
||||
Anyone is invited to contribute to making it work.
|
||||
|
||||
* art backend supports reading from a window.
|
||||
|
||||
* Add internal window decoration handling.
|
||||
|
||||
Where can you get it? How can you compile it?
|
||||
==============================================
|
||||
|
||||
The gstep-back-0.9.3.tar.gz distribution file has been placed on
|
||||
The gstep-back-0.9.4.tar.gz distribution file has been placed on
|
||||
`ftp.gnustep.org' in `pub/gnustep/core'.
|
||||
|
||||
Where do I send bug reports?
|
||||
============================
|
||||
|
||||
Bug reports can be sent to the GNUstep bug list <bug-gnustep@gnu.org>
|
||||
Bug reports can be sent to the GNUstep bug list <bug-gnustep@gnu.org>
|
||||
|
||||
Obtaining GNU Software
|
||||
======================
|
||||
|
||||
Check out the GNUstep web site. (<http://www.gnustep.org/>) and the
|
||||
GNU web site. (<http://www.gnu.org/>)
|
||||
Check out the GNUstep web site. (<http://www.gnustep.org/>) and the GNU
|
||||
web site. (<http://www.gnu.org/>)
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2004-09-23 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.9.4
|
||||
|
||||
* Documentation/news.texi: Update
|
||||
|
||||
2004-09-21 19:19 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/art/ftfont.m: Add lineHeight ivar to FTFontInfo.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.9.5}
|
||||
@section Noteworthy changes in version @samp{0.9.4}
|
||||
|
||||
@itemize @bullet
|
||||
@item Fast drawing on 8 bit displays was added (although it might only
|
||||
|
|
52
NEWS
52
NEWS
|
@ -1,6 +1,21 @@
|
|||
NEWS
|
||||
****
|
||||
|
||||
Noteworthy changes in version `0.9.4'
|
||||
=====================================
|
||||
|
||||
* Fast drawing on 8 bit displays was added (although it might only
|
||||
speed things up on old X11 servers and/or remote servers).
|
||||
|
||||
* GNUstep modifier keys are mapped to KeySyms instead of KeyCodes
|
||||
|
||||
* Added a Cairo backend, although it is probably non-functional.
|
||||
Anyone is invited to contribute to making it work.
|
||||
|
||||
* art backend supports reading from a window.
|
||||
|
||||
* Add internal window decoration handling.
|
||||
|
||||
Noteworthy changes in version `0.9.3'
|
||||
=====================================
|
||||
|
||||
|
@ -25,14 +40,13 @@ Noteworthy changes in version `0.9.2'
|
|||
Noteworthy changes in version `0.9.1'
|
||||
=====================================
|
||||
|
||||
Color on 8 bit displays works correctly now. WindowMaker properties
|
||||
are always set now in case another manager is emulating WindowMaker
|
||||
styles.
|
||||
Color on 8 bit displays works correctly now. WindowMaker properties are
|
||||
always set now in case another manager is emulating WindowMaker styles.
|
||||
|
||||
Noteworthy changes in version `0.9.0'
|
||||
=====================================
|
||||
|
||||
Some more improvements to copy/paste support following ICCCM
|
||||
Some more improvements to copy/paste support following ICCCM
|
||||
specifications (like COMPOUND_TEXT support).
|
||||
|
||||
Noteworthy changes in version `0.8.9'
|
||||
|
@ -45,7 +59,7 @@ Noteworthy changes in version `0.8.9'
|
|||
Noteworthy changes in version `0.8.8'
|
||||
=====================================
|
||||
|
||||
Full multi-byte/unicode support for East Asian languages was added to
|
||||
Full multi-byte/unicode support for East Asian languages was added to
|
||||
the xlib backend. The X11 server now supports use of the XIM input
|
||||
method for entering non-keyboard characters. Both contributions thanks
|
||||
to Kazunobu Kuriyama.
|
||||
|
@ -57,57 +71,57 @@ to Kazunobu Kuriyama.
|
|||
Noteworthy changes in version `0.8.7'
|
||||
=====================================
|
||||
|
||||
Handle NSBezierPath glyph drawing in art backend. art backend
|
||||
compiles with all freetype except 2.1.3 via ifdefs.
|
||||
Handle NSBezierPath glyph drawing in art backend. art backend compiles
|
||||
with all freetype except 2.1.3 via ifdefs.
|
||||
|
||||
Noteworthy changes in version `0.8.6'
|
||||
=====================================
|
||||
|
||||
Bug fixes. See the gnustep-gui NEWS for changes.
|
||||
Bug fixes. See the gnustep-gui NEWS for changes.
|
||||
|
||||
Noteworthy changes in version `0.8.5'
|
||||
=====================================
|
||||
|
||||
Text system improvements. See the gnustep-gui NEWS for changes.
|
||||
Text system improvements. See the gnustep-gui NEWS for changes.
|
||||
|
||||
Noteworthy changes in version `0.8.3'
|
||||
=====================================
|
||||
|
||||
See the gnustep-gui NEWS for changes.
|
||||
See the gnustep-gui NEWS for changes.
|
||||
|
||||
Noteworthy changes in version `0.8.2'
|
||||
=====================================
|
||||
|
||||
Improved font handling in art backend. Improved compositing with
|
||||
Improved font handling in art backend. Improved compositing with
|
||||
transformations and clipping in art backend.
|
||||
|
||||
Noteworthy changes in version `0.8.1'
|
||||
=====================================
|
||||
|
||||
art (libart-based) backend added. Use ./configure
|
||||
-enable-graphics=art to choose this backend.
|
||||
art (libart-based) backend added. Use ./configure -enable-graphics=art
|
||||
to choose this backend.
|
||||
|
||||
Noteworthy changes in version `0.8.0'
|
||||
=====================================
|
||||
|
||||
Bug fixes.
|
||||
Bug fixes.
|
||||
|
||||
Noteworthy changes in version `0.7.9'
|
||||
=====================================
|
||||
|
||||
Bug fixes.
|
||||
Bug fixes.
|
||||
|
||||
Noteworthy changes in version `0.7.8'
|
||||
=====================================
|
||||
|
||||
Simplified backend selection using -enable-server and
|
||||
-enable-graphics. Add -with-library-flags and -with-include-flags for
|
||||
adding additonal flags. Set name with -with-name
|
||||
Simplified backend selection using -enable-server and -enable-graphics.
|
||||
Add -with-library-flags and -with-include-flags for adding additonal
|
||||
flags. Set name with -with-name
|
||||
|
||||
Noteworthy changes in version `0.7.7'
|
||||
=====================================
|
||||
|
||||
First release. Most components extracted from xgps. The old backends,
|
||||
First release. Most components extracted from xgps. The old backends,
|
||||
xgps and xdps were depreciated in favor of this new backend, simply
|
||||
named back, which can be configured for a variety of window server and
|
||||
graphics implementations, and also allow for improved code sharing.
|
||||
|
|
2
README
2
README
|
@ -1,7 +1,7 @@
|
|||
README
|
||||
******
|
||||
|
||||
This is version 0.9.3 of the GNUstep GUI Backend (`gnustep-back').
|
||||
This is version 0.9.4 of the GNUstep GUI Backend (`gnustep-back').
|
||||
|
||||
Here is some introductory info to get you started:
|
||||
|
||||
|
|
2
Version
2
Version
|
@ -4,7 +4,7 @@
|
|||
# The version number of this release.
|
||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||
GNUSTEP_BACK_MINOR_VERSION=9
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=3
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=4
|
||||
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BACK_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue