- API change in WINGs for WMDraw*String().
commita2b404b5b3f4d8ba506778ed338f0fc86d818e06
authordan <dan>
Tue, 8 Oct 2002 08:26:06 +0000 (8 08:26 +0000)
committerdan <dan>
Tue, 8 Oct 2002 08:26:06 +0000 (8 08:26 +0000)
treeaeb6d100098722ea548f33d18feff1654be2b78b
parente98da5a6280804d9a8faad1c80e18949136430c2
- API change in WINGs for WMDraw*String().
  WMDrawString() and WMDrawImageString() now take WMColor instead of GC as
  arguments. WMDrawImageString() receives 2 colors (text & background).
  This is to allow easy extension for Xft/Xrender and hide X low level details
- Added alpha channel to WMColor. 2 new functions also:
  WMCreateRGBAColor() and WMSetColorAlpha()
- Miscelaneous code cleanups in wtext.c
- Removed obsoleted acconfig.h and implemented its functionality using
  AC_DEFINE and AC_DEFINE_UNQUOTED as autoconf 2.5x recommends.
  This will definitely enforce the need to use autoconf 2.5x
58 files changed:
ChangeLog
INSTALL
INSTALL.cs
INSTALL.es
INSTALL.fr
INSTALL.pt
INSTALL.sk
Makefile.am
WINGs/ChangeLog
WINGs/Extras/wtabledelegates.c
WINGs/Tests/mywidget.c
WINGs/WINGs/WINGs.h
WINGs/WINGs/WINGsP.h
WINGs/wballoon.c
WINGs/wbrowser.c
WINGs/wbutton.c
WINGs/wcolor.c
WINGs/wcolorpanel.c
WINGs/wfont.c
WINGs/wframe.c
WINGs/widgets.c
WINGs/wlabel.c
WINGs/wlist.c
WINGs/wmisc.c
WINGs/wpopupbutton.c
WINGs/wruler.c
WINGs/wtabview.c
WINGs/wtext.c
WINGs/wtextfield.c
WINGs/wview.c
WINGs/wwindow.c
WPrefs.app/Appearance.c
WPrefs.app/Font.c
WPrefs.app/KeyboardShortcuts.c
WPrefs.app/Paths.c
WPrefs.app/TexturePanel.c
WPrefs.app/WPrefs.c
WPrefs.app/double.c
WPrefs.app/editmenu.c
acconfig.h [deleted file]
configure.ac
src/appicon.c
src/balloon.c
src/defaults.c
src/dialog.c
src/dock.c
src/framewin.c
src/framewin.h
src/geomview.c
src/icon.c
src/menu.c
src/moveres.c
src/screen.c
src/screen.h
src/text.c
src/window.c
src/workspace.c
wrlib/convert.c