Several minor edits

Including running tidy -i -w 130 -m *.php to obtain uniform formatting.
This commit is contained in:
Carlos R. Mafra
2012-02-05 22:31:04 +00:00
parent 81020ea46a
commit 761944af87
13 changed files with 197 additions and 149 deletions

31
dev.php
View File

@@ -8,11 +8,10 @@
</head> </head>
<body> <body>
<?php
<?php include("header.php");
include("header.php"); include("dock.php");
include("dock.php"); ?>
?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">
@@ -48,11 +47,25 @@
of introducing regressions when doing cleanups exists, but if you also follow the practice of having a patch for each of introducing regressions when doing cleanups exists, but if you also follow the practice of having a patch for each
unrelated change you do, the eventuall regressions can be easily found and reverted.</p> unrelated change you do, the eventuall regressions can be easily found and reverted.</p>
<h3>WINGs</h3> <h3>Git repository for dockapps</h3>
<p>Window Maker uses the WINGs library for its widgets. For more information <p>There is also a <a href="http://repo.or.cz/w/dockapps.git">git repository</a> containing a few dockapps which
click <a href="wings.php">here</a>.</p> apparently have no maintainers anymore. Patches for those dockapps (or to include more apps) can also be sent to
<br><br></br></br> wmaker-dev@lists.windowmaker.org.</p>
<h3>Some sources of information</h3>
<ul>
<li>
<p><a href="wings.php">The Window Maker WINGs library</a>.</p>
</li>
<li>
<p><a href="http://tronche.com/gui/x/xlib/">The Xlib Manual</a></p>
</li>
</ul><br />
<br />
<br />
</td> </td>
</tr> </tr>
</table> </table>

View File

@@ -1,23 +1,40 @@
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<div id="dock"> <div id="dock">
<table width="64" height="500" border="0" cellpadding="0" cellspacing="0"> <table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
<td><a href="home.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','homewmaker.png',0)"><img src="homewmaker.png" alt="Home" width="60" height="81"></a></td> <td><a href="home.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image1','','homewmaker.png',0)"><img src="homewmaker.png" alt="Home" width="60" height="81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="news.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','news.png',0)"><img src="news.png" alt="News" width="60" height="81"></a></td> <td><a href="news.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','news.png',0)"><img src=
"news.png" alt="News" width="60" height="81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="docs.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','docs.png',0)"><img src="docs.png" alt="Documentation" width="60" height="81"></a></td> <td><a href="docs.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','docs.png',0)"><img src=
"docs.png" alt="Documentation" width="60" height="81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="lists.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','mailing_list.png',0)"><img src="mailing_list.png" alt="Mailing Lists" width="60" height="81"></a></td> <td><a href="lists.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image4','','mailing_list.png',0)"><img src="mailing_list.png" alt="Mailing Lists" width="60" height=
"81"></a></td>
</tr> </tr>
<tr> <tr>
<td><a href="dev.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','development.png',0)"><img src="development.png" alt="Development" width="60" height="81"></a></td> <td><a href="dev.php" onmouseout="MM_swapImgRestore()" onmouseover=
"MM_swapImage('Image5','','development.png',0)"><img src="development.png" alt="Development" width="60" height=
"81"></a></td>
</tr> </tr>
</table> </table>
</div> </div>
</body>
</html>

View File

@@ -8,10 +8,10 @@
</head> </head>
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
?> ?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">
@@ -37,12 +37,13 @@
<ul> <ul>
<li><a href="installation.php">Installation Basics</a></li> <li><a href="installation.php">Installation Basics</a></li>
<!-- <li><a href="tour.php">Guided Tour</a></li> <li><a href="http://main.linuxfocus.org/~georges.t/">Guided Tour</a></li><!--
<li><a href="guide.php">User Guide</a></li> <li><a href="guide.php">User Guide</a></li>
<li><a href="desktop.php">Desktop/X Integration</a></li> --> <li><a href="desktop.php">Desktop/X Integration</a></li> -->
<li><a href="FAQ.php">FAQ</a></li> <li><a href="FAQ.php">FAQ</a></li>
<li><a href="wings.php">FAQ</a></li>
<li><a href="wings.php">WINGs</a></li>
</ul> </ul>
</td> </td>
</tr> </tr>

View File

