-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
181 lines (107 loc) · 4.93 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
1.66 -- Convert to git/github, GPL2 -> GPL3
1.65 -- ??.??.??
o Applied Alexander Clouter's #include and Makefile mods
1.64 -- 04/10/12
o Restored lemon's '-c <epoch>' flag to enable 'beer o'clock' countdown
(See -help and man page for examples of how to use)
o Added the -N flag to help the -c <epoch> flag from affecting
the ~/.nixieclock file.
o tar file now has version number in the extraction
(eg. extracts as "./nixieclock-<VERSION#>/*")
1.63 -- 03/15/12 [INTERNAL RELEASE]
o Changed 3dsite.com -> seriss.com
o Added 'ENVIRONMENT' section to docs re: TZ variable (for Terry).
Example shows how to use TZ to show the time in GMT.
o Added small fixes to support mingw from Terry
o FLTK added to help screen (LGPL/FLTK license compliance)
1.62 -- 11/28/11 [INTERNAL RELEASE]
o Fix for Daniel Ott regarding Fl::args() parsing issue;
parse_args() wasn't returning word count.
o Added docs for -m (flag was recognized but not documented)
o Added -D flag: same as -d, but with 4 digit year (13:59 12/31/1999)
o Removed some extraneous code
1.61 -- 06/08/11
o Fixed a silly bug that made clock redraw itself waaay too often
and used too much cpu
1.60 -- 05/05/11
o Added right click popup menu to set various time formats.
For macs with single-button mice, Ctrl-Click will popup the menu.
o Clock settings now saved in a ~/.nixieclock file
so that e.g. clock will come up in same position
it was last moved to, and same time format it was last
set to.
o Fixed command line help menu
o When time formats are adjusted, clock maintains
distance to closest edge of screen.
o Added '%', '&' and '|' characters to NixieDisplay.
o nixie-text-viewer: added Home and End keys.
Added tooltip to show supported navigation keys.
o (INTERNAL) Reorg'ed clock code into a 'NixieClock' class
in order to implement popup menu features.
o (INTERNAL) Reformatted code for 'fltk style' braces
which makes code a bit shorter for easy reading.
o (INTERNAL) Had to rename nixieclock.C -> nixieclock-app.C
to avoid conflict with NixieClock vs. nixieclock on platforms
that don't care about case >:/
1.51 -- 02/10/10
o Added #include <stdio.h> to top of nixie-text-display.C
to fix compile problem reported by Jozef Riha.
1.50 -- 11/15/09
o Applied Erkki Myllynen's 11/15/09 fixes/suggs
o fl_draw_image() -1 problem
o Digit.C y>=0 problem
o "6" digit repainted/shifted right 1 bit
o -Wno-write-strings
o Fixed '9'
o Added nixie-text-display to default build
1.49 -- 10/27/09
o For OSX, made 'nofork' default to on, to prevent these errors
when running on OSX 10.5 and up:
The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().
Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
The process has forked and you cannot use this CoreFoundation functionality safely. You MUST exec().
Break on __THE_PROCESS_HAS_FORKED_AND_YOU_CANNOT_USE_THIS_COREFOUNDATION_FUNCTIONALITY___YOU_MUST_EXEC__() to debug.
1.48 -- 06/26/09
o Fixed problem causing unnecessary cpu use;
update rate was too fast under normal circumstances
1.47 -- ??/??/06
o Makefile converted to flkt-config
o Moved docs into docs
o Moved icons into icons
o Created nixie-test-viewer
o Readme modified
1.46 -- 04/01/06
o Made height smaller to match older version of nixieclock
o NixieDisplay standalone now supports multiline text.
(Try 'make NixieDisplay ; ./NixieDisplay')
1.45 -- 01/01/06
o Makefile fixes: nixieclock.app, cleanup bin.XXX files,
VERSION number now comes from first entry in CHANGES file
o Darwin: strip(1) now run before Rez
o Darwin: Detects FLTK 1.1.7, enables no border
(noborder problem was fixed in fltk 1.1.7 for OSX)
o Darwin: now starts in lower right by default
(like other platforms)
o Improved help
1.44 -- 12/15/05
o Windows version now opens in lower right by default
o Fixed behavior of -d option under Windows
o Rewrite of code to be more modular, fade code in progress
o Redo of Makefiles (sorry, I backed off from fltk-config)
1.43 -- 11/12/03
o Added an icon for windows; changes made to Makefile for resource compiler
o Command line help now comes up in a 'dialog window' under Windows
o Now using fltk-config to compile programs
o Makefile now automatically chooses Makefile.<PLATFORM>
1.42 -- 08/08/03
o Added -c from lemon at aldigital dot co dot uk
1.41 -- 02/05/02
o Efficient redraws/holdtime now .5 secs
1.40 -- 02/02/02
o Rewrote using fltk image drawing, cleanup
1.30 -- 07/28/01
o Added entire nixie alphabet
1.20 -- 07/19/01
o OPENGL version, renamed nixiedate
1.10 -- 11/25/00
o added composite digits