Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								feccccf12c 
								
							 
						 
						
							
							
								
								wmtetris: Remove unused source files wmmon.c and wmtetris.h.  
							
							 
							
							
							
						 
						
							2017-02-21 11:15:02 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Bernard Cafarelli 
								
							 
						 
						
							
							
							
							
								
							
							
								7cf2e5406b 
								
							 
						 
						
							
							
								
								wmhdplop: include sys/sysmacros.h for major/minor funcs  
							
							 
							
							... 
							
							
							
							In some future release, glibc's  <sys/types.h> will not include
<sys/sysmacros.h> anymore. As of 2.25, it still does, but you get
deprecation warnings if you use the macros without including
<sys/sysmacros.h>
Gentoo original bug: https://bugs.gentoo.org/show_bug.cgi?id=604296  
							
						 
						
							2017-02-16 15:48:23 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Mikael Magnusson 
								
							 
						 
						
							
							
							
							
								
							
							
								13cc7b59b5 
								
							 
						 
						
							
							
								
								wmhdplop: fix integer overflow  
							
							 
							
							... 
							
							
							
							After a while, the procstats fields will overflow the
signed int field and the hd leds will be permanently on.
Use long instead of int for these counters
Gentoo original bug: https://bugs.gentoo.org/show_bug.cgi?id=325615  
							
						 
						
							2017-02-16 15:48:23 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								24b831f9b9 
								
							 
						 
						
							
							
								
								wmgtemp: Bump to version 1.2.  
							
							 
							
							
							
						 
						
							2017-02-02 13:33:12 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								d14a0c0681 
								
							 
						 
						
							
							
								
								wmgtemp: Use 'char' instead of 'unsigned char' for bit mask.  
							
							 
							
							... 
							
							
							
							Avoids compiler warning:
    src/wmgtemp.c: In function ‘main’:
    src/wmgtemp.c:202:50: warning: pointer targets in passing argument 4 of ‘openXwindow’ differ in signedness [-Wpointer-sign]
       openXwindow(argc, argv, wmgtemp_interface_xpm, wmgtemp_interface_mask_bits,
                                                  ^
    In file included from src/wmgtemp.c:15:0:
    /usr/include/libdockapp/wmgeneral.h:78:6: note: expected ‘char *’ but argument is of type ‘unsigned char *’
     void openXwindow(int argc, char *argv[], char **, char *, int, int);
          ^ 
							
						 
						
							2017-02-02 13:33:12 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								6f171bfde2 
								
							 
						 
						
							
							
								
								wmgtemp: Remove unused variable 'chipname'  
							
							 
							
							
							
						 
						
							2017-02-02 13:33:12 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								df04a1b4d5 
								
							 
						 
						
							
							
								
								wmgtemp: Drop all inline functions.  
							
							 
							
							... 
							
							
							
							Too many issues when compiling with different C standards. 
							
						 
						
							2017-02-02 13:33:12 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								94f3870b82 
								
							 
						 
						
							
							
								
								wmgtemp: Switch to autotools for build.  
							
							 
							
							
							
						 
						
							2017-02-02 13:33:12 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								236af53275 
								
							 
						 
						
							
							
								
								wmgtemp: Use wmgeneral from libdockapp.  
							
							 
							
							
							
						 
						
							2017-02-02 13:33:12 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								bb4dd3f5c6 
								
							 
						 
						
							
							
								
								wmgtemp: Fix -Waggressive-loop-optimizations compiler warning.  
							
							 
							
							... 
							
							
							
							In particular, the cpu_history array has length 59, so when i = 58,
cpu_history[i+1] is undefined.
From
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/fix_-Waggressive-loop-optimizations.patch/  
							
						 
						
							2017-02-02 13:33:12 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								84b7716e3d 
								
							 
						 
						
							
							
								
								wmgtemp: Autodetect sensors.conf instead of providing default value.  
							
							 
							
							... 
							
							
							
							Patch by Aurelien Jarno <aurel32@debian.org>.
From
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/sensors.conf.patch/  
							
						 
						
							2017-02-02 13:33:11 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								68b2a5b9e6 
								
							 
						 
						
							
							
								
								wmgtemp: Fix hyphen in manpage.  
							
							 
							
							... 
							
							
							
							Patch by Dario Minnucci <midget@debian.org>.
From
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/fix_hyphens_in_wmgtemp.1.patch/  
							
						 
						
							2017-02-02 13:33:11 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								bdaf5fd1f6 
								
							 
						 
						
							
							
								
								wmgtemp: Add verson 1.1 to repository.  
							
							 
							
							... 
							
							
							
							From
http://fluxcode.net/files/wmgtemp-1.1.tar.gz  
							
						 
						
							2017-02-02 13:31:10 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								4474efbed2 
								
							 
						 
						
							
							
								
								wmcalclockkbd: Add version 0.1a to repository.  
							
							 
							
							... 
							
							
							
							From
http://www.sourcefiles.org/Toys/Clocks/wmCalClockKbd-0.1a.tar.gz  
							
						 
						
							2016-12-27 20:58:24 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								3b8506cfaa 
								
							 
						 
						
							
							
								
								wmglobe: Add version 0.5 to repository.  
							
							 
							
							... 
							
							
							
							From
http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmglobe-0.5.tar.gz  
							
						 
						
							2016-12-27 20:56:41 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								b1491b9d02 
								
							 
						 
						
							
							
								
								wmthemech: Add version 0.3 to repository.  
							
							 
							
							... 
							
							
							
							From
http://ftp.vim.org/ftp/ibiblio/distributions/amigolinux/download/DockApps/wmthemech-0.3/wmThemeCh-0.3.tar.bz2  
							
						 
						
							2016-12-27 20:56:41 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								69923dff37 
								
							 
						 
						
							
							
								
								wmtunlo: Add version 0.1.3 to repository.  
							
							 
							
							... 
							
							
							
							From
http://www.gnu-darwin.org/distfiles/wmtunlo-0.1.3.tar.gz 
(Note that this is not really gzipped; used "tar -xvf".) 
							
						 
						
							2016-12-27 20:56:41 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Brian Bidulock 
								
							 
						 
						
							
							
							
							
								
							
							
								29e0d27bba 
								
							 
						 
						
							
							
								
								remove trailing whitespace  
							
							 
							
							
							
						 
						
							2016-12-27 20:53:45 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Brian Bidulock 
								
							 
						 
						
							
							
							
							
								
							
							
								0a78bb3c74 
								
							 
						 
						
							
							
								
								corrections for gtk2 build  
							
							 
							
							
							
						 
						
							2016-12-27 20:53:45 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Brian Bidulock 
								
							 
						 
						
							
							
							
							
								
							
							
								926890b0c3 
								
							 
						 
						
							
							
								
								add wmtrash-0.2  
							
							 
							
							
							
						 
						
							2016-12-27 20:53:45 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								a2bcf3c0f4 
								
							 
						 
						
							
							
								
								wmcp: Add version 1.2.8 to repository.  
							
							 
							
							... 
							
							
							
							From
http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmcp-1.2.8.tar.gz  
							
						 
						
							2016-12-27 20:51:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								673a7d931f 
								
							 
						 
						
							
							
								
								Remove .xvpics directories (gimp thumbnails).  
							
							 
							
							
							
						 
						
							2016-12-27 20:51:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								431faf8097 
								
							 
						 
						
							
							
								
								cnslock: Add version 1.02 to repository.  
							
							 
							
							... 
							
							
							
							From
http://www.gnu-darwin.org/distfiles/cnslock-1.02.tar.gz 
(Note that this file is not really gzipped, just use "tar -xf".) 
							
						 
						
							2016-12-27 20:51:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								a33dd8bb92 
								
							 
						 
						
							
							
								
								wmdots: Add version 0.2beta to repository.  
							
							 
							
							... 
							
							
							
							From
http://gentoo.osuosl.org/distfiles/wmdots-0.2beta.tar.gz  
							
						 
						
							2016-12-27 20:51:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								787c7e6848 
								
							 
						 
						
							
							
								
								wmdonkeymon: Add version 0.91 to repository.  
							
							 
							
							... 
							
							
							
							From
https://web.archive.org/web/20080819184057/http://www.morgade.hpg.ig.com.br/wmdonkeymon/wmdonkeymon-0.91.tar.gz ? 
							
						 
						
							2016-12-27 20:51:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								b77cf49163 
								
							 
						 
						
							
							
								
								wmomikuzi: Use shared libdockapp.  
							
							 
							
							
							
						 
						
							2016-12-27 11:13:35 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								fb13fbc428 
								
							 
						 
						
							
							
								
								wmfortune: Use shared libdockapp.  
							
							 
							
							
							
						 
						
							2016-12-27 11:13:35 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								f98cf8b672 
								
							 
						 
						
							
							
								
								wmradio: Remove autotools cruft and compiled binary  
							
							 
							
							
							
						 
						
							2016-12-26 22:00:25 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								9d0025526c 
								
							 
						 
						
							
							
								
								wmradio: Remove CVS cruft.  
							
							 
							
							
							
						 
						
							2016-12-26 21:57:07 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								d34152043b 
								
							 
						 
						
							
							
								
								wmnotify: Remove from repository.  
							
							 
							
							... 
							
							
							
							It appears to still be maintained by the original author.  A newer version
(1.0.1) is available at:
http://www.hugovil.com/projet.php?proj=wmnotify&lang=en_US  
							
						 
						
							2016-12-26 21:54:31 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								153a87506d 
								
							 
						 
						
							
							
								
								wmlongrun: Update for modern kernels, *really* release version 0.3.1.  
							
							 
							
							... 
							
							
							
							Patch by Robert Jacobs <debbtsa81@eamp.org>.
From
https://bugs.debian.org/306536  
							
						 
						
							2016-12-24 12:35:45 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								b6d62e5254 
								
							 
						 
						
							
							
								
								wmlongrun: Bump to version 0.3.1.  
							
							 
							
							
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								00a68ca2bf 
								
							 
						 
						
							
							
								
								wmlongrun: Update README with new contact info and url.  
							
							 
							
							
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								ae61cec286 
								
							 
						 
						
							
							
								
								wmlongrun: Detect GNU/kFreeBSD during build.  
							
							 
							
							... 
							
							
							
							Patch from Debian by Robert Millan <rmh@debian.org>, based on a patch by
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>.
From:
https://bugs.debian.org/415592  
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								3474ffbfc7 
								
							 
						 
						
							
							
								
								wmlongrun: Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix warnings.  
							
							 
							
							
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								23aaecbec8 
								
							 
						 
						
							
							
								
								wmlongrun: Modernize AM_INIT_AUTOMAKE call.  
							
							 
							
							
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								0d8b0c46fa 
								
							 
						 
						
							
							
								
								wmlongrun: Add template to AC_DEFINE to avoid autoheader warning.  
							
							 
							
							
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								1b4708cb92 
								
							 
						 
						
							
							
								
								Remove trailing whitespace in recently added dockapps.  
							
							 
							
							
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								8d4679e080 
								
							 
						 
						
							
							
								
								wmlongrun: Rename configure.in to configure.ac.  
							
							 
							
							
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								c70d9a538a 
								
							 
						 
						
							
							
								
								wmlongrun: Remove autotools-generated files from git.  
							
							 
							
							
							
						 
						
							2016-12-24 12:32:17 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								ad80340129 
								
							 
						 
						
							
							
								
								wmtetris: Add wmtetris version 0.1 to repository.  
							
							 
							
							... 
							
							
							
							From
http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmtetris-0.1.tar.gz  
							
						 
						
							2016-12-19 10:30:41 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								da1e047a36 
								
							 
						 
						
							
							
								
								wmswallow: Add version 0.6.1 to repository.  
							
							 
							
							... 
							
							
							
							From
http://ponce.cc/slackware/sources/repo/wmswallow.tar.Z  
							
						 
						
							2016-12-19 10:30:41 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								41c24c5745 
								
							 
						 
						
							
							
								
								wmwebcam: Add version 0.3.5 to repository.  
							
							 
							
							... 
							
							
							
							From
https://web.archive.org/web/20070830172250/http://fragment.stc.cx/files/wmwebcam-0.3.5.tar.gz  
							
						 
						
							2016-12-19 10:30:41 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								2d2732201b 
								
							 
						 
						
							
							
								
								wmomikuzi: Add version 0.122 to repository.  
							
							 
							
							... 
							
							
							
							From
http://ftp.vinelinux.org/pub/Vine/VineSeed/SRPMS.orphaned/wmomikuzi-0.122-0vl1.src.rpm  
							
						 
						
							2016-12-19 10:30:41 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								5eab1dd9f3 
								
							 
						 
						
							
							
								
								wmfortune: Add version 0.241 to repository.  
							
							 
							
							... 
							
							
							
							From
http://gentoo.osuosl.org/distfiles/wmfortune-0.241.tar.gz  
							
						 
						
							2016-12-03 22:16:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								ee10905069 
								
							 
						 
						
							
							
								
								wmcapshare: Add version 0.1 to repository.  
							
							 
							
							... 
							
							
							
							From
https://web.archive.org/web/20061215141801/http://www.netjunki.org/projects/wmcapshare-0.1.tar.gz  
							
						 
						
							2016-12-03 22:16:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								778ce8ae45 
								
							 
						 
						
							
							
								
								wmlongrun: Add version 0.3.0pre1 to repository.  
							
							 
							
							... 
							
							
							
							From
http://gentoo.osuosl.org/distfiles/wmlongrun-0.3.0pre1.tar.gz  
							
						 
						
							2016-12-03 22:16:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								8d75611daf 
								
							 
						 
						
							
							
								
								wmappkill: Add version 0.2 to repository.  
							
							 
							
							... 
							
							
							
							From
http://www.sourcefiles.org/Utilities/GUI/wmappkill-0.2.tar.gz  
							
						 
						
							2016-12-03 22:16:47 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								be3ddab93d 
								
							 
						 
						
							
							
								
								wmwork: Add version 0.2.5 to repository.  
							
							 
							
							... 
							
							
							
							From
ftp://ftp.oregonstate.edu/.2/gentoo/distfiles/wmwork-0.2.5.tar.gz 
							
						 
						
							2016-12-03 11:00:56 +00:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Doug Torrance 
								
							 
						 
						
							
							
							
							
								
							
							
								7335ef2927 
								
							 
						 
						
							
							
								
								wmspaceweather: Add version 1.04 to repository.  
							
							 
							
							... 
							
							
							
							From
ftp://ftp.uk.freebsd.org/pub/OpenBSD/distfiles/wmSpaceWeather-1.04.tar.gz 
							
						 
						
							2016-12-03 11:00:56 +00:00