summaryrefslogtreecommitdiff
path: root/wm/fvwm2
AgeCommit message (Collapse)AuthorFilesLines
2002-06-17Add CONFLICTS with fvwm>=1 for rather old fvwm packages.wiz1-2/+2
2002-06-17This conflicts with fvwm1martti1-2/+2
2002-06-13Updated fvwm2 to 2.4.8martti5-17/+21
Improvements and compatibility issues: -------------------------------------- * Setup "fvwm" and "fvwm-root" name symlinks for the executable and the man page when installing, see INSTALL.fvwm. * New FvwmIconMan configuration syntax now conforms to the syntax of other modules, see the man page. * New WindowList option CurrentAtEnd. * Always display the current desk number in the FvwmPager window title. * A small security patch regarding TMPDIR. * fvwm-menu-headlines: updated the site data, added a configurable timeout on socket reading (20 sec) to avoid fvwm hanging, new --icon-error option. * Fonts in double quotes now should work in module configurations.
2002-04-14Include mk/bsd.prefs.mk so that FVWM2_USE_GTK and FVWM2_USE_RPLAY canveego1-2/+4
work if you have that in /etc/mk.conf. Also changce --with-iconpath to --with-imagepath, so the default pixmap and bitmap path is now correct again. That changed some versions ago.
2002-04-12Updated fvwm2 to 2.4.7martti3-11/+11
Fvwm 2.4.7 is a maintenance release for 2.4.6 that fixes a number of minor or rare problems. System administrators are strongly encouraged to move to 2.4.6 or 2.4.7 from any earlier 2.4.x release. Changes: * Fixed parsing of WindowList with conditions and a position at the same time that was broken in 2.4.6. * Fixed some problems with the DeskOnly option of FvwmTaskBar (windows were duplicated when moving to a different Desk; the StickyIcon style was ignored). * Fixed config.h warnings with some compilers introduced in 2.4.6. * Fixed icon titles being raised when they should not be. * Fixed initial drawing of the internals of the FvwmPager window. * Fixed the FvwmAudio compatible mode in FvwmEvent when external audio player is used. * Minor improvements in the man page.
2002-03-11Updated fvwm2 to 2.4.6martti4-19/+19
* 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-01-28Updated fvwm2 to 2.4.5martti3-10/+10
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-04* Regenerate checksum as fvwm_icons.tgz was modifiedmartti2-5/+5
* Adjust Makefile to match the new layout of fvwm_icons.tgz
2001-12-17Fvwm 2.4.4 is a bug fix release for version 2.4.3. The mostmartti4-11/+13
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-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-11There was a problem with PLIST if the user had gtk+ installed butmartti1-5/+5
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-09- Updated to version 2.4.3.martti4-14/+24
- 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-01Fvwm 2.4.2 has been released. List of changes is too long to be includedmartti5-58/+58
here, please see ChangeLog in the build directory for further details.
2001-07-10Update to fvwm-2.4.0. Addresses PR #13373.nra5-135/+371
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-04-17Move to sha1 checksums where appropriate and possible.agc1-1/+2
Add distfile sizes where possible.
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-19Correct bitmap/pixmap paths once again. Pointed out by veego.wiz1-2/+2
2001-03-19s/X11ROOT/X11BASE/wiz1-2/+2
2001-03-13Update to 2.2.5, provided by Martti Kuparinen in pkg/12377.wiz5-45/+48
Changes: Remote startup sped up, security fix regarding .fvwm2rc being searched in . if $HOME was not set, and some minor fixes.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-01Update to 2.2.4:veego5-45/+45
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.
2000-12-12Add new category wm for window managers, and move lots of package fromwiz8-0/+338
x11 here. Only changes are: `wm' in category added and some paths fixed.