- Fixed userdefaults in WINGs not to synchronize on exit a domain that is
commitc2ec1cfe8a468d3ebaabfb6695e7925fba5b1d29
authordan <dan>
Wed, 13 Nov 2002 15:13:48 +0000 (13 15:13 +0000)
committerdan <dan>
Wed, 13 Nov 2002 15:13:48 +0000 (13 15:13 +0000)
tree0c0d486a4f0ff6a57dcc35751a07dd9cb0fcda6f
parentd597c61cb7929233289067021b6978f07cf90817
- Fixed userdefaults in WINGs not to synchronize on exit a domain that is
  marked not to be synchronized.
- WMGLOBAL options can now be set in the WindowMaker configuration files
  to overwrite values in WMGLOBAL.
- You can now pass "SystemFont", "BoldSystemFont", "SystemFont-##" or
  "BoldSystemFont-##", with ## being the font size to any font creating
  function to create a font with the (bold) system font font specification.
- Replaced AA with Anitialiased in WINGs font creation function names
- Added WMCreateFontWithFlags(), WMHasAntialiasingSupport() and
  WMIsAntialiasingEnabled()
- Created a separate font cacahe for antialiased fonts
- Added test at startup if Xft supports rendering antialiased fonts (in case
  the application was compiled with Xft support, but is run on an X server
  without support for xft rendering (RENDER extension missing). If no Xft
  support antialiasing will be disabled even if it is enabled in the
  configuration file.
- Finished the Info Panel to work with antialiased fonts.
- Code cleanup in dialog.c. Remade part of Info Panel drawing the Window Maker
  logo.
- Fixed technical style drawing of window resizing.
25 files changed:
WINGs/ChangeLog
WINGs/Examples/connect.c
WINGs/Examples/server.c
WINGs/NEWS
WINGs/Tests/testmywidget.c
WINGs/Tests/wmfile.c
WINGs/Tests/wmquery.c
WINGs/Tests/wtest.c
WINGs/WINGs/WINGs.h
WINGs/WINGs/WINGsP.h
WINGs/configuration.c
WINGs/userdefaults.c
WINGs/wapplication.c
WINGs/wfont.c
WINGs/wframe.c
WINGs/widgets.c
WINGs/wlist.c
WINGs/wtextfield.c
WINGs/wview.c
WindowMaker/Defaults/WMGLOBAL
src/dialog.c
src/moveres.c
src/screen.c
src/screen.h
src/wconfig.h.in