[Pkg-wmaker-commits] [wmtime] 01/101: wmtime: added to repository
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:59:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmtime.
commit 8b7c4f93f257c99623738212cf04012890fb584f
Author: Doug Torrance <profzoom at hotmail.com>
Date: Tue Oct 30 08:47:04 2012 -0700
wmtime: added to repository
---
BUGS | 15 ++
CHANGES | 10 +
COPYING | 339 ++++++++++++++++++++++++
HINTS | 52 ++++
INSTALL | 38 +++
Imakefile | 17 ++
README | 72 ++++++
TODO | 20 ++
debian/changelog | 73 ++++++
debian/compat | 1 +
debian/control | 21 ++
debian/copyright | 29 +++
debian/dirs | 1 +
debian/examples | 1 +
debian/manpages | 1 +
debian/menu | 6 +
debian/rules | 93 +++++++
debian/wmtimerc | 3 +
language | 1 +
languages/nl.lang | 19 ++
languages/slovene.lang | 20 ++
languages/us.lang | 19 ++
wmgeneral/list.c | 169 ++++++++++++
wmgeneral/list.h | 59 +++++
wmgeneral/misc.c | 164 ++++++++++++
wmgeneral/misc.h | 9 +
wmgeneral/wmgeneral.c | 386 +++++++++++++++++++++++++++
wmgeneral/wmgeneral.h | 50 ++++
wmtime/Makefile | 22 ++
wmtime/wmtime-mask.xbm | 72 ++++++
wmtime/wmtime-master.xpm | 187 ++++++++++++++
wmtime/wmtime.1 | 178 +++++++++++++
wmtime/wmtime.c | 659 +++++++++++++++++++++++++++++++++++++++++++++++
33 files changed, 2806 insertions(+)
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..2cd9822
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,15 @@
+Known 'features and easter eggs' in WMTime,
+(or in non M$ talk, BUGS).
+
+WMTime 1.0b2
+--------------------------------------------------------------
+ * Pixmap is not properly updated when starting WMTime
+ with the -digital parameter and being 'cycled' to
+ analog mode (not really a bug, but a beta easteregg,
+ this will be removed in the final 1.0 version) :)
+
+
+WMTime 1.0b1
+--------------------------------------------------------------
+
+ * None 'known' bugs in WMTime so far ;-)
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..3b3410f
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,10 @@
+WMTime changes.
+
+Version Description
+--------------------------------------------------------------
+
+1.0b2 - Released 980519
+ - Locale support has been added.
+
+1.0b1 - Released 980513
+ - No changes yet, first initial public release.
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..a43ea21
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,339 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 675 Mass Ave, Cambridge, MA 02139, USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The licenses for most software are designed to take away your
+freedom to share and change it. By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users. This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it. (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.) You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+ To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have. You must make sure that they, too, receive or can get the
+source code. And you must show them these terms so they know their
+rights.
+
+ We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+ Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software. If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+ Finally, any free program is threatened constantly by software
+patents. We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary. To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ GNU GENERAL PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License. The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language. (Hereinafter, translation is included without limitation in
+the term "modification".) Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope. The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+ 1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+ 2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+ a) You must cause the modified files to carry prominent notices
+ stating that you changed the files and the date of any change.
+
+ b) You must cause any work that you distribute or publish, that in
+ whole or in part contains or is derived from the Program or any
+ part thereof, to be licensed as a whole at no charge to all third
+ parties under the terms of this License.
+
+ c) If the modified program normally reads commands interactively
+ when run, you must cause it, when started running for such
+ interactive use in the most ordinary way, to print or display an
+ announcement including an appropriate copyright notice and a
+ notice that there is no warranty (or else, saying that you provide
+ a warranty) and that users may redistribute the program under
+ these conditions, and telling the user how to view a copy of this
+ License. (Exception: if the Program itself is interactive but
+ does not normally print such an announcement, your work based on
+ the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole. If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works. But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+ 3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+ a) Accompany it with the complete corresponding machine-readable
+ source code, which must be distributed under the terms of Sections
+ 1 and 2 above on a medium customarily used for software interchange; or,
+
+ b) Accompany it with a written offer, valid for at least three
+ years, to give any third party, for a charge no more than your
+ cost of physically performing source distribution, a complete
+ machine-readable copy of the corresponding source code, to be
+ distributed under the terms of Sections 1 and 2 above on a medium
+ customarily used for software interchange; or,
+
+ c) Accompany it with the information you received as to the offer
+ to distribute corresponding source code. (This alternative is
+ allowed only for noncommercial distribution and only if you
+ received the program in object code or executable form with such
+ an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it. For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable. However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+ 4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License. Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+ 5. You are not required to accept this License, since you have not
+signed it. However, nothing else grants you permission to modify or
+distribute the Program or its derivative works. These actions are
+prohibited by law if you do not accept this License. Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+ 6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions. You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+ 7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all. For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices. Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+ 8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded. In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+ 9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number. If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation. If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+ 10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission. For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this. Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+ NO WARRANTY
+
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+ END OF TERMS AND CONDITIONS
+
+ Appendix: How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) 19yy <name of author>
+
+ This program 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.
+
+ This program 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.
+
+ 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) 19yy name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ <signature of Ty Coon>, 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Library General
+Public License instead of this License.
diff --git a/HINTS b/HINTS
new file mode 100644
index 0000000..dba4a9f
--- /dev/null
+++ b/HINTS
@@ -0,0 +1,52 @@
+Hints for WMTime
+
+Generic
+--------------------------------------------------------------
+WMTime supports 4 commandline options:
+
+ -h (help);
+ -v (prints);
+ -d (display);
+ -digital (digital clock);
+
+WMTime can lauch 3 user definable commands for left, middle and
+right mouse button clicks, which you can define in ~/.wmtimerc,
+
+left: mycommand-1 &
+middle: mycommand-2 &
+right: mycommand-3 &
+
+If wmtime detects a ~/.wmtimerc file, it will launch your defined
+command(s) when you click in the clock display area.
+
+WMtime can realtime 'morph' it's UI from analog <> digital,
+simply left click in either the DAY or DATE gadget ;-)
+
+Be sure to drag WMTime on it's outer edges, WMTime is a bit picky
+due to the large gfx pixmap it keeps ;-)
+
+
+WindowMaker
+--------------------------------------------------------------
+WindowMaker users simply drag and drop the WMTime dock.app on
+the WindowMaker Dock (preferred) or on the Fiend and select
+'autolaunch' from the rightmouse button Dock popupmenu.
+
+
+Afterstep
+--------------------------------------------------------------
+Afterstep users put the following in their .steprc
+"Wharf wmtime - MaxSwallow "wmtime" wmtime &".
+
+Note: AfterStep's Wharf has a problem with pixmaps that are
+larger than 60x60 pixels. Please tell the AfterStep authors
+to fix this, this is not our fault, but a Wharf problem!
+
+
+Other WindowManagers
+--------------------------------------------------------------
+For other windowmanagers, WMTime runs nicely as a 64x64 shaped
+icon on your desktop.
+
+
+
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..6a4ad4d
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,38 @@
+Installation instructions for WMTime.
+
+Requirements
+--------------------------------------------------------------
+Nothing particular, but a computer might come in handy doh ;-)
+
+
+Installation
+--------------------------------------------------------------
+1) % tar -zxvf wmtime-1.0.tar.gz
+2) % cd wmtime.app/wmtime
+3)* Optional, make a symlink to your preffered language like:
+ % rm language
+ % ln -s languages/slovene.lang language
+4)* xmkmf -a (for *BSD systems needed only!).
+5) % make
+6) copy 'wmtime' somewhere in your $PATH like /usr/local/bin;
+7) % wmtime & (or wmtime -h for help)
+
+
+3)* The default language is US/English, WMTime currently only
+ supports the US/English, Dutch and Slovenia languages.
+
+ A locale version of your language is very simple to create,
+ just take a look at the supplied '.lang' files in the
+ wmtime.app/wmtime/languages/ directory.
+
+ If you do create one, please be so kind to mail it to us,
+ this way we can include it with future releases of WMTime.
+
+4)* This Imakefile was kindly donated by Pascal Hofstede but
+ untested by the authors because we don't have a *BSD box
+ to test and try it out... we're working on generic
+ Imakefiles though ;-)
+
+Be sure to read the HINTS and TODO files too!
+
+
diff --git a/Imakefile b/Imakefile
new file mode 100644
index 0000000..2f7f180
--- /dev/null
+++ b/Imakefile
@@ -0,0 +1,17 @@
+XPMLIB = -lXpm -lm
+DEPLIBS = $(DEPXLIB)
+
+LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
+
+SRCS = wmtime.c \
+ ../wmgeneral/wmgeneral.c \
+ ../wmgeneral/misc.c \
+ ../wmgeneral/list.c
+
+OBJS = wmtime.o \
+ wmgeneral.o \
+ misc.o \
+ list.o
+
+ComplexProgramTarget(wmtime)
+
diff --git a/README b/README
new file mode 100644
index 0000000..8afef4a
--- /dev/null
+++ b/README
@@ -0,0 +1,72 @@
+WMTime-1.0b2 - The 2nd public BETA release
+--------------------------------------------------------------
+Authors...: Martijn Pieterse (pieterse at xs4all.nl)
+ Antoine Nulle (warp at xs4all.nl)
+
+Note......: WMTime has it's own mailbox, as our pop3 accounts
+ are already way too crowded :)
+ Please mail bugreports, comments, suggestions,
+ requests and flames to:
+
+ dockapps at windowmaker.mezaway.org
+
+ The official WMTime support website address:
+
+ http://windowmaker.mezaway.org
+
+Credits...: Bobby Mezaway (bobby at mezaway.org) for generously
+ hosting our website
+ Pascal G.Hofstee (daeron at Wit401305.student.utwente.nl)
+ for supplying an Imakefile for *BSD systems
+ Alen Salamun (snowman at hal9000.medinet.si)
+ for supplying the Locale support patches!
+
+Description
+--------------------------------------------------------------
+WMTime, guess what, displays the time and date and gives you
+some nice additional features too...
+
+WMTime currently provides:
+
+ * Time and date;
+ * Realtime morphing UI (analog <> digital mode);
+ * Autoscaling and anti aliased hands;
+ * Locale, can display DAY and DATE in various languages;
+ * Can lauch 3 user definable commands through ~/.wmtimerc;
+ * Can be run multiple times;
+ * Commandline options for help (-h), version (-v), digital
+ clock mode (-digital) and and display (-d);
+
+WMTime is being developped on DEC Alpha machines running
+Linux/RedHat-5.0, but, WMTime has been intensively tested
+on x86 and 68K Linux machines too ;-)
+
+WMTime also seems to compile and work okay on *BSD and SGI/
+IRIX-6.x systems (so we've heard and been told) ;-)
+
+
+Files
+--------------------------------------------------------------
+README This file.
+INSTALL Installation instructions.
+HINTS Usefull hints and tips about WMTime.
+BUGS Things you don't want to know ;-)
+CHANGES Description of changes.
+TODO Stuff we've planned for future WMTime releases.
+COPYING GNU General Public License Version 2.
+
+
+Bugs
+--------------------------------------------------------------
+If you discover any bugs in this software, please send a
+bugreport to dockapps at windowmaker.mezaway.org and describe
+the problem as detailed as you can.
+
+
+Copyright
+--------------------------------------------------------------
+WMTime.app is copyright (c) 1997, 1998 by Martijn Pieterse and
+Antoine Nulle and licensed through the GNU General Public License.
+Read the COPYING file for the complete GNU license.
+
+
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..8dd075a
--- /dev/null
+++ b/TODO
@@ -0,0 +1,20 @@
+TODO list for WMTime.
+--------------------------------------------------------------
+Here's some stuff we've already planned for WMTime-1.0:
+
+ * Commandline? option for LED colors;
+ * Optional LCD GUI, either compiletime or runtime;
+ * Alarmclock function with sound support, note that
+ the 'empty space' in -digital is reserved for the
+ alarm settings buttons, gadgets etc.;
+ * Add more language files with the distribution;
+ * Dualmode time display (analog mode with transparent
+ digital clock that shines through);
+ * Simple crontab job launcher/setter?;
+
+Your feedback! If you have nice suggestions, ideas, whatever,
+that aren't on this list, feel free to mail them to:
+
+ dockapps at windowmaker.mezaway.org
+
+If you don't let us know... how are we suppose to know? ;-)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f9682a9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,73 @@
+wmtime (1.0b2-10) unstable; urgency=low
+
+ * New maintainer. (Closes: #487135)
+ * Checked the debian files against the latest standard. (Closes: Bug#379574)
+ * Moved menu item to Applications/System/Monitoring.
+ * Minor code corrections to avoid build warnings.
+
+ -- Paul Harris <harris.pc at gmail.com> Tue, 15 Jul 2008 15:24:09 +0800
+
+wmtime (1.0b2-9) unstable; urgency=medium
+
+ * Fixed build dependencies so we no longer depend on libxpm4-dev.
+ * Quoted all strings in /usr/lib/menu/wmtime.
+
+ -- Simon Law <sfllaw at debian.org> Tue, 10 Aug 2004 21:15:53 -0400
+
+wmtime (1.0b2-8) unstable; urgency=low
+
+ * Fixed more problems in wmtime.1
+ * Add a Debian menu entry for WMTime.
+
+ -- Simon Law <sfllaw at debian.org> Wed, 26 Nov 2003 23:16:11 -0500
+
+wmtime (1.0b2-7) unstable; urgency=low
+
+ * Corrected some usage information.
+ * Fixed some problems in wmtime.1
+
+ -- Simon Law <sfllaw at debian.org> Thu, 13 Nov 2003 01:29:24 -0500
+
+wmtime (1.0b2-6) unstable; urgency=low
+
+ * New maintainer.
+ * Added a manual page for wmtime. It was inspired by Adriaan Peeters'
+ work. (Closes: Bug#181684)
+ * Added the -geometry option. (Closes: Bug#182278, Bug#212426)
+ * Added the -noseconds option. (Closes: Bug#25438)
+ * Fixed some buffer overflow problems.
+
+ -- Simon Law <sfllaw at debian.org> Thu, 09 Oct 2003 17:52:34 -0400
+
+wmtime (1.0b2-5) unstable; urgency=low
+
+ * Forgot to update menu entry with new path (closes: #142461)
+
+ -- Fredrik Hallenberg <hallon at debian.org> Fri, 12 Apr 2002 17:58:04 +0200
+
+wmtime (1.0b2-4) unstable; urgency=low
+
+ * Install in /usr/bin instead of /usr/X11R6/bin (closes: #122023)
+ * Recompile fixes dependencies (closes: #132386)
+
+ -- Fredrik Hallenberg <hallon at debian.org> Thu, 11 Apr 2002 18:20:07 +0200
+
+wmtime (1.0b2-3) frozen unstable; urgency=low
+
+ * Fixed monthname (NOV instead of NOW).
+ * Added menu entry. (closes: #51996)
+ * Bumped standards revision to 3.1.1.
+
+ -- Fredrik Hallenberg <hallon at debian.org> Sun, 6 Feb 2000 21:01:55 +0100
+
+wmtime (1.0b2-2) unstable; urgency=low
+
+ * WMTime didn't work properly with -digital flag. (closes: #31869)
+
+ -- Fredrik Hallenberg <hallon at debian.org> Mon, 5 Jul 1999 09:32:59 +0200
+
+wmtime (1.0b2-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Fredrik Hallenberg <hallon at debian.org> Wed, 15 Jul 1998 18:18:07 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..16498db
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: wmtime
+Section: x11
+Priority: optional
+Maintainer: Paul Harris <harris.pc at gmail.com>
+Build-Depends: debhelper (>= 7), libx11-dev, libxpm-dev, libxext-dev
+Standards-Version: 3.8.0
+
+Package: wmtime
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Window Maker dockapp that displays the time and date
+ WMTime displays the time and date and gives you some nice additional
+ features too. It is intended for docking in Window Maker.
+ .
+ It currently provides:
+ .
+ * the time and date;
+ * a realtime morphing interface (analog <> digital mode);
+ * auto-scaled and anti-aliased hands;
+ * localization: displaying the day and date in various languages;
+ * three user-defined commands to launch.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7e44a6e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Fredrik Hallenberg hallon at debian.org on
+Wed, 15 Jul 1998 18:18:07 +0200.
+
+It was downloaded from http://www.xs4all.nl/~warp/files/wmtime-1.0b2.tar.gz
+
+Upstream Authors: Martijn Pieterse <pieterse at xs4all.nl>
+ Antoine Nulle <warp at xs4all.nl>
+
+Upstream Copyright:
+
+ Copyright (c) 1997, 1998 by Martijn Pieterse and Antoine Nulle
+
+ This program 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, or (at your option) any
+ later version.
+
+ This program 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.
+
+ 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 St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..3d67ade
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+debian/wmtimerc
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..b9617db
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+wmtime/wmtime.1
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..c39150a
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,6 @@
+?package(wmtime):\
+ needs="X11"\
+ section="Applications/System/Monitoring"\
+ title="WMtime"\
+ command="/usr/bin/wmtime"\
+ hints="Clocks,Dockapp"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5e50ce6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,93 @@
+#!/usr/bin/make -f
+#
+# debian/rules file for wmtime.
+# Copyright (C) 2003 Software in the Public Interest.
+#
+# This program 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.
+#
+# This program 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.
+#
+# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
+# Based on the sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+
+ cd wmtime; $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ -cd wmtime; $(MAKE) clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ install -m 755 wmtime/wmtime $(CURDIR)/debian/wmtime/usr/bin
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installdebconf
+ dh_installdocs
+ dh_installexamples
+ dh_installmenu
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit
+# dh_installcron
+ dh_installman
+# dh_installinfo
+ dh_installchangelogs CHANGES
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_makeshlibs
+ dh_installdeb
+# dh_perl
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/wmtimerc b/debian/wmtimerc
new file mode 100644
index 0000000..b4578b2
--- /dev/null
+++ b/debian/wmtimerc
@@ -0,0 +1,3 @@
+left: xterm
+middle: xload
+right: xcalc
diff --git a/language b/language
new file mode 120000
index 0000000..859b6bb
--- /dev/null
+++ b/language
@@ -0,0 +1 @@
+languages/us.lang
\ No newline at end of file
diff --git a/languages/nl.lang b/languages/nl.lang
new file mode 100644
index 0000000..46ef65b
--- /dev/null
+++ b/languages/nl.lang
@@ -0,0 +1,19 @@
+ZO
+MA
+DI
+WO
+DO
+VR
+ZA
+JAN
+FEB
+MAR
+APR
+MEI
+JUN
+JUL
+AUG
+SEP
+OKT
+NOV
+DEC
diff --git a/languages/slovene.lang b/languages/slovene.lang
new file mode 100644
index 0000000..2a6d7de
--- /dev/null
+++ b/languages/slovene.lang
@@ -0,0 +1,20 @@
+NE
+PO
+TO
+SR
+CE
+PE
+SO
+NE
+JAN
+FEB
+MAR
+APR
+MAJ
+JUN
+JUL
+AVG
+SEP
+OKT
+NOV
+DEC
diff --git a/languages/us.lang b/languages/us.lang
new file mode 100644
index 0000000..77b4538
--- /dev/null
+++ b/languages/us.lang
@@ -0,0 +1,19 @@
+SU
+MO
+TU
+WE
+TH
+FR
+SA
+JAN
+FEB
+MAR
+APR
+MAY
+JUN
+JUL
+AUG
+SEP
+OCT
+NOV
+DEC
diff --git a/wmgeneral/list.c b/wmgeneral/list.c
new file mode 100644
index 0000000..f804b2c
--- /dev/null
+++ b/wmgeneral/list.c
@@ -0,0 +1,169 @@
+/* Generic single linked list to keep various information
+ Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+
+
+Author: Kresten Krab Thorup
+
+Many modifications by Alfredo K. Kojima
+
+
+This file is part of GNU CC.
+
+GNU CC 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, or (at your option)
+any later version.
+
+GNU CC 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.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING. If not, write to
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
+
+/* As a special exception, if you link this library with files compiled with
+ GCC to produce an executable, this does not cause the resulting executable
+ to be covered by the GNU General Public License. This exception does not
+ however invalidate any other reasons why the executable file might be
+ covered by the GNU General Public License. */
+
+#include "list.h"
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#include <stdlib.h>
+
+/* Return a cons cell produced from (head . tail) */
+
+INLINE LinkedList*
+list_cons(void* head, LinkedList* tail)
+{
+ LinkedList* cell;
+
+ cell = (LinkedList*)malloc(sizeof(LinkedList));
+ cell->head = head;
+ cell->tail = tail;
+ return cell;
+}
+
+/* Return the length of a list, list_length(NULL) returns zero */
+
+INLINE int
+list_length(LinkedList* list)
+{
+ int i = 0;
+ while(list)
+ {
+ i += 1;
+ list = list->tail;
+ }
+ return i;
+}
+
+/* Return the Nth element of LIST, where N count from zero. If N
+ larger than the list length, NULL is returned */
+
+INLINE void*
+list_nth(int index, LinkedList* list)
+{
+ while(index-- != 0)
+ {
+ if(list->tail)
+ list = list->tail;
+ else
+ return 0;
+ }
+ return list->head;
+}
+
+/* Remove the element at the head by replacing it by its successor */
+
+INLINE void
+list_remove_head(LinkedList** list)
+{
+ if (!*list) return;
+ if ((*list)->tail)
+ {
+ LinkedList* tail = (*list)->tail; /* fetch next */
+ *(*list) = *tail; /* copy next to list head */
+ free(tail); /* free next */
+ }
+ else /* only one element in list */
+ {
+ free(*list);
+ (*list) = 0;
+ }
+}
+
+
+/* Remove the element with `car' set to ELEMENT */
+/*
+INLINE void
+list_remove_elem(LinkedList** list, void* elem)
+{
+ while (*list)
+ {
+ if ((*list)->head == elem)
+ list_remove_head(list);
+ *list = (*list ? (*list)->tail : NULL);
+ }
+}*/
+
+INLINE LinkedList *
+list_remove_elem(LinkedList* list, void* elem)
+{
+ LinkedList *tmp;
+
+ if (list) {
+ if (list->head == elem) {
+ tmp = list->tail;
+ free(list);
+ return tmp;
+ }
+ list->tail = list_remove_elem(list->tail, elem);
+ return list;
+ }
+ return NULL;
+}
+
+
+/* Return element that has ELEM as car */
+
+INLINE LinkedList*
+list_find(LinkedList* list, void* elem)
+{
+ while(list)
+ {
+ if (list->head == elem)
+ return list;
+ list = list->tail;
+ }
+ return NULL;
+}
+
+/* Free list (backwards recursive) */
+
+INLINE void
+list_free(LinkedList* list)
+{
+ if(list)
+ {
+ list_free(list->tail);
+ free(list);
+ }
+}
+
+/* Map FUNCTION over all elements in LIST */
+
+INLINE void
+list_mapcar(LinkedList* list, void(*function)(void*))
+{
+ while(list)
+ {
+ (*function)(list->head);
+ list = list->tail;
+ }
+}
diff --git a/wmgeneral/list.h b/wmgeneral/list.h
new file mode 100644
index 0000000..af0f22c
--- /dev/null
+++ b/wmgeneral/list.h
@@ -0,0 +1,59 @@
+/* Generic single linked list to keep various information
+ Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+
+Author: Kresten Krab Thorup
+
+This file is part of GNU CC.
+
+GNU CC 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, or (at your option)
+any later version.
+
+GNU CC 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.
+
+You should have received a copy of the GNU General Public License
+along with GNU CC; see the file COPYING. If not, write to
+the Free Software Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
+
+/* As a special exception, if you link this library with files compiled with
+ GCC to produce an executable, this does not cause the resulting executable
+ to be covered by the GNU General Public License. This exception does not
+ however invalidate any other reasons why the executable file might be
+ covered by the GNU General Public License. */
+
+#ifndef __LIST_H_
+#define __LIST_H_
+
+#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
+# define INLINE inline
+#else
+# define INLINE
+#endif
+
+typedef struct LinkedList {
+ void *head;
+ struct LinkedList *tail;
+} LinkedList;
+
+INLINE LinkedList* list_cons(void* head, LinkedList* tail);
+
+INLINE int list_length(LinkedList* list);
+
+INLINE void* list_nth(int index, LinkedList* list);
+
+INLINE void list_remove_head(LinkedList** list);
+
+INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem);
+
+INLINE void list_mapcar(LinkedList* list, void(*function)(void*));
+
+INLINE LinkedList*list_find(LinkedList* list, void* elem);
+
+INLINE void list_free(LinkedList* list);
+
+#endif
diff --git a/wmgeneral/misc.c b/wmgeneral/misc.c
new file mode 100644
index 0000000..34281e2
--- /dev/null
+++ b/wmgeneral/misc.c
@@ -0,0 +1,164 @@
+/* dock.c- built-in Dock module for WindowMaker
+ *
+ * WindowMaker window manager
+ *
+ * Copyright (c) 1997 Alfredo K. Kojima
+ *
+ * This program 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.
+ *
+ * This program 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.
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#include <stdlib.h>
+#include <string.h>
+#include "list.h"
+#include "misc.h"
+
+/*
+ *----------------------------------------------------------------------
+ * parse_command--
+ * Divides a command line into a argv/argc pair.
+ *----------------------------------------------------------------------
+ */
+#define PRC_ALPHA 0
+#define PRC_BLANK 1
+#define PRC_ESCAPE 2
+#define PRC_DQUOTE 3
+#define PRC_EOS 4
+#define PRC_SQUOTE 5
+
+typedef struct {
+ short nstate;
+ short output;
+} DFA;
+
+
+static DFA mtable[9][6] = {
+ {{3,1},{0,0},{4,0},{1,0},{8,0},{6,0}},
+ {{1,1},{1,1},{2,0},{3,0},{5,0},{1,1}},
+ {{1,1},{1,1},{1,1},{1,1},{5,0},{1,1}},
+ {{3,1},{5,0},{4,0},{1,0},{5,0},{6,0}},
+ {{3,1},{3,1},{3,1},{3,1},{5,0},{3,1}},
+ {{-1,-1},{0,0},{0,0},{0,0},{0,0},{0,0}}, /* final state */
+ {{6,1},{6,1},{7,0},{6,1},{5,0},{3,0}},
+ {{6,1},{6,1},{6,1},{6,1},{5,0},{6,1}},
+ {{-1,-1},{0,0},{0,0},{0,0},{0,0},{0,0}}, /* final state */
+};
+
+char*
+next_token(char *word, char **next)
+{
+ char *ptr;
+ char *ret, *t;
+ int state, ctype;
+
+ t = ret = malloc(strlen(word)+1);
+ ptr = word;
+
+ state = 0;
+ *t = 0;
+ while (1) {
+ if (*ptr==0)
+ ctype = PRC_EOS;
+ else if (*ptr=='\\')
+ ctype = PRC_ESCAPE;
+ else if (*ptr=='"')
+ ctype = PRC_DQUOTE;
+ else if (*ptr=='\'')
+ ctype = PRC_SQUOTE;
+ else if (*ptr==' ' || *ptr=='\t')
+ ctype = PRC_BLANK;
+ else
+ ctype = PRC_ALPHA;
+
+ if (mtable[state][ctype].output) {
+ *t = *ptr; t++;
+ *t = 0;
+ }
+ state = mtable[state][ctype].nstate;
+ ptr++;
+ if (mtable[state][0].output<0) {
+ break;
+ }
+ }
+
+ if (*ret==0)
+ t = NULL;
+ else
+ t = strdup(ret);
+
+ free(ret);
+
+ if (ctype==PRC_EOS)
+ *next = NULL;
+ else
+ *next = ptr;
+
+ return t;
+}
+
+
+extern void
+parse_command(char *command, char ***argv, int *argc)
+{
+ LinkedList *list = NULL;
+ char *token, *line;
+ int count, i;
+
+ line = command;
+ do {
+ token = next_token(line, &line);
+ if (token) {
+ list = list_cons(token, list);
+ }
+ } while (token!=NULL && line!=NULL);
+
+ count = list_length(list);
+ *argv = malloc(sizeof(char*)*count);
+ i = count;
+ while (list!=NULL) {
+ (*argv)[--i] = list->head;
+ list_remove_head(&list);
+ }
+ *argc = count;
+}
+
+extern pid_t
+execCommand(char *command)
+{
+ pid_t pid;
+ char **argv;
+ int argc;
+
+ parse_command(command, &argv, &argc);
+
+ if (argv==NULL) {
+ return 0;
+ }
+
+ if ((pid=fork())==0) {
+ char **args;
+ int i;
+
+ args = malloc(sizeof(char*)*(argc+1));
+ if (!args)
+ exit(10);
+ for (i=0; i<argc; i++) {
+ args[i] = argv[i];
+ }
+ args[argc] = NULL;
+ execvp(argv[0], args);
+ exit(10);
+ }
+ return pid;
+}
diff --git a/wmgeneral/misc.h b/wmgeneral/misc.h
new file mode 100644
index 0000000..602e1b7
--- /dev/null
+++ b/wmgeneral/misc.h
@@ -0,0 +1,9 @@
+#ifndef __MISC_H
+#define __MISC_H
+
+#include <unistd.h>
+
+extern void parse_command(char *, char ***, int *);
+
+extern pid_t execCommand(char *);
+#endif /* __MISC_H */
diff --git a/wmgeneral/wmgeneral.c b/wmgeneral/wmgeneral.c
new file mode 100644
index 0000000..d5fdcb6
--- /dev/null
+++ b/wmgeneral/wmgeneral.c
@@ -0,0 +1,386 @@
+/*
+ Best viewed with vim5, using ts=4
+
+ wmgeneral was taken from wmppp.
+
+ It has a lot of routines which most of the wm* programs use.
+
+ ------------------------------------------------------------
+
+ Author: Martijn Pieterse (pieterse at xs4all.nl)
+
+ ---
+ CHANGES:
+ ---
+ 10/10/2003 (Simon Law, sfllaw at debian.org)
+ * changed the parse_rcfile function to use getline instead of fgets.
+ 02/05/1998 (Martijn Pieterse, pieterse at xs4all.nl)
+ * changed the read_rc_file to parse_rcfile, as suggester by Marcelo E. Magallon
+ * debugged the parse_rc file.
+ 30/04/1998 (Martijn Pieterse, pieterse at xs4all.nl)
+ * Ripped similar code from all the wm* programs,
+ and put them in a single file.
+
+*/
+
+#define _GNU_SOURCE
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#include <unistd.h>
+#include <ctype.h>
+#include <stdarg.h>
+
+#include <X11/Xlib.h>
+#include <X11/xpm.h>
+#include <X11/extensions/shape.h>
+
+#include "wmgeneral.h"
+
+ /*****************/
+ /* X11 Variables */
+/*****************/
+
+Window Root;
+int screen;
+int x_fd;
+int d_depth;
+XSizeHints mysizehints;
+/* Deal with strange X11 function prototyping...
+ * If I don't do this, I will get warnings about the sign
+ * of the width/height variables - which are thrown away anyway. */
+int dummy_int_width, dummy_int_height;
+unsigned int uint_width, uint_height;
+XWMHints mywmhints;
+Pixel back_pix, fore_pix;
+char *Geometry = "";
+Window iconwin, win;
+GC NormalGC;
+XpmIcon wmgen;
+Pixmap pixmask;
+
+ /*****************/
+ /* Mouse Regions */
+/*****************/
+
+typedef struct {
+ int enable;
+ int top;
+ int bottom;
+ int left;
+ int right;
+} MOUSE_REGION;
+
+#define MAX_MOUSE_REGION (8)
+MOUSE_REGION mouse_region[MAX_MOUSE_REGION];
+
+ /***********************/
+ /* Function Prototypes */
+/***********************/
+
+static void GetXPM(XpmIcon *, char **);
+static Pixel GetColor(char *);
+void RedrawWindow(void);
+void AddMouseRegion(int, int, int, int, int);
+int CheckMouseRegion(int, int);
+
+/*******************************************************************************\
+|* read_rc_file *|
+\*******************************************************************************/
+
+void parse_rcfile(const char *filename, rckeys *keys) {
+
+ char *p;
+ char *line = NULL;
+ size_t line_size = 0;
+ char *tokens = " :\t\n";
+ FILE *fp;
+ int i,key;
+
+ fp = fopen(filename, "r");
+ if (fp) {
+ while (getline(&line, &line_size, fp) >= 0) {
+ key = 0;
+ while (key >= 0 && keys[key].label) {
+ if ((p = strstr(line, keys[key].label))) {
+ p += strlen(keys[key].label);
+ p += strspn(p, tokens);
+ if ((i = strcspn(p, "#\n"))) p[i] = 0;
+ free(*keys[key].var);
+ *keys[key].var = strdup(p);
+ key = -1;
+ } else key++;
+ }
+ }
+ fclose(fp);
+ }
+}
+
+
+/*******************************************************************************\
+|* GetXPM *|
+\*******************************************************************************/
+
+static void GetXPM(XpmIcon *wmgen, char *pixmap_bytes[]) {
+
+ XWindowAttributes attributes;
+ int err;
+
+ /* For the colormap */
+ XGetWindowAttributes(display, Root, &attributes);
+
+ wmgen->attributes.valuemask |= (XpmReturnPixels | XpmReturnExtensions);
+
+ err = XpmCreatePixmapFromData(display, Root, pixmap_bytes, &(wmgen->pixmap),
+ &(wmgen->mask), &(wmgen->attributes));
+
+ if (err != XpmSuccess) {
+ fprintf(stderr, "Not enough free colorcells.\n");
+ exit(1);
+ }
+}
+
+/*******************************************************************************\
+|* GetColor *|
+\*******************************************************************************/
+
+static Pixel GetColor(char *name) {
+
+ XColor color;
+ XWindowAttributes attributes;
+
+ XGetWindowAttributes(display, Root, &attributes);
+
+ color.pixel = 0;
+ if (!XParseColor(display, attributes.colormap, name, &color)) {
+ fprintf(stderr, "wm.app: can't parse %s.\n", name);
+ } else if (!XAllocColor(display, attributes.colormap, &color)) {
+ fprintf(stderr, "wm.app: can't allocate %s.\n", name);
+ }
+ return color.pixel;
+}
+
+/*******************************************************************************\
+|* flush_expose *|
+\*******************************************************************************/
+
+static int flush_expose(Window w) {
+
+ XEvent dummy;
+ int i=0;
+
+ while (XCheckTypedWindowEvent(display, w, Expose, &dummy))
+ i++;
+
+ return i;
+}
+
+/*******************************************************************************\
+|* RedrawWindow *|
+\*******************************************************************************/
+
+void RedrawWindow(void) {
+
+ flush_expose(iconwin);
+ XCopyArea(display, wmgen.pixmap, iconwin, NormalGC,
+ 0,0, wmgen.attributes.width, wmgen.attributes.height, 0,0);
+ flush_expose(win);
+ XCopyArea(display, wmgen.pixmap, win, NormalGC,
+ 0,0, wmgen.attributes.width, wmgen.attributes.height, 0,0);
+}
+
+/*******************************************************************************\
+|* RedrawWindowXY *|
+\*******************************************************************************/
+
+void RedrawWindowXY(int x, int y) {
+
+ flush_expose(iconwin);
+ XCopyArea(display, wmgen.pixmap, iconwin, NormalGC,
+ x,y, wmgen.attributes.width, wmgen.attributes.height, 0,0);
+ flush_expose(win);
+ XCopyArea(display, wmgen.pixmap, win, NormalGC,
+ x,y, wmgen.attributes.width, wmgen.attributes.height, 0,0);
+}
+
+/*******************************************************************************\
+|* AddMouseRegion *|
+\*******************************************************************************/
+
+void AddMouseRegion(int index, int left, int top, int right, int bottom) {
+
+ if (index < MAX_MOUSE_REGION) {
+ mouse_region[index].enable = 1;
+ mouse_region[index].top = top;
+ mouse_region[index].left = left;
+ mouse_region[index].bottom = bottom;
+ mouse_region[index].right = right;
+ }
+}
+
+/*******************************************************************************\
+|* CheckMouseRegion *|
+\*******************************************************************************/
+
+int CheckMouseRegion(int x, int y) {
+
+ int i;
+ int found;
+
+ found = 0;
+
+ for (i=0; i<MAX_MOUSE_REGION && !found; i++) {
+ if (mouse_region[i].enable &&
+ x <= mouse_region[i].right &&
+ x >= mouse_region[i].left &&
+ y <= mouse_region[i].bottom &&
+ y >= mouse_region[i].top)
+ found = 1;
+ }
+ if (!found) return -1;
+ return (i-1);
+}
+
+/*******************************************************************************\
+|* copyXPMArea *|
+\*******************************************************************************/
+
+void copyXPMArea(int x, int y, int sx, int sy, int dx, int dy) {
+
+ XCopyArea(display, wmgen.pixmap, wmgen.pixmap, NormalGC, x, y, sx, sy, dx, dy);
+
+}
+
+/*******************************************************************************\
+|* copyXBMArea *|
+\*******************************************************************************/
+
+void copyXBMArea(int x, int y, int sx, int sy, int dx, int dy) {
+
+ XCopyArea(display, wmgen.mask, wmgen.pixmap, NormalGC, x, y, sx, sy, dx, dy);
+}
+
+
+/*******************************************************************************\
+|* setMaskXY *|
+\*******************************************************************************/
+
+void setMaskXY(int x, int y) {
+
+ XShapeCombineMask(display, win, ShapeBounding, x, y, pixmask, ShapeSet);
+ XShapeCombineMask(display, iconwin, ShapeBounding, x, y, pixmask, ShapeSet);
+}
+
+/*******************************************************************************\
+|* openXwindow *|
+\*******************************************************************************/
+void openXwindow(int argc, char *argv[], char *pixmap_bytes[], char *pixmask_bits, int pixmask_width, int pixmask_height) {
+
+ unsigned int borderwidth = 1;
+ XClassHint classHint;
+ char *display_name = NULL;
+ char *geometry = NULL;
+ char *wname = argv[0];
+ XTextProperty name;
+
+ XGCValues gcv;
+ unsigned long gcm;
+
+
+ int dummy=0;
+ int i;
+
+ for (i=1; argv[i]; i++) {
+ if (!strcmp(argv[i], "-display"))
+ display_name = argv[++i];
+ else if (!strcmp(argv[i], "-geometry"))
+ geometry = argv[++i];
+ }
+
+ if (!(display = XOpenDisplay(display_name))) {
+ fprintf(stderr, "%s: can't open display %s\n",
+ wname, XDisplayName(display_name));
+ exit(1);
+ }
+ screen = DefaultScreen(display);
+ Root = RootWindow(display, screen);
+ d_depth = DefaultDepth(display, screen);
+ x_fd = XConnectionNumber(display);
+
+ /* Convert XPM to XImage */
+ GetXPM(&wmgen, pixmap_bytes);
+
+ /* Create a window to hold the stuff */
+ mysizehints.flags = USSize | USPosition;
+ mysizehints.x = 0;
+ mysizehints.y = 0;
+
+ back_pix = GetColor("white");
+ fore_pix = GetColor("black");
+
+ XWMGeometry(display, screen, Geometry, NULL, borderwidth, &mysizehints,
+ &mysizehints.x, &mysizehints.y,
+ &dummy_int_width, &dummy_int_height, &dummy);
+ if (geometry)
+ XParseGeometry(geometry, &mysizehints.x, &mysizehints.y,
+ &uint_width, &uint_height);
+
+ /* Override width/height anyway */
+ uint_width = 64;
+ uint_height = 64;
+
+ win = XCreateSimpleWindow(display, Root, mysizehints.x, mysizehints.y,
+ uint_width, uint_height, borderwidth, fore_pix, back_pix);
+
+ iconwin = XCreateSimpleWindow(display, win, mysizehints.x, mysizehints.y,
+ uint_width, uint_height, borderwidth, fore_pix, back_pix);
+
+ /* Activate hints */
+ XSetWMNormalHints(display, win, &mysizehints);
+ classHint.res_name = wname;
+ classHint.res_class = wname;
+ XSetClassHint(display, win, &classHint);
+
+ XSelectInput(display, win, ButtonPressMask | ExposureMask | ButtonReleaseMask | PointerMotionMask | StructureNotifyMask);
+ XSelectInput(display, iconwin, ButtonPressMask | ExposureMask | ButtonReleaseMask | PointerMotionMask | StructureNotifyMask);
+
+ if (XStringListToTextProperty(&wname, 1, &name) == 0) {
+ fprintf(stderr, "%s: can't allocate window name\n", wname);
+ exit(1);
+ }
+
+ XSetWMName(display, win, &name);
+
+ /* Create GC for drawing */
+
+ gcm = GCForeground | GCBackground | GCGraphicsExposures;
+ gcv.foreground = fore_pix;
+ gcv.background = back_pix;
+ gcv.graphics_exposures = 0;
+ NormalGC = XCreateGC(display, Root, gcm, &gcv);
+
+ /* ONLYSHAPE ON */
+
+ pixmask = XCreateBitmapFromData(display, win, pixmask_bits, pixmask_width, pixmask_height);
+
+ XShapeCombineMask(display, win, ShapeBounding, 0, 0, pixmask, ShapeSet);
+ XShapeCombineMask(display, iconwin, ShapeBounding, 0, 0, pixmask, ShapeSet);
+
+ /* ONLYSHAPE OFF */
+
+ mywmhints.initial_state = WithdrawnState;
+ mywmhints.icon_window = iconwin;
+ mywmhints.icon_x = mysizehints.x;
+ mywmhints.icon_y = mysizehints.y;
+ mywmhints.window_group = win;
+ mywmhints.flags = StateHint | IconWindowHint | IconPositionHint | WindowGroupHint;
+
+ XSetWMHints(display, win, &mywmhints);
+
+ XSetCommand(display, win, argv, argc);
+ XMapWindow(display, win);
+
+}
+
+/* vim: ts=4 columns=82
+ */
diff --git a/wmgeneral/wmgeneral.h b/wmgeneral/wmgeneral.h
new file mode 100644
index 0000000..55b37dd
--- /dev/null
+++ b/wmgeneral/wmgeneral.h
@@ -0,0 +1,50 @@
+#ifndef WMGENERAL_H_INCLUDED
+#define WMGENERAL_H_INCLUDED
+
+ /***********/
+ /* Defines */
+/***********/
+
+#define MAX_MOUSE_REGION (8)
+
+ /************/
+ /* Typedefs */
+/************/
+
+typedef struct _rckeys rckeys;
+
+struct _rckeys {
+ const char *label;
+ char **var;
+};
+
+typedef struct {
+ Pixmap pixmap;
+ Pixmap mask;
+ XpmAttributes attributes;
+} XpmIcon;
+
+ /*******************/
+ /* Global variable */
+/*******************/
+
+Display *display;
+
+ /***********************/
+ /* Function Prototypes */
+/***********************/
+
+void AddMouseRegion(int index, int left, int top, int right, int bottom);
+int CheckMouseRegion(int x, int y);
+
+void openXwindow(int argc, char *argv[], char **, char *, int, int);
+void RedrawWindow(void);
+void RedrawWindowXY(int x, int y);
+
+void copyXPMArea(int, int, int, int, int, int);
+void copyXBMArea(int, int, int, int, int, int);
+void setMaskXY(int, int);
+
+void parse_rcfile(const char *, rckeys *);
+
+#endif
diff --git a/wmtime/Makefile b/wmtime/Makefile
new file mode 100755
index 0000000..26b8571
--- /dev/null
+++ b/wmtime/Makefile
@@ -0,0 +1,22 @@
+LIBDIR = -L/usr/X11R6/lib
+LIBS = -lXpm -lXext -lX11 -lm
+OBJS = wmtime.o \
+ ../wmgeneral/wmgeneral.o \
+ ../wmgeneral/misc.o \
+ ../wmgeneral/list.o
+XPMS = wmtime-master.xpm wmtime-mask.xbm
+
+CC = gcc
+CFLAGS = -O2
+
+.c.o:
+ $(CC) $(CFLAGS) -c -Wall $< -o $*.o
+
+wmtime: $(OBJS) $(XPMS)
+ $(CC) $(CFLAGS) -o wmtime $(OBJS) $(LIBDIR) $(LIBS)
+
+clean::
+ for i in $(OBJS) ; do \
+ rm $$i; \
+ done
+ rm wmtime
diff --git a/wmtime/wmtime-mask.xbm b/wmtime/wmtime-mask.xbm
new file mode 100644
index 0000000..dd73c69
--- /dev/null
+++ b/wmtime/wmtime-mask.xbm
@@ -0,0 +1,72 @@
+#define wmtime_mask_width 128
+#define wmtime_mask_height 64
+static char wmtime_mask_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+ 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x0f,
+
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
diff --git a/wmtime/wmtime-master.xpm b/wmtime/wmtime-master.xpm
new file mode 100644
index 0000000..d6571a5
--- /dev/null
+++ b/wmtime/wmtime-master.xpm
@@ -0,0 +1,187 @@
+/* XPM */
+static char * wmtime_master_xpm[] = {
+"160 164 20 1",
+" c #00000000FFFF",
+". c #208120812081",
+"X c #000000000000",
+"o c #C71BC71BC71B",
+"O c #2081B2CAAEBA",
+"+ c #000049244103",
+"@ c #00007DF771C6",
+"# c #18618A288617",
+"$ c #96589A699658",
+"% c #79E77DF779E7",
+"& c #69A66DB669A6",
+"* c #514459655144",
+"= c #41034D344103",
+"- c #30C23CF330C2",
+"; c #18619A699658",
+": c #0820861779E7",
+"> c #000071C66185",
+", c #000061855144",
+"< c #00004D344103",
+"1 c #10407DF779E7",
+" ................................",
+" ................................",
+" ................................",
+" ................................",
+" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ................................",
+" X......................................................o X......................................................o ................................",
+" X.........................OOO..........................o X......................................................o ................................",
+" X.........................OOO+.........................o X......................................................o ................................",
+" X..............@@.........OOO+........@@...............o X......................................................o ................................",
+" X..............@@+.........+++........@@+..............o X......................................................o ................................",
+" X...............++.....................++..............o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......@@......................................@@......o X......................................................o ................................",
+" X......@@+.....................................@@+.....o X......................................................o ................................",
+" X.......++......................................++.....o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X...++++...++++.......++++...++++.......++++...++++....o ................................",
+" X......................................................o X..+....+.+....+..+..+....+.+....+..+..+....+.+....+...o ................................",
+" X......................................................o X..+....+.+....+..+..+....+.+....+..+..+....+.+....+...o ................................",
+" X..OOO...........................................OOO...o X..+....+.+....+.....+....+.+....+.....+....+.+....+...o ................................",
+" X..OOO+..........................................OOO+..o X...++++...++++.......++++...++++.......++++...++++....o ................................",
+" X..OOO+..........................................OOO+..o X..+....+.+....+.....+....+.+....+.....+....+.+....+...o ................................",
+" X...+++...........................................+++..o X..+....+.+....+..+..+....+.+....+..+..+....+.+....+...o ................................",
+" X......................................................o X..+....+.+....+..+..+....+.+....+..+..+....+.+....+...o ................................",
+" X......................................................o X...++++...++++.......++++...++++.......++++...++++....o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......@@......................................@@......o X......................................................o ................................",
+" X......@@+.....................................@@+.....o X......................................................o ................................",
+" X.......++......................................++.....o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" X..............@@.....................@@...............o X......................................................o ................................",
+" X..............@@+........OOO.........@@+..............o X......................................................o ................................",
+" X...............++........OOO+.........++..............o X......................................................o ................................",
+" X.........................OOO+.........................o X......................................................o ................................",
+" X..........................+++.........................o X......................................................o ................................",
+" X......................................................o X......................................................o ................................",
+" oooooooooooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooooooooooooooooooooooo ................................",
+" ................................",
+" ................................",
+" XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" X..............o X....................................o X..............o X....................................o ................................",
+" oooooooooooooooo oooooooooooooooooooooooooooooooooooooo oooooooooooooooo oooooooooooooooooooooooooooooooooooooo ................................",
+" ................................",
+" ................................",
+" ................................",
+" ................................",
+"................................................................................................................................................................",
+"..OOO...+++#.#OOO#.#OOO#.#+++#.#OOO#.#OOO#.#OOO#.#OOO#.#OOO#....................................................................................................",
+".O...O.+...O.+...O.+...O.O...O.O...+.O...+.+...O.O...O.O...O............O.....$$%%&&**==--......................................................................",
+".O...O.+...O.+...O.+...O.O...O.O...+.O...+.+...O.O...O.O...O.......O....O.....$$%%&&**==--......................................................................",
+".#+++#..+++#.#OOO#..OOO#.#OOO#.#OOO#.#OOO#..+++#.#OOO#.#OOO#..#O#..#...O........................................................................................",
+".O...O.+...O.O...+.+...O.+...O.+...O.O...O.+...O.O...O.+...O...........O......OO;;::>>,,<<......................................................................",
+".O...O.+...O.O...+.+...O.+...O.+...O.O...O.+...O.O...O.+...O.......O..O.......OO;;::>>,,<<......................................................................",
+"..OOO...+++#.#OOO#.#OOO#..+++#.#OOO#.#OOO#..+++#.#OOO#.#OOO#.......#..O.........................................................................................",
+"................................................................................................................................................................",
+" ",
+"................................................................................................................................................................",
+".+OOO+.#OOO...OOO#.#OOO..#OOO#.#OOO#.#OOO#.#+++#..+++#..+++#.#+++#.#+++..O+++O.#OOO..#OOO#.#OOO#.#OOO#.#OOO#.#OOO#.#OOO#.#+++#.#+++#.#+++#.#+++#.#+++#.#OOO#....",
+".O...O.O...O.O...+.O...O.O...+.O...+.O...+.O...O.+...O.+...O.O...O.O...+.OO.OO.O...O.O...O.O...O.O...O.O...O.O...+.+.O.+.O...O.O...O.O...O.O...O.O...O.+...O....",
+".O...O.O...O.O...+.O...O.O...+.O...+.O...+.O...O.+...O.+...O.O...O.O...+.O.O.O.O...O.O...O.O...O.O...O.O...O.O...+.+.O.+.O...O.O...O.O...O..O.O..O...O.+..O+....",
+".#OOO#.#OOO..#+++..#+++#.#OOO..#OOO..#+#O#.#OOO#..+++#..+++#.#OOO..#+++..#+++#.#+++#.#+++#.#OOO#.#O++#.#OOO..#OOO#..+#+..#+++#.#+++#.#+++#...O...#OOO#..+O+.....",
+".O...O.O...O.O...+.O...O.O...+.O...+.O...O.O...O.+...O.+...O.O...O.O...+.O...O.O...O.O...O.O...+.O.O.O.O...O.+...O.+.O.+.O...O.O...O.O.O.O..O.O..+...O.+O..+....",
+".O...O.O...O.O...+.O...O.O...+.O...+.O...O.O...O.+...O.+...O.O...O.O...+.O...O.O...O.O...O.O...+.O..OO.O...O.+...O.+.O.+.O...O.O...O.OO.OO.O...O.+...O.O...+....",
+".#+++#.#OOO...OOO#.#OOO..#OOO#.#+++..#OOO#.#+++#..+++#.#OOO#.#+++#.#OOO#.#+++#.#+++#.#OOO#.#+++..#OOO#.#+++#.#OOO#..+#+..#OOOO..OOO..#+++#.#+++#.#OOO#.#OOO#....",
+"................................................................................................................................................................",
+" ",
+"............................................................................. ",
+"............................................................................. ",
+"...OOOO...++++1.1OOOO#.1OOOO1.1++++1.1OOOO1.1OOOO#.1OOOO1.1OOOO#.1OOOO#...... ",
+"..O....O.+....O.+....O.+....O.O....O.O....+.O....+.+....O.O....O.O....O..O... ",
+"..O....O.+....O.+....O.+....O.O....O.O....+.O....+.+....O.O....O.O....O..O... ",
+"..O....O.+....O.+....O.+....O.O....O.O....+.O....+.+....O.O....O.O....O...... ",
+"..1++++1..++++1.1OOOO1.1OOOO1.1OOOO1.1OOOO1.1OOOO1..++++1.1OOOO1.1OOOO1...... ",
+"..O....O.+....O.O....+.+....O.+....O.+....O.O....O.+....O.O....O.+....O...... ",
+"..O....O.+....O.O....+.+....O.+....O.+....O.O....O.+....O.O....O.+....O..O... ",
+"..O....O.+....O.O....+.+....O.+....O.+....O.O....O.+....O.O....O.+....O..O... ",
+"...OOOO...++++1.1OOOO1.1OOOO1..++++1.1OOOO1.1OOOO1..++++1.1OOOO1.1OOOO1...... ",
+"............................................................................. ",
+"............................................................................. ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/wmtime/wmtime.1 b/wmtime/wmtime.1
new file mode 100644
index 0000000..f17156c
--- /dev/null
+++ b/wmtime/wmtime.1
@@ -0,0 +1,178 @@
+'\" t
+.\" Man page for wmtime
+.\" Copyright (c) 2003 Software in the Public Interest, Inc.
+.\"
+.\" This program 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.
+.\"
+.\" This program 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.
+.\"
+.\" 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+.\"
+.TH WMTIME 1 "May 1998" "WMTIME 1.0b2"
+
+.SH NAME
+wmtime \- Window Maker dockapp that displays the time and date
+
+.SH SYNOPSIS
+
+.B wmtime
+[
+.I OPTION
+]
+
+.SH DESCRIPTION
+
+.B WMTime
+displays the time and date and gives you some nice additional
+features too. It is intended for docking in Window Maker.
+
+It currently provides:
+
+.IP \(bu 4
+the time and date;
+
+.IP \(bu
+a realtime morphing interface (analog <> digital mode);
+.IP \(bu
+auto\-scaled and anti\-aliased hands;
+.IP \(bu
+localization, displaying the day and date in various languages;
+.IP \(bu
+three user\-defined commands to launch.
+
+.SH OPTIONS
+
+.TP
+.BR \-d , \ \-digital
+Display the digital clock on startup, instead of the analog clock.
+
+.TP
+.BI \-display \ display
+This option specifies the X server to contact; see
+.IR X(7x) .
+
+.TP
+.BI \-geometry \ geometry
+This option specifies the preferred position of clock; see
+.IR X(7x) .
+
+.TP
+.BR \-n , \ \-noseconds
+Disables the second hand.
+
+.TP
+.B \-h
+Show help information.
+
+.TP
+.B \-v
+Print the version number.
+
+.SH USAGE
+The
+.B WMTime
+window is separated into top and bottom sections. The top section
+contains a clock and the bottom section contains the date.
+
+The clock can be toggled between analog and digital modes. To do this,
+click in the bottom section of the window.
+
+WMTime can also be used to launch programs. You may click either left,
+middle, or right mouse buttons in the top section of the window. The
+pre\-configured program will be launched according to the mouse button
+clicked. (see
+.B CONFIGURATION FILE
+below.)
+
+In order to move
+.BR WMTime ,
+drag on the outer edges. These are not sensitive to mouse clicks.
+
+.SH "DOCKING IN WINDOW MANAGERS"
+
+.TP
+Window Maker
+
+Window Maker users should drag and drop the
+.B WMTime
+window on the Dock. Then, right\-click on the border of the window and
+select \*(lqSettings...\*(rq. Check \*(lqStart when Window Maker
+is started\*(rq.
+
+.TP
+AfterStep
+
+AfterStep users should put the following in their
+.I $HOME/.steprc
+
+.RS 16
+Wharf wmtime \- MaxSwallow "wmtime" wmtime &
+.RE
+
+.TP
+Other window managers
+
+.B WMTime
+runs nicely as a 64x64 shaped icon on your desktop.
+
+.SH "CONFIGURATION FILE"
+
+.B WMTime
+can launch three user\-defined commands, triggered by left, middle and
+right mouse button clicks. You can define the commands to launch in
+.I $HOME/.wmtimerc
+
+.RS
+.PD 0
+left: xterm
+.PP
+middle: xload
+.PP
+right: xcalc
+.PP
+.PD
+.RE
+
+If
+.B WMTime
+detects a
+.I $HOME/.wmtimerc
+file, it will launch the appropriate command when you click on the clock.
+
+The system administrator can define default commands in
+.IR /etc/wmtimerc .
+The administrator may also choose to \*(lqfix\*(rq particular commands,
+making it impossible for users to change. These commands can be defined in
+.IR /etc/wmtimerc.fixed ,
+although this isn't a nice thing to do.
+
+.SH FILES
+
+.I /etc/wmtimerc
+.br
+.I $HOME/.wmtimerc
+.br
+.I /etc/wmtimerc.fixed
+
+.SH AUTHORS
+
+.B WMTime
+was written by Martijn Pieterse and Antoine Nulle.
+
+This manual page was written by Simon Law <sfllaw at debian.org> for the
+.B Debian
+system (but may be used by others). It is based on the documentation provided
+by the original program.
+
+This manual 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.
diff --git a/wmtime/wmtime.c b/wmtime/wmtime.c
new file mode 100644
index 0000000..2dfed0c
--- /dev/null
+++ b/wmtime/wmtime.c
@@ -0,0 +1,659 @@
+/*
+ Code based on wmppp/wmifs
+
+ [Orig WMMON comments]
+
+ This code was mainly put together by looking at the
+ following programs:
+
+ asclock
+ A neat piece of equip, used to display the date
+ and time on the screen.
+ Comes with every AfterStep installation.
+
+ Source used:
+ How do I create a not so solid window?
+ How do I open a window?
+ How do I use pixmaps?
+
+ ------------------------------------------------------------
+
+ Author: Martijn Pieterse (pieterse at xs4all.nl)
+
+ This program is distributed under the GPL license.
+ (as were asclock and pppstats)
+
+ ----
+ Changes:
+ ----
+ 15/07/2008 (Paul Harris, harris.pc at gmail.com)
+ * Minor changes to correct build warnings
+ 09/10/2003 (Simon Law, sfllaw at debian.org)
+ * Add -geometry support
+ * Add -noseconds support
+ * Make the digital clock fill the space provided
+ * Eliminated exploitable static buffers
+ 17/05/1998 (Antoine Nulle, warp at xs4all.nl)
+ * Updated version number and some other minor stuff
+ 16/05/1998 (Antoine Nulle, warp at xs4all.nl)
+ * Added Locale support, based on original diff supplied
+ by Alen Salamun (snowman at hal9000.medinet.si)
+ 04/05/1998 (Martijn Pieterse, pieterse at xs4all.nl)
+ * Moved the hands one pixel down.
+ * Removed the RedrawWindow out of the main loop
+ 02/05/1998 (Martijn Pieterse, pieterse at xs4all.nl)
+ * Removed a lot of code that was in the wmgeneral dir.
+ 02/05/1998 (Antoine Nulle, warp at xs4all.nl)
+ * Updated master-xpm, hour dots where a bit 'off'
+ 30/04/1998 (Martijn Pieterse, pieterse at xs4all.nl)
+ * Added anti-aliased hands
+ 23/04/1998 (Martijn Pieterse, pieterse at xs4all.nl)
+ * Changed the hand lengths.. again! ;)
+ * Zombies were created, so added wait code
+ 21/04/1998 (Martijn Pieterse, pieterse at xs4all.nl)
+ * Added digital/analog switching support
+ 18/04/1998 (Martijn Pieterse, pieterse at xs4all.nl)
+ * Started this project.
+ * Copied the source from wmmon.
+*/
+
+#define _GNU_SOURCE
+#include <stdlib.h>
+#include <stdio.h>
+#include <time.h>
+#include <string.h>
+#include <fcntl.h>
+#include <unistd.h>
+#include <math.h>
+
+#include <sys/wait.h>
+#include <sys/param.h>
+#include <sys/types.h>
+
+#include <X11/Xlib.h>
+#include <X11/xpm.h>
+#include <X11/extensions/shape.h>
+
+#include "../wmgeneral/wmgeneral.h"
+#include "../wmgeneral/misc.h"
+
+#include "wmtime-master.xpm"
+#include "wmtime-mask.xbm"
+
+ /***********/
+ /* Defines */
+/***********/
+
+const char* default_left_action = NULL;
+const char* default_middle_action = NULL;
+const char* default_right_action = NULL;
+
+#define WMMON_VERSION "1.0b2"
+
+ /********************/
+ /* Global Variables */
+/********************/
+
+int digital = 0;
+int noseconds = 0;
+char day_of_week[7][3] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA" };
+char mon_of_year[12][4] = { "JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC" };
+
+/* functions */
+void usage(char *);
+void printversion(void);
+
+void wmtime_routine(int, char **);
+void get_lang();
+
+int main(int argc, char *argv[]) {
+
+ int i;
+ char *name = argv[0];
+
+ for (i=1; i<argc; i++) {
+ char *arg = argv[i];
+
+ if (*arg=='-') {
+ switch (arg[1]) {
+ case 'd' :
+ if (strcmp(arg+1, "display")
+ && strcmp(arg+1, "digital") && strcmp(arg+1, "d")) {
+ usage(name);
+ return 1;
+ }
+ if (!strcmp(arg+1, "digital") || !(strcmp(arg+1, "d")))
+ digital = 1;
+ break;
+ case 'g' :
+ if (strcmp(arg+1, "geometry")) {
+ usage(name);
+ return 1;
+ }
+ break;
+ case 'n' :
+ if (strcmp(arg+1, "noseconds") && strcmp(arg+1, "n")) {
+ usage(name);
+ return 1;
+ } else {
+ noseconds = 1;
+ }
+ break;
+ case 'v' :
+ printversion();
+ return 0;
+ default:
+ usage(name);
+ return 1;
+ }
+ }
+ }
+ get_lang();
+ wmtime_routine(argc, argv);
+ return 0;
+}
+
+/************/
+/* get_lang */
+/************/
+void get_lang(){
+ FILE *fp;
+ int i;
+ const int line_size = 5;
+ char line[line_size];
+
+ fp=fopen("language","r");
+ if (fp) {
+ /* Grab the days of the week */
+ for (i=0;i<7;i++){
+ fgets(line, line_size, fp);
+ strncpy(day_of_week[i], line, 2);
+ };
+ /* Grab the names of the months */
+ for (i=0;i<12;i++){
+ fgets(line, line_size, fp);
+ strncpy(mon_of_year[i], line, 3);
+ };
+ fclose(fp);
+ };
+}
+
+/*******************************************************************************\
+|* wmtime_routine *|
+\*******************************************************************************/
+
+char *left_action = NULL;
+char *right_action = NULL;
+char *middle_action = NULL;
+
+void DrawTime(int, int, int);
+void DrawWijzer(int, int, int);
+void DrawDate(int, int, int);
+
+void wmtime_routine(int argc, char **argv) {
+
+ rckeys wmtime_keys[] = {
+ { "left", &left_action },
+ { "right", &right_action },
+ { "middle", &middle_action },
+ { NULL, NULL }
+ };
+
+ int i;
+ XEvent Event;
+ int but_stat = -1;
+
+ struct tm *time_struct;
+ struct tm old_time_struct;
+
+ long starttime;
+ long curtime;
+ long nexttime;
+
+ char *conffile = NULL;
+
+ /* Scan through ~/.wmtimerc for the mouse button actions. */
+ if (default_left_action) left_action = strdup(default_left_action);
+ if (default_middle_action) middle_action = strdup(default_middle_action);
+ if (default_right_action) right_action = strdup(default_right_action);
+
+ /* Scan through the .rc files */
+ if (asprintf(&conffile, "/etc/wmtimerc") >= 0) {
+ parse_rcfile(conffile, wmtime_keys);
+ free(conffile);
+ }
+
+ if (asprintf(&conffile, "%s/.wmtimerc", getenv("HOME")) >= 0) {
+ parse_rcfile(conffile, wmtime_keys);
+ free(conffile);
+ }
+
+ if (asprintf(&conffile, "/etc/wmtimerc.fixed") >= 0) {
+ parse_rcfile(conffile, wmtime_keys);
+ free(conffile);
+ }
+
+ openXwindow(argc, argv, wmtime_master_xpm, wmtime_mask_bits, 128, 64);
+
+ /* Mask out the right parts of the clock */
+ copyXPMArea(0, 0, 128, 64, 0, 98); /* Draw the borders */
+ copyXPMArea(0, 0, 64, 64, 64, 0); /* Draw the clock face */
+ copyXPMArea(64, 98, 64, 64, 0, 0); /* Draw the LCD background */
+ setMaskXY(0, 0);
+
+ /* add mouse region */
+ AddMouseRegion(0, 5, 48, 58, 60);
+ AddMouseRegion(1, 5, 5, 58, 46);
+
+ starttime = time(0);
+ nexttime = starttime + 1;
+
+ curtime = time(0);
+ time_struct = localtime(&curtime);
+
+ while (1) {
+ curtime = time(0);
+
+ waitpid(0, NULL, WNOHANG);
+
+ old_time_struct = *time_struct;
+ time_struct = localtime(&curtime);
+
+
+ if (curtime >= starttime) {
+ if (!digital) {
+ /* Now to update the seconds */
+
+ DrawWijzer(time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec);
+
+ DrawDate(time_struct->tm_wday, time_struct->tm_mday, time_struct->tm_mon);
+
+ } else {
+
+ DrawTime(time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec);
+
+ DrawDate(time_struct->tm_wday, time_struct->tm_mday, time_struct->tm_mon);
+ }
+ RedrawWindow();
+ }
+
+
+ while (XPending(display)) {
+ XNextEvent(display, &Event);
+ switch (Event.type) {
+ case Expose:
+ RedrawWindow();
+ break;
+ case DestroyNotify:
+ XCloseDisplay(display);
+ exit(0);
+ break;
+ case ButtonPress:
+ but_stat = CheckMouseRegion(Event.xbutton.x, Event.xbutton.y);
+ break;
+ case ButtonRelease:
+ i = CheckMouseRegion(Event.xbutton.x, Event.xbutton.y);
+ if (but_stat == i && but_stat >= 0) {
+ switch (but_stat) {
+ case 0:
+ digital = 1-digital;
+
+ if (digital) {
+ copyXPMArea(64, 98, 64, 64, 0, 0);
+ DrawTime(time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec);
+ DrawDate(time_struct->tm_wday, time_struct->tm_mday, time_struct->tm_mon);
+ } else {
+ copyXPMArea(0, 98, 64, 64, 0, 0);
+ DrawWijzer(time_struct->tm_hour, time_struct->tm_min, time_struct->tm_sec);
+ DrawDate(time_struct->tm_wday, time_struct->tm_mday, time_struct->tm_mon);
+ }
+ RedrawWindow();
+ break;
+ case 1:
+ switch (Event.xbutton.button) {
+ case 1:
+ if (left_action)
+ execCommand(left_action);
+ break;
+ case 2:
+ if (middle_action)
+ execCommand(middle_action);
+ break;
+ case 3:
+ if (right_action)
+ execCommand(right_action);
+ break;
+ }
+ }
+ }
+ break;
+ }
+ }
+
+ /* Sleep 0.3 seconds */
+ usleep(300000L);
+ }
+}
+
+/*******************************************************************************\
+|* DrawTime *|
+\*******************************************************************************/
+
+void DrawTime(int hr, int min, int sec) {
+ const int time_size = 16;
+ char time[time_size];
+ char *p = time;
+ int i,j,k=6;
+
+ /* 7x13 */
+
+ if (noseconds) {
+ snprintf(time, time_size, "%02d:%02d ", hr, min);
+ }
+ else {
+ snprintf(time, time_size, "%02d:%02d:%02d ", hr, min, sec);
+ }
+
+ for (i=0; i < 3; i++) {
+ for (j=0; j<2; j++) {
+ copyXPMArea((*p-'0')*7 + 1, 84, 8, 13, k, 18);
+ k += 7;
+ p++;
+ }
+ if (*p == ':') {
+ copyXPMArea(71, 84, 5, 13, k, 18);
+ k += 4;
+ p++;
+ }
+ }
+}
+
+/*******************************************************************************\
+|* DrawDate *|
+\*******************************************************************************/
+
+void DrawDate(int wkday, int dom, int month) {
+ const int date_size = 16;
+ char date[date_size];
+ char *p = date;
+ int i,k;
+
+ /* 7x13 */
+
+ snprintf(date, date_size,
+ "%.2s%02d%.3s ", day_of_week[wkday], dom, mon_of_year[month]);
+
+ k = 5;
+ for (i=0; i<2; i++) {
+ copyXPMArea((*p-'A')*6, 74, 6, 9, k, 49);
+ k += 6;
+ p++;
+ }
+ k = 23;
+ for (i=0; i<2; i++) {
+ copyXPMArea((*p-'0')*6, 64, 6, 9, k, 49);
+ k += 6;
+ p++;
+ }
+ copyXPMArea(61, 64, 4, 9, k, 49);
+ k += 4;
+ for (i=0; i<3; i++) {
+ copyXPMArea((*p-'A')*6, 74, 6, 9, k, 49);
+ k += 6;
+ p++;
+ }
+}
+
+/*******************************************************************************\
+|* DrawWijzer *|
+\*******************************************************************************/
+
+void DrawWijzer(int hr, int min, int sec) {
+
+ double psi;
+ int dx,dy;
+ int x,y;
+ int ddx,ddy;
+ int adder;
+ int k;
+
+ int i;
+
+ hr %= 12;
+
+ copyXPMArea(5+64, 5, 54, 40, 5, 5);
+
+ /**********************************************************************/
+ psi = hr * (M_PI / 6.0);
+ psi += min * (M_PI / 360);
+
+ dx = floor(sin(psi) * 22 * 0.7 + 0.5);
+ dy = floor(-cos(psi) * 16 * 0.7 + 0.5);
+
+ // dx, dy is het punt waar we naar toe moeten.
+ // Zoek alle punten die ECHT op de lijn liggen:
+
+ ddx = 1;
+ ddy = 1;
+ if (dx < 0) ddx = -1;
+ if (dy < 0) ddy = -1;
+
+ x = 0;
+ y = 0;
+
+ if (abs(dx) > abs(dy)) {
+ if (dy != 0)
+ adder = abs(dx) / 2;
+ else
+ adder = 0;
+ for (i=0; i<abs(dx); i++) {
+ // laat de kleur afhangen van de adder.
+ // adder loopt van abs(dx) tot 0
+
+ k = 12 - adder / (abs(dx) / 12.0);
+ copyXPMArea(79+k, 67, 1, 1, x + 31, y + 24 - ddy);
+
+ copyXPMArea(79, 67, 1, 1, x + 31, y + 24);
+
+ k = 12-k;
+ copyXPMArea(79+k, 67, 1, 1, x + 31, y + 24 + ddy);
+
+
+ x += ddx;
+
+ adder -= abs(dy);
+ if (adder < 0) {
+ adder += abs(dx);
+ y += ddy;
+ }
+ }
+ } else {
+ if (dx != 0)
+ adder = abs(dy) / 2;
+ else
+ adder = 0;
+ for (i=0; i<abs(dy); i++) {
+ k = 12 - adder / (abs(dy) / 12.0);
+ copyXPMArea(79+k, 67, 1, 1, x + 31 - ddx, y + 24);
+
+ copyXPMArea(79, 67, 1, 1, x + 31, y + 24);
+
+ k = 12-k;
+ copyXPMArea(79+k, 67, 1, 1, x + 31 + ddx, y + 24);
+
+ y += ddy;
+
+ adder -= abs(dx);
+ if (adder < 0) {
+ adder += abs(dy);
+ x += ddx;
+ }
+ }
+ }
+ /**********************************************************************/
+ psi = min * (M_PI / 30.0);
+ psi += sec * (M_PI / 1800);
+
+ dx = floor(sin(psi) * 22 * 0.55 + 0.5);
+ dy = floor(-cos(psi) * 16 * 0.55 + 0.5);
+
+ // dx, dy is het punt waar we naar toe moeten.
+ // Zoek alle punten die ECHT op de lijn liggen:
+
+ dx += dx;
+ dy += dy;
+
+ ddx = 1;
+ ddy = 1;
+ if (dx < 0) ddx = -1;
+ if (dy < 0) ddy = -1;
+
+ x = 0;
+ y = 0;
+
+ if (abs(dx) > abs(dy)) {
+ if (dy != 0)
+ adder = abs(dx) / 2;
+ else
+ adder = 0;
+ for (i=0; i<abs(dx); i++) {
+ // laat de kleur afhangen van de adder.
+ // adder loopt van abs(dx) tot 0
+
+ k = 12 - adder / (abs(dx) / 12.0);
+ copyXPMArea(79+k, 67, 1, 1, x + 31, y + 24 - ddy);
+
+ copyXPMArea(79, 67, 1, 1, x + 31, y + 24);
+
+ k = 12-k;
+ copyXPMArea(79+k, 67, 1, 1, x + 31, y + 24 + ddy);
+
+
+ x += ddx;
+
+ adder -= abs(dy);
+ if (adder < 0) {
+ adder += abs(dx);
+ y += ddy;
+ }
+ }
+ } else {
+ if (dx != 0)
+ adder = abs(dy) / 2;
+ else
+ adder = 0;
+ for (i=0; i<abs(dy); i++) {
+ k = 12 - adder / (abs(dy) / 12.0);
+ copyXPMArea(79+k, 67, 1, 1, x + 31 - ddx, y + 24);
+
+ copyXPMArea(79, 67, 1, 1, x + 31, y + 24);
+
+ k = 12-k;
+ copyXPMArea(79+k, 67, 1, 1, x + 31 + ddx, y + 24);
+
+ y += ddy;
+
+ adder -= abs(dx);
+ if (adder < 0) {
+ adder += abs(dy);
+ x += ddx;
+ }
+ }
+ }
+ /**********************************************************************/
+ if (noseconds)
+ return; /* Skip drawing the seconds. */
+
+ psi = sec * (M_PI / 30.0);
+
+ dx = floor(sin(psi) * 22 * 0.9 + 0.5);
+ dy = floor(-cos(psi) * 16 * 0.9 + 0.5);
+
+ // dx, dy is het punt waar we naar toe moeten.
+ // Zoek alle punten die ECHT op de lijn liggen:
+
+ ddx = 1;
+ ddy = 1;
+ if (dx < 0) ddx = -1;
+ if (dy < 0) ddy = -1;
+
+ if (dx == 0) ddx = 0;
+ if (dy == 0) ddy = 0;
+
+ x = 0;
+ y = 0;
+
+
+ if (abs(dx) > abs(dy)) {
+ if (dy != 0)
+ adder = abs(dx) / 2;
+ else
+ adder = 0;
+ for (i=0; i<abs(dx); i++) {
+ // laat de kleur afhangen van de adder.
+ // adder loopt van abs(dx) tot 0
+
+ k = 12 - adder / (abs(dx) / 12.0);
+ copyXPMArea(79+k, 70, 1, 1, x + 31, y + 24 - ddy);
+
+ k = 12-k;
+ copyXPMArea(79+k, 70, 1, 1, x + 31, y + 24);
+
+
+ x += ddx;
+
+ adder -= abs(dy);
+ if (adder < 0) {
+ adder += abs(dx);
+ y += ddy;
+ }
+ }
+ } else {
+ if (dx != 0)
+ adder = abs(dy) / 2;
+ else
+ adder = 0;
+ for (i=0; i<abs(dy); i++) {
+ k = 12 - adder / (abs(dy) / 12.0);
+ copyXPMArea(79+k, 70, 1, 1, x + 31 - ddx, y + 24);
+
+ k = 12-k;
+ copyXPMArea(79+k, 70, 1, 1, x + 31, y + 24);
+
+ y += ddy;
+
+ adder -= abs(dx);
+ if (adder < 0) {
+ adder += abs(dy);
+ x += ddx;
+ }
+ }
+ }
+}
+
+/*******************************************************************************\
+|* usage *|
+\*******************************************************************************/
+
+void usage(char *name) {
+ printf("Usage: %s [OPTION]...\n", name);
+ printf("WindowMaker dockapp that displays the time and date.\n");
+ printf("\n");
+ printf(" -d, -digital display the digital clock\n");
+ printf(" -display DISPLAY contact the DISPLAY X server\n");
+ printf(" -geometry GEOMETRY position the clock at GEOMETRY\n");
+ printf(" -n, -noseconds disables the second hand\n");
+ printf(" -h display this help and exit\n");
+ printf(" -v output version information and exit\n");
+}
+
+/*******************************************************************************\
+|* printversion *|
+\*******************************************************************************/
+
+void printversion(void) {
+ printf("WMTime version %s\n", WMMON_VERSION);
+}
+
+/* vim: sw=4 ts=4 columns=82
+ */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmtime.git
More information about the Pkg-wmaker-commits
mailing list