This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 8b1babc5b36bafdc4f46da8176a438587e14af08 (commit)
via 0d45deff07d1a1aae9cfa3710c637b8878f9b5a1 (commit)
from 34da09a0a3d4aadb979d9bbaa010f365c66afde7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/8b1babc5b36bafdc4f46da8176a438587e14af08
commit 8b1babc5b36bafdc4f46da8176a438587e14af08
Author: Doug Torrance <[email protected]>
Date: Fri Nov 1 19:12:31 2013 -0500
Remove newlines in legal panel.
The label containing the legal information in the legal panel was set to
wrap.
However, there were redundant newlines in the text itself. In wider fonts,
this
had the effect of the legal text not completely fitting in the legal panel.
This patch removes the unnecessary newlines.
diff --git a/src/dialog.c b/src/dialog.c
index 0608f67..3dcf31b 100644
--- a/src/dialog.c
+++ b/src/dialog.c
@@ -1419,17 +1419,17 @@ void wShowLegalPanel(WScreen * scr)
WMMoveWidget(panel->licenseL, 10, 10);
WMSetLabelTextAlignment(panel->licenseL, WALeft);
WMSetLabelText(panel->licenseL,
- _(" Window Maker is free software; you can
redistribute it and/orn"
- "modify it under the terms of the GNU General Public
License asn"
- "published by the Free Software Foundation; either
version 2 of then"
+ _(" Window Maker is free software; you can
redistribute it and/or "
+ "modify it under the terms of the GNU General Public
License as "
+ "published by the Free Software Foundation; either
version 2 of the "
"License, or (at your option) any later version.nn"
- " Window Maker is distributed in the hope that it
will be useful,n"
- "but WITHOUT ANY WARRANTY; without even the implied
warrantyn"
- "of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.n"
+ " Window Maker is distributed in the hope that it
will be useful, "
+ "but WITHOUT ANY WARRANTY; without even the implied
warranty "
+ "of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. "
"See the GNU General Public License for more
details.nn"
- " You should have received a copy of the GNU
General Publicn"
- "License along with this program; if not, write to the
Free Softwaren"
- "Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MAn"
+ " You should have received a copy of the GNU
General Public "
+ "License along with this program; if not, write to the
Free Software "
+ "Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA"
"02110-1301 USA."));
WMSetLabelRelief(panel->licenseL, WRGroove);
http://repo.or.cz/w/wmaker-crm.git/commit/0d45deff07d1a1aae9cfa3710c637b8878f9b5a1
commit 0d45deff07d1a1aae9cfa3710c637b8878f9b5a1
Author: Doug Torrance <[email protected]>
Date: Fri Nov 1 18:34:08 2013 -0500
Remove default Microsoft fonts.
In keeping with the spirit of free software, this patch removes several
Microsoft fonts (Trebuchet, Arial, and Verdana) from being the default
fonts for
Window Maker and WINGs.
This patch has the added advantage of allowing users some control over the
appearance of WINGs widgets. Formerly, there was no way to control the
font if
the Trebuchet MS font was installed. Now the WINGs font can be changed by
setting the sans-serif alias in fonts.conf.
diff --git a/WINGs/configuration.c b/WINGs/configuration.c
index 8e53ba6..0aaf31a 100644
--- a/WINGs/configuration.c
+++ b/WINGs/configuration.c
@@ -6,8 +6,8 @@
_WINGsConfiguration WINGsConfiguration;
-#define SYSTEM_FONT "Trebuchet MS,sans serif"
-#define BOLD_SYSTEM_FONT "Trebuchet MS,sans serif:bold"
+#define SYSTEM_FONT "sans serif"
+#define BOLD_SYSTEM_FONT "sans serif:bold"
#define DEFAULT_FONT_SIZE 12
#define FLOPPY_PATH "/floppy"
diff --git a/src/wconfig.h.in b/src/wconfig.h.in
index c2a79a3..bb267fe 100644
--- a/src/wconfig.h.in
+++ b/src/wconfig.h.in
@@ -164,13 +164,13 @@
#define DEF_FRAME_COLOR "white"
/* default fonts */
-#define DEF_TITLE_FONT ""Trebuchet MS,sans serif:bold:pixelsize=12""
-#define DEF_MENU_TITLE_FONT ""Trebuchet MS,sans serif:bold:pixelsize=12""
-#define DEF_MENU_ENTRY_FONT ""Trebuchet MS,sans serif:pixelsize=12""
-#define DEF_ICON_TITLE_FONT ""Arial,sans serif:pixelsize=9""
-#define DEF_CLIP_TITLE_FONT ""Verdana:bold:pixelsize=10""
-#define DEF_INFO_TEXT_FONT ""Trebuchet MS,sans serif:pixelsize=12""
-#define DEF_WORKSPACE_NAME_FONT ""Trebuchet MS,sans serif:pixelsize=24""
+#define DEF_TITLE_FONT ""sans-serif:bold:pixelsize=12""
+#define DEF_MENU_TITLE_FONT ""sans-serif:bold:pixelsize=12""
+#define DEF_MENU_ENTRY_FONT ""sans-serif:pixelsize=12""
+#define DEF_ICON_TITLE_FONT ""sans-serif:pixelsize=9""
+#define DEF_CLIP_TITLE_FONT ""sans-serif:bold:pixelsize=10""
+#define DEF_INFO_TEXT_FONT ""sans-serif:pixelsize=12""
+#define DEF_WORKSPACE_NAME_FONT ""sans-serif:pixelsize=24""
/* line width of the move/resize frame */
#define DEF_FRAME_THICKNESS 1
-----------------------------------------------------------------------
Summary of changes:
WINGs/configuration.c | 4 ++--
src/dialog.c | 18 +++++++++---------
src/wconfig.h.in | 14 +++++++-------
3 files changed, 18 insertions(+), 18 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].