1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-01 19:42:32 +01:00

Updating to version 0.20.2

Many bug fixes.
This commit is contained in:
dan
1998-10-21 14:43:47 +00:00
parent 9d2e6ef9f1
commit 9af1c6c415
222 changed files with 9132 additions and 4322 deletions

View File

@@ -18,7 +18,7 @@ WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
chmod 644 WindowMaker
WMState: $(srcdir)/WMState.in ./Makefile
WMState: $(srcdir)/WMState.in $(srcdir)/Makefile
-rm -f WMState
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
chmod 644 WMState

View File

@@ -68,8 +68,6 @@ I18N = @I18N@
I18N_MB = @I18N_MB@
ICONEXT = @ICONEXT@
INTLIBS = @INTLIBS@
LIBPL_INC_PATH = @LIBPL_INC_PATH@
LIBPL_LIBS = @LIBPL_LIBS@
LN_S = @LN_S@
MAKEINFO = @MAKEINFO@
MOFILES = @MOFILES@
@@ -218,7 +216,7 @@ WindowMaker: $(srcdir)/WindowMaker.in ./Makefile
sed -e "s:#pkgdatadir#:$(pkgdatadir):" $(srcdir)/WindowMaker.in > WindowMaker
chmod 644 WindowMaker
WMState: $(srcdir)/WMState.in ./Makefile
WMState: $(srcdir)/WMState.in $(srcdir)/Makefile
-rm -f WMState
sed -e "s:#wprefs#:$(wprefsdir)/WPrefs:" $(srcdir)/WMState.in > WMState
chmod 644 WMState

View File

@@ -2,8 +2,8 @@
Dock = {
Applications = (
{
Command = dockit;
Name = dockit.Dockit;
Command = "";
Name = Logo.WMDock;
AutoLaunch = No;
Forced = No;
Position = "0,0";

View File

@@ -2,8 +2,8 @@
Dock = {
Applications = (
{
Command = dockit;
Name = dockit.Dockit;
Command = "";
Name = Logo.WMDock;
AutoLaunch = No;
Forced = No;
Position = "0,0";

View File

@@ -1,4 +1,6 @@
{
EdgeResistance = 5;
IconificationStyle = Zoom;
IconPath = (
"~/GNUstep/Library/Icons",
"/usr/local/share/WindowMaker/Icons",
@@ -17,7 +19,6 @@
"/usr/local/share/pixmaps",
"/usr/share/pixmaps"
);
IconificationStyle = Zoom;
WindowTitleBalloons = YES;
IconSize = 64;
FocusMode = manual;
@@ -36,7 +37,6 @@
SaveSessionOnExit = NO;
ColormapMode = auto;
RaiseDelay = 0;
EdgeResistance = 0;
AutoFocus = YES;
WindowPlacement = auto;
WindowPlaceOrigin = (64, 64);
@@ -48,7 +48,7 @@
AdvanceToNewWorkspace = NO;
CycleWorkspaces = NO;
ResizeDisplay = line;
MoveDisplay = corner;
MoveDisplay = floating;
OpaqueMove = YES;
OnTopTransients = YES;
IconPosition = "blh";
@@ -59,7 +59,6 @@
ShadeSpeed = medium;
DoubleClickTime = 250;
AlignSubmenus = NO;
NoWindowUnderDock = YES;
NoWindowOverIcons = NO;
IgnoreFocusClick = NO;
CloseKey = None;

View File

@@ -1,4 +1,6 @@
{
EdgeResistance = 5;
IconificationStyle = Zoom;
IconPath = (
"~/GNUstep/Library/Icons",
"#pkgdatadir#/Icons",
@@ -17,7 +19,6 @@
"/usr/local/share/pixmaps",
"/usr/share/pixmaps"
);
IconificationStyle = Zoom;
WindowTitleBalloons = YES;
IconSize = 64;
FocusMode = manual;
@@ -36,7 +37,6 @@
SaveSessionOnExit = NO;
ColormapMode = auto;
RaiseDelay = 0;
EdgeResistance = 0;
AutoFocus = YES;
WindowPlacement = auto;
WindowPlaceOrigin = (64, 64);
@@ -48,7 +48,7 @@
AdvanceToNewWorkspace = NO;
CycleWorkspaces = NO;
ResizeDisplay = line;
MoveDisplay = corner;
MoveDisplay = floating;
OpaqueMove = YES;
OnTopTransients = YES;
IconPosition = "blh";
@@ -59,7 +59,6 @@
ShadeSpeed = medium;
DoubleClickTime = 250;
AlignSubmenus = NO;
NoWindowUnderDock = YES;
NoWindowOverIcons = NO;
IgnoreFocusClick = NO;
CloseKey = None;