pkgsrc/wm
szptvlfn 682df51393 Update to 0.12
CHANGES:
## 0.12 (December 14, 2015)

### Breaking Changes

  * `XMonad.Actions.UpdatePointer.updatePointer` arguments were
    changed. This allows including aspects of both of the
    `TowardsCentre` and `Relative` methods. To keep the same behavior,
    replace the entry in the left column with the entry on the right:

    | < 0.12                              |   >= 0.12                        |
    |-------------------------------------|----------------------------------|
    | `updatePointer Nearest`             | `updatePointer (0.5, 0.5) (1,1)` |
    | `updatePointer (Relative x y)`      | `updatePointer (x,y) (1,1)`      |
    | `updatePointer (TowardsCentre x y)` | `updatePointer (0.5,0.5) (x,y)`  |

### New Modules

  * `XMonad.Actions.AfterDrag`

    Perform an action after the current mouse drag is completed.

  * `XMonad.Actions.DynamicProjects`

    Imbues workspaces with additional features so they can be treated
    as individual project areas.

  * `XMonad.Actions.LinkWorkspaces`

    Provides bindings to add and delete links between workspaces. It
    is aimed at providing useful links between workspaces in a
    multihead setup. Linked workspaces are viewed at the same time.

  * `XMonad.Config.Bepo`

    This module fixes some of the keybindings for the francophone
    among you who use a BEPO keyboard layout. Based on
    `XMonad.Config.Azerty`

  * `XMonad.Config.Dmwit`

    Daniel Wagner's configuration.

  * `XMonad.Config.Mate`

    This module provides a config suitable for use with the MATE
    desktop environment.

  * `XMonad.Config.Prime`

    A draft of a brand new config syntax for xmonad.

  * `XMonad.Hooks.DynamicProperty`

    Module to apply a `ManageHook` to an already-mapped window when a
    property changes. This would commonly be used to match browser
    windows by title, since the final title will only be set after (a)
    the window is mapped, (b) its document has been loaded, (c) all
    load-time scripts have run.

  * `XMonad.Hooks.ManageDebug`

    A `manageHook` and associated `logHook` for debugging `ManageHook`s.
    Simplest usage: wrap your xmonad config in the `debugManageHook`
    combinator.  Or use `debugManageHookOn` for a triggerable version,
    specifying the triggering key sequence in `XMonad.Util.EZConfig`
    syntax. Or use the individual hooks in whatever way you see fit.

  * `XMonad.Hooks.WallpaperSetter`

    Log hook which changes the wallpapers depending on visible
    workspaces.

  * `XMonad.Hooks.WorkspaceHistory`

    Keeps track of workspace viewing order.

  * `XMonad.Layout.AvoidFloats`

    Find a maximum empty rectangle around floating windows and use
    that area to display non-floating windows.

  * `XMonad.Layout.BinarySpacePartition`

    Layout where new windows will split the focused window in half,
    based off of BSPWM.

  * `XMonad.Layout.Dwindle`

    Three layouts: The first, `Spiral`, is a reimplementation of
    `XMonad.Layout.Spiral.spiral` with, at least to me, more intuitive
    semantics.  The second, `Dwindle`, is inspired by a similar layout
    in awesome and produces the same sequence of decreasing window
    sizes as Spiral but pushes the smallest windows into a screen
    corner rather than the centre.  The third, `Squeeze` arranges all
    windows in one row or in one column, with geometrically decreasing
    sizes.

  * `XMonad.Layout.Hidden`

    Similar to `XMonad.Layout.Minimize` but completely removes windows
    from the window set so `XMonad.Layout.BoringWindows` isn't
    necessary.  Perfect companion to `XMonad.Layout.BinarySpacePartition`
    since it can be used to move windows to another part of the BSP tree.

  * `XMonad.Layout.IfMax`

    Provides `IfMax` layout, which will run one layout if there are
    maximum `N` windows on workspace, and another layout, when number
    of windows is greater than `N`.

  * `XMonad.Layout.PerScreen`

    Configure layouts based on the width of your screen; use your
    favorite multi-column layout for wide screens and a full-screen
    layout for small ones.

  * `XMonad.Layout.Stoppable`

    This module implements a special kind of layout modifier, which when
    applied to a layout, causes xmonad to stop all non-visible processes.
    In a way, this is a sledge-hammer for applications that drain power.
    For example, given a web browser on a stoppable workspace, once the
    workspace is hidden the web browser will be stopped.

  * `XMonad.Prompt.ConfirmPrompt`

    A module for setting up simple confirmation prompts for
    keybindings.

  * `XMonad.Prompt.Pass`

    This module provides 3 `XMonad.Prompt`s to ease passwords
    manipulation (generate, read, remove) via [pass][].

  * `XMonad.Util.RemoteWindows`

    This module implements a proper way of finding out whether the
    window is remote or local.

  * `XMonad.Util.SpawnNamedPipe`

    A module for spawning a pipe whose `Handle` lives in the xmonad state.

  * `XMonad.Util.WindowState`

    Functions for saving per-window data.

