pkgsrc/wm
jschauma 30fab4e03d Update the fabolous Blackbox windowmanager to latest 0.65.0 Release
(the first major release from the new maintainer, IIRC).  Many new goodies,
bugfixes and overall improvements.  This closes PR pkg/18131.

Changes from 0.62.1 to 0.65.0:
  - added Taiwan Chinese (zh_TW), Hungarian (hu_HU), Latvian (lv_LV),
    Korean (ko_KR), Norwegian (no_NO), Polish (pl_PL), Romanian (ro_RO) and
    Ukrainian (uk_UA) nls files and updated most of the others.
  - removed the Estonian (ee_ET) and Turkish (tr_TR) locales due to their
    being heavily out of date and unmaintained
  - remove slit and netwm as compile time options
  - strip much of BaseDisplay's original functionality and move it to the
    blackbox class.
  - huge amounts of internal cleanups
  - added emacs local variables to each file that prevent the addition of tabs
  - added a Util.cc file which contains useful functions with no obvious home.
  - move code over to the STL
  - removed several unused variables and otherwise reduced the memory usage
    of the objects in Blackbox.  For the record the binary is roughly 100k
    larger than 0.62.0 and that is mostly due to the STL but there is also a
    fair bit of new code.  However for the most part blackbox runs faster and
    is still one of the leanest window managers out there today.
  - bsetroot now sets _XROOTPMAP_ID, so pseudo transparent apps will be happy
  - beginnings of a strut implementation.  toolbar and slit are removed from
    the available screen area if 'full maximize' is not set
  - XReparentWindow sends an UnmapNotify to the window manager however
    in certain cases the window is already unmapped so the window manager
    never gets the event and the unmapNotify event is where reparentNotify was
    handled.  Added a reparentNotifyEvent handler in the BlackboxWindow class
    and a new case in the Blackbox class's process_event function.
  - no more blackbox->grab/ungrab calls everywhere
  - compression of motion and expose
  - Now we have one function which turns ~/ into /home/user/.  This is now
    called everywhere this expansion should be done.  Even added this to the
    resource.menu_file so now the menu file may be specified as
    ~/blackbox_menu.
  - added a TimerQueue which is a priority_queue with the ability to release
    items it contains before they reach the top of the queue.  Also added a
    TimerQueueManager protocol class which BaseDisplay now inherits from.
  - BTimer now defaults to NOT recurring.  Most of the timers in blackbox were
    one shots so I saw little benefit in defaulting to repeating timers.
  - update transient handling, should solve issues with apps like acroread.
    added a getTransientInfo() method of the BlackboxWindow class which
    handles checking the transient state in X and setting the appropriate
    variables on the window.  To attack the infinite loops this
    function ensures that client.transient != this and we check for loops
    of the form A -> B -> C -> A.  The new transient code also allows for one
    window to have multiple transients so applications like xmms and web
    browsers are better behaved.
  - even better ICCCM support and focus handling
  - wmswallow works
  - fix for clock clipping in the toolbar
  - better support for non decorated windows and toggling decor
  - the geometry window shown when moving or resizing a window now handles the
    parentrelative setting better.  parentrelative support has been improved
    for all of the other widgets as well.
  - better window group handling
  - improved edge snap support (still no window to window snapping)
  - changing preferences no longer leads to windows being raised
  - the window's "send to" menu ignores the current workspace, which is a
    better UI approach
  - new placeWindow algorithm.  Blows the old one out of the water.  Not only
    is it faster but it is also cleaner code too (-:  Went from number 5 in
    the profiling results to under 30.  Image rendering is now the slowest
    part of managing of new windows.
    Because of the new code layout, support is now there for new and
    different layout options but this will wait for after 0.65.0.
  - smart window placement ignores shaded windows now
  - new option in the Config menu which allows Scroll Lock to disable
    Blackbox's keybindings.
2002-09-19 15:54:48 +00:00
..
9wm Use auto-extract code for .shar files. 2002-01-27 18:32:32 +00:00
afterstep Convert to buildlink2. 2002-08-31 16:07:28 +00:00
amaterus Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
amiwm Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
bbconf Initial import of bbconf-1.4: 2002-03-18 23:02:30 +00:00
bbkeys Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
bbpager Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
bbrun Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
blackbox Update the fabolous Blackbox windowmanager to latest 0.65.0 Release 2002-09-19 15:54:48 +00:00
ctwm Use buildlink2. 2002-08-28 05:17:16 +00:00
econf Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
enlightenment Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
ethemes Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
evilwm Pass $X11BASE/lib as the rpath not just $X11BASE 2002-03-10 10:58:17 +00:00
fluxbox Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
flwm Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
fvwm1 Add CONFLICTS with fvwm>=1 for rather old fvwm packages. 2002-06-17 09:28:59 +00:00
fvwm2 Updated fvwm2 to 2.4.10 2002-09-16 09:31:48 +00:00
icepref fix malformed patch. 2002-08-11 04:13:35 +00:00
icewm Fix path to help files (pkg/18061 by Sergey Svishchev). 2002-08-26 08:29:13 +00:00
icewm-gnome Updated icewm-gnome to 1.2.0 2002-08-22 10:58:40 +00:00
icewmconf IceWMConf is a graphical configuration tool for setting and/or changing 2002-02-28 11:29:16 +00:00
ion Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
lwm Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
matchbox add dependancy on graphics/xpm, as noted by kre in pkg/17830. 2002-08-04 13:17:06 +00:00
metacity Update to 2.4.1. Lots of changes and bug fixes. 2002-09-10 17:17:08 +00:00
olvwm Use the xpm buildlink functionality, rather than USE_XPM 2002-01-21 20:39:21 +00:00
pwm Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
qvwm Convert to buildlink2. 2002-09-06 12:25:15 +00:00
ratpoison Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
sawfish add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparc 2002-05-31 00:53:09 +00:00
sawfish-replibs Bump PKGREVISION and dependencies in lock step for sawfish and friends 2002-03-21 05:39:18 +00:00
tvtwm Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
uwm Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
windowmaker Remove non existing file "share/locale/zh_TW.Big5/LC_MESSAGES/WPrefs.mo" 2002-08-26 13:02:16 +00:00
wm2 Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
wmakerconf Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
wmextra Give all packages which depend on "png" a version bump, and update 2002-03-13 17:36:35 +00:00
wmthemes /s/nb1nb1/nb2/ 2002-03-14 20:22:37 +00:00
wmx Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:50:52 +00:00
wmx-gnome Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
Makefile Add and enable matchbox. 2002-08-01 15:54:42 +00:00