Age | Commit message (Collapse) | Author | Files | Lines |
|
Patch provided by Sergey Svishchev in private mail.
|
|
|
|
|
|
# JWM v1.8rc2 <> 20061008
* Fixed a seg fault when tray buttons point to invalid root menus.
* Hide popups when the mouse moves over them.
* Fix alt+left click window moving so windows don't jump.
* Allow windows to be lowered with alt+right click.
* When maximizing, place the window on the screen of its center point.
* Unmaximize maximized windows that resize themselves.
* Add support for _NET_WM_STATE_FULLSCREEN.
* More warning messages about incorrectly configured root menus.
# JWM v1.8rc3 <> 20061022
* Fixed a bug that caused strange things to happen after a client was killed.
* Fixed a bug that caused windows to be mapped incorrectly when started at the same time as JWM.
* Fixed an issue with auto-hide trays hidding when they shouldn't.
# JWM v1.8rc4 <> 20061104
* Fixed some seg faults with invalid configuration files.
* Trim leading and trailing spaces from configuration options.
* Improved _NET_WM_STATE_FULLSCREEN support.
* Fixed StartupCommands and Swallow items.
# JWM v1.8 <> 20061223
* Fixed a bug when moving windows that could cause the window to jump to the upper left corner of the screen.
* Fixed a Dock issue when restarting.
* Fixed a Swallow issue on startup.
* Transient windows of active windows now get focus when they are first created.
* Submenus now appear on the left if there isn't enough room on the right (mdsama)
|
|
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.
graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
|
|
* Removed the "Icons" tag. Now "IconPath" is specified within
the "JWM" tag instead.
* Now "DoubleClickDelta" is used to determine if the mouse
moved after a menu pops up.
* Added support for multiple startup and shutdown commands.
* Added the ability to move a window with Alt+click (Jeremy Reed).
* Now shaded status is preserved when minimizing windows.
* Reduced border flicker.
* Support for multiple root menus.
* Allow window operations in root menus.
* Add "RestartCommand".
* Fixed a key binding issue with key codes.
|
|
|
|
This was packaged by pip88nl of gmail.com with some minor changes
by me.
JWM is a light-weight window manager for the X11 Window System.
It provides a menu, taskbar, key binding, system notification tray,
pager, a dock, and simple customizations. JWM is written in C and
uses only Xlib and the shape extension, libXpm and (optionally)
libpng. It can support some MWM, GNOME, and WM Spec hints.
(This software needs some work, but I import to official pkgsrc
so it will get more usage. I have been using it for a couple
months now. With its built-in features, it is a smaller than
blackbox with add-ons.)
|