summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2002-02-15mkdir -> ${MKDIR}skrll3-8/+8
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-08Set maintainer to packages@wiz1-2/+2
2002-01-31Honor PKG_SYSCONFDIR and use the general INSTALL/DEINSTALL scripts.jlam5-18/+61
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-27Use auto-extract code for .shar files.jlam1-2/+1
2002-01-24Weakly buildlinkify, and add locale files to PLIST.wiz2-9/+21
2002-01-21Use the xpm buildlink functionality, rather than USE_XPMagc1-2/+2
2002-01-04Add and enable fluxbox (hi Jared!)wiz1-1/+2
2002-01-04* Regenerate checksum as fvwm_icons.tgz was modifiedmartti2-5/+5
* Adjust Makefile to match the new layout of fvwm_icons.tgz
2002-01-04Import fluxbox 0.1.5, a Window Manager for X based on BlackBoxjmcneill7-0/+181
2001-12-25Update to 0.80.0.wiz7-72/+36
[Note: If you've used Windowmaker before, you might want to read the NEWS file included with the distribution (on each update, really).] More interesting changes: - Disabled window birth animation by default (while it was ok with normal windows, it was very annoying with menus editing in WPrefs.app) - Added ability to shade/unshade a window using the mouse wheel. - Added "Save workspace state" switch button on the exit confirmation panel (based on a patch sent by Jan Tomka <judas@linux.sk>) - SIGTERM is now handled and saves the internal state before exiting (like SIGHUP and SIGINT already do). Now a "kill wmaker_pid" will exit cleanly saving dock/clip/session information on exit. - Deminiaturizing a window that is also shaded, will perform an unshade too. (Note that this only applies to deminiaturizing shaded windows. Unhiding an application will keep the shaded/unshaded state of windows.) - Removed compile time option for definable cursors and made them available by default. - Mapping a new window that belongs to a running application that is hidden, will unhide the application. - Removed the collapse appicons thing. - Added real appicon sharing (apps of the same kind will have a single shared appicon). - Fixed user and global defaults domain merging to preserve values present in global but not in user, in sub-dictionaries. - Made dock/clip steal appicons of applications that were started from a shell/xterm or from the main menu, if there is a docked appicon of that class that is not running at the time the app is launched. - Added animation to show that the appicon was stolen by the dock (the way NEXTSTEP did - map an appicon as it normally would have been, then slide it to the position the docked appicon is). - Updated the animation constants for scrolling/sliding/shading to better adapt to newer/faster machines. Also used wusleep(10) when the delay was 0 to get rid of the jerky animation when there was no delay. - Saving a domain file will first strip all entries that are also present in the global domain as well and are exactly the same. This fixes a bug where settings from the global domain file were merged in the user domain file and further changes in the global domain file for those merged values was ignored making a system admin unable to set global defaults for all users using the global domains. Also, some bug fixes and localization updates.
2001-12-21add & enable evilwmzuntum1-1/+2
2001-12-21Initial import of evilwm-0.3.11zuntum5-0/+81
evilwm is a minimalist window manager for the X Window System. FEATURES * No window decorations apart from a simple 1 pixel border. * No icons. * Good keyboard control, including repositioning and maximise toggles. * Solid window drags (compile time option - may be slow on old machines). * Virtual desktops (compile time option). * Small binary size (even with everything turned on). Provided by Jonathan Perkin <sketch@rd.bbc.co.uk> in pkg/14820
2001-12-19Define "DISTFILES" earlier so that the "fetch" target really works.tron1-6/+6
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-11-09scwm has been broken for over a year now (because it doesn't work withwiz7-181/+1
guile-1.4), and a new version doesn't seem to forthcoming any time soon (upstream). Remove the package; we can add an updated version if it ever appears.
2001-11-01Fix build problem on systems running XFree86 3.3.x in conjuction with thetron2-8/+12
"xpkgwedge" package.
2001-11-01Change reachover references into another package's pkg/ directory intojlam1-2/+2
references to the other package's base directory. This is needed after the files in the pkg/ directory were dispersed into the base directory.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum77-44/+44
2001-10-30Remove distinfo and note the reasons why it doesn't exist in the Makefiles.jmc4-44/+12
(it changes contents too often on the master site).
2001-10-30Add a distinfo which lists all the themesjmc2-0/+42
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam8-16/+16
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam8-16/+16
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-22Update to sawfish 1.0.1, and put back the static libraries.mycroft5-19/+23
2001-10-21Update sawfish (and sawfish-replibs) to 1.0, provided by Eric Gillespie Jr.wiz5-20/+14
in pkg/14135. Changes: A bunch of i18n improvements, experimental support for multiple heads, improved response time for menus, more efficient viewport-switching, and other bug fixes and improvements.
2001-10-21Update to 1.00, provided by Hiramatsu Yoshifumi in pkg/14285.wiz2-5/+5
Changes since last version: * Smaller font and blue selection color used in menus to match most other software. * Lots of bug fixes and code cleanup.
2001-10-21Update to 1.0.0, from pkg/14226 by Sen Nagata.wiz2-5/+5
2001-10-14Fix build failure on systems where "xpkgwedge" is installed.tron5-18/+32
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-09Interpret the "Alt" key mentioned in the documentation as keysym "Alt_L",fredb2-4/+13
not "Meta_L". This restores the wmx 5.0 behavior.
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-07Make the background pixmap feature work as documented. Now, placingfredb2-1/+26
a file named "background.xpm", containing a pixmap called "background", in the ${HOME}/.wmx/ directory will decorate both the menu background and the borders.
2001-10-07s/LTCONFIG_OVERRIDE/LIBTOOL_OVERRIDE/rh6-37/+32
remove dependency on automake
2001-10-05Remove a superfluous whitespace.wiz1-3/+3
2001-10-05Add devel/libproplist/buildlink.mk, since it's not coming automaticallywiz1-1/+2
with wm/windowmaker/buildlink.mk anymore.
2001-10-05Update to 0.70.0, based on pkg/14157 by Geoff C. Wing, with some fixeswiz7-37/+44
by me. Changes are bugfixes, and the following: - copy/paste launching in Dock - internal code clean-up with notifications for window state change and other stuff - removed the libPropList dependancy by adding property list handling code to WINGs. This code is not only better integrated with the other WINGs data structures, but it's also more robust. Also a backward compatibility header file is provided which maps old libPropList function names to the new WINGs based proplist names allowing old code to be linked to WINGs with minimal changes. For details on how to use the compat mode, read the comments on top of WINGs/WINGs/proplist-compat.h More details about this can be found in WINGs/ChangeLog and WINGs/NEWS. Say bye, bye libPropList =) - rewrote all Window Maker code to use the new WINGs based proplist functions.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+7
installed files. We don't want buildlink references to escape into the install directory.
2001-10-02Path on master sites changed.wiz1-3/+3
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-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam5-10/+10
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc3-6/+6
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Remove dependency on perl -- it's only useful together with a) some morewiz1-2/+1
perl packages b) lynx or c) wget, and then only for web-installing themes.
2001-09-09Move USE_BUILDLINK_ONLY definition out of Makefile.common and into thejlam3-6/+9
individual package Makefiles.
2001-09-09USE_X11 --> x11.buildlink.mk.jlam3-7/+7
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam23-70/+119
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-24Include Makefile.common near the start of the package Makefile, andjlam3-13/+9
manually include bsd.pkg.mk in each package.
2001-08-23Remove USE_BUILDLINK_X11...it's not usable and may break pkgsrc.jlam1-3/+1
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam3-11/+7
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.