@@ -9,9 +9,9 @@
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
?> ?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">
@@ -22,10 +22,10 @@
<h3>Features</h3> <h3>Features</h3>
<p>We have already mentioned that Window Maker is a window manager. There are other window managers out there, such as <p>We have already mentioned that Window Maker is a <a href="http://en.wikipedia.org/wiki/Window_manager">window
the infamous FVWM, Enlightenment, AfterStep, and the list goes on. All window managers perform the same basic tasks, manager</a>. There are other window managers out there, such as the infamous FVWM, Enlightenment, AfterStep, and the
which are to create, place, keep track of, and draw borders around the windows on the screen. Beyond this, they can list goes on. All window managers perform the same basic tasks, which are to create, place, keep track of, and draw
become quite different in their various abilities.</p> borders around the windows on the screen. Beyond this, they can become quite different in their various abilities.</p>
<p>Window Maker firmly adheres to the behavior and functionality of the NEXTSTEP&#8482; user interface. The developers <p>Window Maker firmly adheres to the behavior and functionality of the NEXTSTEP&#8482; user interface. The developers
have put forth a great deal of effort in capturing the essense and beauty of the original design, and have incorporated have put forth a great deal of effort in capturing the essense and beauty of the original design, and have incorporated

View File

@@ -9,17 +9,16 @@
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
?> ?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">
<tr> <tr>
<td content="content" colspan="2" valign="top"> <td content="content" colspan="2" valign="top">
<h3>git diff --stat --summary 688a56e8ab67b..wmaker-0.95.1</h3> <h3>git diff --stat --summary 688a56e8ab67b..wmaker-0.95.1</h3>
<pre> <pre>
<code> <code>
.cvsignore | 8 - .cvsignore | 8 -
.gitignore | 98 +- .gitignore | 98 +-
@@ -189,10 +188,10 @@
WPrefs.app/tiff/.cvsignore | 2 - WPrefs.app/tiff/.cvsignore | 2 -
WPrefs.app/tiff/Makefile.am | 5 + WPrefs.app/tiff/Makefile.am | 5 +
WPrefs.app/tiff/README | 4 - WPrefs.app/tiff/README | 4 -
WPrefs.app/tiff/nextstyle.tiff | Bin 0 -> 4004 bytes WPrefs.app/tiff/nextstyle.tiff | Bin 0 -&gt; 4004 bytes
WPrefs.app/tiff/noopaqueresize.tiff | Bin 0 -> 9522 bytes WPrefs.app/tiff/noopaqueresize.tiff | Bin 0 -&gt; 9522 bytes
WPrefs.app/tiff/oldstyle.tiff | Bin 1044 -> 4004 bytes WPrefs.app/tiff/oldstyle.tiff | Bin 1044 -&gt; 4004 bytes
WPrefs.app/tiff/opaqueresize.tiff | Bin 0 -> 9519 bytes WPrefs.app/tiff/opaqueresize.tiff | Bin 0 -&gt; 9519 bytes
WPrefs.app/xmodifier.c | 85 +- WPrefs.app/xmodifier.c | 85 +-
WPrefs.app/xpm/.cvsignore | 2 - WPrefs.app/xpm/.cvsignore | 2 -
WPrefs.app/xpm/Makefile.am | 4 + WPrefs.app/xpm/Makefile.am | 4 +
@@ -210,11 +209,11 @@
WindowMaker/IconSets/.cvsignore | 3 - WindowMaker/IconSets/.cvsignore | 3 -
WindowMaker/IconSets/Makefile.am | 8 +- WindowMaker/IconSets/Makefile.am | 8 +-
WindowMaker/Icons/.cvsignore | 2 - WindowMaker/Icons/.cvsignore | 2 -
WindowMaker/Icons/DefaultAppIcon.tiff | Bin 6832 -> 0 bytes WindowMaker/Icons/DefaultAppIcon.tiff | Bin 6832 -&gt; 0 bytes
WindowMaker/Icons/Makefile.am | 86 +- WindowMaker/Icons/Makefile.am | 86 +-
WindowMaker/Icons/Netscape.png | Bin 2418 -> 0 bytes WindowMaker/Icons/Netscape.png | Bin 2418 -&gt; 0 bytes
WindowMaker/Icons/README | 2 +- WindowMaker/Icons/README | 2 +-
WindowMaker/Icons/sound.tiff | Bin 5608 -> 0 bytes WindowMaker/Icons/sound.tiff | Bin 5608 -&gt; 0 bytes
WindowMaker/Icons/sound.xpm | 263 -- WindowMaker/Icons/sound.xpm | 263 --
WindowMaker/Makefile.am | 16 +- WindowMaker/Makefile.am | 16 +-
WindowMaker/Pixmaps/.cvsignore | 2 - WindowMaker/Pixmaps/.cvsignore | 2 -
@@ -822,8 +821,7 @@
delete mode 100644 wrlib/x86_specific.c delete mode 100644 wrlib/x86_specific.c
</code> </code>
</pre> </pre>
</td>
</td>
</tr> </tr>
</table> </table>
</div> </div>

