summaryrefslogtreecommitdiff
path: root/wm/jwm
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz2-4/+4
Patch provided by Sergey Svishchev in private mail.
2007-01-16Modular Xorg support.joerg1-1/+6
2007-01-16fix modular X11 buildabs1-2/+1
2007-01-05Update jwm from 1.8rc1 to 1.8:abs2-6/+6
# 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)
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-3/+3
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
2006-09-01Update wm/jwm to v1.8rc1:abs2-6/+6
* 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.
2006-08-07Use the pkgsrc dependencies for Xft2 and xpm (instead of wip).reed1-5/+3
2006-08-04Import jwm from pkgsrc-wip.reed7-0/+114
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.)