pkgsrc/wm
obache 402c6ae17d Update pekwm to 0.1.9a.
Based on PR 40260 by Guillaume Lasmayous.

NEWS pekwm-0.1.9a
=================

alas, we missed two rather critical bugs in the 0.1.9 release. We decided to
make a new release 0.1.9a that fixes the "lower" action and a crash related
to the search dialogue. You can download the release as usual from
http://www.pekwm.org or use git to fetch it.

NEWS pekwm-0.1.9
================

Another maintenance release with both bug fixes and feature
enhancements. For pekwm-0.1.9 both default configuration and the
documentation has been updated to be more useful by default and to
reveal more configuration options, it might be worth having a look at
the default configuration if you upgrade from a previous version.

What also might be worth having a look at is the added contrib folder
with scripts and other useful things that is not included in the "main"
distribution due to dependency issues.

Bugs fixed:

    * #13, One-click menu access and selection doesn't work. Add the
      following to the Mouse section in the main configuration file to
      enable:

 Select = "Motion MotionPressed"
 Enter = "ButtonPress MotionPressed"

    * #20, Search dialog for finding clients. Run ShowSearchDialog and
      start typing, a list of matching clients should be displayed.
    * #47, Tab completion for CmdDialog. Activate with Complete and
      CompleteAbort actions. Currently only includes command completion.
      Look in default configuration for an example.
    * #75, Dynamic menus inside dynamic menus. Reported by Krister
      Svanlund
    * #80, CMDDIALOG theme structure appears to be ignored now. Now both
      CmdDialog and InputDialog are valid names for decorating CmdDialog
      window.
    * #81, Configuration uses system level config on first run and not
      user configuartion.
    * #82, Workspace indicator doesn't show up when workspace is
      switched by a pager or other program
    * #84, Unable to make mplayer window fullscreen when
      FullscreenDetect=True. Reported and fixed by Vladimir A. Pavlov
    * #88, TitleRules does not apply on pekwm generated menus. Reported
      and fixed by Matt Hayes
    * #96, Properly include cstdio to fix compilation errors with
      gcc-4.4. Reported and fixed by Daniel Moerner
    * #104, ButtonRelease events should check actual area beneath them
      for context. Reported by Walther.
    * #119, Harbour can "float away" when components get resized.
      Walther.
    * Fix re-loading of dynamic menus, caching caused menus not to
      reload.

Compatibility fixes:

    * #72, Work on EWMH support. Support for the following hints has
      been added: _NET_DESKTOP_GEOMETRY, _NET_WORKAREA,
      _NET_WM_ICON_NAME, _NET_WM_VISIBLE_ICON_NAME.

Configuration changes:

    * #86, Icon rendering in menus is now optional. In the Menu section
      of the main configuration DisplayIcons option has been introduced,
      setting it to false disables menu icons.
    * #98, Configurable icons in root menu. Reported by Krister
      Svanlund.
    * #103, Template entries with a "name" cannot be replaced. Template
      overriding is now valid in mouse, keys and autoproperties.
      Reported by Walther.
    * #109, Environment variables should be set for window menus. Now
      $CLIENT_PID and $CLIENT_WINDOW is available in dynamic menu
      scripts. Reported by Matt Hayes
    * #110, ShowStatusWindowCenteredOnRoot option introduced. When True
      old status window behavior is used, when set to False (default
      value) the status window is displayed centered on the current
      window.
    * #122, Setting icon limitations depending on menu. Example in the
      default configuration file.
    * #XX, Default configuration for window types has been updated with
      saner defaults.
    * #XX, Make templates available in autoproperties only with require
      syntax. In order to support having templates overwriting in
      autoproperties file a Require section was added just as in the
      theme file. To enable templates overwriting and set up a single
      property using it add this to your autoproperties file:

 Require {
     Templates = "True"
 }
 Property = "name,class,role,title,apply on" {
     Sticky = "True"
 }

Theme changes

    * #91, Renamed Hoover to Hover. Hoover is still a valid name.

NEWS pekwm-0.1.8
================

Another maintenance release with both bug fixes and feature
enhancements. Many thanks to IOError for speeding up the release
process.