### Miscellaneous Changes

  * Fix issue #9: `XMonad.Prompt.Shell` `searchPredicate` is ignored,
    defaults to `isPrefixOf`

  * Fix moveHistory when alwaysHighlight is enabled

  * `XMonad.Actions.DynamicWorkspaceGroups` now exports `addRawWSGroup`

  * Side tabs were added to the tabbed layout

  * `XMonad/Layout/IndependentScreens` now exports `marshallSort`

  * `XMonad/Hooks/UrgencyHook` now exports `clearUrgency`

  * Exceptions are now caught when finding commands on `PATH` in `Prompt.Shell`

  * Switched to `Data.Default` wherever possible

  * `XMonad.Layout.IndependentScreens` now exports `whenCurrentOn`

  * `XMonad.Util.NamedActions` now exports `addDescrKeys'`

  * EWMH `DEMANDS_ATTENTION` support added to `UrgencyHook`

  * New `useTransientFor` modifier in `XMonad.Layout.TrackFloating`

  * Added the ability to remove arbitrary workspaces
2016-01-04 12:52:42 +00:00
..
2bwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
3ddesktop Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
9wm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
aewm++ Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
afterstep Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
amaterus Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
amiwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
applewmproto Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
awesome Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
bbkeys Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
bbkeys09 Update bbkeys to version 0.9.1. 2015-11-17 15:59:13 +00:00
bbpager Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
bbpager04 Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
bbrun Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
blackbox Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
blackbox70 Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
bmpanel2 Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
bsetroot Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
bspwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
ccsm Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
compiz Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
compiz-fusion-plugins-extra Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
compiz-fusion-plugins-main Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
ctwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
cwm Add explicit -lfontconfig for Darwin too. 2015-11-04 10:41:17 +00:00
dwm Update wm/dwm to 6.1. 2015-11-11 16:12:10 +00:00
e16menuedit2 Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
echinus Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
enlightenment Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
ethemes ethemes is meant for the old enlightenment. 2015-09-12 16:54:03 +00:00
evilwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
fluxbox Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
fluxconf Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
fluxter Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
flwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
fvwm Remove mk/find-prefix.mk usage from the wm category. 2015-11-25 12:53:55 +00:00
fvwm-devel Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
fvwm-themes Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
fvwm1 Sort. 2015-12-29 06:23:20 +00:00
golem Patch a pair of missing error checks. PKGREVISION -> 6 2014-06-24 06:28:02 +00:00
i3 Updated i3 to version 4.11. 2015-11-09 11:05:44 +00:00
icewm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
icewm-imlib Bump PKGREVISION for netpbm update. 2014-09-08 21:24:44 +00:00
icewm13 Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
icewmconf Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
jwm Include gettext-lib/buildlink3.mk so that nls is properly enabled. 2015-12-15 15:44:44 +00:00
larswm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
libAppleWM Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
libWindowsWM Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
lwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
matchbox-wm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
metacity Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
mlvwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
musca Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
notion Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
novawm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
obconf Drop checksum for nonexistent patch. 2015-12-29 05:54:18 +00:00
obpager Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
olvwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
openbox Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
oroborox Recursive revbump following MesaLib update, categories p through x. 2015-04-25 14:24:44 +00:00
oroborus Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
pekwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
piewm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
pwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
py-tyle Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
quartz-wm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
ratpoison Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
sawfish Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
selectwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
skippy Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
spectrwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
trayer Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
tvtwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
twm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
uwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
vtwm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
w9wm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
waimea Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wampager Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wbar Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
weewm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
windowlab Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
windowmaker Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
windowswmproto Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wm2 Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wmakerconf Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wmctrl Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wmextra Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wmi Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wmii Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wmx Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
wmx-gnome
xfce4-wm Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
xfce4-wm-themes Add SHA512 digests for distfiles for wm category 2015-11-02 23:42:50 +00:00
xmonad Update to 0.12 2016-01-04 12:45:36 +00:00
xmonad-contrib Update to 0.12 2016-01-04 12:52:42 +00:00
Makefile add wm/quartz-wm 2015-10-01 11:08:16 +00:00