summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2009-01-06Update pekwm to 0.1.9a.obache3-11/+11
Based on PR 40260 by Guillaume Lasmayous. NEWS pekwm-0.1.9a ================= alas, we missed two rather critical bugs in the 0.1.9 release. We decided to make a new release 0.1.9a that fixes the "lower" action and a crash related to the search dialogue. You can download the release as usual from http://www.pekwm.org or use git to fetch it. NEWS pekwm-0.1.9 ================ Another maintenance release with both bug fixes and feature enhancements. For pekwm-0.1.9 both default configuration and the documentation has been updated to be more useful by default and to reveal more configuration options, it might be worth having a look at the default configuration if you upgrade from a previous version. What also might be worth having a look at is the added contrib folder with scripts and other useful things that is not included in the "main" distribution due to dependency issues. Bugs fixed: * #13, One-click menu access and selection doesn't work. Add the following to the Mouse section in the main configuration file to enable: Select = "Motion MotionPressed" Enter = "ButtonPress MotionPressed" * #20, Search dialog for finding clients. Run ShowSearchDialog and start typing, a list of matching clients should be displayed. * #47, Tab completion for CmdDialog. Activate with Complete and CompleteAbort actions. Currently only includes command completion. Look in default configuration for an example. * #75, Dynamic menus inside dynamic menus. Reported by Krister Svanlund * #80, CMDDIALOG theme structure appears to be ignored now. Now both CmdDialog and InputDialog are valid names for decorating CmdDialog window. * #81, Configuration uses system level config on first run and not user configuartion. * #82, Workspace indicator doesn't show up when workspace is switched by a pager or other program * #84, Unable to make mplayer window fullscreen when FullscreenDetect=True. Reported and fixed by Vladimir A. Pavlov * #88, TitleRules does not apply on pekwm generated menus. Reported and fixed by Matt Hayes * #96, Properly include cstdio to fix compilation errors with gcc-4.4. Reported and fixed by Daniel Moerner * #104, ButtonRelease events should check actual area beneath them for context. Reported by Walther. * #119, Harbour can "float away" when components get resized. Walther. * Fix re-loading of dynamic menus, caching caused menus not to reload. Compatibility fixes: * #72, Work on EWMH support. Support for the following hints has been added: _NET_DESKTOP_GEOMETRY, _NET_WORKAREA, _NET_WM_ICON_NAME, _NET_WM_VISIBLE_ICON_NAME. Configuration changes: * #86, Icon rendering in menus is now optional. In the Menu section of the main configuration DisplayIcons option has been introduced, setting it to false disables menu icons. * #98, Configurable icons in root menu. Reported by Krister Svanlund. * #103, Template entries with a "name" cannot be replaced. Template overriding is now valid in mouse, keys and autoproperties. Reported by Walther. * #109, Environment variables should be set for window menus. Now $CLIENT_PID and $CLIENT_WINDOW is available in dynamic menu scripts. Reported by Matt Hayes * #110, ShowStatusWindowCenteredOnRoot option introduced. When True old status window behavior is used, when set to False (default value) the status window is displayed centered on the current window. * #122, Setting icon limitations depending on menu. Example in the default configuration file. * #XX, Default configuration for window types has been updated with saner defaults. * #XX, Make templates available in autoproperties only with require syntax. In order to support having templates overwriting in autoproperties file a Require section was added just as in the theme file. To enable templates overwriting and set up a single property using it add this to your autoproperties file: Require { Templates = "True" } Property = "name,class,role,title,apply on" { Sticky = "True" } Theme changes * #91, Renamed Hoover to Hover. Hoover is still a valid name. NEWS pekwm-0.1.8 ================ Another maintenance release with both bug fixes and feature enhancements. Many thanks to IOError for speeding up the release process. Bugs fixed ========== * #38 VNC issue entering username and password, fixed by Andreas <ioerror{@}lavabit{.}com> * #51 Incorrect behaviour on x86_64 using pypanel, reported and fixed by Vladimir A. Pavlov <pv4{@}bk{.}ru> * #56 Disabling xrandr also disables image-png and Xft support, reported and fixed by Nathan <cornet{@}sheepy{.}org> * #58 Exaile Mini Mode keys dont work * #59 Raise/Lower events do not work on unselected tabs, fixed by Andreas <ioerror{@}lavabit{.}com> * #60 ButtonRelease/Motion events do not work on window borders, fixed by Andreas <ioerror{@}lavabit{.}com> * #62 Fix broken FullScreen requests * #63 Above (Dialog) layer not working properly, fixed by Jyri Jokinen <shared{@}adresh{.}com> * #65 HideAllMenus steals focus. * #67 InputDialog input field background is not updated on theme change. User visible changes ==================== * CmdDialog history is now persistent between pekwm sessions. * #23 Support define/template sections in configuration, have a look at the default theme which uses the new theme format. Configuration changes ===================== * FullscreenAbove option added to the screen section causing fullscreen applications go above panels etc if true. Works around #61. * ShowWorkspaceIndicator changed from seconds to milliseconds. * HonourRandR option added. Disable it to force pekwm to interpret the xinerama information as reliable (instead of randr's). * /regexp/flags syntax to all regular expressions in the configuration with i (ignore case) and ! (invert match). Theme changes ============= * #41, hoover state for buttons. Enable by setting a Hoover texture on buttons such as: Hoover = "Solid #ffcea5 0x0" * Re-load of decor rules when title changes making the following * possible: DecorRules { Property = "(term|rxvt),(erm|xvt)" { Title = "root" Decor = "WARNING" } Property = "(term|rxvt),(erm|xvt)" { Title = "/^[^@]+$/" Decor = "DEFAULT" } Property = "(term|rxvt),(erm|xvt)" { Title = "/@noosnascla-laptop/!" Decor = "REMOTE" } }
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz1-2/+2
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2008-12-24PR# pkg/39621: wm/metacity configure fails - missing xdamagejmcneill3-3/+65
(NetBSD 3.0 XFree86) Disable compositing support if native X doesn't provide libXdamage.
2008-12-18Recursive dependency bump for multimedia/x264-devel. It's toughbjs1-2/+2
to know which packages are affected by the update and how, so to be safe, I'm doing a full bump.
2008-12-18Bump BUILDLINK_{API,ABI}_DEPENDS.hira3-5/+6
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18Add missing entries to PLIST. Bump PKGREVISION.hira2-3/+6
2008-12-17Update Xfce to 4.4.3. This is bug fix release.hira2-8/+8
Changes since 4.4.2: x11/xfce4-panel: * Quite a bit code changed in the dnd code. Mostly to fix a segfault in FreeBSD-amd64, but more problems were discovered and a lot of code was simplified. * Don't respond the uri drags, we don't use it and it only causes problems like hiding the panel when a file was dragged over the panel (Bug #3815). * Fix crash with xrandr 1.2 (Bug #3620) x11/xfce4-desktop: * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting (Bug #1026). * Fix incorrect initial desktop font size when setting custom font size if a custom font was never set before (Bug #3957). wm/xfce4-wm: * Fix automaximize on move * Remove trailing \0 in UTF-8 strings, that causes libwnck to rightfully complain that NET_WM_NAME contains invalid UTF-8 * Exit on SelectionClear event so that xfwm4 exits even with WM who do not send a ClientMessage event such as Openbox (Bug #2374) * Backport overlay and compositor support from trunk (Bug #3849) * Filter out grab/ungrab events so we don't end up redrawing the frame twice * Set monitor when positionning menu (Bug #4162) * Reduce flickering during resize (Bug #4283) * Fix NET_WM_STATE claiming maximization vertical and horizontal even if only horizontal of vertical is actually set (Should fix Bug #3969) * Loosen the rule that prevents an application from iconifying itself when skip_taskbar is set (Bug #4434) * Rework visual depth selection of the frame window (Bug #4452) * Add support for NET_MOVERESIZE_WINDOW * Take gravity bit into account in configure resize only requests to comply with standard (Bug #3634) * Add client windows to save set to avoid loosing all windows in case of crash * Use guint32 instead of Time internally to avoid potential issues in 64bits * Add a "--replace" command line option to replace ICCCM2 compliant window managers (Bug #3731) x11/libxfce4gui: * Fix format-string vulnerability in dialog code x11/xfce4-terminal: * Update to latest trunk translations. sysutils/xfce4-thunar: * Update to latest trunk translations. editors/xfce4-mousepad: * Sort recent items by most recently used. x11/xfce4-utils: * Fix missing translated chars (Bug #3543) Updated translations: * Basque * Brazilian Portuguese * Catalan * Chinese Traditional * Danish * Estonian * Finnish * French * Galician * German * Indonesian * Japanese * Korean * Kurdish * Latvian * Norwegian * Polish * Sinhala * Slovak * Slovene * Spanish * Turkish * Urdu
2008-12-07Update wm/dwm to 5.3.1tonio3-22/+29
No real changelog from upstream, apparently mostly bugfixes
2008-11-27Add DESTDIR support.obache1-5/+7
Requested by PR 39985.
2008-11-24Fix build w/ Sun Studio, which doesn't allow anonymous unions in C.tnn2-1/+17
(Will submit upstream.)
2008-11-17Added support for user-destdirmartti1-8/+10
2008-11-17Add DESTDIR support, per maintainer request by PR 39930.obache1-3/+5
2008-11-06Drop maintainership.ahoka1-2/+2
2008-11-02Others have been doing a fine job of maintaining this package, and I haven'tsnj1-2/+2
used it in years, so reset maintainer to pkgsrc-users@.
2008-10-16update to 2.24.0drochner3-10/+15
This switches to the gnome-2.24 release branch.
2008-09-23fix PLISTtnn1-3/+3
2008-09-23Update to sawfish-1.3.4.tnn4-627/+746
New features: - "Enter-Click focus mode" by Dagfinn I. Mannsake, Christopher Bratusek and Timo Korvola: windows get focus only when mouse enters it or if it is clicked and was unfocused. - "Parallel make" by Harald van Dijk: allows building using more processors. - Improved window property handling by Teika Kazura. - Added new themes: mxflat, get-S-tabbed and elberg-tabbed. - Added new binding to maximize window fullscreen on all xinerama screens, by Jonathan Sambrook. Also various bugfixes.
2008-09-16Include libXrandr buildlink3.mk.jakllsch1-1/+3
Bump PKGREVISION.
2008-09-16Remove remaining qt1 and qt2 packages, as announced on pkgsrc-userswiz11-142/+1
on Sep 7 2008. No complaints received.
2008-09-12Set NO_BIN_ON_FTP because pkgsrc modifies the source.gdt1-2/+3
2008-09-08Bump revision because of the ffmpeg update.ahoka1-1/+2
2008-09-08Fix broken 64-bit build.dholland2-1/+15
2008-09-08DESTDIR support.dholland1-3/+5
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-09-06Update to the latest version v2.3.4.ahoka2-6/+6
Changes: awesome-menu: match string mode and autocomplete tasklist: add tags as cache element (FS#227) awesomerc: fix subprocess (FS#193) awesomerc: fix default path in menu launching Revert "awesomerc: fix xterm -e in case of others terms" mouse: fix client snapping
2008-08-30Bump PKGREVISION as a precaution because of the issues with x11/xview-lib.dholland1-2/+2
2008-08-18Set MAINTAINER to pkgsrc-users@.epg1-2/+2
2008-08-17Fix DESTDIRdholland1-4/+6
2008-08-13Change my email address.ahoka1-2/+2
2008-08-11Add session and screensaver support.ahoka1-4/+10
Fix imlib detection. Change master sites to live ones. Bump revision.
2008-08-10No need to define INSTALL_TARGET=install-strip.obache1-2/+1
Framework pass -s flag automatically if required (INSTALL_UNSTRIPPED!=yes). Part of fixes PR 15107.
2008-08-08Update wm/pekwm to 0.1.7.obache3-17/+13
Based on patch provided by Juan RP in PR 39311. NEWS pekwm-0.1.7 ================ Bugs fixed * #XX Several memory leaks identified with valgrind plugged. * #XX Fixed broken iconfied state reported by <giuliani{.}blackfenix{@}gmail{.}com> * #XX CfgParser parsed data twice. * #XX StatusWindow placement fixed. * #XX Fix for _NET_WM_NAME ops by Florian Hoppe <flp{@}floppi{.}de> * #22 Font type is now possible to define as the first argument in themes. * #30 Panel raise issues, reported and fixed by Jyri Jokinen <shared{@}adresh{.}com> * #21 Dynamic menu entries become unselectable after first visit. Reported by Lassi Pölönen and fixed by Andreas <ioerror{@}lavabit{.}com> * #14 SendKey action requested by nidan. * #29 drag'n'drop requires the recieving window to be moved before working. Reported by Jyri Jokinen <shared{@}adresh{.}com>, fixed by Andreas <ioerror{@}lavabit{.}com> * #32 Shaping issues after shading. Reported by Paulo Igor Barra Nascimento <pibarnas{@}yahoo{.}com{.}br> and fixed by Andreas <ioerror{@}lavabit{.}com> * #XX Corrects the interpretation of the motif windowmanager hints by Andreas <ioerror{@}lavabit{.}com> * #XX Remove perl scripts reducing dependencies on packages. User visible changes * UTF-8 support added for reading and rendering window titles. * _NET_WM_ICON is now read and rendered in menus. * RandR support for multi-screen configurations. * New default theme. * CmdDialog size is now calculated from the current head and not the whole display. Configuration changes * _NET_WM_WINDOW_TYPE handling configurable via autoproperties. * Width/Height 0 in autoproperties now means screen width/height. * WorkspacesPerRow and WorkspaceNames added with matching GotoWorkspace/SendToWorkspace parameters Up, PrevV, Down, NextV. * ShowWorkspaceIndicator * WorkspaceIndicatorScale * PCRE support remove. * EdgeIndent option added to Screen section of main configuration file. If true reserves space where the screen edge is. * EdgeSize now supports per edge configuration. Theme changes * Shaping suport for non-corner windows. * XMB type is used by default in favour of X11 type fonts. * Font alpha is now handles as % from 0-100 instead of previous Xft unsigned int value. * HeightAdapt option added to theme. * Font type is now possible to define as the first argument in themes.
2008-08-07Update to 2.3.3.ahoka2-6/+7
Changes: Fix xterm -e in default config for other terminal ; Give floating dialogs of maximised windows focus (FS#232).
2008-07-29Update to obconf-2.0.3.tnn3-10/+21
2.0.3: * Add support for the desktop warping option * Add support for showing the popup notification when changing desktops * Better build support for Max OSX platform (no --export-dynamic) * Major layout changes * Add support for putting the move/resize popup in a fixed position on screen * Add support for the <active> window placement option * New icon by Myles Green * Show an error when the configuration file is not valid, so it doesn't get destroyed by ObConf * Add a --config-file option to specify an alternate configuration file. * Auto-load the same configuration as Openbox is using, if Openbox was run with --config-file 2.0.2: * Workaround a crash in GTK/Glib on the PowerPC platform * Add new Margins option (Margins tab) * Add new option for centering windows when placing them * Don't include the debian/ dir in releases * Fix the missing TopRight option for the dock * Fix the dock stacking option to match changes made in Openbox (it's Above/Below not Top/Bottom) * Give the theme previews white client areas to more closely resemble a real window * Update to Openbox 3.4.3 libraries
2008-07-29- patch-ac: Fix bug that made desktop switching not worktnn3-3/+22
- While here, fix DESTDIR support - Bump PKGREVISION
2008-07-28add ${DESTDIR} to -install targetsplunky1-6/+6
2008-07-17Add missing include to fix reported build failure.ahoka1-0/+12
2008-07-15Update to version 2.3.2.ahoka6-13/+46
Based on PR 38953 from Joel CARNAT. Thanks! Changes since last packaged version: Show correct geometry on mouse resize(FS#203); Fix build issues with simple POSIX shell. Fix focus handling on new window managing with multi monitors (FS#188); Add support for mouse with up to 9 buttons. Fix cache invalidation when swapping clients Fix handling of keycode and keysyms (FS#64) Do not focus new client if current client is maximized (FS#182) Documentation update Fix a bug with UTF-8 strings rendering Fix titlebar map/unmap Allow NULL in command for widgets (FS#175) Documentation update; Store KeySym not KeyCode in keys bindings (FS#161); Fix some drawing problems. Documentation update; Fix placement for maximized apps; Give focus when clicking with Button1 on titlebars; Use mwfact lower and upper limits in mouse; Fix opacity focused issue; Fix focus on arrange for multi head; Allow multiple bindings for mouse events. Support for multiple image format, using Imlib2 (default) or GTK pixbuf (FS#82); Use pango for font display instead of Xft; Better documentation: the documentation is now autogenerated from source code: everything is now in the manpage and will always be (FS#101); awesome-menu: a dmenu clone (FS#7); Support for styles section; mwfact lower and upper limits are configurable (FS#92); widget_tell now allows to change widget properties like colors, etc. (FS#144, FS#36) Errors and warnings messages are more clear and consistent, prefixed with E or W and indicating in which function it fails; Add titlebar support for windows (FS#38); Fix support for SDL apps (you can play Xmoto and Quake); New option for progressbar with ticks (FS#81); New emptybox widget which deprecated padding options of various widgets; New opacity_focused option; Widget graph can grow right/left; Add support for shadowed text (FS#90); Probably more.
2008-07-14Mark as destdir ready.joerg5-5/+15
2008-07-08Bump PKGREVISION to reflect last change.ahoka1-1/+2
2008-07-07Add missing gettext-lib dependency.ahoka1-1/+2
Revealed by a bulk build on Dragonly.
2008-06-22This package needs x11/py-gtk2 to run. Bump PKGREVISION.hira1-1/+3
2008-06-21PR 39011: needs msgfmt.joerg1-2/+2
2008-06-20Add DESTDIR support.joerg16-36/+66
2008-06-17Un-break start icon patch for non-*BSD platforms.hauke3-11/+10
2008-06-17Upgrade wm/jwm to 2.0.1, plus add fribidi and jpeg options (default on)abs4-25/+18
# JWM v2.0 <> 20070624 * New look. * Background support on a per-desktop basis. * Veritcal/horizontal maximization support. * Added the ability to move windows with the pager. * Many bug fixes. # JWM v2.0.1 <> 20070704 * Fix a file descriptor leak when JPEG is enabled. * Give swallow windows time to map when restarting.
2008-06-16Add missing directories.joerg1-3/+5
2008-06-16Minor update to IceWM 1.2.35:hauke3-6/+23
1.2.35: 2008-01-05 - Application tray bug fixes - Add encoding/language to about dialog While we're here, re-instate Beastie - the way icewm selects the start menu icon changed with 1.2.28. It's the little things that count. :)
2008-06-16The pkginstall framework is supposed to take care of PKG_SYSCONFSUBDIR.hauke1-3/+1
2008-06-16Update to 1.2.34 as requested by PR pkg/38890;hauke9-101/+26
Patches proviced by Joel Carnat <joel@carnat.net>.