summaryrefslogtreecommitdiff
path: root/wm/openbox
AgeCommit message (Collapse)AuthorFilesLines
2006-09-10Update to 3.3.1:wiz3-20/+20
3.3.1: * Fix panels getting a border with keepBorder turned on. * Fix a crash in mirrorhorizontal when drawing a surface with width 1.
2006-09-03Update to 3.3:wiz4-54/+108
3.3: * Add a showDelay option for the dock. * Fixed onscreen-keeping code which broke a bit in -rc2. * Fix incorrect handling of window properties on 64 bit arches. * Fix pixelsize being the same as size for pango, now it is correct. * Fix drawing of icons taller than wide, eg gimp. * Add a 'mirrorhorizontal' gradient, like horizontal but mirrored in the center and 'splitvertical' which is like vertical but nonlinear in a fancy way. * Translations for de, hr and zh_TW added. * Add initial per-app settings support. * Fix some outstanding issues with 64-bit support. * Add an optional delay for displaying submenus so you can move the mouse over some entries without flashing each submenu. * Plug some minor memleaks and fix minor bugs. * Changed algorithm for downscaling window icons. * New themes! * Disable support for libstartup-notification by default, it doesn't seem to work well. * Allow disabling of duplicate window numbering by option titleNumber in theme section. * Add moverelative and resizerelative actions. * Option middle for menus that make submenus be centered instead of aligned by the top edge to the parent entry. * Fix transient (ie dialog) windows being placed offscreen if the parent is close to the edge of the screen. 3.3-rc2: * Fixed some typos and errors in rc.xsd * Add the noStrut option to the dock (to allow maximizing windows over it), useful when it is not in the above layer. * Fix transparent terminals not updating when using ToggleDecor. * Yet more poking at the onscreen-keeping code, should now do the right thing always. * Add an option to hide disabled buttons instead of showing them as disabled. * Hopefully fixed all the remaining pango issues. The new 1.10 release also fixes shadows again. * I think the lib linking in Makefile.am is right now, please tell me if it isn't. * Added a finnish translation and some minor updates to others. * Fixed configure.ac so --enable-pango doesn't disable pango support or the other way around, make enabled be default to get some extra testing. 3.3-rc1: * Poked around a bit in the code that keeps windows onscreen, if you are using xinerama, please let me know if things are better/worse/same. * Add support for pango, disabled by default due to a bug in pango 1.8 that breaks shadows, it works fine with 1.6.x though. Poke the pango developers here http://bugzilla.gnome.org/show_bug.cgi?id=169622 if you want this to be fixed. * Made edge resist and Send/MoveToEdge not hit windows at layers below the current one, add option to disable this behaviour. * Fixed directional focus not getting trapped in omnipresent windows * Fixed focus actions when bound to the mouse, normal focus cycle is always linear and directional focus is totally disabled, it makes no sense anyway, just move the mouse. * Added an option for the raise/lower/raiselower/unshaderaise/shadelower options called group that lets you bind stuff to raise/lower the whole window group. <action name="raise"><group>yes</group></action> * Add various new actions. I haven't updated the web docs yet, but I think I managed to get all of them listed in rc.xsd. * Bugs 1783, 1812, 1863, 1905, 2005, 1957 fixed. * Some translations added. (ca, no, pl, ru, fr)
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-6/+6
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-23Removed trailing white-space.rillig1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-20Update to openbox 3.2. Changes:snj3-7/+10
* Added spanish and swedish translations * Changed "Unnamed Desktop" to "Desktop n" where n is the actual number of the desktop * Hopefully no more of the hanging X totally bug * The fullscreen property now overrides aspect hints * Added M as an alias for Mod3 in the same manner that W is an alias for Mod4 * Added probably too many options and actions * ToggleDockAutohide to toggle the autohide option at runtime, doesn't save it to the config * keepBorder option to set if you want the 1-pixel border when you toggleDecorations * added popupShow and popupPosition to control where and when the move/resize-popup is shown, these go in the resize section of the config popup. Position can be Top or Center, popupShow can be Always, Never or Nonpixel (this is the default). * Added the xorStyle option to change the behaviour of menus along the bottom edge, note that the default is true * warpPointer option in the menu section to control if the mouse cursor is to be warped by openbox when the menu moves to keep on screen to keep the cursor in the same place relative to the menu. * Added back the focusLast option (this controls what happens when you change desktops and have followMouse on) * Added an option to set which desktop to start on when you start openbox, firstdesk. For example, you might like to set it to 5 if you have a 3x3 grid to start in the middle. Note that this won't build until a buildlink3 bug is fixed. This is not a regression, as it was already in a non-building state. Please do not file any PRs regarding this issue.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-15Use GNU make to let this build under 1.6.2. Found by latest kristerw@'sjmmv1-1/+2
bulk build.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv2-5/+4
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-5/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-16Nuke openbox's buildlink2.mk. It is not used anywhere.snj1-31/+0
2004-02-16Use bl3, change my address, add buildlink3.mk.snj2-9/+31
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-3/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-07Honour PKG_SYSCONFDIR: the package was actually looking for files injmmv4-28/+26
/usr/pkg/etc so I've changed this to sysconfdir; I'm not adding an extra search path. Also install default configuration files in place, so that this works out of the box. If they are not there, the window manager is unconfigured, and things like window menus do not appear at all. Bump PKGREVISION to 2.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2003-12-23Bump version to 3.1.jmmv1-2/+2
2003-12-23Sort.jmmv1-4/+4
2003-12-23Update to 3.1 from Soren Jacobsen PR pkg/23849.xtraeme3-14/+15
Changes since 3.0: * Added japanese translation. * config_focus_raise declared as guint. * Strange behavior with focus:followMouse and RaiseLower action fixed. * use g_snprintf in openbox/session.c instead of sprintf. * gimp crashes openbox. * import -frame leaves windows in a temporary "on top" state. * Programs started with X become zombies upon shutdown. * desktopnext/previous and desktopleft/right dont quite get along.
2003-12-20Remove comments about pkgsrc-wip.xtraeme1-2/+2
2003-12-19Catch up with the openbox3 -> openbox renaming.agc1-2/+2
2003-12-18Update to 3.0 (really, only move contents of openbox3 dir here).wiz10-201/+167
2003-09-26Define HAVE_STRFTIME; the test for it currently fails with gcc-3.3.1 andwiz1-1/+3
this is the sanest way to fix it. If there are OPSYS we support which do not have it, please add the appropriate .ifs.
2003-09-07Add '#include <assert.h>' where needed to make this compile with gcc3.jschauma3-1/+27
Patches provided in PR pkg/22699 by pino at dohd dot org
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-05-17Style cosmetics (DESCR has 80 columns, sort CATEGORIES, whitespace).salo2-9/+9
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-5/+5
2003-03-22This needs pkgconfig to be configured. Pointed out by Juan RP.jmmv1-1/+2
2003-01-05Bump dependency on bsetroot for the boxes so that they all require a bsetrootjschauma1-2/+3
that works without blackbox and uses it's own NLS files. While we're at it, nitpick the following: fluxbox: as pointed out in PR pkg/19687, fluxbox will detect Xft2 (if available) and depend on it automatically. Options were: add CONFIGURE_ARGS+= --disable-xft or include Xft2's buildlink. For the time being, add the buildlink following openboxes example. openbox: USE_BUILDLINK2=YES -- otherwise including buildlink2's is a no-op
2002-12-26Update to 2.2.3:wiz5-37/+67
* Add an option to disable the window raise on (Scott Moynes) mouse clicks with the modifierMask. * Make configure look for Xft version 2 libraries and (Ben Jansens) use them if they are available. * Add bitmap button support to all the default styles. (Ben Jansens) * Change the default premax values to be larger than 0 (Ben Jansens) for clients that map in a maximized state. (avoid a mozilla crash.) and some bug fixes, as well as a polish translation.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-20Initial import of wm/openbox, based on the package provided byjschauma6-0/+158
(Juan at xtraeme dot dyndns dot org) in PR pkg/19107. Minor modifications by me. Openbox is a window manager for the X11 windowing system. It currently runs on a large list of platforms. It was originally based on Blackbox and currently remains very similar, even using Blackbox styles (with available extensions) for its themeing and is written entirely in C++ and maintains no dependencies on any libraries other than X11.