View File

@@ -1,3 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<div id="header"> <div id="header">
Window Maker Home Window Maker Home
</div> </div>
</body>
</html>

View File

@@ -9,9 +9,9 @@
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
?> ?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">

View File

@@ -2,8 +2,9 @@
<html> <html>
<head> <head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<meta name="generator" content="vim :-)"> <meta name="generator" content="vim :-)">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>Window Maker - A window manager for X</title> <title>Window Maker - A window manager for X</title>
<meta name="Keywords" content="Window Maker, Window Manager, X11, X-Window"> <meta name="Keywords" content="Window Maker, Window Manager, X11, X-Window">
@@ -12,9 +13,9 @@
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
include("home.php"); include("home.php");
?> ?>
</body> </body>
</html> </html>

View File

@@ -8,11 +8,10 @@
</head> </head>
<body> <body>
<?php
<?php include("header.php");
include("header.php"); include("dock.php");
include("dock.php"); ?>
?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">
@@ -31,7 +30,6 @@
enables us to provide web-based archives to our users. Selecting a link under the Name field will bring up more details enables us to provide web-based archives to our users. Selecting a link under the Name field will bring up more details
and instructions regarding that specific list.</p> and instructions regarding that specific list.</p>
<table border="1" align="center"> <table border="1" align="center">
<col /> <col />
<col /> <col />
@@ -81,19 +79,19 @@
</li> </li>
<li style="list-style: none; display: inline"> <li style="list-style: none; display: inline">
<p>Do not post questions to a list without having <strong>read all of <a href="/documentation">documentation</a> <p>Please consider reading some of our <a href="docs.php">documentation</a> before posting questions to the lists.
that is available to you.</strong> The Window Maker source code comes with a README, INSTALL, and NEWS file. There The Window Maker source code comes with a README, INSTALL, and NEWS file. There is also a <a href="FAQ.php">FAQ</a>
is also an FAQ to read. These pieces of information are <em>MANDATORY</em> reading and contain answers to many to read.</p>
common questions. Please, do not post a question to the lists unless it can't be found in the documentation.</p>
</li> </li>
<li> <li>
<p>Please, please, and pretty please <strong>THINK</strong> before you post. Try very hard not to intentionally <p>Please, please, and pretty please <strong>THINK</strong> before you post. Try very hard not to intentionally
provoke others and cause flame-wars. We reserve the right to unsubscribe and ban any user that has a history of provoke others and cause flame-wars. We reserve the right to unsubscribe and ban any user that has a history of
causing trouble.</p> causing trouble.<br />
<br />
<br /></p>
</li> </li>
</ul> </ul>
<hr />
</td> </td>
</tr> </tr>
</table> </table>

148
news.php
View File

