- Check whether libXft is at least version 2.1.2 else refuse to compile.
commit9aca0d5f6e2f27a0dd1cb8560bd5aec3317d6205
authordan <dan>
Tue, 12 Oct 2004 01:34:32 +0000 (12 01:34 +0000)
committerdan <dan>
Tue, 12 Oct 2004 01:34:32 +0000 (12 01:34 +0000)
treec3cf82582a51926e823b91f2ce43673c4609fd63
parentc7c68c6fe784b083080be8dc390d391bfd3188b3
- Check whether libXft is at least version 2.1.2 else refuse to compile.
- Fixed bug in icon chooser dialog that could cause a segmentation fault
  in some cases (Pascal Hofstee <caelian@gmail.com>)
- Fixed crash in asm code in wrlib, with new versions of gcc.
- Fixed bug in the x86_PseudoColor_32_to_8() function which incorrectly
  used the r, g, b fields in the conversion.
- Fixed x86 ASM code in wrlib to work on 64 bit architectures.
- Fixed the focus flicker seen with some apps (notably gtk2)
  (Alexey Spiridonov <snarkmaster@gmail.com>)
- Fixed all crashing bugs that were generated by wmaker starting with the
  WMState file missing.
- Added NetWM support (a modified version of the patch originaly written
  by Peter Zijlstra <a.p.zijlstra@chello.nl>)
- Applied patch to enhance the Virtual Desktop behaviour, and to integrate
  it with the NetWM code (Peter Zijlstra <a.p.zijlstra@chello.nl>)
- Applied a few xinerama and placement fixes (Peter Zijlstra
    <a.p.zijlstra@chello.nl>)
- Fixed memory leak in dock code.
- Fixed and enhanced the text wrapping in WINGs.
- Fixed the layout of some elements in WPrefs.app
- Added workaround for aplications that don't set the required hints on the
  client leader window, but they set them on normal windows (observer with
  KDE 3.3.0 mainly). This will allow these apps to get an appicon again.
  (they should be fixed still)
- Added workaround for applications that do not set a command with
  XSetCommand(), but instead they set the _NET_WM_PID property. This works
  with operating systems that offer a /proc interface similar to what linux
  has. (This also is to fix problems with KDE 3.3.0 apps, but not only them).
- Fixed bug with autostart and exit scripts not being executed if user
  GNUstep path was different from ~/GNUstep (when setting GNUSTEP_USER_ROOT)
- Added utf8 support in WINGs (removed old X core font code)
- Added utility to convert old font names to new font names in style files
88 files changed:
ChangeLog
TODO
WINGs/ChangeLog
WINGs/Examples/puzzle.c
WINGs/Extras/Makefile.am
WINGs/Makefile.am
WINGs/Tests/wtest.c
WINGs/WINGs/WINGs.h
WINGs/WINGs/WINGsP.h
WINGs/configuration.c
WINGs/dragcommon.c
WINGs/dragdestination.c
WINGs/dragsource.c
WINGs/python/WINGs.py
WINGs/userdefaults.c
WINGs/wevent.c
WINGs/wfont.c
WINGs/wfont_noxft.c [new file with mode: 0644]
WINGs/wfont_wchar.c [new file with mode: 0644]
WINGs/wfontpanel.c
WINGs/wframe.c
WINGs/widgets.c
WINGs/winputmethod.c
WINGs/wmisc.c
WINGs/wscroller.c
WINGs/wtext.c
WPrefs.app/Appearance.c
WPrefs.app/Expert.c
WPrefs.app/Focus.c
WPrefs.app/Font.c
WPrefs.app/KeyboardShortcuts.c
WPrefs.app/Makefile.am
WPrefs.app/WPrefs.c
WPrefs.app/WindowHandling.c
WPrefs.app/Workspace.c
WindowMaker/Defaults/WMWindowAttributes.in
acinclude.m4
configure.ac
src/Makefile.am
src/WindowMaker.h
src/actions.c
src/actions.h
src/appicon.c
src/application.c
src/application.h
src/client.c
src/cycling.c
src/defaults.c
src/dialog.c
src/dock.c
src/event.c
src/framewin.c
src/funcs.h
src/icon.c
src/keybind.h
src/main.c
src/menu.c
src/misc.c
src/moveres.c
src/placement.c
src/screen.c
src/screen.h
src/session.c
src/stacking.c
src/startup.c
src/text.c
src/wdefaults.c
src/window.c
src/window.h
src/winmenu.c
src/winspector.c
src/wmspec.c
src/wmspec.h
src/workspace.c
src/workspace.h
src/xdnd.c
src/xutil.c
test/wtest.c
util/Makefile.am
util/convertfonts.c [new file with mode: 0644]
util/geticonset.c
util/getstyle.c
util/wmagnify.c
util/wmsetbg.c
wmlib/app.c
wrlib/convert.c
wrlib/draw.c
wrlib/x86_specific.c