Make AddMouseRegion's index unsigned
[dockapps.git] / wmnet / Changelog
blob36e0c59465ad1f070b732e1757be36a00c0b9aca
1   3/24/1998  --  First release, wrote this yesterday, so it may have
2                  some bugs.
3   3/25/1998  --  added logarithmic scaling.
4                  some touch ups on the updateSpeedometer() to be a
5                    little more helpful
6                  added a little more width to the speedometer display
7                     from a report that the text sometimes was drawn off
8                     the scale (couldnt confirm, is it fixed?)
9                  fixed prob for speeds > 9.9 megabytes per second (I
10                     think... I can't go that fast myself
11                  Made default maxspeed 6000 which I assume is better
12                     for modems.
13   5/11/1998  --  I witnessed the little problem with the speedometer
14                     going off into the main window so I set a clipmask
15                     Still don't understand how it could go off..I'm
16                     using a fixed size font...
17   5/13/1998  --  Modified the way it gets its stats from /proc/net/ip_acct
18                     You now have to give it explicit accounting rule numbers
19                     through the -T and -R options or else it defaults to the
20                     fist two in tx, rx order, best just to make sure
21                     you  set the -T and -R options.
22   5/15/1998  --  Completed interface rewrite, definitely have more graphing
23                     space, but I dont know if I like it yet.
24   5/16/1998  --  Added shaded graphs, xload style.  Its a lot prettier!
25   8/6/1998   --  Put in the stat driver interface and some drivers
26   5/4/2000   --  Added support for OpenBSD, thanks to Vladimir Popov