From e1001cb0db9e5b38177c6dcace47480bad5e08d1 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 30 Mar 1999 22:14:17 +0000 Subject: [PATCH] A few small fixes before 0.52.0 release. --- NEWS | 21 +++++++++++++++++---- WINGs/Makefile.in | 2 +- WINGs/wpopupbutton.c | 2 +- WPrefs.app/Makefile.in | 2 +- WPrefs.app/TexturePanel.c | 4 ++-- WPrefs.app/main.c | 2 +- WindowMaker/Makefile.in | 2 +- configure | 4 ++-- configure.in | 4 ++-- doc/Makefile.in | 2 +- po/Makefile.in | 2 +- src/Makefile.in | 2 +- src/dialog.c | 2 +- src/window.c | 2 +- test/Makefile.in | 2 +- util/Makefile.in | 2 +- util/wmsetbg.c | 2 ++ wmlib/Makefile.in | 2 +- wrlib/Makefile.in | 2 +- 19 files changed, 39 insertions(+), 24 deletions(-) diff --git a/NEWS b/NEWS index ca64f250..9b58d9c1 100644 --- a/NEWS +++ b/NEWS @@ -12,11 +12,12 @@ Added Appearance/Texture editing capability in WPrefs. Workspace background selection is not yet finished. -New Themes ----------- +Themes +------ -Added 2 new cool themes (actually I added in 0.51.1, but forgot -to put it here...) from largo (LeetWM) and BadlandZ (STEP2000). +Removed all themes from the source tree, and moved them in a separate package. +You can download the new package from the same place as this package. +Look after WindowMaker-themes.tar.gz Full Screen Maximization @@ -29,6 +30,18 @@ for programs that must use the whole screen, like games or things like presentation programs. +get-wraster-flags script change +------------------------------- + +The name of the options passed to get-wraster-flags changed, to allow a better +name compatibility with the naming conventions used by other software. +The name change was as follows: +--lflags was changed in --ldflags +To allow backward compatibility, with already written software, the old +--lflags option is still recognized, but you are encouraged to move the the +new --ldflags. + + --- 0.51.1 KDE Application Menu script diff --git a/WINGs/Makefile.in b/WINGs/Makefile.in index 7b925194..c27da256 100644 --- a/WINGs/Makefile.in +++ b/WINGs/Makefile.in @@ -202,7 +202,7 @@ DIST_COMMON = README ChangeLog Makefile.am Makefile.in TODO DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(libWINGs_a_SOURCES) $(wtest_SOURCES) $(wmquery_SOURCES) $(wmfile_SOURCES) $(fontl_SOURCES) $(testmywidget_SOURCES) $(testcolorpanel_SOURCES) $(testnot_SOURCES) OBJECTS = $(libWINGs_a_OBJECTS) $(wtest_OBJECTS) $(wmquery_OBJECTS) $(wmfile_OBJECTS) $(fontl_OBJECTS) $(testmywidget_OBJECTS) $(testcolorpanel_OBJECTS) $(testnot_OBJECTS) diff --git a/WINGs/wpopupbutton.c b/WINGs/wpopupbutton.c index e29aceb9..779c03f2 100644 --- a/WINGs/wpopupbutton.c +++ b/WINGs/wpopupbutton.c @@ -52,7 +52,7 @@ typedef struct W_PopUpButton { #define MENU_BLINK_DELAY 60000 #define MENU_BLINK_COUNT 2 -#define SCROLL_DELAY 30 +#define SCROLL_DELAY 10 W_ViewProcedureTable _PopUpButtonViewProcedures = { diff --git a/WPrefs.app/Makefile.in b/WPrefs.app/Makefile.in index 27d813c2..a39d6352 100644 --- a/WPrefs.app/Makefile.in +++ b/WPrefs.app/Makefile.in @@ -144,7 +144,7 @@ DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(WPrefs_SOURCES) OBJECTS = $(WPrefs_OBJECTS) diff --git a/WPrefs.app/TexturePanel.c b/WPrefs.app/TexturePanel.c index 62707d94..2c365a89 100644 --- a/WPrefs.app/TexturePanel.c +++ b/WPrefs.app/TexturePanel.c @@ -1571,7 +1571,7 @@ testOKButton(WMWidget *self, void *data) RImage *image; TexturePanel *panel = (TexturePanel*)data; -// test = GetTexturePanelTextureString(panel); + /* test = GetTexturePanelTextureString(panel); */ wwarning(test); @@ -1581,7 +1581,7 @@ testOKButton(WMWidget *self, void *data) XMapRaised(dpy, win); XFlush(dpy); - // image = RenderTexturePanelTexture(panel, 250, 250); + /* image = RenderTexturePanelTexture(panel, 250, 250); */ RConvertImage(WMScreenRContext(WMWidgetScreen(panel->okB)), image, &pix); diff --git a/WPrefs.app/main.c b/WPrefs.app/main.c index fc7e8870..18ec706a 100644 --- a/WPrefs.app/main.c +++ b/WPrefs.app/main.c @@ -165,7 +165,7 @@ main(int argc, char **argv) wfatal(_("could not open display %s"), XDisplayName(display_name)); exit(0); } -#if 1 +#if 0 XSynchronize(dpy, 1); #endif scr = WMCreateScreen(dpy, DefaultScreen(dpy)); diff --git a/WindowMaker/Makefile.in b/WindowMaker/Makefile.in index 66fec58c..42d11b06 100755 --- a/WindowMaker/Makefile.in +++ b/WindowMaker/Makefile.in @@ -106,7 +106,7 @@ DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/configure b/configure index 6d66a6f4..424a4329 100755 --- a/configure +++ b/configure @@ -5685,7 +5685,7 @@ WCFLAGS="-I\$prefix/include $inc_search_path" WLFLAGS="-L\$exec_prefix/lib $lib_search_path" WLIBS="-lwraster $GFXLIBS $XLIBS -lm" -usage="Usage: get-wraster-flags #lp#--cflags#rp# #lp#--lflags#rp# #lp#--libs#rp#" +usage="Usage: get-wraster-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#" if test \$# -eq 0; then echo "\${usage}" 1>&2 @@ -5697,7 +5697,7 @@ while test \$# -gt 0; do --cflags) echo \$WCFLAGS ;; - --lflags) + --ldflags|--lflags) echo \$WLFLAGS ;; --libs) diff --git a/configure.in b/configure.in index 06f958eb..9359f7ad 100644 --- a/configure.in +++ b/configure.in @@ -783,7 +783,7 @@ WCFLAGS="-I\$prefix/include $inc_search_path" WLFLAGS="-L\$exec_prefix/lib $lib_search_path" WLIBS="-lwraster $GFXLIBS $XLIBS -lm" -usage="Usage: get-wraster-flags #lp#--cflags#rp# #lp#--lflags#rp# #lp#--libs#rp#" +usage="Usage: get-wraster-flags #lp#--cflags#rp# #lp#--ldflags#rp# #lp#--libs#rp#" if test \$# -eq 0; then echo "\${usage}" 1>&2 @@ -795,7 +795,7 @@ while test \$# -gt 0; do --cflags) echo \$WCFLAGS ;; - --lflags) + --ldflags|--lflags) echo \$WLFLAGS ;; --libs) diff --git a/doc/Makefile.in b/doc/Makefile.in index 3252d12d..7acbaa5c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -104,7 +104,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/po/Makefile.in b/po/Makefile.in index c5b42f6e..a498c2a2 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -114,7 +114,7 @@ DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff --git a/src/Makefile.in b/src/Makefile.in index 131efc0c..56fb879a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -140,7 +140,7 @@ wconfig.h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(wmaker_SOURCES) OBJECTS = $(wmaker_OBJECTS) diff --git a/src/dialog.c b/src/dialog.c index 9f4274a7..dbaf0c68 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -337,7 +337,7 @@ listIconPaths(WMList *lPtr) /* do not sort, because the order implies the order of * directories searched */ if (access(tmp, X_OK)==0) - WMAddListItem(lPtr, tmp); + WMAddListItem(lPtr, path); free(tmp); } while ((path=strtok(NULL, ":"))!=NULL); diff --git a/src/window.c b/src/window.c index 2860e0f1..be1bc479 100644 --- a/src/window.c +++ b/src/window.c @@ -502,7 +502,7 @@ wManageWindow(WScreen *scr, Window window) Bool withdraw = False; /* mutex. */ -// XGrabServer(dpy); + /* XGrabServer(dpy); */ XSync(dpy, False); /* make sure the window is still there */ if (!XGetWindowAttributes(dpy, window, &wattribs)) { diff --git a/test/Makefile.in b/test/Makefile.in index 3356d6ec..a601616b 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -125,7 +125,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(wtest_SOURCES) OBJECTS = $(wtest_OBJECTS) diff --git a/util/Makefile.in b/util/Makefile.in index e1d22226..da9e1885 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -186,7 +186,7 @@ DIST_COMMON = README Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(wxcopy_SOURCES) $(wxpaste_SOURCES) $(wdwrite_SOURCES) $(getstyle_SOURCES) $(setstyle_SOURCES) $(seticons_SOURCES) $(geticonset_SOURCES) $(wmsetbg_SOURCES) OBJECTS = $(wxcopy_OBJECTS) $(wxpaste_OBJECTS) $(wdwrite_OBJECTS) $(getstyle_OBJECTS) $(setstyle_OBJECTS) $(seticons_OBJECTS) $(geticonset_OBJECTS) $(wmsetbg_OBJECTS) diff --git a/util/wmsetbg.c b/util/wmsetbg.c index 35d43577..7c5e64bb 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -1249,7 +1249,9 @@ main(int argc, char **argv) wfatal("could not open display"); exit(1); } +#if 0 XSynchronize(dpy, 1); +#endif root = DefaultRootWindow(dpy); diff --git a/wmlib/Makefile.in b/wmlib/Makefile.in index 5e46ac09..28d6ebb4 100644 --- a/wmlib/Makefile.in +++ b/wmlib/Makefile.in @@ -126,7 +126,7 @@ DIST_COMMON = COPYING.LIB Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(libWMaker_a_SOURCES) OBJECTS = $(libWMaker_a_OBJECTS) diff --git a/wrlib/Makefile.in b/wrlib/Makefile.in index c1859a1e..9b6d4ad7 100644 --- a/wrlib/Makefile.in +++ b/wrlib/Makefile.in @@ -165,7 +165,7 @@ Makefile.in NEWS TODO alloca.c configure.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(libwraster_la_SOURCES) $(testgrad_SOURCES) $(testdraw_SOURCES) $(view_SOURCES) OBJECTS = $(libwraster_la_OBJECTS) $(testgrad_OBJECTS) $(testdraw_OBJECTS) $(view_OBJECTS) -- 2.11.4.GIT