summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-09-02 21:56:32 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-09-02 21:56:32 +0000
commit6bc2f326a68a2f8788e241ac3bcafae79908b356 (patch)
treed8626d855ede023d6feb59bb3f51f32fd31367c4 /wm/fluxbox/patches
parentc2e18332da1537369933777fd513b56997faf4f7 (diff)
downloadpkgsrc-6bc2f326a68a2f8788e241ac3bcafae79908b356.tar.gz
Update wm/fluxbox to 0.9.10.
Changes: * Old styles should look like they used to * New actions: * directional focus movement: FocusUp, FocusDown, FocusLeft, FocusRight * other: RaiseLayer, LowerLayer, Exit * Added apps file matching on WM_WINDOW_ROLE * use "role=string". Particularly useful for gaim+gimp windows [app] (role=buddy_list) ... * Window menu file * new resource: * session.screen<num>.windowMenu: <filename> * The menu file format is the same as the normal ~/.fluxbox/menu but with some special menu items: [iconify], [maximize], [shade], [close], [extramenus] [layer], [sendto] + the all the other menu items that you can use in the normal root menu (i.e [exec] (aterm) {aterm}) The [extramenus] will add "remember" menu example: session.screen0.windowMenu: ~/.fluxbox/windowmenu [begin] [exec] (aterm) {aterm} [maximize] [shade] [close] [end] * Added [wallpapers|wallpapermenu|rootcommands] to possible menuitems * [wallpapers] (directory) {rootcommand} creates a submenu in the menu to click on the wallpaper one wants. default rootcommand is fbsetbg * Improved menu transparent rendering speed and the text is not transparent anymore so you are able to see the text even if you have 100% transparency * New menu theme items: * menu.titleHeight: <integer> * menu.itemHeight: <integer> The height of the item/title will be the biggest of font height + bevel and the specified height, so the text will always fit. * Added icons in menu and improved menu loading speed * New option for menu file: [key] (label) {argument to key} <the icon filename> example: [exec] (aterm) {aterm} <terminal.xpm> * Improve rendering speed of toolbar * Supports _NET_WM_WINDOW_TYPE_DESKTOP * eg nautilus desktop windows are on the bottom, not tabable, etc * Added some new options font loading: *.font: fontname-size:option,specoption1:key=val;key2=val2 etc eg: *.font: Verdana-10:bold,shadow:offsetx=2;offsety=4;color=green *.font: Verdana-10:halo:color=blue possible specoptions atm: halo: color=colorname shadow: color=colorname offsetx=number (negative allowed) offsety=number (negative allowed) * Fixed so one can use to use this in the apps-file: [Layer] {number | literal} ex: [Layer] {BOTTOM} while literal is one of DESKTOP BOTTOM NORMAL TOP DOCK ABOVEDOCK MENU * fluxbox-generate_menu: * Preliminary basic support for icons in fluxbox-generate_menu put a <progname>.xpm into ~/.fluxbox/icons. e.g. Eterm.xpm
Diffstat (limited to 'wm/fluxbox/patches')
-rw-r--r--wm/fluxbox/patches/patch-aa16
-rw-r--r--wm/fluxbox/patches/patch-ab10
-rw-r--r--wm/fluxbox/patches/patch-af10
3 files changed, 18 insertions, 18 deletions
diff --git a/wm/fluxbox/patches/patch-aa b/wm/fluxbox/patches/patch-aa
index fe77dd63786..953f036a14a 100644
--- a/wm/fluxbox/patches/patch-aa
+++ b/wm/fluxbox/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.5 2004/05/13 04:29:13 xtraeme Exp $
+$NetBSD: patch-aa,v 1.6 2004/09/02 21:56:32 xtraeme Exp $
---- doc/Makefile.in.orig 2004-05-13 06:03:22.000000000 +0200
-+++ doc/Makefile.in 2004-05-13 06:04:16.000000000 +0200
-@@ -93,10 +93,10 @@
-
- CLEANFILES = fluxbox.1
+--- doc/Makefile.in.orig 2004-09-02 23:14:59.000000000 +0200
++++ doc/Makefile.in 2004-09-02 23:15:38.000000000 +0200
+@@ -95,10 +95,10 @@
+ SUBDIRS = ru
+ CLEANFILES = fluxbox.1 fluxstyle.1
MAINTAINERCLEANFILES = Makefile.in
-man_MANS = fluxbox.1 bsetroot.1 fbrun.1 fbsetbg.1 \
+man_MANS = fluxbox.1 fbrun.1 fbsetbg.1 \
- startfluxbox.1 fluxstyle.1 fbrun.1
+ startfluxbox.1 fluxstyle.1 fbrun.1
-EXTRA_DIST = fluxbox.1.in bsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \
+EXTRA_DIST = fluxbox.1.in fbrun.1 startfluxbox.1 fbsetbg.1 \
- fluxstyle.1 Coding_style
+ fluxstyle.1.in Coding_style
subdir = doc
diff --git a/wm/fluxbox/patches/patch-ab b/wm/fluxbox/patches/patch-ab
index ee5979a7897..29e71f32844 100644
--- a/wm/fluxbox/patches/patch-ab
+++ b/wm/fluxbox/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.9 2004/05/13 04:29:13 xtraeme Exp $
+$NetBSD: patch-ab,v 1.10 2004/09/02 21:56:32 xtraeme Exp $
---- util/Makefile.in.orig 2004-05-13 06:01:43.000000000 +0200
-+++ util/Makefile.in 2004-05-13 06:02:50.000000000 +0200
+--- util/Makefile.in.orig 2004-09-02 23:16:03.000000000 +0200
++++ util/Makefile.in 2004-09-02 23:16:38.000000000 +0200
@@ -94,7 +94,7 @@
SUBDIRS = fbrun
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk
@@ -9,8 +9,8 @@ $NetBSD: patch-ab,v 1.9 2004/05/13 04:29:13 xtraeme Exp $
-bin_PROGRAMS = bsetroot
+bin_PROGRAMS =
bsetroot_SOURCES = bsetroot.cc bsetroot.hh
- bsetroot_LDADD = ../src/FbRootWindow.o ../src/I18n.o \
- ../src/FbAtoms.o ../src/FbTk/libFbTk.a
+ bsetroot_LDADD = ../src/FbRootWindow.o ../src/FbAtoms.o \
+ ../src/FbTk/libFbTk.a
@@ -108,7 +108,7 @@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
diff --git a/wm/fluxbox/patches/patch-af b/wm/fluxbox/patches/patch-af
index 128a02536ee..a69fbf4e35f 100644
--- a/wm/fluxbox/patches/patch-af
+++ b/wm/fluxbox/patches/patch-af
@@ -1,12 +1,12 @@
-$NetBSD: patch-af,v 1.1 2004/05/23 16:30:03 xtraeme Exp $
+$NetBSD: patch-af,v 1.2 2004/09/02 21:56:32 xtraeme Exp $
---- src/I18n.cc.orig 2004-05-23 18:20:51.000000000 +0200
-+++ src/I18n.cc 2004-05-23 18:22:21.000000000 +0200
-@@ -54,7 +54,9 @@
+--- src/FbTk/I18n.cc.orig 2004-09-02 23:21:32.000000000 +0200
++++ src/FbTk/I18n.cc 2004-09-02 23:22:28.000000000 +0200
+@@ -77,7 +77,9 @@
I18n::I18n():m_multibyte(false), m_catalog_fd((nl_catd)(-1)) {
#ifdef HAVE_SETLOCALE
//make sure we don't get 0 to m_locale string
-- char *temp = setlocale(LC_ALL, "");
+- char *temp = setlocale(LC_MESSAGES, "");
+ char *temp;
+ (void)setlocale(LC_ALL, "");
+ temp = setlocale(LC_MESSAGES, NULL);