./wm/pekwm, Light, unobtrusive, and configurable window manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.1, Package name: pekwm-0.3.1, Maintainer: gls

A light, unobtrusive, and configurable windowmanager.

Most notable features include grouping ala PWM, automatic properties
and the chainable keygrabber.


Required to run:
[graphics/png] [graphics/jpeg] [fonts/Xft2] [x11/libXpm] [x11/liboldXrandr]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 1184.42 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-04 15:17:48 by pin | Files touched by this commit (2) | Package updated
Log message:
wm/pekwm: update to 0.3.1

First maintenance release in the new 0.3.X series of pekwm releases.

Closed issues
pekwm

    #170, Reduce flickering when placing new windows.
    #175, GotoItem N now skips separators and non-visible items.
    #163, ButtonRelase actions on the Client working again.
    #161, GotoItem N regression caused it to behave as NextItem.
    Use X double buffer extension in pekwm_panel and pekwm_dialog to avoid \ 
flickering on redraws.
    X11 font name detection would fail if any font options was specified, such \ 
as alignment.

pekwm_panel

    Setup PEKWM_CONFIG_PATH and PEKWM_CONFIG_FILE in the environment of \ 
pekwm_panel as it is used for icon loading, fixes icon loading issues when \ 
pekwm_panel started before pekwm.
    Update ClientList on panel start, fixes blank client list until window focus \ 
is changed.
    Fix text rendering after receiving XRANDR events when using Pango Cairo fonts.
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-22 21:36:42 by pin | Files touched by this commit (1)
Log message:
wm/pekwm: fix broken builds
   2023-10-06 05:11:30 by pin | Files touched by this commit (1) | Package updated
Log message:
wm/pekwm: add forgot PLIST update
   2023-10-05 22:12:15 by pin | Files touched by this commit (2) | Package updated
Log message:
wm/pekwm: update to 0.3.0

pekwm-0.3.0

First release in the new 0.3.X series of pekwm releases coming with quite a
bit of changes and additions.

The most notably changes in this release include:

 - Pango font support (both Cairo and Xft)
 - Automatic font type selection
 - Various updated and improvements to pekwm_panel including a systray widget
 - Xresources can be used in themes and configuration files as variables.
 - New default theme named Winter

See NEWS.md for more details on what has changed and look in doc/ for the most
up to date documentation.

pkgsrc: switch to cmake/build.mk