summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-08-21Add a comment that "--enable-lite" is broken in WindowMaker 0.65.x.tron1-1/+2
2001-08-21Fix some test programs and avoid a double/ulong issue on sparc64abs8-62/+104
2001-08-18Update "windowmaker" package to version 0.65.1. The changes since versiontron9-225/+89
0.65.0 are: - removed FocusFollowMouse from wmaker and WPrefs - fixed problem with alpha images showing a blue tint on big endian machines - fixed problem with WINGs based apps exiting with a "X_RotateProperties" related error when text was selected in a textfiled (including WPrefs.app and Window Maker itself). - fixed bug with maximization of windows with fixed resize increments - added None geometry display type - fixed window enumeration bug - removed GNUisms from wsetfont (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>, Masahide -mac- NODA <mac@clave.gr.jp>) - added slovakian translations from (tomka@oalevice.sk) - added WINGs i18n patch from tomka@oalevice.sk - fixed wmsetbg.c to work in servers capable of multiple depths (overlay) - added HMaximizeKey (Ruda Moura <ruda@conectiva.com.br>) - fixed bad SIGPIPE handling setup across forks (Philippe Troin <phil@fifi.org>) - added workaround for bug in locale handling on font set creation (Seiichi SATO <sato@cvs-net.co.jp>) - Fixed some non-portable shell constructs used in installed scripts (Johnny C. Lam <lamj@stat.cmu.edu>) - Fixed crash with long titles in the window list menu (buffer overflow) (Alban Hertroys <dalroi@wit401310.student.utwente.nl>, reported by Robert Marshall <robert@chezmarshall.freeserve.co.uk>) - Replaced almost all sprintf() calls with snprintf() - fixed crash when removing menu entry for Window List or Workspace submenu
2001-08-16Update to 1.1.11, provided by Hiramatsu Yoshifumi in pkg/13730.wiz3-11/+14
Changes: . Add sound events: RestoreUpSound, RestoreDownSound, MenuPopupSound, MenuCommandSound, OpenSound, CloseSound, PagerSound, and PagingSound. . Change OpengingSound, EndingSound, and RestartSound to SystemStartSound, SystemExitSound, and SystemRestartSound, respectively. . Change the default coloring as in Windows 2000. As well as other bugfixes. Package change: man page now in PLIST, buildlinked.
2001-08-03Update to 2.8.1. New since 2.7:wiz4-45/+45
* Added new Window Maker texture style "interwoven gradients" and attributes WorkspaceBorder/WorkspaceBorderSize * New translations: pt_BR.po, es_ES.po
2001-07-28Don't explicitly set CC=gcc and honor CFLAGS passed in from environmentjlam2-6/+17
during build.
2001-07-28Remove fvwm2-current. fvwm2 is at the same version, and the PLIST is brokenwiz7-573/+1
anyway.
2001-07-27Note update of wmx, the addition of wmx-gnome,and the removal ofjlam1-3/+2
wmx-current and wmx-gnome-current.
2001-07-27This package is obsoleted by wmx-gnome.jlam3-29/+0
2001-07-27wmx-gnome: wmx w/ partial GNOME compliance.jlam2-0/+24
2001-07-27Update wmx to latest stable release wmx-6. Changes from version 5 include:jlam13-187/+72
* multihead support due to Sven Oliver `SvOlli' Moll * shaped window support and window grouping due to Henri * some behavioural improvements * a few bug fixes This package obsoletes wm/wmx-current, so remove the latter.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-23Fix windowmaker segfaults reported in pkg/13148 with the patch from there,wiz2-1/+17
by Anthony Mallet.
2001-07-23Add dependency on hermes.wiz2-2/+4
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-5/+5
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-16Update to 1.8.9, provided in pkg/13432 by Martti Kuparinen.wiz2-6/+6
Extract from ChangeLog: o installastheme.pl now uses the first screen depth reported by xdpyinfo instead of the last; this fixes problems with the look not updating on XFree86 4.x (allanon) o removed reference to xiterm from Wharf config file; wharf now tries to load aterm, and then xterm if that fails (allanon) o fix to mystyle drawing as applied to empty menu drawing o removed config reading from the pipe - was causing some compile time problems and really was never needed.
2001-07-15Add the buildlink-config-wrapper targets to the pre-configurejlam1-1/+4
dependencies.
2001-07-15Add buildlink.mk file for use by other package Makefiles.jlam1-0/+71
2001-07-15Regen.jlam1-1/+4
2001-07-15Fix several non-portable shell constructs:jlam1-0/+119
(1) [ doesn't understand ==; use = instead. (2) i=${!tmp} is apparently intended to do the equivalent of eval i=\$$tmp; so use the latter instead. I don't see how this script ever worked before.
2001-07-15Fix several nonportable shell constructs:jlam1-0/+63
(1) [ doesn't understand ==; use = instead. (2) (( ... )) isn't valid /bin/sh; use [ ... ] instead. (3) ${foo:0:4} to get the first 4 letters of ${foo} isn't valid /bin/sh, so use a loop to remove letters off the end until only 4 letters remain.
2001-07-15[ doesn't understand == as equality operator.jlam1-0/+13
2001-07-14Fix libwraster linking problem in a more buildlink-friendly way.jlam2-12/+14
2001-07-14Locale files are installed under ${PKGLOCALEDIR}.jlam1-43/+43
2001-07-14Use gettext-lib/buildlink.mk instead of USE_LIBINTL and set localedirjlam1-3/+3
using PKGLOCALEDIR.
2001-07-14Don't include bsd.pkg.mk in Makefile.common -- just include it in thejlam3-11/+12
package Makefile.
2001-07-13Update my email address.fredb1-2/+2
2001-07-11Fix path to documentation in manpageabs5-79/+95
2001-07-10Add missing patch file.nra1-0/+31
2001-07-10Update to fvwm-2.4.0. Sync with fvwm2 package. Addresses PR #13373.nra4-91/+114
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-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-07-07Fix link problems with "libwraster" caused by buildlink changes.tron2-4/+13
2001-07-06Make this package work under Solaris.tron1-3/+3
2001-06-30Converted to use buildlink.mk fileszuntum1-8/+7
2001-06-30Set USE_BUILDLINK_ONLYzuntum2-4/+6
2001-06-30Converted to use buildlink.mk fileszuntum2-7/+4
2001-06-30Set USE_BUILDLINK_ONLYzuntum1-2/+3
2001-06-30Converted to use buildlink.mk fileszuntum1-3/+3
2001-06-30Set USE_BUILDLINK_ONLYzuntum2-3/+5
2001-06-30Converted to use buildlink.mk fileszuntum1-3/+4
2001-06-30Converted to use buildlink stuffzuntum3-29/+7
2001-06-30Converted to use buildlink.mk stuffzuntum1-1/+2
2001-06-30Converted to use buildlink.mk fileszuntum1-7/+3
2001-06-30USE_XPM -> xpm's buildlink.mkzuntum1-2/+2
2001-06-30Update ion to 20010523zuntum2-7/+8
Changelog: 2001-04-25: * Added missing functions to documentation 2001-04-19: * switch_ws_next/prev wrap around * Fixed a problem with some programs' popups 2001-04-01: * Unmap;map race condition fix. o also set USE_BUILDLINK_ONLY
2001-06-29Fix patch-ad so it compiles.nra2-6/+6
2001-06-29Fix patch-ad to apply correctly.nra2-5/+5
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-2/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28add and enable amateruswiz1-1/+2