summaryrefslogtreecommitdiff
path: root/wm/jwm/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2017-10-21jwm: update to 2.3.7.tsutsui1-1/+2
Upstream changes: (from http://joewing.net/projects/jwm/release-2.3.shtml#v2.3.7 ) Changes in 2.3.7 (20170721) * Made the modifier for dragging a window by clicking its contents configurable via the mask attribute of the MoveMode tag (issue #324). * Added group options for setting initial window position and size (issues #79 and #348). * Added the clicktitle and sloppytitle options for FocusModel, which cause windows to be raised only when the title or border of the window is clicked (issue #286). * Fixed scaling of icons in the task bar (issue #328). * Added the decorations attribute to TaskListStyle to allow setting different decorations on tray buttons and task list buttons (issue #330). * Fixed a bug with the nextstacked key binding (issue #335). * Improved support for 3-digit hexcode colors (issue #336). * Better aerosnap support on multiple monitors (issue #342). * Fixed a bug with multiple separators in menus (issue #343). * Fixed a bug with blank trays when there are full screen windows (issue #356). * Added the spacing attribute to Dock to allow adding space between icons in the dock (issue #357). * Added support for dynamic root menus via the dynamic attribute of RootMenu (issue #221). * Fixed an issue with 32-bit TrueColor visuals on some platforms. * Fixed an issue with menus and multiple monitors (issue #384). * It is (once again) possible to disable desktop switching by scrolling on the desktop using an empty root menu (issue #366).
2016-08-21Update to 2.3.6ryoon1-2/+7
Changelog: Changes in 2.3.6 (20160812) Auto-maximization of windows when the mouse is brought to the edge of the screen (issue #49). This feature is disabled by default, but can be enabled via the aerosnap group option. Added Traditional Chinese translation (from Jim Tsai). Added the TaskListStyle and TrayButtonStyle tags to control the look of task lists and tray buttons. These were removed in v2.3.0, but are now back (issue #276). Fixed rendering of gradient highlights on menus. Changed the default configuration to explicitly set a 24-hour clock format. Made the default window title height match the font size used in window titles. Added the ability to set a default icon using the DefaultIcon tag (issue #310). Added the ability to disable move/resize using mod1+drag via the nodrag group option (issue #311). Made JWM raise the selected window when tabbing between windows (issue #313). Fixed an issue with some system tray icons not showing up (issue #314). Tiled window placement is now confined to the active display (pull request #318). Changed to the MIT license (issue #320). Added the labeled option to TaskListStyle to allow disabling labels for task lists. Changes in 2.3.5 (20160326) Faster icon loading (issue #258). Configurable default window icon via the ButtonMenu tag (issue #246). Added the ilist and ipager group options to ignore program-specified task list and pager settings (issue #263). Made it so clicking a submenu does not close the menu (issue #264). Made the tray respond to clicks at screen edges (issue #270). Made tiled window placement (the tiled group option) minimize overlap if no window position can be found with no overlap (issue #269). Removed exit confirmation when exit is invoked from the command line (issue #275). Now maximized windows restore when being dragged. Restored the ClockStyle tag to allow setting a custom font and color for clocks (issue #276). Fixed layout and mouse location tracking of tray items for trays with lots of components. Added the ability to use the output of a program for Include (issue #291). Added the fixed group option (issue #209).
2015-12-15Include gettext-lib/buildlink3.mk so that nls is properly enabled.tsutsui1-1/+12
This fixes "JWM: warning: iconv conversion to UTF-8 failed" error and UTF-8 characters are now proplery printed on title bars. Bump PKGREVISION.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2006-08-04Import jwm from pkgsrc-wip.reed1-0/+5
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.)