-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.TXT
93 lines (65 loc) · 3.64 KB
/
CHANGES.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
WinClock(tm) Copyright 1993 by Patrick Breen - All rights reserved.
This file lists the changes between revisions of WinClock.
v1.2 - February 20, 1993
Hopefully removed bug that caused system colors not to work
on certain configurations. I now default to using the active
colors rather than the inactive colors. (I was only able to
reproduce and fis this using Windows 3.0 - if this is still a
problem, let me know what version of Windows you are using)
Completely tested and compatible with Windows 3.0. There
were a few compatability issues introduced with v1.1 that are
now fixed.
Removed custom colors - the clock now always uses system colors
for the background and the text. Removing this option also
eliminated a bug which caused a "COMMDLG.DLG could not be found"
message. (Custom text color is still supported by options in the
.INI file.)
Make sure that the clock does not cover the entire caption
bar on small windows. Items on left are given preference over
items on right.
When all windows are iconized and WinClock is left homeless,
information is displayed in the WinClock caption bar. Can be
disabled by setting in .INI file.
Moved all preferences out of win.ini and into WinClock.ini.
Added new display items for displaying free memory, free
resources and free disk space on a chosen drive.
Added options for what gets displayed when and where it gets
displayed. Setup dialog is now a hideous mass of radio buttons
that allow the setting of these options. Any suggestions on a
better UI that uses standard controls would be appreciated.
Added better support for international time and date settings.
I now use the system settings for time separator, AM/PM text,
and date separator. In addition, DD/MM/YY and YY/MM/DD formats
have been added. Setup dialog now uses current date for sample.
Added option to disable invalidation of entire desktop on
machines running Windows 3.0.
Once again, I thank all those who gave me ideas and described
compatability problems.
v1.1 - February 7, 1993
Fixed drawing problem that resulted in "ghost" clocks. This
version uses the Windows 3.1 function RedrawWindow() to invalidate
the caption of the previous window which had the clock. If
RedrawWindow() is not available (ie, Windows 3.0 is being used),
the entire desktop window is invalidated. This does solve the
problem, but it causes a noticeable flicker. I will continue to
look for a better solution.
Fixed drawing problem in very small windows - the clock would
cover the system menu and the window border. Now it will never
extend outside of the caption area.
Added date. A short click on the clock will display the date in
the caption bar for a few seconds before displaying the time again.
There are a couple of date formats available in the Setup... dialog.
Removed flashing colon when seconds are not displayed.
Added ability to position the clock on either the left or the
right of the caption bar. This is controlled by an option found
in the Setup... dialog.
Added Setup... dialog so that many options can be set at once.
Added Color... dialog. This dialog allows you to specify the
text and background color of the clock. It now defaults to using
the system colors. The Set... buttons are enabled if you have
the Windows COMMDLG.DLL (I didn't want to create a fancy color
dialog). Otherwise, type in the RGB value of the color you desire.
Thanks to all the people who contributed ideas and bug reports -
I will continue to listen and respond to all contributions.
v1.0 - January 30, 1993
Initial Release