summaryrefslogtreecommitdiff
path: root/wm/fvwm2
AgeCommit message (Collapse)AuthorFilesLines
2003-10-13Updated fvwm2 to 2.4.17martti5-20/+19
* The "Visible" condition does no longer select windows on different desks. * Fixed sending M_NEW_PAGE packets to the modules if the page did not change. * With the styles StartsOnPage, SkipMapping and UsePPosition, windows that request a specific position are still placed on the given page. * It is now possible to suppress title action or title completely in menus created by fvwm-menu-directory. * Added support for new BBC headlines in fvwm-menu-headlines, this replaces the old BBC-Worlds and BBC-SciTech headlines.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-01Updated fvwm2 to 2.4.16martti4-40/+11
* Bug fixes * All single letter variables are deprecated now; new variables: $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource], $[desk.n], $[version.num], $[version.info], $[version.line], $[desk.pagesx], $[desk.pagesy] * The NoWarp menu position hint option works with root menus too. * WindowListFunc is executed now within a window context, so a prefix "WindowId $0" is not needed in its definition anymore and it is advised to remove it in user configs. * FvwmEvent now executes all window related events within a window context, so PassId is not needed anymore, and all prefixes "WindowId $0" may be removed in user event handlers.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-10Also install the fvwmrc_convert script (the man page was already installed).bouyer2-2/+6
2003-02-12Re-open /dev/null on the (now) closed stdin file descriptor. Theatatat3-2/+31
fvwm2 changelog says they did this to make gmplayer realize it was not running interactively (ie, its stdin was not a tty), but that means that all things get executed with stdin closed. That's not a very good security posture. Some things can get confused or do wrong things if stdin is closed when they start.
2003-01-26Updated fvwm2 to 2.4.15martti4-22/+38
* Fix for gmplayer launched by fvwm. Close stdin on Exec so the exec'd process knows its not running interactively. * Windows using the WindowListSkip style do not appear in the FvwmTaskBar at random. * Fixed a memory leak in ChangeIcon, ChangeForeColor and ChangeBackColor FvwmScript options. * Fixed a core dump in the parsing of FvwmAuto arguments. * Fixed screwed calculation of icon picture size when application specifies it explicitly. * The option ShowOnlyIcons now works as described in the FvwmIconMan man page. It was accidentally named ShowOnlyIconic before.
2002-12-02Updated fvwm2 to 2.4.14martti2-5/+5
* Icons no longer appear on top of all other windows after a restart. * Removed the flawed "A"ny context key binding patch from 2.4.13. * The built-in session management can handle window names, classes etc. beginning with whitespace (textedit). * The default EdgeScroll (if not specified) was incorrectly assumed to be 100 pixels instead of 100 percents. * Application provided icon windows no longer appear at 0 0 when restarting. * Modules do not crash anymore when more than 126 windows are on the desktop. * FvwmIconMan displays windows correctly that were iconified and then moved to another page.
2002-11-12Include xpm/buildlink2.mkmartti1-1/+2
2002-11-03Updated fvwm2 to 2.4.13martti3-14/+10
* Icon titles for windows with an icon position hint no longer appear at random places. * Fvwm no longer displays two icon pictures when switching from NoIconOverride to IconOverride with windows that provide their own icon window. * The Current, All, Pick, ThisWindow and PointerWindow commands work on shaded windows too. * Fixed a problem stacking iconified transients. * No more flickering when raising transients. * Fixed a number of problems with window stacking, some new in 2.4.10 or later, some older problems that have been around for a long time. * Windows starting lowered or on any layer other than the default layer are displayed at the right place in FvwmPager. * Bindings with the "A"ny context can not be overridden by Gnome panel or OpenOffice.
2002-10-11Updated fvwm2 to -2.4.12martti4-34/+23
* Fixed drawing problems with TiledPixmap and Solid MenuFaces which appeared in 2.4.10, replacing the same problem with ?Gradient MenuFaces in 2.4.9. * Fixed accidental menu animation with certain menu position hints. * Fixed starting "Move" at random position when pointer is on a different screen. * Transient windows do not appear in FvwmWinList after they have been moved on the desktop. * Increased maximum allowed key symbol name length to 200 characters. * Allow quotes in conditional command conditions.
2002-10-09Fix path to cpp (PR#18371).martti1-1/+5
2002-09-21Updated fvwm2 to 2.4.11martti4-41/+33
* Fixed a crash with ssh-askpass introduced in 2.4.10. * Allow the use of mouse buttons other than the first in FvwmWinList when invoked transient.
2002-09-16Updated fvwm2 to 2.4.10martti4-15/+15
* The commands Maximize, Resize and ResizeMove can be used on icons as it was in 2.2.x. * Fixed hilighting of menu items with HGradient and VGradient MenuFace. Reduced flickering with these options. * Fixed a minor problem with entering submenus via keyboard. * Fixed race conditions in FvwmTaskBar with AutoStick that caused it to hang. * Fixed drawing of pager balloons with BalloonBack option. * Fixed drawing of SidePic menu background with B/D gradients. * Fixed drawing of menu item reliefs with gradient menu faces. * Fixed key bindings on window corners. * Fixed FvwmTaskBar i18n font loading * Fixed StackTransientParent style without RaiseTransient or LowerTransient on the parent window. * StackTransientParent works only on parent window if it is on the same layer. * Fixed handling of window group hint with the (De)Iconify command. * No more flickering when a transient overlapping its parent window is lowered. * Fixed hilighting of unfocused windows.
2002-08-31Convert to buildlink2.wiz1-4/+5
2002-08-22Updated fvwm2 to 2.4.9martti3-11/+11
* Bug fixes - Restored old way of handling clicks in windows with ClickToFocus and ClickToFocusPassesClickOff. This fixes a problem with click+drag in an unfocused rxvt or aterm window. - A number of drawing fixes in FvwmPager See the ChangeLog and NEWS files for details...
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.