@@ -9,15 +9,14 @@
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
?> ?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">
<tr> <tr>
<td content="content" colspan="2" valign="top"> <td content="content" colspan="2" valign="top">
<h3>Version 0.95.1 released</h3> <h3>Version 0.95.1 released</h3>
<p>Window Maker 0.95.1 was released on January 29th 2012.</p> <p>Window Maker 0.95.1 was released on January 29th 2012.</p>
@@ -25,105 +24,115 @@
<p>The last official Window Maker release was version 0.92.0 from 2006, and version 0.95.1 contains many bug fixes and <p>The last official Window Maker release was version 0.92.0 from 2006, and version 0.95.1 contains many bug fixes and
also a few new features.</p> also a few new features.</p>
<h3>New features and highlights</h3>
<h2>New features and highlights</h2> <p>The following list is incomplete, but should give a first-order approximation to the new features in this release.
For the truly curious among you, reading through <code>git log</code> is the only complete source of information.</p>
<p>The following list is incomplete, but should give a first-order approximation to the new features in
this release. For the truly curious among you, reading through <code>git log</code> is the only complete source of
information.</p>
<ul> <ul>
<li> <li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/6924454836b3a9432def2749f093ea060ac82e97">Left Half / Right Half Maximize</a>.</p> <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/6924454836b3a9432def2749f093ea060ac82e97">Left Half / Right
Half Maximize</a>.</p>
</li> </li>
<li> <li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/cf62d1591f5aef1e6760a8c0881a6de97ae26e92">Maximus: tiled maximization</a>. <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/cf62d1591f5aef1e6760a8c0881a6de97ae26e92">Maximus: tiled
Maximizes windows such that it occupies the largest area without overlapping others.</p> maximization</a>. Maximizes windows such that it occupies the largest area without overlapping others.</p>
</li> </li>
<li> <li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/a063338175511c4e6af211cef9f2c8a555d7cb44">New mouse-resizing functionality</a>. <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/a063338175511c4e6af211cef9f2c8a555d7cb44">New mouse-resizing
Windows can now be resized vertically (horizontally) using MOD+Wheel (CTRL+Wheel).</p> functionality</a>. Windows can now be resized vertically (horizontally) using MOD+Wheel (CTRL+Wheel).</p>
</li> </li>
<li> <li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/05720d97076ffc1569e50d904b998ec99c3d3d4e">History and TAB completion in dialogs</a>. <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/05720d97076ffc1569e50d904b998ec99c3d3d4e">History and TAB
To use this new functionality in your old WMRootMenu, replace completion in dialogs</a>. To use this new functionality in your old WMRootMenu, replace %a by %A in the relevant
%a by %A in the relevant entry. It will look like this <code>(Run..., SHEXEC, "%A(Run, Type command:)")</code>. Or use entry. It will look like this <code>(Run..., SHEXEC, "%A(Run, Type command:)")</code>. Or use
<code>wmgenmenu</code> to generate a new menu.</p> <code>wmgenmenu</code> to generate a new menu.</p>
</li> </li>
<li> <li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/a257e16593bb471662ce46f65d489c2ba6d87813">Bouncing appicon effect</a>. <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/a257e16593bb471662ce46f65d489c2ba6d87813">Bouncing appicon
effect</a>.</p>
</li> </li>
<li> <li>
<p>New applications (<a href="http://repo.or.cz/w/wmaker-crm.git/commit/1861880239634774bf898175a3155b7c7cd9b59c">wmgenmenu</a> and wmmenugen) <p>New applications (<a href=
to generate the root menu automatically by looking which applications you have on your $PATH. Translations to German, "http://repo.or.cz/w/wmaker-crm.git/commit/1861880239634774bf898175a3155b7c7cd9b59c">wmgenmenu</a> and wmmenugen)
<a href="http://repo.or.cz/w/wmaker-crm.git/commit/077a2eaa71623421eaffc234c30e6d40a52f0220">Spanish and French</a> of to generate the root menu automatically by looking which applications you have on your $PATH. Translations to
menus generated by wmgenmenu.</p> German, <a href="http://repo.or.cz/w/wmaker-crm.git/commit/077a2eaa71623421eaffc234c30e6d40a52f0220">Spanish and
French</a> of menus generated by wmgenmenu.</p>
</li> </li>
<li> <li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/56d856878743ec2d3b8d98ab6a0b61a6b2c99129">Automatic detection of configuration changes</a>. <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/56d856878743ec2d3b8d98ab6a0b61a6b2c99129">Automatic detection
Linux users whose kernel supports the <a href= of configuration changes</a>. Linux users whose kernel supports the <a href=
"http://en.wikipedia.org/wiki/Inotify">inotify</a> mechanism have their configuration changes "http://en.wikipedia.org/wiki/Inotify">inotify</a> mechanism have their configuration changes detected
detected automatically without polling, reducing the number of CPU wakeups.</p> automatically without polling, reducing the number of CPU wakeups.</p>
</li> </li>
<li> <li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/9318a7f42870753bd6b8c306573936369aa819f4">Improved dockapp recognition.</a></p> <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/9318a7f42870753bd6b8c306573936369aa819f4">Improved dockapp
recognition.</a></p>
</li> </li>
<li> <li>
<p>And many trivial things which reduce little annoyances one might have. For example, an option was added to <p>And many trivial things which reduce little annoyances one might have. For example, an option was added to
control whether or not Window Maker should do control whether or not Window Maker should do <a href=
<a href="http://repo.or.cz/w/wmaker-crm.git/commit/d6c134f420bfa1cd6b6a9474d01548933b559901">automatic workspace switching</a> "http://repo.or.cz/w/wmaker-crm.git/commit/d6c134f420bfa1cd6b6a9474d01548933b559901">automatic workspace
to satisfy a focus request from a window located in another workspace.</p> switching</a> to satisfy a focus request from a window located in another workspace.</p>
</li> </li>
<li> <li>
<p> (For developers). The <a href="http://repo.or.cz/w/wmaker-crm.git/commit/442e3876c6e5a78c6ed385ec204647553f45c168">addition</a> of a debian/ <p>(For developers). The <a href=
folder which allows the creation of a debian package for wmaker using the git sources.</p> "http://repo.or.cz/w/wmaker-crm.git/commit/442e3876c6e5a78c6ed385ec204647553f45c168">addition</a> of a debian/
<li> folder which allows the creation of a debian package for wmaker using the git sources.</p>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/b6689a0108fd06ba4d7bf22b789b3de531c2ad70"> Added keyboard shortcut to uncover/cover the dock</a>.</p> </li>
</li>
<li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/18408fff93468c533bf4aef3ce6c9808b415adde">Mac OS X-style window cycling</a>.</p>
</li>
<li>
<p> <a href="http://repo.or.cz/w/wmaker-crm.git/commit/c201e1612c1798106ccc2f806669a90b0bbb7a19">Preliminary XRandR support</a>
(needs a bit more work to be bug-free; not compiled in by default. Use --enable-xrandr if you want to test it).</p>
</li>
</ul>
<li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/b6689a0108fd06ba4d7bf22b789b3de531c2ad70">Added keyboard
shortcut to uncover/cover the dock</a>.</p>
</li>
<h2> Bug fixes</h2> <li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/18408fff93468c533bf4aef3ce6c9808b415adde">Mac OS X-style
window cycling</a>.</p>
</li>
<p> Window Maker 0.92.0 was already very stable, but many bugs were fixed in this release. A <strong>very</strong> <li>
incomplete list is given below, and as time permits it will be updated (including links to the commits) <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/c201e1612c1798106ccc2f806669a90b0bbb7a19">Preliminary XRandR
in the future. But the message now support</a> (needs a bit more work to be bug-free; not compiled in by default. Use --enable-xrandr if you want to
is that if you don't like bugs, use version 0.95.1.</p> test it).</p>
</li>
</ul>
<ul> <h3>Bug fixes</h3>
<li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/37829a7c60ca09eb47d4d82b00070f6f6c0fb277">Fix loading saved states on 64-bit systems</a></p>
</li>
<li>
<p>Fix to avoid a segfault when creating more than 81 workspaces, as reported on youtube <a href="http://www.youtube.com/watch?v=fkNJZvKwmhE">here</a>.</p>
</li>
<li> <p>Window Maker 0.92.0 was already very stable, but many bugs were fixed in this release. A <strong>very</strong>
<p><a href= incomplete list is given below, and as time permits it will be updated (including links to the commits) in the future.
"http://repo.or.cz/w/wmaker-crm.git/commit/c91bb1ba1360006c568db37438779e525868cf17">Periodic focus bug</a>.</p> But the message now is that if you don't like bugs, use version 0.95.1.</p>
</li>
</ul> <ul>
<li>
<p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/37829a7c60ca09eb47d4d82b00070f6f6c0fb277">Fix loading saved
states on 64-bit systems</a></p>
</li>
<li>
<p>Fix to avoid a segfault when creating more than 81 workspaces, as reported on youtube <a href=
"http://www.youtube.com/watch?v=fkNJZvKwmhE">here</a>.</p>
</li>
<h2> Summary of changes </h2> <li>
<p>A lot of effort was put into cleaning up the code, with lots of code removal and tidying things up. The following <p><a href="http://repo.or.cz/w/wmaker-crm.git/commit/c91bb1ba1360006c568db37438779e525868cf17">Periodic focus
bug</a>.</p>
</li>
</ul>
<h3>Summary of changes</h3>
<p>A lot of effort was put into cleaning up the code, with lots of code removal and tidying things up. The following
output should give you an idea of the development in the last cycle:</p> output should give you an idea of the development in the last cycle:</p>
<pre> <pre>
[mafra@Pilar:wmaker.git]$ git diff --shortstat wmaker-0.92.0+..wmaker-0.95.1 [mafra@Pilar:wmaker.git]$ git diff --shortstat wmaker-0.92.0+..wmaker-0.95.1
@@ -132,14 +141,13 @@
566 files changed, 37676 insertions(+), 41817 deletions(-) 566 files changed, 37676 insertions(+), 41817 deletions(-)
</pre>The first shortstat is really everything, including the (huge) patch generated in this <a href= </pre>The first shortstat is really everything, including the (huge) patch generated in this <a href=
"http://repo.or.cz/w/wmaker-crm.git/commit/688a56e8ab67b56550e2874d9d7423f0d435bfd9">commit</a> from 2009, which changed the old "http://repo.or.cz/w/wmaker-crm.git/commit/688a56e8ab67b56550e2874d9d7423f0d435bfd9">commit</a> from 2009, which changed the old
sources to the linux kernel coding style. The second shortstat contains the summary of development afterwards -- but included sources to the linux kernel coding style. The second shortstat contains the summary of development afterwards -- but included is
is the addition of a debian folder with files summing around ~20k lines. The full diffstat for the second command can be seen the addition of a debian folder with files summing around ~20k lines. The full diffstat for the second command can be seen
<a href="fulldiffstat.php">here</a>. <a href="fulldiffstat.php">here</a>.
<p><br /> <p><br /></p>
<div align="center">
<img src="v0_95_1.png" alt="Info v0.95.1" width="382" height="257" /></p> <div align="center"><img src="v0_95_1.png" alt="Info v0.95.1" width="382" height="257" /></div>
</div>
</td> </td>
</tr> </tr>
</table> </table>

View File

@@ -8,10 +8,10 @@
</head> </head>
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
?> ?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">
@@ -67,18 +67,18 @@
</code> </code>
</pre> </pre>
<h3> External sources of information</h3> <h3>External sources of information</h3>
<p>As this section evolves, we will be providing more documentation on the internals of WINGs. For the time being, <p>As this section evolves, we will be providing more documentation on the internals of WINGs. For the time being,
developers interested in WINGs should see Alexey Voinov's <a href= developers interested in WINGs should see Alexey Voinov's <a href=
"http://voins.program.ru/windowmaker/wingsman.html">WINGsman documentation project</a>. Starters may find <a href= "http://voins.program.ru/windowmaker/wingsman.html">WINGsman documentation project</a>. Starters may find <a href=
"http:///www.quantitativefinanceservices.com/OpenDir/WINGslib/WINGToc.html">this tutorial</a>, which includes a library "http:///www.quantitativefinanceservices.com/OpenDir/WINGslib/WINGToc.html">this tutorial</a>, which includes a library
listing based on Voinov's work, useful. We'll try to cover some examples and/or more tutorials on how to program small listing based on Voinov's work, useful. We'll try to cover some examples and/or more tutorials on how to program small
applications in WINGs in the near future. For anyone already using WINGs for a project, please <a href="lists.php">contact us</a>, applications in WINGs in the near future. For anyone already using WINGs for a project, please <a href=
as we'd like to get an idea of its popularity and practical uses, as "lists.php">contact us</a>, as we'd like to get an idea of its popularity and practical uses, as well as some
well as some additional material to place here.</p> additional material to place here.</p><br />
<br />
<br><br></br></br> <br />
</td> </td>
</tr> </tr>
</table> </table>

View File

@@ -8,10 +8,10 @@
</head> </head>
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
?> ?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">

View File

@@ -8,10 +8,10 @@
</head> </head>
<body> <body>
<?php <?php
include("header.php"); include("header.php");
include("dock.php"); include("dock.php");
?> ?>
<div id="inhalt"> <div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1"> <table width="880" border="0" cellpadding="1" cellspacing="1">