./wm/mlvwm, Macintosh Like Virtual Window Manager

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


Branch: CURRENT, Version: 0.9.4, Package name: mlvwm-0.9.4, Maintainer: pkgsrc-users

MLVWM (Macintosh-Like Virtual Window Manager) is an X11 window manager with
a classic MacOS appearance. Its primary features include:

* Emulation of MacOS 7 & 8 menu bar & window decorations
* Optional multiple virtual desktops
* A main menu bar across the top of the screen, with:
* Configurable global and per-application menus
* Menu items trigger application functionality via keyboard shorcuts or
commands
* An icon menu which shows all windows and supports:
* Switching desktops
* Selecting, hiding, and showing windows
* A balloon help menu
* The ability to "swallow" small windows into the menu bar
* Windows which support:
* Title bars with optional close, zoom, and shade buttons
* Resize handle
* Optional double-click to toggle window shade
* Drag as solid window or just outline
* Balloon help which shows X window information
* Global keyboard shortcuts
* Numerous configuration options to tune functionality


Required to run:
[x11/libXpm]

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

Master sites:

Filesize: 539.554 KB

Version history: (Expand)


CVS history: (Expand)


   2021-11-03 23:03:22 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
mlvwm: update to 0.9.4

Changes:

- Fixed ReadConfigFile() to prevent config command overlap collisions.
- Fixed SkipNonSpace() to consider new lines to be white space.
- Fixed handle_configure_request() to support moving windows.
- Added SwallowFocusClick configuration (default: disabled).

Released 2021-09-09 by Morgan Aldridge
   2021-10-26 13:25:22 by Nia Alarie | Files touched by this commit (106)
Log message:
wm: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:05:15 by Nia Alarie | Files touched by this commit (106)
Log message:
wm: Remove SHA1 hashes for distfiles
   2021-05-04 16:09:52 by Nia Alarie | Files touched by this commit (8) | Package updated
Log message:
mlvwm: update to 0.9.3

0.9.2 -> 0.9.3
Fix RestartSystem()/Done() to correctly restart into other window managers
Add RoundedScreenCorners configuration
Changed default font size to 12px
Changed default scroll bar width/height to 16px
Changed default menu bar height to 20px
More accurate sizing & styling of window title bars & controls, scroll \ 
bars, and resize handle

0.9.1 -> 0.9.2
Change sprintf() & strcat() to snprintf()
   2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242)
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
   2015-11-03 00:42:56 by Alistair G. Crooks | Files touched by this commit (90)
Log message:
Add SHA512 digests for distfiles for wm category

Problems found with existing distfiles:
	distfiles/fvwm-1.24r.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-10-23 12:24:24 by Thomas Klausner | Files touched by this commit (215)
Log message:
Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
   2012-10-08 14:42:26 by Aleksej Saushev | Files touched by this commit (87)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.