pkgsrc/wm
ben 57a6c4c937 Update wmi to version 10. Addresses PR#27271 from Leonard Schmidt.
wmi-10:
    * cycling workspaces focusses the last focussed client
    * toggle-statusbar-mode for displaying client title instead of
      workspace pager and detached-clients, useful for long client
      names
    * renamed startup-action.name to startup.chain, now you can provide
      arbitrary action names in a comma separated list for the startup.chain,
      default is single "rehash" action
    * removed groups
    * renamed ex-floatbar into clientbar
    * renamed toggle-status-mode into toggle-clientbar-mode
    * improved mode pager button on client bar, filled means that there're
      clients attached, unfilled means, no clients attached
    * removed statusbar.status-width option which is calculated now
      automatically
    * renamed toggle-focus-mode into toggle-mode
    * new menu button on new clientbar
    * new menu for fast selection of clients and fast attaching detached
      clients, also for fast action invocation
    * new common.conf option 'menu.actions' for actions definition
      within menu
    * applied several patches by Dr. Pfefferl
    * fixed BUG-24 (label overlapping)
    * fixed toggle-max issues
    * removed cycle-frame-*
    * fixed bar and button sizes
    * new theme colors for focus requests
        color.focusreq.background
        color.focusreq.text
        color.focusreq.shine
        color.focusreq.shadow
    * changed default theme to zahod's industrial theme contribution
    * implemented race prevention for EnterNotify's of sloppy focus stuff
      with floating clients
    * fixed broken destroy-* actions
    * improved sticky handling, now sticky does not mean raised on top
    * detached clients will get attached again after restart
    * fixed following BUGS
      BUG-51 (detaching firefox crashed wmi)
      BUG-50 (endless resizing due to missing increment hint handling)
      BUG-49 (destroy action have been broken)
      BUG-39 (don't run startup.chain on restart) -> invalid, no bug
    * implemented new actions 'hook-client' and 'unhook-client' which
      make it possible to hook clients to specific workspaces
    * Eliminated several BadWindow and BadMatch occurences
    * autocompletion.mode option of common.conf reappeared, now
      with two possibilities - 'default' and 'regex'
    * improved menu with missing button functions, especially right click
      on workspace items or clients (middle button click now inserts cut
      buffer into client)
    * new action 'toggle-sloppy-mode' which toggles the sloppy focussing
      on the fly
    * removed resize-move.info option, because bar is not supported anymore,
      be a fan of pseudo resize info centered within pseudo client borders
    * implemented meters controlled by wmiremote with special syntax -
      wmiremote -m #,#,...
    * Marcel implemented regexp support for input mode, just compile wmi
      with --with-posix-regex and set autocompletion.mode=regex in
      common.conf to enable it
    * new slot.tabs entry for common.conf to create several slot tabs, use
      this option like slot.tabs=default,icq,dockapps
    * renamed toggle-client-bar into toggle-clientbar
    * renamed toggle-status-bar into toggle-statusbar
    * renamed toggle-inputmode into inputmode
    * each workspace remembers the last focussed slot tab now
    * removed --with-stacked-tabbing compile option, use cycle.mode= option
      in common.conf instead
    * improved clientbar illumination
    * fixed toggle-slot brokeness after snap 558
    * now using Container for slot tabs also
    * using CClient and CFrame (Container types) for workspace/monitor stuff,
      to also support stacked tabbing for frames, detached, floating and sticky
      clients
    * slot raises on every mode change action
    * shortcut handling is now improved
    * new widget class for menu, slot and bar with default methods
    * WM_TRANSIENT_FOR is taken into account now when setting maximized/float
      settings for new windows through a patch by Ryan Sorensen
    * new default.transient-mode={float,max} for default placement of
      transients
    * some general transient fixes
    * sloppy focus focusses windows only, not raising them (raise with
      click instead)
    * slot improvements finished now - new cycle-slot-tab-prev/next
      actions, implemented focus for slot, now you can easily focus an
      slot app through mouse-over (enter) events
    * toggle-mode now validates if senseful (if no client is attached
      within the specific mode, toggle-mode is invalid)
    * new colors for meters -
          color.meter.background
          color.meter.figure
          color.meter.border.shine
          color.meter.border.shadow
    * new default.bar-mode={show,hide} and default.border-mode={show,hide}
      options for common.conf to show hide borders/bars of
      clients/frames by default
    * implemented slot.mode={overlap,non-overlap} to get a
      (non-)overlapping slot
    * implemented '~' expansion for input mode
    * new kill-slot-client action for killing focussed slot client
    * new regex-mode for the input-line. compile with '--with-posix-regex'
      and turn it on in common.conf with 'autocompletion.mode=regex'
    * WMI shows a special box now when awaiting more keystrokes
      (e.g. in sequential shortcut chains)
    * implemented raise action, this fits better with current focussing
      model (to prevent FocusOnClick if a client is already focused)
    * mouse shortcuts are only allowed in single shortcuts or shortcut
      chain prefixes but not in chain shortcuts
    * improved shortcut handling with following ratpoison-alike
      behavior - if you press same keystroke of a shortcut chain twice,
      it'll send to the client (instead processed), this works only with
      shortcut chains, not with simple shortcuts
    * fixed several bogus window occurances
    * removed slot.adjustment property - slot now always is adjusted
      top-down (because of new overlap mode this is needed/simplified)
    * renamed bind-keys action to bind-shortcut
    * new action toggle-shortcuts implemented which ungrabs all
      keybindings, except itself and inputmode keybinding until next
      toggle-shortcuts action
    * slot now takes only the height it needs (especially useful for
      overlap mode of slot)
    * implemented new select-monitor action for multihead configurations
    * renamed attach-client to attach-last-client
    * new attach-client action which provides a list of all detached
      clients in input mode
    * splitted color.meter.figure into three new colors as follows -
        color.meter.figure.high (>66)
        color.meter.figure.normal (<33)
        color.meter.figure.low (else)
    * improved wmiremote -m syntax, now wmi understands
        wmiremote -m '!80#apm' as color negation from high to low or
        vice versa
    * applied Johann Pfefferl's patch which fixes
      BUG-03 (if frame is resized over boundaries it gets obscured)
    * fixed slot toggling bug reported by Kathryn Andersen
    * lower has reappeared as Kathryn requested
    * improved select-frame-* policy which prefers last directional
      focussed frame before lowest distance policy (was a feature
      request by grayrest)
    * IconicState apps are started detached now
    * reenabled slot solid filling till down bar when slot.style=solid
      and slot.mode=non-overlap options are given in this specific way
    * hook-client now works also for slot-tabs (you've to explicitly
      focus the slot'ed client to hook it to a specific tab)
    * action grab-move implemented which is bound by default to
      mod1+Button1 to grab floating clients for moving (useful if
      titlebars/borders are hidden)
    * normalized the meter syntax from NN# to NN% (% is new
            delimeter)
    * frame.colwidth option for tiled mode (1..99)
    * frame.autodestroy option for autodestroying frames (empty
           frames are allowed now) ('yes' or 'no')
    * frame.mode option which takes 'tabbed' or 'tiled' as argument
    * toggle-tiled and zoom-client actions for tiled mode
    * fixed slot persistence bug
    * fixed frame resize related problems on workspace change
    * new colors for tiled definitions
        color.tiled.shine.focussed
        color.tiled.shadow.focussed
        color.tiled.shine.normal
        color.tiled.shadow.normal
    * closed open bugs, most are fixed, some multihead issues and some
      fullscreen issues still exist
    * updated manual pages

More at: http://wmi.modprobe.de/ChangeLog
2004-10-18 02:14:08 +00:00
..
3ddesktop Update linkage to libltdl (via imlib2), now in its own package. 2004-10-15 12:22:13 +00:00
9wm Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
aewm++ Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
afterstep Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
amaterus Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
amiwm Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, 2004-08-27 06:29:06 +00:00
bbconf Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bbkeys bl3ify 2004-03-10 14:12:50 +00:00
bbpager bbtools.thelinuxcommunity.org does not seem to exist any more, 2004-09-05 23:47:46 +00:00
bbrun Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
blackbox Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bsetroot Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ctwm remove an extraneous ; from a grammar rule which was causing yacc(1) 2004-05-09 14:36:27 +00:00
econf Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
enlightenment Update linkage to libltdl (via imlib2), now in its own package. 2004-10-15 12:22:13 +00:00
ethemes Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
evilwm bl3ify 2004-03-10 14:12:50 +00:00
fluxbox Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
flwm Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
fvwm-devel Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
fvwm1 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
fvwm2 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
fvwm2-themes Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
golem Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
icepref Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
icewm update to 1.2.16 2004-09-01 11:08:46 +00:00
icewm-gnome Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
icewm-imlib Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
icewmconf Convert to buildlink3. 2004-05-01 17:57:21 +00:00
ion Update linkage to libltdl, now in its own package. 2004-10-15 12:03:52 +00:00
ion3-devel Initial import of ion3, the development version of the Ion window 2004-10-04 20:50:56 +00:00
larswm bl3ify 2004-03-30 21:27:29 +00:00
lwm Changes 1.2.0: 2004-05-26 13:52:54 +00:00
matchbox Also add pkgconfig's buildlink3.mk, so we can use pkgconfig during the 2004-10-05 10:30:35 +00:00
menu2wm Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
metacity Update to 2.8.6: 2004-10-15 12:41:14 +00:00
novawm Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
obconf Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
olvwm USE_IMAKE implies USE_X11BASE, remove it. 2004-07-21 21:16:10 +00:00
openbox Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
openbox2 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
oroborus Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
pekwm USE_GCC_SHLIB will be deprecated soon, so change it to 2004-07-31 03:45:37 +00:00
piewm bl3ify 2004-03-10 14:12:50 +00:00
pwm Define _ISOC99_SOURCE for libtu, so NetBSD has the chance to get the correct 2004-04-10 20:42:11 +00:00
qvwm Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ratpoison drop maintainership 2004-04-17 20:46:28 +00:00
sawfish Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. 2004-09-22 08:09:14 +00:00
sawfish-replibs Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. 2004-09-22 08:09:14 +00:00
sawfish-themes s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tvtwm Update patch to move.c to stop tvtwm crashing in some rare situations. 2004-09-18 11:59:06 +00:00
uwm Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
w9wm w9wm 0.4.2 2004-08-28 23:18:01 +00:00
waimea Update linkage to libltdl (via imlib2), now in its own package. 2004-10-15 12:22:13 +00:00
wampager bl3ify 2004-03-10 14:12:50 +00:00
weewm Import weewm from pkgsrc-wip. Packaged by xtraeme@ and updated by me. 2004-08-16 19:36:32 +00:00
whiteBOX Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
windowlab Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
windowmaker Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
wm2 Fix build: the code was using an incorrect prototype when setting up the 2004-09-08 11:17:02 +00:00
wmakerconf Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
wmctrl Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
wmextra Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
wmi Update wmi to version 10. Addresses PR#27271 from Leonard Schmidt. 2004-10-18 02:14:08 +00:00
wmthemes Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
wmx Enable pkgviews installation. Patches provided by Joachim Kuebart on 2004-06-02 15:43:09 +00:00
wmx-gnome Move a common line to Makefile.common. 2004-06-02 15:38:00 +00:00
xfce4-wm Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
xfce4-wm-themes Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
Makefile Note addition and enable ion3-devel. 2004-10-04 20:53:10 +00:00