summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2011-10-12The previous build fix for SunOS was incomplete. Remove -ansi as ithans1-1/+5
overrides -std=c99.
2011-09-24Fix fallout from include guard rename in libX11joerg2-1/+15
2011-09-21Needs pkg-configjoerg1-2/+2
2011-09-14Fix build on SunOS.hans1-1/+3
2011-08-23Add 31 to incompatible python versions.wiz1-2/+2
2011-08-22Mark as not-for python 24 and 25 (due to py-Xlib).wiz1-1/+2
2011-08-07Update wm/dwm to 5.9gls3-14/+24
Per PR pkg/45218 from Bug Hunting. I've been unable to find an upstream changelog. many bugfixes as far as I can tell from http://hg.suckless.org/dwm/log/dd74622a4785
2011-08-06Update to 3.5 and add comments to patches.wiz5-61/+106
3.5.0: * New alt-tab dialog shows windows in a vertical list. * Improved Xinerama support. * Allow icons in menus. * Theme options for prompt dialogs (osd.button.unpressed.*, osd.button.pressed.*, osd.button.focused.*) * Addresses bug #4877, #4596, #4617, #4752, #4663, #4662, #4586, #2319, #4341, #4519, #4543, #4503, #4355, #4072, #3702, #4284 * Lots of additional bug fixes and performance improvements.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-07-13update to 2.34.1drochner4-25/+15
This switches to the latest release branch.
2011-07-11Set version to 0.1.13. From <gls> via IRC.asau1-2/+1
2011-07-10Update wm/pekwm to 0.1.13.gls4-16/+17
Upstream changes: Release-0 1 13 Bugs fixed User visible changes * #248 "PekWM support for setting NET_WM_WINDOW_OPACITY hint" (partially?) reported by wallex * #254 "Make 'smart' placing smarter: Skip maximized windows." reported by wallex and fixed by Claes Nästén * #260 "Tell NETWM panels about all the windows in a group" reported by augustl and fixed by Claes Nästén * #266 "numpad key doesn't work in cmd/run dialog" reported by barkat1407 and fixed by Claes Nästén * #270 "Panels are movable" reported by Markand and fixed by Claes Nästén * #272 "PekWM in Fedora repos" reported by german and fixed by Claes Nästén * #275 "run go to exit" reported by darkdog and fixed by Claes Nästén * #283 "allow dialog windows to appear over fullscreen app" reported by Dreamkey * #284 "Variable evaluation in variable value" reported by atler and fixed by Claes Nästén * #293 "GropingDrag Crash" reported by moebius and fixed by Claes Nästén * #295 "Last opened window and panel" reported by Thom1 and fixed by Andreas Schlick
2011-07-09Destdirification, by Makoto Fujiwara via pkgsrc-wip.wiz6-3/+307
2011-07-08Fix build with png-1.5.wiz2-1/+28
2011-06-18Add upstream bug report.wiz2-3/+4
2011-06-18+ bmpanel2.wiz1-1/+2
2011-06-18Initial import of bmpanel2-2.1pre1:wiz5-0/+394
Nice NETWM-compatible panel for X11. Features: * Look'n'feel customization via themes. * A bunch of widgets: desktop switcher, taskbar, launchbar, systray, clock, decor, empty. * Pseudo-transparency support. * Written in C with speed and clarity in mind. * Small number of dependencies, briefly: glib2, cairo, pango, libX11. * Small memory footprint (about 2-4 megabytes). * Small executable (80 kilobytes at the moment).
2011-06-18+ wbar.wiz1-1/+2
2011-06-18Initial import of wbar-2.2.2.wiz9-0/+172
Just a simple and highly customizable quick-launch tool. Features * It's coded in C++ * It uses Imlib2 to do the image processing * It rides just on top of Xlib, no other toolkits.
2011-06-18+ py-tyle.wiz1-1/+2
2011-06-18Initial import of py-tyle-0.7.5:wiz4-0/+115
PyTyle is a manual tiling manager that can slide into any EWMH compliant window manager, inspired by XMonad. It will allow you to enable/disable tiling on a per screen per workspace basis, and continually tile your windows. Features include: * Built in multi-monitor support (using Xinerama) * Continuous tiling behavior similar to that of XMonad. * Manual tiling on a per screen per workspace basis. Have tiling on one screen/workspace and not the other. * Comes pre-packaged with a variety of tiling layouts ready for use. Also, PyTyle's object oriented design makes it incredibly easy to add or customize your own tiling layouts. * Some configuration options include: * Adding margins on a per-screen basis (to force PyTyle to ignore docks/panels). * Tell PyTyle to ignore certain windows from tiling. * Configure defaults layouts on a per screen per workspace basis. * Completely customize all of PyTyle's key bindings. * Dynamically reload configuration file.
2011-06-17Update dwm to 5.8.2.obache3-10/+10
with minor two fixes. PR#44987 by Bug Hunting 5.8.2 30 May 2010 Changes: Implemented better fullscreen handling. 5.8.1 29 May 2010 18:29 Changes: Yesterday's fullscreen fixes broke certain fullscreen capabilities that worked correctly for mplayer and other tools. This is fixed in this release. 5.8 28 May 2010 15:11 Changes: This release fixes several fullscreen application bugs and contains various code cleanups.
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-05-25* set LICENSE=mitobache3-2/+20
* add user-destdir installation support
2011-05-17Fix the previous fix for png 1.5, makes png icons work again.hans2-4/+4
2011-05-15Don't even try to use the obsolete Sun-Xinerama stuff. Fixes build onhans1-1/+5
SunOS.
2011-05-02Fix typo.wiz1-2/+2
2011-05-02Replace /usr/bin/env python with ${PREFIX}/bin/python2.6;wiz1-2/+11
on the other hand, don't depend on Python (too heavy dependency for a window manager), so skip the interpreter check for that file. Bump PKGREVISION.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache32-61/+64
2011-04-18note "used by..." commentsobache1-1/+4
2011-04-10pre-create share/gnome/wm-properties, or a file will not be installedobache1-1/+3
2011-04-05Fix build with png-1.5.wiz3-1/+33
2011-03-27Installs Perl script --> runtime dependency. Bump revisionjoerg1-2/+3
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner3-8/+8
(uses giflib now per default) bump PKGREV
2011-03-06Remove GTK1 using packages for which noone spoke up for the last two weekswiz28-527/+1
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-02-19PKGREVISION bump for imlib removal of gtk dependency.markd2-4/+4
2011-02-15Update to 2.5.31:jmmv2-8/+6
* Bug fixes: - fvwm-convert-2.6: Don't double-up comma separated options to conditional commands if they're already delimited by commas. - Correctly report a window's height and width if the window has incomplete resize increment set. - Maintain any State hints on a window when used with WindowStyle. - FvwmIconMan now correctly handles sticky windows.
2011-01-31Wire down KDEDIR so we don't get differing PLIST depending ontnn4-8/+26
whether kde4-config was in the path or not. Bump rev.
2011-01-28Fix build with png-1.5.jmmv2-1/+28
2011-01-27Comment out HOMEPAGE and MASTER_SITES, they are obsolete.wiz1-3/+3
2011-01-24Update to sawfish-1.7.1.tnn3-30/+22
1.7.1 "Chewing Drum" ==================== * Build and Installation - Fixed installation for non-root users [Stefano Sabatini] Previously when installing to a private directory as an ordinary user, the installation failed, because some files were forced to be installed in /usr. This is fixed now. - Chooseable session files [Christopher Bratusek] Now you can choose what session files to install. This is done by a tripplet of configure-options: * -with/out-kde4session: enable or disable the installation of session files for KDE4. Default: enabled * -with/out-gnome2session: enable or disable the installation of session files for GNOME2. Default: enabled * -with/out-xdmsession: enable or disable the installation of session files for XDM (or other display-managers like KDM/GDM). Default: enabled * Bug Fixes - Interactive `call-command' [Teika Kazura] Interactive `call-command' used to print an error-message when cancelled via pressing escape. It doesn't anymore. * Misc Changes - Turn `focus-ignore-pointer-events' into an internal variable (has wrongly been a user-option before) [Teika Kazura]
2011-01-17replace netscape with firefox in default menu configjmcneill3-2/+17
2011-01-14Fix build with the latest version of the "png" package.tron2-1/+17
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz35-69/+70
2010-12-27Change patch-a{e,g} to same as patch-ad, to use native fmax/fmin will be usedobache3-15/+17
if available on NetBSD/DragonFly. (It should be done at same time).
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty7-16/+16
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done