summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2013-07-04Revbump after updating lang/lua to 5.2.2.adam3-5/+6
2013-07-02Update wm/pekwm to 0.1.17.gls6-42/+84
pkgsrc changes: --------------- Fetch over https using curl. Upstream changes: ----------------- Bugs fixed #235 "GotoClientID does not work if switch workspace." reported by Markand and fixed by Andreas Schlick. #286 "Funky behaviors of FocusDirectional" reported by b4283 and fixed by Andreas Schlick. #317 "Shape masks are defined by image alpha>50% -- sometimes this is wrong" reported by rtollert and fixed by Andreas Schlick. #318 "x11.cc:1005:9: erreur: #pragma GCC diagnostic not allowed inside functions" reported and fixed by wallex. #319 "data/scripts/Makefile breaks when building out of the source tree" reported and fixed by Ondrej Kubecka. #321 "DisallowedActions - Close doesn't work (0.1.16)" reported by cico and fixed by Andreas Schlick. #323 "Infinite loop if screen's visual is PsuedoColor" reported by Jari Aalto and fixed by Andreas Schlick. "x11.cc compilation error without XShape" reported by Martin Åkerström. "Crash on empty menus after reload". Reported by Martin Åkerström and fixed by Claes Nästén and Andreas Schlick. Improve placement of windows skipping heads with fullscreen windows. Claes Nästén and Andreas Schlick User visible changes New SetGeometry action for moving/resizing a Frame to a fixed position. New MoveToHead action for moving a Frame between heads. Configuration changes Miscellaneous changes Added pekwm_screenshot.sh that takes screenshots using scrot, ImageMagick or xwd+netpbm. Available via the keybinding Alt + PrintScreen or the root menu. Removed undocumented HarbourMenu (if it ever worked for you, write me :-)
2013-07-01PKG_BUILD_OPTIONS require .pkgbase suffixobache1-5/+5
2013-06-30Updated to latest stable (before rewrite). No NEWS/ChangeLog. Added patchrodent3-11/+32
to pull in locally generated config from configure stage. USE_TOOLS+=perl msgmerge xgettext; Remove disabling of libinotify. Buildlink gtk2, libxslt, startup-notification, pango, cairo, libnotify07.
2013-06-30Removed --disable-nls from CONFIGURE_ARGS, as it changes nothing.rodent1-3/+1
2013-06-30Update to last release before rewrite. No NEWS/ChangeLog. USE_TOOLS+=rodent3-11/+23
msgmerge xgettext; Remove disabling of libinotify in configure. Buildlink libXrandr, libxslt, startup-notification, pango, and cairo.
2013-06-30Update to last release before the rewrite. Added options framework forrodent7-72/+120
inotify (enabled by default), gnome, kde{3,4}, and fuse PKG_OPTIONS. PLIST is handled accordingly. USE_TOOLS+=xgettext msgmerge; Moved PKG_OPTIONS in Makefile to options.mk. Fix DLLIBS using BUILDLINK_TRANSFORM. Buildlink pango (build), dlopen, glib2, libxml2, libXext, and libX11. From NEWS: Release 0.8.8 (2011-03-30 Danny Baumann <dannybaumann@web.de>) ============================================================== Maintenance release. Various focus and stacking fixes. Removed usages of deprecated GTK API. Fixed drawing of switcher background with KDE4 window decorator. Release 0.8.6 (2010-03-28 Danny Baumann <dannybaumann@web.de>) ============================================================== Maintenance release. Various focus and window placement fixes. Fixed handling of windows that have a (server-drawn) border. Fixed handling of window icons that have a colour depth of 1 bit. Added KDE 4.4 support to KDE4 window decorator.
2013-06-27Not MAKE_JOBS_SAFE.joerg1-1/+2
2013-06-26Fix backtrace linking on NetBSD. Fix inline use.joerg5-2/+49
2013-06-19Fix build on SunOS.jperkin1-1/+8
2013-06-16This doesn't need Fortran for sure.asau1-2/+2
2013-06-09Update to 3.8.1ryoon3-29/+6
Changelog: Changes from version 3.8 to 3.8.1 --------------------------------- 1 - Fix bug causing [de]iconified status of windows to not be maintained across workspaces. [Matthew Fuller] 2 - Quite a bunch of compiler warnings. [Matthew Fuller] 3 - Make sure we fully initialize our WorkSpaceWindow structure so we don't try to dereference uninitialized pointers later on. [Matthew Fuller] 4 - Increased the number of supported mouse buttons again, having just heard of a mouse with 9 possible buttons... [Richard Levitte] 5 - Fix a bug in the warping "next" function, where if there is a single window and the cursor is not on it, invoking 'f.warpring "next"' does nothing. [Martin Blais] 6 - Introduce a new feature called "SaveWorkspaceFocus", which when enabled, makes ctwm remember which window has the focus within each virtual workspace. As you switch workspaces, the cursor is automatically warped to the window previous in focus in the workspace. This significantly reduces the amount of mouse use. [Martin Blais] 7 - From Matthias Kretschmer <kretschm@cs.uni-bonn.de>: f.fill patch. Without the patch, you might get windows which are increased by two times the border width more than it should be. Additionally if you place a window with no/not much size contrainst like firefox in the upper left corner and perform f.fill "top" or f.fill "left" the size of the window will increase by two times the border width in width and height without changing the top-left coordinate without the patch. Of course in such a situation the size should not change at all... [via Olaf Seibert]
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz40-80/+80
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron41-82/+82
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz41-82/+82
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz12-20/+24
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-31Will MAINTAIN this one too.rodent1-2/+2
2013-05-31+applewmproto +libAppleWM +libWindowsWM +windowswmprotorodent1-1/+5
2013-05-31Moving libAppleWM-1.4.0 from x11/libAppleWM.rodent5-0/+58
AppleWM is a simple library designed to interface with the Apple-WM extension. This extension allows X window managers to better interact with the Mac OS X Aqua user interface when running X11 in a rootless mode. This package provides the libAppleWM library from the modular X.org X11 project.
2013-05-31Moving applewmproto-1.4.2 from x11/applewmproto.rodent5-0/+49
This provides the AppleWM extension headers from modular X.org X11 project.
2013-05-31Import libWindowsWM-1.0.1 as wm/libWindowsWM.rodent5-0/+53
WindowsWM - Cygwin/X rootless window management extension. WindowsWM is a simple library designed to interface with the Windows-WM extension. This extension allows X window managers to better interact with the Cygwin XWin server when running X11 in a rootless mode.
2013-05-31Import windowswmproto-1.0.4 as wm/windowswmproto.rodent5-0/+51
This module provides the definition of the WindowsWM extension to the X11 protocol, used for coordination between an X11 server and the Microsoft Windows native window manager. WindowsWM is only intended to be used on Cygwin when running a rootless XWin server.
2013-05-30Fix typo in patch-ak, add xgettext to USE_TOOLS.hans3-7/+6
2013-05-29Update `MASTER_SITES' and `HOMEPAGE';wiz1-3/+4
add `LICENSE'. From Bug Hunting.
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz1-2/+2
2013-05-23Always return a value from non-void functions.joerg2-1/+25
2013-05-22Fix build with WindowMaker 0.95.4.tron8-16/+114
2013-05-22The API of WindowMaker 0.95.4 is not backwards compatible (e.g. thetron1-2/+2
number arguments for "WMWritePropListToFile"). So enforce the new API as well.
2013-05-22fix patch sumshans1-3/+3
2013-05-21Fix non-SunOS build.jperkin3-11/+7
2013-05-21Revbump for WindowMaker update.hans1-2/+2
2013-05-21Update WindowMaker to 0.95.4hans19-361/+280
Changes since 0.92.0: - Left Half / Right Half Maximize, tiled maximization - New mouse-resizing functionality - History and TAB completion in dialogs - Bouncing appicon effect - New applications (wmgenmenu and wmmenugen) to generate the root menu automatically by looking which applications you have on your $PATH - Automatic detection of configuration changes through inotify - Improved dockapp recognition - many trivial things which reduce little annoyances one might have - Added keyboard shortcut to uncover/cover the dock - Mac OS X-style window cycling - Preliminary XRandR support - lots of bug fixes
2013-05-20Fix build on SunOS.jperkin4-7/+52
2013-05-17Need explicit -lfontconfig on SunOS.jperkin1-1/+2
2013-05-17Fix packaging on SunOS.jperkin3-8/+15
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-04-30Fix various case of missing includes due to libstdc++'s namespacejoerg3-1/+27
pollution.
2013-04-30Match constness of other argument.joerg2-4/+13
2013-04-29Add a number of includes hidden by libstdc++'s name space pollution.joerg3-1/+27
2013-04-29Add missing includes from libstdc++'s namespace pollution. Let thejoerg8-15/+123
compiler figure out which types std::advance is used with.
2013-04-13Hand in maintainership.ghen1-2/+2
2013-04-09Remove empty patch, thanks to Patrick Welche for pointing outcheusov2-2/+1
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent2-4/+2
2013-04-07Edited DESCR in the case of:rodent1-37/+23
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-07Fix build failure with png-1.5. Update to 2.2.11cheusov14-2099/+570
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent1-2/+2
2013-04-06'Please use ${ECHO} instead of "echo".'rodent1-2/+2
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06".for variable names should not contain uppercase letters"rodent2-23/+23
2013-03-28Fix return types.joerg26-40/+681
2013-02-27Remove old and now actively harmful patch chunk.jperkin2-12/+3
Fixes build on SunOS.