The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
Find a file
Sergii Stoian ed77ebb967 * Source/cairo/CairoGState.m
(-DPSsetstrokeadjust:): Implement.
  (-DPSinitgraphics): Set _strokeadjust to 1 by default.
  (-_adjustPath:): Implement new method that place the path to pixel
  boundaries.
  (-_setPath:): Change method definition adding fillOrClip argument.
  Use _adjustPath: method.
  (-DPSclip): Change call of _setPath: to new format.
  (-DPSeoclip): Ditto.
  (-DPSeofill): Ditto.
  (-DPSfill): Ditto.
  (-DPSstroke): Ditto.
  (-compositerect:op:): Ditto.
* Headers/cairo/CairoGState.h: Define _strokeadjust variable.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25299 72102866-910b-0410-8b05-ffd578937521
2007-07-01 23:02:29 +00:00
Documentation Mark location of version 0.12.0 2007-04-15 04:26:50 +00:00
Fonts Do not use GNUSTEP_INSTALLATION_DIR 2007-02-14 12:18:10 +00:00
Headers * Source/cairo/CairoGState.m 2007-07-01 23:02:29 +00:00
Source * Source/cairo/CairoGState.m 2007-07-01 23:02:29 +00:00
Tools Add auto-stop option 2007-03-06 21:44:40 +00:00
.cvsignore Added missing .cvsignore files. 2004-01-07 12:04:36 +00:00
ANNOUNCE Mark location of version 0.12.0 2007-04-15 04:26:50 +00:00
back.make.in Partial fix for #16453 2006-10-29 02:42:48 +00:00
ChangeLog * Source/cairo/CairoGState.m: (-DPSshow:): Apply correct scale 2007-07-01 22:17:14 +00:00
config.h.in Add auto-stop option 2007-03-06 21:44:40 +00:00
config.make.in * configure.ac: Rewrite, avoid setting vars unecessarily. Use 2005-02-23 03:47:34 +00:00
configure Add auto-stop option 2007-03-06 21:44:40 +00:00
configure.ac Add auto-stop option 2007-03-06 21:44:40 +00:00
COPYING.LIB Update FSF Address 2005-05-26 22:51:53 +00:00
GNUmakefile Guess GNUSTEP_MAKEFILES if not set 2007-02-28 07:18:52 +00:00
GNUmakefile.postamble Fix typo 2007-02-17 07:56:49 +00:00
gnustep-back.spec.in Fix GSSendBezierPath. Fix includes for wraster files 2002-03-29 19:25:35 +00:00
INSTALL * Source/x11/XGServerWindow.m (titlewindow::): Set NAME and ICON_NAME 2006-04-26 14:50:08 +00:00
install-sh Initial revision 2002-03-27 23:44:41 +00:00
NEWS Mark location of version 0.12.0 2007-04-15 04:26:50 +00:00
pkg.m4 Fix a few bugs. Supress pkg-config error message 2005-02-23 04:28:12 +00:00
README Mark location of version 0.12.0 2007-04-15 04:26:50 +00:00
Version Bump version 2007-04-15 04:37:34 +00:00

1 README
********

This is version 0.12.0 of the GNUstep GUI Backend (`gnustep-back').

Here is some introductory info to get you started:

1.1 Initial reading
===================

   * The file `ANNOUNCE' contains a very brief overview of the library.
     It also tells you where to get the most recent version.

   * The file `NEWS' has the library's feature history.

   * The file `INSTALL' gives instructions for installing the library.

1.2 How can you help?
=====================

   * Give us feedback!  Tell us what you like; tell us what you think
     could be better.  Send us bug reports at <bug-gnustep@gnu.org>.