Bugs fixed
==========

  * #38 VNC issue entering username and password, fixed by Andreas
        <ioerror{@}lavabit{.}com>
  * #51 Incorrect behaviour on x86_64 using pypanel, reported and
        fixed by Vladimir A. Pavlov <pv4{@}bk{.}ru>
  * #56 Disabling xrandr also disables image-png and Xft support,
        reported and fixed by Nathan <cornet{@}sheepy{.}org>
  * #58 Exaile Mini Mode keys dont work
  * #59 Raise/Lower events do not work on unselected tabs, fixed by
        Andreas <ioerror{@}lavabit{.}com>
  * #60 ButtonRelease/Motion events do not work on window borders,
        fixed by Andreas <ioerror{@}lavabit{.}com>
  * #62 Fix broken FullScreen requests
  * #63 Above (Dialog) layer not working properly, fixed by Jyri
        Jokinen <shared{@}adresh{.}com>
  * #65 HideAllMenus steals focus.
  * #67 InputDialog input field background is not updated on theme
        change.

User visible changes
====================

  * CmdDialog history is now persistent between pekwm sessions.
  * #23 Support define/template sections in configuration, have a look
        at the default theme which uses the new theme format.

Configuration changes
=====================

  * FullscreenAbove option added to the screen section causing
    fullscreen applications go above panels etc if true. Works around
    #61.
  * ShowWorkspaceIndicator changed from seconds to milliseconds.
  * HonourRandR option added. Disable it to force pekwm to interpret
    the xinerama information as reliable (instead of randr's).
  * /regexp/flags syntax to all regular expressions in the
      configuration with i (ignore case) and ! (invert match).

Theme changes
=============

  * #41, hoover state for buttons. Enable by setting a Hoover texture
    on buttons such as:

Hoover = "Solid #ffcea5 0x0"

  * Re-load of decor rules when title changes making the following
  * possible:

 DecorRules {
   Property = "(term|rxvt),(erm|xvt)" {
     Title = "root"
      Decor = "WARNING"
   }
   Property = "(term|rxvt),(erm|xvt)" {
     Title = "/^[^@]+$/"
     Decor = "DEFAULT"
   }
   Property = "(term|rxvt),(erm|xvt)" {
     Title = "/@noosnascla-laptop/!"
     Decor = "REMOTE"
   }
 }
2009-01-06 12:47:17 +00:00
..
3ddesktop Update to 0.2.9. 2007-08-06 18:58:29 +00:00
9wm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
aewm++ Add DESTDIR support. 2008-06-12 02:14:13 +00:00
afterstep distfile was moved to subdir. 2008-05-10 08:02:04 +00:00
amaterus Add DESTDIR support. 2008-06-12 02:14:13 +00:00
amiwm Set NO_BIN_ON_FTP because pkgsrc modifies the source. 2008-09-12 20:06:29 +00:00
awesome Drop maintainership. 2008-11-06 22:25:41 +00:00
bbkeys Add DESTDIR support. 2008-06-12 02:14:13 +00:00
bbkeys09 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
bbpager Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bbpager04 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bbrun Add DESTDIR support. 2008-06-20 01:09:05 +00:00
blackbox Add DESTDIR support. 2008-06-12 02:14:13 +00:00
blackbox70 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
bsetroot Add DESTDIR support. 2008-06-20 01:09:05 +00:00
ccsm This package needs x11/py-gtk2 to run. Bump PKGREVISION. 2008-06-22 08:41:36 +00:00
compiz Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib 2008-09-06 20:54:31 +00:00
compiz-fusion-plugins-extra Add DESTDIR support. 2008-06-12 02:14:13 +00:00
compiz-fusion-plugins-main Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ctwm Add DESTDIR support, per maintainer request by PR 39930. 2008-11-17 10:27:57 +00:00
cwm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
dwm Update wm/dwm to 5.3.1 2008-12-07 15:46:39 +00:00
e16menuedit2 Move scrollkeeper/omf.mk to rarian/omf.mk. 2009-01-04 18:00:58 +00:00
enlightenment Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ethemes
evilwm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
fluxbox Add DESTDIR support. 2008-06-12 02:14:13 +00:00
fluxconf Fixed gcc warnings (treated as errors) about the signedness of pointer 2007-11-04 15:46:58 +00:00
fluxter Needs gmake. From Yamashiro Jun in PR 37161. 2007-10-23 13:20:38 +00:00
flwm
fvwm Added support for user-destdir 2008-11-17 11:52:51 +00:00
fvwm-devel Set MAINTAINER to pkgsrc-users@. 2008-08-18 00:55:48 +00:00
fvwm-themes Fixed error message from check-interpreter.mk reported by Olaf Seibert 2008-01-13 14:18:07 +00:00
fvwm1 Added (currently commented-out) LICENSE=gnu-gpl-v2 2007-11-01 10:36:58 +00:00
golem Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
icecc add ${DESTDIR} to -install targets 2008-07-28 18:50:48 +00:00
icewm Add DESTDIR support. 2008-11-27 13:28:05 +00:00
icewm-imlib Remove bogus ${PREFIX}/etc/icewm handling in PLIST. 2007-08-25 15:41:32 +00:00
icewmconf
ion distfile has been moved to archives subdir. 2008-05-10 08:09:41 +00:00
jwm Upgrade wm/jwm to 2.0.1, plus add fribidi and jpeg options (default on) 2008-06-17 00:00:30 +00:00
larswm
lwm Mark as destdir ready. 2008-07-14 12:55:56 +00:00
matchbox-wm
metacity PR# pkg/39621: wm/metacity configure fails - missing xdamage 2008-12-24 18:49:55 +00:00
metisse Recursive dependency bump for multimedia/x264-devel. It's tough 2008-12-18 17:28:16 +00:00
mlvwm Add DESTDIR support. 2008-02-23 03:52:30 +00:00
novawm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
obconf Others have been doing a fine job of maintaining this package, and I haven't 2008-11-02 21:50:21 +00:00
obpager - patch-ac: Fix bug that made desktop switching not work 2008-07-29 19:30:35 +00:00
olvwm Bump PKGREVISION as a precaution because of the issues with x11/xview-lib. 2008-08-30 20:04:53 +00:00
openbox Fix build w/ Sun Studio, which doesn't allow anonymous unions in C. 2008-11-24 21:35:16 +00:00
oroborox Fix DESTDIR 2008-08-17 04:11:47 +00:00
oroborus Mark as destdir ready. 2008-07-14 12:55:56 +00:00
pekwm Update pekwm to 0.1.9a. 2009-01-06 12:47:17 +00:00
piewm Update piewm to 1.04. 2007-12-10 11:35:08 +00:00
pwm Add DESTDIR support. 2008-06-12 02:14:13 +00:00
qvwm Add session and screensaver support. 2008-08-11 17:52:19 +00:00
ratpoison Add DESTDIR support. 2008-06-20 01:09:05 +00:00
sawfish fix PLIST 2008-09-23 19:14:22 +00:00
selectwm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
skippy
tvtwm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
twm Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
uwm Need yacc to build, reported by Aleksey Cheusov in pkgsrc-users@. 2007-10-03 07:55:24 +00:00
vtwm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
w9wm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
waimea
wampager Add DESTDIR support. 2008-06-20 01:09:05 +00:00
weewm Add DESTDIR support. 2008-06-20 01:09:05 +00:00
whiteBOX Don't use malloc.h. 2007-08-05 15:48:09 +00:00
windowlab
windowmaker No need to define INSTALL_TARGET=install-strip. 2008-08-10 05:20:13 +00:00
wm2 Fix broken 64-bit build. 2008-09-08 09:41:50 +00:00
wmakerconf
wmctrl Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wmdrawer
wmextra Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wmi DESTDIR ready. 2007-12-10 13:25:58 +00:00
wmii Fix compatibility with dmenu 3.6; -b option is deprecated and replaced by -y 2008-05-16 09:06:03 +00:00
wmthemes
wmx Fix PR#36236 2007-10-11 21:26:10 +00:00
wmx-gnome
xfce4-wm Bump BUILDLINK_{API,ABI}_DEPENDS. 2008-12-18 16:46:29 +00:00
xfce4-wm-themes Bump BUILDLINK_{API,ABI}_DEPENDS. 2008-12-18 16:46:29 +00:00
Makefile Remove remaining qt1 and qt2 packages, as announced on pkgsrc-users 2008-09-16 16:07:31 +00:00