summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
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>.
2008-06-12Add DESTDIR support.joerg21-40/+83
2008-06-06Sort.wiz1-2/+2
2008-05-26Fix core dump with ini plugin (flat-file configuration backend) fromhira3-3/+26
upstream. Bump PKGREVISION.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-3/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Reset maintainer on his request.wiz1-2/+2
2008-05-24Switch master site to MASTER_SITE_XORG.tnn2-4/+4
2008-05-16Fix compatibility with dmenu 3.6; -b option is deprecated and replaced by -yghen3-4/+20
for arbitrary y coordinate (-y -0 for bottom). Bump PKGREVISION.
2008-05-14oops, forgot half of itdrochner2-2/+66
2008-05-14minor fixes: use gmake (it builds without, but some pattern rules aredrochner2-4/+42
ignored so we could get surprises later), fix gconf and PLIST
2008-05-13minor PLIST cleanup (pull in xdg-dirs etc), approved by jmcneilldrochner2-79/+87
2008-05-12Enable compiz-fusion-plugins-extrajmcneill1-1/+2
2008-05-12Import compiz-fusion-plugins-extra:jmcneill4-0/+78
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including Gnome and KDE. This package contains the 'extra' set of plugins for compiz.
2008-05-12Add buildlink3.mk, bump pkg revision.jmcneill2-1/+23
2008-05-12Enable compiz-fusion-plugins-mainjmcneill1-1/+2
2008-05-12Import compiz-fusion-plugins-main:jmcneill4-0/+83
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including Gnome and KDE. This package contains a base set of plugins for compiz.
2008-05-12Enable ccsm.jmcneill1-1/+2
2008-05-12Import CompizConfig Settings Manager (ccsm):jmcneill5-0/+198
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. It provides various new graphical effects and features on any desktop environment, including Gnome and KDE. This package contains the CompizConfig Settings Manager UI for configuring compiz plugins.
2008-05-12gnome-compiz-manager no longer works with compiz 0.6.2, bye byejmcneill6-149/+1
2008-05-12Make compiz work out of the box:jmcneill5-5/+114
o Install schemas for compiz core and plugins, not just gwd o Patch compiz-core schema to load a sane set of plugins by default o Patch compiz-decorator schema to workaround a bug in the xf86-video-intel driver related to drop shadows. o Enable gnome PKG_OPTION by default. o Bump pkg revision.
2008-05-10download url was changed.obache1-2/+2
2008-05-10distfile has been moved to archives subdir.obache1-2/+2
2008-05-10distfile was moved to subdir.obache1-2/+2