mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13512 72102866-910b-0410-8b05-ffd578937521
144 lines
4.5 KiB
Text
144 lines
4.5 KiB
Text
2002-04-19 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* Tools/gpbs.m: If given -NSHost specification for the current host,
|
|
ignore it and use the standard name.
|
|
|
|
2002-04-15 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
* configure.in: Added check to determine if libXft contains
|
|
XftDrawStringUtf8 which is used to draw unicode strings.
|
|
|
|
2002-04-15 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Source/x11/XGServerWindow.m ([XGServer
|
|
-_addExposedRectangle::]): Use current server class
|
|
([XGServer -flushwindowrect::]): Idem.
|
|
(Suggestion by alexander@malmberg.org)
|
|
|
|
* Source/x11/XIMInputServer.m (-initWithDelegate:display:name:):
|
|
Use defaultCStringEncoding if UTF8 doesn't work.
|
|
(Patch from stoyan@on.com.ua).
|
|
|
|
2002-04-14 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Headers/x11/XGServerWindow.h: Add graphics driver protocol
|
|
information.
|
|
* Source/x11/XGServerWindow.m (_createBuffer:): Use it.
|
|
(-termwindow:): Idem.
|
|
([XGServer -windowbacking::win]): Idem.
|
|
([XGServer -windowdevice:]): Idem.
|
|
([XGServer -_addExposedRectangle::]): Idem.
|
|
([XGServer -flushwindowrect::]): Idem.
|
|
|
|
* Source/xlib/XGBitmapImageRep.m: Use new GSCurrentDevice.
|
|
* Source/xlib/XGContext.m: Idem.
|
|
* Headers/xlib/XGGState.h: Use window device, not window number.
|
|
* Source/xlib/XGGState.m: Idem.
|
|
|
|
Thu Apr 11 22:24:01 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
* Source/x11/XGServerEvent.m: Added missing includes.
|
|
* Source/x11/XGServerWindow.m: Idem.
|
|
* Source/x11/XGDragView.m: Idem.
|
|
2
|
|
2002-04-11 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
* Tools/gpbs.m: Fixed bug in argument parsing ... was objecting to
|
|
-NSHost!
|
|
|
|
2002-04-10 Adam Fedor <fedor@gnu.org>
|
|
|
|
* configure.in: Don't set X paths if no X found. Only set
|
|
/usr/local paths for freebsd
|
|
|
|
* Source/gsc/GSContext.m: Remove currentgstate, gstate
|
|
* Source/x11/XGServerWindow.m (windowbacking:) Implement.
|
|
|
|
2002-04-06 Adam Fedor <fedor@gnu.org>
|
|
|
|
* configure.in: Renable XIM by default again.
|
|
|
|
* Source/gsc/GSStreamContext.m (GSSetFont:): Implement.
|
|
Fix up show methods and fix spaces in method names.
|
|
|
|
* Source/xlib/XGContext.m (-initWithContextInfo:): Return
|
|
alternate (PS) context when indicated.
|
|
|
|
* Source/xlib/xrtools.c: Simplify color conversion routines.
|
|
* Source/xlib/XGGState.m: Use them
|
|
|
|
2002-04-03 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Source/GNUmakefile.preamble: Fix LIB_DIRS and
|
|
LIBRARIES_DEPEND_UPON for compiling as a library.
|
|
|
|
2002-04-02 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Source/gsc/GSContext.m (-GSDefineGState): Use new def - also
|
|
creates a copy of the gstate.
|
|
(-GSReplaceGState): Replace with copy of current gstate.
|
|
|
|
* configure.in (--with-name): Configure the name of the backend
|
|
* back.make.in: Idem.
|
|
* config.make.in: Idem.
|
|
* Source/GNUmakefile: Idem.
|
|
* Documentation/install.texi: Document.
|
|
|
|
* Source/GNUmakefile.preamble: Missing include.
|
|
|
|
* Source/x11/XGServerWindow.m: Fix slideImage method name.
|
|
|
|
2002-04-01 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Source/x11/XGServerWindow.m ([XGServer -_setupRootWindow]): Read
|
|
GSAppOwnsMiniwindow default.
|
|
([XGServer -appOwnsMiniwindow]): Use it.
|
|
([XGServer -miniwindow:): Idem.
|
|
|
|
* Source/gsc/GSContext.m (-GSSendBezierPath:): Implement
|
|
(-GSRectClipList::): Likewise.
|
|
(-GSRectFillList::): Likewise.
|
|
(-GSCurrentCTM): Likewise.
|
|
(-GSSetCTM:): Likewise.
|
|
(-GSConcatCTM:): Likewise.
|
|
* Source/xlib/XGGState.m ([XGGState -DPSsetmiterlimit:]): Implement
|
|
to do nothing.
|
|
|
|
* Source/x11/GNUmakefile: Remove unsed draw.c, gradient.c, misc.c
|
|
|
|
2002-03-31 Fred Kiefer <FredKiefer@gmx.de>
|
|
|
|
* Source/x11/XGServerWindow.m
|
|
In [window:::] set the initial hints for a window, as
|
|
setWindowHintsForStyle() would otherwise never be called.
|
|
|
|
2002-03-30 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Source/GNUmakefile.preamble: Add graphic includes, -Wall
|
|
* Source/gsc/GNUmakefile.preamble: Likewise.
|
|
* Source/x11/GNUmakefile.preamble: Likewise.
|
|
* Source/xlib/GNUmakefile.preamble: Likewise.
|
|
|
|
* Tools/font_cacher.m: Fix include.
|
|
|
|
2002-03-29 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Source/gsc/GSGState.m (-GSSendBezierPath:): Append path in all
|
|
cases.
|
|
(- GSRectFillList): Implement.
|
|
* Source/x11/XGServerWindow.m:
|
|
([XGServer -windowbounds:]): Don't get screen bounds.
|
|
|
|
* Source/x11/*.c: Fix includes.
|
|
|
|
2002-03-27 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Source/x11/GNUmakefile: Get headers from right place.
|
|
* Source/xlib/GNUmakefile: Remove invalid header.
|
|
|
|
* Source/x11/XGServerWindow.m (-window:::): Change method to
|
|
match frontend (including setting of style).
|
|
|
|
2002-03-27 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Version: Initial version (most code extracted from xgps).
|
|
|