Commit graph

14 commits

Author SHA1 Message Date
martti
64c40e7b09 Updated fvwm2 to 2.4.6
* New conditional command ThisWindow.
* Better support of non ISO-8859-1 window and icon titles.
* Bug fixes

Apart from fixing a number of minor or rare problems, it addresses
slow opaque window movement and resizing that was not encountered in
the 2.2.x releases. If you do not use opaque window movement or resizing
and did not encounter any of the bugs described below you do not need
to upgrade. System administrators are strongly encouraged to move to
2.4.6 from any earlier 2.4.x release.
2002-03-11 07:20:55 +00:00
martti
e4b71c7b98 Updated fvwm2 to 2.4.5
New features:
-------------

* New style BackingStoreWindowDefault which is the default
  now. Fvwm no longer disables backing store on windows by
  default. This may help with some applications that do not redraw
  properly.

* Reduced the time in which fvwm attempts to grab the pointer.

Bug fixes:
----------

* Fixed minor problems in popping sub menus up and down.

* Fixed moving windows between pages with the keyboard.

* Fixed the size of the geometry window that was broken sometimes.

* Fixed problem with pointer warping to another screen on a dual
  head setup.

* Fixed a problem with the focus in internal Ddd and Netscape
  windows.

* Fixed unmanaged window when window was mapped/unmapped/mapped too
  fast.

* Fixed MiniScroll's auto repeating in FvwmScript.

* Fixed a crash with the UseStyle style in combination with
  HilightBack.

* Fixed excessive redraws of the windows under a window being shaded.

* Fixed a minor memory leak in the Style command.

* Fixed pixmap background of FvwmButtons behind buttons with only
  text.

* Fixed a crash in FvwmIconBox when the application provided an
  illegal icon.

* Fixed a configure problem with libstroke-0.5.1.

* Fixed bug that sometimes caused unnecessary redraws when a style
  was changed.

* Fixed crash when something like "$[$v]" appeared in a command.

* Fixed parsing of conditions with more than one comma.
2002-01-28 08:14:34 +00:00
martti
bcca73ea51 * Regenerate checksum as fvwm_icons.tgz was modified
* Adjust Makefile to match the new layout of fvwm_icons.tgz
2002-01-04 06:44:58 +00:00
martti
95a1795522 Fvwm 2.4.4 is a bug fix release for version 2.4.3. The most
important fixes are related to key bindings with the Shift key and
some problems with ClickToFocus.  We recommend upgrading from any
earlier 2.4.x release to 2.4.4.

* Minor title drawing fixes.

* Fixed manual placement with Xinerama.

* Minor button 3 handling fix in FvwmPager.

* Fixed *FvwmIconMan*shaped option with empty managers.

* Fixed ClickToFocusClickRaises style.

* FvwmForm: Customize pointers, support ISO_Tab key, buttons can activate
  on press or release, special pointer during grab, arrow keys useful in form
  with one input field.

* New OpaqueMoveSize argument "unlimited".

* Fixed binding keys with and without "Shift" modifier under some
  circumstances.

* Fixed binding actions to the client window with ClickToFocus.

* Mouse bindings are activated without a recapture.

* FvwmScript: new keyboard bindings. New flags NoFocus and Left, Center,
  and Right for text position. Amelioration of the Menu and PopupMenu
  Widgets. New functions GetPid, Parse, SendMsgAndGet and LastString.
  New instruction Key for key bindings. New command SendToModule ScriptName
  SendString.

* Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
  disables warning messages.

* Restored the default Alt-Tab behaviour from 2.4.0.
2001-12-17 07:30:07 +00:00
martti
b180b781b9 There was a problem with PLIST if the user had gtk+ installed but
didn't use FVWM2_USE_GTK=YES. The problem is fixed by adding
--without-gtk-prefix to CONFIGURE_ARGS if FVWM2_USE_GTK=NO.
2001-10-11 09:11:22 +00:00
martti
db9641af77 - Updated to version 2.4.3.
- Added FVWM2_USE_GTK and FVWM2_USE_RPLAY for those who want FvwmGtk
  and audio support.
- Removed dependency on imlib until a better PLIST_SUBST is written.

Changes in stable 2.4.3 (8-Oct-2001)

* Fixed activation of shape extension.
* Fixed problems with overriding key bindings.
* Single letter key names are allowed in upper and lower case in
  key bindings as before 2.4.0.
* Fixed WindowList placement with Xinerama.
* Fixed flickering icon titles.
* New X resource fvwmscreen to select the Xinerama screen on which to
  place new windows.
* Coordinates of a window during motion are show relative to the
  Xinerama screen.
* Some icon placement improvements with Xinerama.
2001-10-09 12:19:05 +00:00
martti
6cbe3bb122 Fvwm 2.4.2 has been released. List of changes is too long to be included
here, please see ChangeLog in the build directory for further details.
2001-10-01 11:14:42 +00:00
nra
a5786c8538 Update to fvwm-2.4.0. Addresses PR #13373.
Highlights:
-----------

 ** A new "Theme" module called FvwmTheme and "colour sets"
    including 8 kinds of gradients and pixmap support controlling
    the appearance of borders, title bars, frames, 3D shadows,
    menus and modules.

 ** GNOME compliance.
    GNOME hints can be turned on and off for individual windows.

 ** Mouse stroke support.
    You will need the libstroke library, found at

      http://www.etla.net/~willey/projects/libstroke/

 ** Much more flexibility and control in menu definition and menu
    styles including dynamically generated menus and some menu
    generating scripts.

 ** Almost all commands, including Key, Mouse and Style, take
    effect immediately.  The Recapture command is no longer needed
    to activate most changes.

 ** The old StaysOnTop style option has been generalised into the
    concept of layers.  See the fvwm2 man page for details.

 ** Using Alt-Tab now works exactly like the other one.

 ** A derived package fvwm-themes standardises FVWM Themes issues.
    More info is available at

      http://fvwm-themes.sourceforge.net/

 ** Improved multi head support.
2001-07-10 20:03:28 +00:00
wiz
3af0319242 Correct bitmap/pixmap paths once again. Pointed out by veego. 2001-03-19 19:09:52 +00:00
wiz
5fce1c2af2 s/X11ROOT/X11BASE/ 2001-03-19 17:41:09 +00:00
wiz
feb2432479 Update to 2.2.5, provided by Martti Kuparinen in pkg/12377.
Changes: Remote startup sped up, security fix regarding .fvwm2rc being
searched in . if $HOME was not set, and some minor fixes.
2001-03-13 20:59:14 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
veego
a66c657227 Update to 2.2.4:
Changes in official release 2.2.4 (November 1999)

* Fixed HP-UX 10.20 build problems.
* Fixed build problems without shape extension.

Changes in official release 2.2.3 (October 1999)

* Several minor bugfixes.
* Fixed dragging windows out of the pager.
* Added support for StartFunction & ImagePath not to break new configurations.
* Fixed long-window-name-hangs-X bug.
2001-01-01 23:42:04 +00:00
wiz
b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00