source: git/ChangeLog @ d2980d2

RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectmainstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since d2980d2 was d2980d2, checked in by Olly Betts <olly@…>, 16 years ago

make_release: Never set CFLAGS or CXXFLAGS in the environment.
Build mingw version in an unpacked source tree from the release
tarball.

git-svn-id: file:///home/survex-svn/survex/trunk@3541 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 30.8 KB
RevLine 
[d2980d2]1Wed Oct 06 02:25:31 GMT 2010  Olly Betts <olly@survex.com>
2
3        * make_release: Never set CFLAGS or CXXFLAGS in the environment.
4          Build mingw version in an unpacked source tree from the release
5          tarball.
6
[1d71195]7Wed Oct 06 02:09:33 GMT 2010  Olly Betts <olly@survex.com>
8
9        * src/cavernlog.cc: Fix code indentation.
10
[ffe7efe4]11Wed Oct 06 02:08:38 GMT 2010  Olly Betts <olly@survex.com>
12
13        * src/cavernlog.cc: Revert to using mb_str() for popen() and system()
14          on Unix.
15
[fc364dc]16Wed Oct 06 02:02:54 GMT 2010  Olly Betts <olly@survex.com>
17
18        * src/cavernlog.cc: Use _wpopen() and _wsystem() on Microsoft Windows
19          so that paths with non-Latin1 characters in can be processed.
20
[83e2433]21Wed Oct 06 01:16:03 GMT 2010  Olly Betts <olly@survex.com>
22
23        * src/cavernlog.cc: Need to quote filenames with spaces in for
24          Microsoft Windows.
25
[b4dbba1]26Wed Oct 06 00:54:44 GMT 2010  Olly Betts <olly@survex.com>
27
28        * lib/Makefile.am: Ship the extra .isl translation files for Innosetup.
29
[c60cb16]30Wed Oct 06 00:49:18 GMT 2010  Olly Betts <olly@survex.com>
31
32        * src/datain.c: Add missing include of date.h.
33
[f351ea24]34Wed Oct 06 00:48:28 GMT 2010  Olly Betts <olly@survex.com>
35
36        * src/date.c,src/date.h: Add files for date handling.
37
[807f9dd]38Tue Oct 05 12:48:19 GMT 2010  Olly Betts <olly@survex.com>
39
40        * src/gla-gl.cc,src/gla.h: Check whether blobs and crosses actually
41          render correctly as points/point sprites, and if they don't, fall
42          back to drawing them with lines.
43
[fe075d7]44Tue Oct 05 10:53:56 GMT 2010  Olly Betts <olly@survex.com>
45
46        * src/gla-gl.cc,src/gla.h: Cache the best method for drawing blobs
47          and crosses, and recheck automatically if the graphics hardware
48          or drivers are changed or upgraded.
49
[226b599e]50Mon Oct 04 11:18:22 GMT 2010  Olly Betts <olly@survex.com>
51
52        * src/gla-gl.cc: Add \n to commented out debug message.
53
[1671258]54Mon Oct 04 09:58:17 GMT 2010  Olly Betts <olly@survex.com>
55
56        * doc/index.htm.in,doc/manual.sgml,doc/survex.ent,lib/print.ini,
57          src/printwx.cc,survex.iss.in: Use http://survex.com/ rather than
58          http://www.survex.com/ - the former is the canonical name and
59          www.survex.com just redirects.
60
[52f67931]61Mon Oct 04 09:46:24 GMT 2010  Olly Betts <olly@survex.com>
62
63        * src/mainfrm.cc: Don't offer "All files" wildcard in presentation save
64          dialog.
65
[12ec820]66Mon Oct 04 08:19:40 GMT 2010  Olly Betts <olly@survex.com>
67
68        * src/gla-gl.cc: Pass GL_TRUE to OpenGL functions, rather than true.
69
[f6d8375]70Sun Oct 03 06:46:03 GMT 2010  Olly Betts <olly@survex.com>
71
72        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Use double instead of Double
73          in cases where the value isn't being passed to OpenGL.
74
[bde8c9a]75Sun Aug 22 13:30:54 GMT 2010  Olly Betts <olly@survex.com>
76
77        * src/gla-gl.cc: If we aren't using GL_POINTS for blobs, draw them
78          using a series of abutting lines rather than with gluDisk which
79          is faster and gives a consistent shape.
80
[425a138]81Sat Aug 21 14:33:54 GMT 2010  Olly Betts <olly@survex.com>
82
83        * src/gla-gl.cc: Fix another use of GL_POINT_SIZE_RANGE to
84          GL_SMOOTH_POINT_SIZE_RANGE.
85
[b6f9294]86Sat Aug 21 14:30:56 GMT 2010  Olly Betts <olly@survex.com>
87
88        * src/gla-gl.cc: Fix non-USE_FNT case to work again (it's limited to
89          ISO-8859-1 characters though).
90
[04bf822]91Sat Aug 21 13:31:17 GMT 2010  Olly Betts <olly@survex.com>
92
93        * src/gla-gl.cc: Use GL_SMOOTH_POINT_SIZE_RANGE and
94          GL_SMOOTH_POINT_SIZE_GRANULARITY instead of GL_POINT_SIZE_RANGE and
95          GL_POINT_SIZE_GRANULARITY (unless they aren't defined) as the latter
96          two are deprecated in OpenGL >= 1.2.  If GL_ALIASED_POINT_SIZE_RANGE
97          is available (OpenGL >= 1.2 again) then report its value in the
98          about box.
99
[1ee204e]100Fri Aug 20 12:26:40 GMT 2010  Olly Betts <olly@survex.com>
101
102        * doc/3dformat.htm,lib/messages.txt,src/,tests/: New v7 of .3d format
103          which stores survey dates as number of days since Jan 1st 1900, so
104          we now support dates from 1900-2078 (rather than 1970-2037) with a
105          smaller file size.  The img API is now versioned - you can select
106          the new "version 1" by compiling with -DIMG_API_VERSION=1, which
107          gives the survey dates in days in days1 and days2 instead of as
108          time_t values in date1 and date2.  Fixes ticket#14.
109
[00d94ee]110Fri Aug 20 12:12:54 GMT 2010  Olly Betts <olly@survex.com>
111
112        * src/printwx.cc: Remove unused '#include <time.h>'.
113
[82988f5]114Fri Aug 20 12:10:55 GMT 2010  Olly Betts <olly@survex.com>
115
116        * src/avenprcore.cc: Remove unused '#include <time.h>'.
117
[0965597]118Fri Aug 20 10:10:05 GMT 2010  Olly Betts <olly@survex.com>
119
120        * src/export.cc: Explicit #include <time.h> for strftime().
121
[576c27f]122Wed Aug 18 13:59:30 GMT 2010  Olly Betts <olly@survex.com>
123
124        * src/osdepend.h: Remove workaround for DOS Turbo C compiler.
125
[2032841]126Wed Aug 18 02:03:39 GMT 2010  Olly Betts <olly@survex.com>
127
128        * buildmacosx.sh,configure.in,lib/Info.plist.in: Make buildmacosx.sh
129          work.
130
[025e84d]131Tue Aug 17 01:43:24 GMT 2010  Olly Betts <olly@survex.com>
132
133        * src/gfxcore.h: "using svx::Point;" gives an error, so use a macro
134          instead.
135
[506769f]136Wed Aug 04 03:27:22 GMT 2010  Olly Betts <olly@survex.com>
137
138        * src/img.c: Fix cast in get16() to be to short not long.
139
[81e1aa4]140Wed Aug 04 02:32:16 GMT 2010  Olly Betts <olly@survex.com>
141
142        * src/cavernlog.cc,src/cavernlog.h: "Rerun" -> "Reprocess" to follow
143          terminology in manual, etc.  Fixes ticket#15.
144
[e0c8f98]145Wed Jul 28 17:06:49 GMT 2010  Olly Betts <olly@survex.com>
146
147        * tests/: Most tests weren't actually running and testcases (looks like
148          a sh portability issue).  Fixed, and fortunately all tests still
149          pass.
150
[f9535d4]151Mon Jul 26 12:30:43 GMT 2010  Olly Betts <olly@survex.com>
152
153        * doc/manual.sgml: Fix typo "of" -> "on".
154
[f9473ab]155Mon Jul 26 11:59:59 GMT 2010  Olly Betts <olly@survex.com>
156
157        * NEWS,configure.in: Update for 1.1.14.
158
[7bdf66d]159Mon Jul 26 11:53:01 GMT 2010  Olly Betts <olly@survex.com>
160
161        * lib/messages.txt,src/: Remove things we no longer need now we've
162          dropped support for RISC OS and DOS.
163
[175cac6]164Mon Jul 26 11:19:40 GMT 2010  Olly Betts <olly@survex.com>
165
166        * src/cmdline.c: Remove reference to MSDOS.
167
[9965b2b]168Mon Jul 26 10:23:07 GMT 2010  Olly Betts <olly@survex.com>
169
170        * src/: Strip out "Far" and "Huge" which we no longer need now that
171          DOS memory models are no longer relevant.
172
[9e12d78]173Mon Jul 26 09:57:37 GMT 2010  Olly Betts <olly@survex.com>
174
175        * configure.in: No need for AC_PROG_MAKE_SET when using automake.
176
[5dd874a]177Mon Jul 26 09:48:10 GMT 2010  Olly Betts <olly@survex.com>
178
179        * configure.in,src/useful.h: On little-endian architectures, make
180          get16() and get32() inline functions, rather than macros which use
181          a global variable.
182
[7e5d688]183Mon Jul 26 09:31:14 GMT 2010  Olly Betts <olly@survex.com>
184
185        * src/useful.c: Remove commented out code.
186
[8c45eea]187Mon Jul 26 09:19:19 GMT 2010  Olly Betts <olly@survex.com>
188
189        * configure.in,src/img.c,src/useful.c,src/useful.h: Use AC_TYPE_INT16_T
190          and AC_TYPE_INT32_T instead of home-brew equivalents.
191
[39aa1a0]192Mon Jul 26 08:40:43 GMT 2010  Olly Betts <olly@survex.com>
193
194        * src/listpos.c: In "Station X referred to just once, with an explicit
195          prefix - typo?" warning, give file and linenumber where the *equate
196          occurred.
197
[d40f787]198Mon Jul 26 08:37:46 GMT 2010  Olly Betts <olly@survex.com>
199
200        * src/readval.c: Fix comment typo.
201
[0d38f0e]202Mon Jul 26 08:29:41 GMT 2010  Olly Betts <olly@survex.com>
203
204        * src/listpos.c: In "Station X referred to by *entrance or *export but
205          never used" warning, give file and linenumber where the *entrance or
206          *export occurred.
207
[b23bcf0]208Mon Jul 26 07:44:26 GMT 2010  Olly Betts <olly@survex.com>
209
210        * src/aventreectrl.cc: Fix double-click handling for survey tree on
211          wxMSW >= 2.8.11.
212
[ad3d0a2]213Mon Jul 26 07:25:59 GMT 2010  Olly Betts <olly@survex.com>
214
215        * src/mainfrm.cc: Stop passing wxNO_FULL_REPAINT_ON_RESIZE as it is 0
216          on all versions of wxWidgets we support (i.e. 2.6 and later).
217
[318ac31]218Mon Jul 26 07:21:35 GMT 2010  Olly Betts <olly@survex.com>
219
220        * INSTALL,src/: Restore compatibility with wxWidgets 2.6.
221
[1edaf8d]222Mon Jul 26 06:29:03 GMT 2010  Olly Betts <olly@survex.com>
223
224        * src/netskel.c: In "Unused fixed point" warning, give file and
225          linenumber where the "*fix" occurred.
226
[a07ee70]227Mon Jul 26 06:24:35 GMT 2010  Olly Betts <olly@survex.com>
228
229        * src/cavernlog.cc: Fix highlighting of links in CavernLog window to
230          highlight just <file>:<line> (and not the ': ' after), and to make
231          the title for the terminal the warning/error message.  Make the
232          checking stricter by checking that the linenumber is a number, to
233          avoid false positives.
234
[652b73b]235Mon Jul 26 04:48:12 GMT 2010  Olly Betts <olly@survex.com>
236
237        * Revert this change, as it appears wxMotif does support wxGLCanvas:
238        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
239          is required by Aven in 1.1.x, so remove mention of Motif from manual.
240
[fb5887c]241Mon Jul 26 03:24:38 GMT 2010  Olly Betts <olly@survex.com>
242
243        * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as
244          appropriate).  (Addition of "OK" button fixes ticket#13).  Fix up
245          handling of splitter window to fix poor handling of various cases.
246
[bc73093]247Sun Jul 25 15:32:42 GMT 2010  Olly Betts <olly@survex.com>
248
249        * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading
250          a file (and processing it first if necessary).
251
[b0c416c]252Sun Jul 25 07:20:05 GMT 2010  Olly Betts <olly@survex.com>
253
254        * src/cavernlog.h: Fix filename in comment at top.
255
[77b8654]256Sun Jul 25 07:17:20 GMT 2010  Olly Betts <olly@survex.com>
257
258        * src/cavernlog.cc: Don't double escape the contents of href and target
259          in links in the log.
260
[813919e]261Sun Jul 25 06:32:24 GMT 2010  Olly Betts <olly@survex.com>
262
263        * src/cavernlog.cc: Remove commented out calls to set the input
264          encoding of the HTML parser - we now always escape non-ASCII
265          characters as HTML entities.
266
[438c9ed]267Fri Jul 23 14:15:25 GMT 2010  Olly Betts <olly@survex.com>
268
269        * src/cavernlog.h: Improve doc comment for process() method.
270
[cca2ce1]271Fri Jul 23 12:38:43 GMT 2010  Olly Betts <olly@survex.com>
272
273        * src/printwx.cc,src/printwx.h: Don't compile in the preview code when
274          we disable the preview feature.
275
[193efb1]276Fri Jul 23 12:15:31 GMT 2010  Olly Betts <olly@survex.com>
277
278        * src/printwx.cc: The Gnome print dialog has its own preview window
279          so suppress ours if using the Gnome one.
280
[5297c43]281Fri Jul 23 11:21:52 GMT 2010  Olly Betts <olly@survex.com>
282
283        * configure.in: Update the wx-config probing code - wxmac-config etc
284          aren't present with newer wxWidgets versions.
285
[b7510ee]286Fri Jul 23 05:55:37 GMT 2010  Olly Betts <olly@survex.com>
287
288        * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG.  Update to
289          use a Unicode build.  If building a private wx, use wx 2.8.11 not
290          2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).
291
[a75f5a1]292Sat Jul 10 12:15:23 GMT 2010  Olly Betts <olly@survex.com>
293
294        * src/cavernlog.cc: Set the select timeout before calling wxYield()
295          when waiting for output from cavern to 0.1s instead of 0.00001s to
296          avoid yielding excessively on slower machines where this is likely
297          to really slow things down.  Call Scroll() only once per line in
298          the case where we are updating the scrollbar position.  Call
299          Update() instead of wxYield() after each line, since that's enough
300          to get the window updated.  Remove unused assignment "ch = left;"
301          at end of loop.
302
[9c0b089]303Fri Jul 09 14:42:47 GMT 2010  Olly Betts <olly@survex.com>
304
305        * configure.in: Link aven with -lGLU which SuSE Linux needs.
306
[72f1bb2]307Fri Jul 09 14:31:39 GMT 2010  Olly Betts <olly@survex.com>
308
309        * src/mainfrm.cc: Highlight stations matching any current search when a
310          file is loaded.  (ticket#9)
311
[2d5edf4]312Thu Jul 01 12:20:58 GMT 2010  Olly Betts <olly@survex.com>
313
314        * survex.iss.in: Clean up comments from over-enthusiastic search and
315          replace which modified comments as well as code.
316
[b38cd93]317Thu Jul 01 10:15:06 GMT 2010  Olly Betts <olly@survex.com>
318
319        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
320          with a "Point" class.
321
[ecb7f9f]322Thu Jul 01 10:10:45 GMT 2010  Olly Betts <olly@survex.com>
323
324        * src/Makefile.am: Remove FIXME which has already been resolved.
325
[24fd5b7]326Fri Jun 18 11:04:35 GMT 2010  Olly Betts <olly@survex.com>
327
328        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
329          is required by Aven in 1.1.x, so remove mention of Motif from manual.
330
[880b954]331Fri Jun 18 03:03:55 GMT 2010  Olly Betts <olly@survex.com>
332
333        * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
334          Correctly capitalise "GTK".
335
[2bbfcec]336Fri Jun 18 02:58:06 GMT 2010  Olly Betts <olly@survex.com>
337
338        * doc/manual.sgml: Note that on Linux we only regularly test builds
339          with the GTK+ version (change taken from 1.0).
340
[c88a040]341Wed Jun 16 04:44:26 GMT 2010  Olly Betts <olly@survex.com>
342
343        * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
344          version of the manual.
345
[7e2f708]346Wed Jun 16 02:59:48 GMT 2010  Olly Betts <olly@survex.com>
347
348        * configure.in: Only ask for core, gl, and html wx libs to avoid
349          linking to a load of others we don't use.
350
[4a320aa]351Tue Jun 15 17:01:41 GMT 2010  Olly Betts <olly@survex.com>
352
353        * INSTALL: Update.
354
[4056cdc]355Tue Jun 15 16:53:28 GMT 2010  Olly Betts <olly@survex.com>
356
357        * src/aven.cc: Fix to work with wxWidgets 2.6 too.
358
[94f7e41]359Tue Jun 15 15:38:49 GMT 2010  Olly Betts <olly@survex.com>
360
361        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
362          file updates from 1.0.39.1-4 Debian package.
363
[7f24541]364Tue Jun 15 14:40:04 GMT 2010  Olly Betts <olly@survex.com>
365
366        * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
367
[e4bfd2f]368Tue Jun 15 14:32:55 GMT 2010  Olly Betts <olly@survex.com>
369
370        * NEWS: Update from ChangeLog.
371
[0fd6750]372Tue Jun 15 14:09:29 GMT 2010  Olly Betts <olly@survex.com>
373
374        * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
375          "alternative manual formats" zip file - people will generally just
376          want one of them, so downloading several together isn't very useful.
377          Replace PostScript version of manual with a PDF version (more
378          compact and more people will have software to read PDF).  Don't
379          generate RTF format by default as PDF is more useful if you want
380          a formatted version to print.
381
[018db6f]382Tue Jun 15 13:36:30 GMT 2010  Olly Betts <olly@survex.com>
383
384        * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
385          List" section.
386
[3554c39]387Tue Jun 15 12:57:13 GMT 2010  Olly Betts <olly@survex.com>
388
389        * Makefile.am,make_release: Just produce a zip file with the
390          alternative manual formats - a self-extracting .exe is harder to
391          use on other platforms, and most people have a zip file extractor
392          installed.
393
[c818632]394Tue Jun 15 12:36:13 GMT 2010  Olly Betts <olly@survex.com>
395
396        * survex.spec.in: Update survex.com URLs to drop "www.".  Update
397          wxGTK dependency to >= 2.6.0.  Reenable "BuildRequires:" as
398          the issue with building the package on Debian is no longer
399          relevant.
400
[56ad6ad]401Tue Jun 15 12:35:19 GMT 2010  Olly Betts <olly@survex.com>
402
403        * doc/manual.sgml: Update (C) years.  "MacOS X" -> "Mac OS X".
404
[8ed91e39]405Tue Jun 15 12:13:42 GMT 2010  Olly Betts <olly@survex.com>
406
407        * doc/manual.sgml: Remove out of date postal addresses - we can
408          probably safely assume people have email these days.  Direct
409          people to the mailing list since they are likely to get a
410          quicker response rather than mailing individuals.  Remove
411          mention of a paper mailing list.  Remove mention of sending
412          us a floppy (!) or blank CDR to get a version as I can't recall
413          the last time I gave someone a copy on physical media.
414
[98fbcf6]415Tue Jun 15 11:22:56 GMT 2010  Olly Betts <olly@survex.com>
416
417        * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
418          and people can just as easily build binary RPMs from the source
419          tarball as from the srpm, so just remove the rpm target from the
420          makefile and code which uses it from make_release - it's less to
421          have to maintain too.
422
[098acb1]423Tue Jun 15 10:59:12 GMT 2010  Olly Betts <olly@survex.com>
424
425        * make_release: Use "set -e" rather than checking the exit codes of
426          commands.  -t no longer disables targets - set mk to do that.
427
[dd7674d]428Tue Jun 15 09:41:11 GMT 2010  Olly Betts <olly@survex.com>
429
430        * make_release: Fix defaulting of list of things to do.
431
[a061be6a]432Tue Jun 15 09:12:00 GMT 2010  Olly Betts <olly@survex.com>
433
434        * src/gdtconvert: Add "Generated" comment to output file.
435
[ce80d82]436Tue Jun 15 09:10:02 GMT 2010  Olly Betts <olly@survex.com>
437
438        * src/gdtconvert: Add GPL license boilerplate.
439
[68d7dfc]440Tue Jun 15 08:53:28 GMT 2010  Olly Betts <olly@survex.com>
441
442        * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
443          missing it.
444
[ecbc6c18]445Tue Jun 15 08:46:28 GMT 2010  Olly Betts <olly@survex.com>
446
447        * src/: Update FSF address in licence notices.
448
[5e3879f]449Tue Jun 15 08:06:09 GMT 2010  Olly Betts <olly@survex.com>
450
451        * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
452          survey is loaded now that we persist the window size between
453          invocations.
454
[381bf27]455Tue Jun 15 08:03:53 GMT 2010  Olly Betts <olly@survex.com>
456
457        * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
458          anti-aliased TXF files.
459
[c57bd20]460Tue Jun 15 07:59:09 GMT 2010  Olly Betts <olly@survex.com>
461
462        * src/fnt.cc: Use font size from txf file rather than trying to
463          calculate it from the texture fragment sizes.
464
[d133b65]465Tue Jun 15 07:48:13 GMT 2010  Olly Betts <olly@survex.com>
466
467        * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
468          afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
469          allow distribution of modified versions.
470
[72f37d2]471Tue Jun 15 07:43:48 GMT 2010  Olly Betts <olly@survex.com>
472
473        * lib/afm2txf.pl: Add support for -o option to specify output .txf
474          file.
475
[7c7cffd]476Tue Jun 15 07:10:16 GMT 2010  Olly Betts <olly@survex.com>
477
478        * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
479          Remove the temporary .ppm file at the end.
480
[46cd512]481Tue Jun 15 06:13:30 GMT 2010  Olly Betts <olly@survex.com>
482
483        * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
484          SVN.
485
[233995e]486Tue Jun 15 05:05:05 GMT 2010  Olly Betts <olly@survex.com>
487
488        * lib/afm2txf.pl: Quote $FONT when passing to external commands.
489
[9ce6a65]490Tue Jun 15 04:24:33 GMT 2010  Olly Betts <olly@survex.com>
491
492        * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
493
[1dafcb8]494Tue Jun 15 04:22:59 GMT 2010  Olly Betts <olly@survex.com>
495
496        * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
497
[845fac6]498Tue Jun 15 04:08:34 GMT 2010  Olly Betts <olly@survex.com>
499
500        * lib/afm2txf.pl: Clean up trailing whitespace.
501
[fb5791d]502Tue Jun 15 04:02:40 GMT 2010  Olly Betts <olly@survex.com>
503
504        * lib/afm2txf.pl: Add GPL script for creating txf files.
505
[cfe20c7]506Mon Jun 14 06:33:11 GMT 2010  Olly Betts <olly@survex.com>
507
508        * lib/splash.png: Remove now unused graphical splash screen (it has
509          hardcoded (C) details, which wasn't a good approach).
510
[ecc16fc]511Mon Jun 14 05:20:44 GMT 2010  Olly Betts <olly@survex.com>
512
513        * src/fnt.cc: Handle the left bearing and character width correctly.
514
[5f4a155]515Mon Jun 14 04:44:22 GMT 2010  Olly Betts <olly@survex.com>
516
517        * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
518          being able to set the font texture from a byte array.
519
[967723f]520Mon Jun 14 04:23:22 GMT 2010  Olly Betts <olly@survex.com>
521
522        * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
523          fntTexFont::puts() rather than recalculating it inside the
524          method.
525
[6f14ee0]526Sun Jun 13 12:57:08 GMT 2010  Olly Betts <olly@survex.com>
527
528        * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
529          to use wxSplitterWindow::ReplaceWindow() which fixes various issues
530          with sizing and resizing of the panes.
531
[8a05a7a]532Sun Jun 13 12:23:23 GMT 2010  Olly Betts <olly@survex.com>
533
534        * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
535          a wxString.
536
[d3172cc]537Sun Jun 13 06:57:07 GMT 2010  Olly Betts <olly@survex.com>
538
539        * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
540          wxmsw returns a wide string, which doesn't work with fopen(), etc, so
541          call char_str() instead for now.
542
[5f97258]543Sun Jun 13 05:41:30 GMT 2010  Olly Betts <olly@survex.com>
544
545        * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
546          bar which we know to be ASCII.  No need to use msgPerm() for a
547          message we assign to a wxString.
548
[f302cbaa]549Sun Jun 13 04:44:30 GMT 2010  Olly Betts <olly@survex.com>
550
551        * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
552          baseleaf_from_fnm().
553
[98a3786]554Sun Jun 13 00:57:11 GMT 2010  Olly Betts <olly@survex.com>
555
556        * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
557          a wide string, which doesn't work with fopen(), etc, so call
558          char_str() instead for now.
559
[833c6bc]560Sat Jun 12 15:07:54 GMT 2010  Olly Betts <olly@survex.com>
561
562        * src/aven.cc: We can rely on our message catalog being UTF-8 so use
563          wxString::FromUTF8() instead of wxConvUTF8.
564
[de0f6e1]565Sat Jun 12 14:26:32 GMT 2010  Olly Betts <olly@survex.com>
566
567        * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
568          wxString.
569
[c0abf5a]570Sun Jun 06 09:36:06 GMT 2010  Olly Betts <olly@survex.com>
571
572        * src/Makefile.am: Use wx-config's --rescomp option to get the command
573          and options needed to turn .rc files into object files.
574
[a2bc929]575Fri Jun 04 15:32:27 GMT 2010  Olly Betts <olly@survex.com>
576
577        * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
578          amount of the installer size.  Specify "DisableWelcomePage=yes"
579          which is apparently in line with what other modern installers do.
580
[b7d232e]581Fri Jun 04 14:32:04 GMT 2010  Olly Betts <olly@survex.com>
582
583        * configure.in,make_release,make_release.in: We no longer need VERSION
584          in make_release, so no need to generate it from configure.
585
[5a0eabd]586Fri Jun 04 14:00:58 GMT 2010  Olly Betts <olly@survex.com>
587
588        * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
589          under Wine, so just run wine directly and removed version of
590          Debian's xvfb-run script.
591        * make_release.in: Pass variables to configure on the command line
592          rather than in the enviornment.  Running "make distcheck" no longer
593          fails extend.tst, so remove comment about that.  Use case rather
594          than expr to check what we've been asked to build.  Update to use
595          unicode wx-config script for wxmsw.  The wxmsw build spews warnings
596          about aliasing issues, so turn on -fno-strict-aliasing to avoid any
597          potential bugs from that.  Enable -Werror for the wxmsw build.
598        * Makefile.am: Update list of wxstd.mo files we package for wxmsw
599          (add pt and sk) and where we copy them from.  Copy the unofficial
600          InnoSetup i18n files (.isl) from lib.
601
[ebcdad9]602Fri Jun 04 13:40:35 GMT 2010  Olly Betts <olly@survex.com>
603
604        * doc/HACKING.htm: Update InnoSetup info.
605
[b685e4e]606Fri Jun 04 13:07:01 GMT 2010  Olly Betts <olly@survex.com>
607
608        * survex.iss.in: Update for InnoSetup 5.3.9.
609        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
610          i18n files for InnoSetup which we use.
611
[9227253]612Fri Jun 04 13:05:18 GMT 2010  Olly Betts <olly@survex.com>
613
614        * src/Makefile.am: Update path to wx RC file.
615
[a5e8ada]616Fri Jun 04 12:44:39 GMT 2010  Olly Betts <olly@survex.com>
617
618        * src/mainfrm.cc: Explicitly construct temporary wxString() which
619          is needed to avoid overload ambiguity under __WXMSW__.
620
[15322f2]621Fri Jun 04 12:41:59 GMT 2010  Olly Betts <olly@survex.com>
622
623        * src/cavernlog.cc: Add missing wxT() to string and character
624          constants only used in __WXMSW__ build.
625
[b1876d3]626Fri Jun 04 12:19:18 GMT 2010  Olly Betts <olly@survex.com>
627
628        * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
629          kludge to substitute Czech if Slovak isn't found.
630
[4eaa9a3]631Fri Jun 04 05:08:14 GMT 2010  Olly Betts <olly@survex.com>
632
633        * src/aboutdlg.cc: Fix character constant to be a string constant when
634          building under WXMSW.
635
[90d0d71]636Thu Jun 03 13:53:57 GMT 2010  Olly Betts <olly@survex.com>
637
638        * NEWS: Update from ChangeLog for 1.1.13.
639
[0dbc323]640Thu Jun 03 12:25:14 GMT 2010  Olly Betts <olly@survex.com>
641
642        * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
643          .deb building machinery from upstream Makefile.
644
[9fe15ea]645Thu Jun 03 12:14:16 GMT 2010  Olly Betts <olly@survex.com>
646
647        * make_release.in: Remove ancient workaround for getting wine to work.
648          Remove .deb building machinery.  Reenable distcheck to see if the
649          problem with extend.tst has gone away.  Update mingw cross-building
650          machinery.
651
[0c03190]652Wed Jun 02 13:30:28 GMT 2010  Olly Betts <olly@survex.com>
653
654        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
655          - just link to the FSF's page.
656
657Wed Jun 02 13:26:55 GMT 2010  Olly Betts <olly@survex.com>
658
659        * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
660          update debian/changelog.
661
[0ae292f]662Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
663
664        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
665          generating an HTML version of the ChangeLog - it's too low level to
666          be of interest to non-developers, and developers can look at the
667          source code.
668
[2e4b8cd]669Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
670
671        * src/cavernlog.cc: Whitespace tweaks.
672
[ca2611a]673Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
674
[fe58e77]675        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
676          About dialog.  Change "OK" button to "Close" since nothing is being
677          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
678          to make the copied text persist after aven is closed, though this
679          seems to currently do nothing on wxGTK at least.
[ca2611a]680
681Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
682
683        * doc/HACKING.htm: Note jadetex needed.
684          Note autoconf 2.64 works well.
685
686Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
687
688        * src/fnt.cc: Remove now superfluous ().
689
690Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
691
692        * debian/Makefile.am: Update EXTRA_DIST
693
694Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
695
696        * src/cavernlog.cc: Fix small memory leak
697
698Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
699
700        * src/img.c: Don't leak filename_opened member.
701
702Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
703
704        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
705          don't use them uninitialised.
706
707Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
708
709        * src/gfxcore.h: Declare constants with enum rather than #define so
710          they automatically get allocated unique values, and so they show up
711          in the debugger.
712
713Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
714
715        * src/fnt.cc: Make the map array static const
716
717Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
718
719        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
720          use a "byte format" font file without any translation, while a
721          "bitmap format" font file needs a temporary array half the size.
722
723Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
724
725        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
726          using them potentially uninitialised.
727
728Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
729
730        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
731          file on the command line.
732
733Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
734
735        * configure.in: Update copyright years.
736
737Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
738
739        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
740          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
741          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
742          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
743          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
744          src/printwx.cc, src/printwx.h:
745          + Fix to build with a "unicode" build of wx.
746          + Add "Copy" button to the About dialog to copy the system info
747            to the clipboard.
748          + List OpenGL extensions last, since there are usually lots of
749            them with a modern gfx card.
750          + When processing survey data, auto-scroll the log window until
751            we've reported a warning or error.
752          + Put the survey data log window in a splitter in the standard
753            frame rather than having a separate frame for it.
754
755Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
756
757        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
758
759Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
760
761        * src/aboutdlg.cc: Build string using preprocessor string
762          concatenation rather than runtime appending, where possible.
763
764Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
765
766        * src/aboutdlg.cc: Update (C) date.
767
768Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
769
770        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
771          events to avoid spinning on the CPU.
772
773Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
774
775        * configure.in: New preferred env var for wx-config script is
776          WX_CONFIG.  WXCONFIG still supported for compatibility.
777
778Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
779
780        * src/mainfrm.cc: The presentation filename now defaults to using
781          the basename of the currently loaded dataset, but we always prompt
782          before we first save with such a name.
783
784Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
785
786        * configure.in: Add comment to explain why we call wx-config twice.
787
788Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
789
790        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
791          contains '%' (m comes from the messages file, so this isn't
792          exploitable by sending someone a "bad" .svx or .3d file).
793
794Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
795
796        * src/mainfrm.cc: Fix to open rather than save when doing "open
797          presentation" with wxmotif.
798
799Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
800
801        * doc/3dformat.htm: Document that this is version 6 and when we
802          started to use it.
803
804Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
805
806        * src/gla-gl.cc: When saving a screenshot, perform the vertical
807          flip of the image data in-place rather than using wxImage::Mirror()
808          which creates a whole new wxImage object.
809
810Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
811
812        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
813          contains a '%' character.
814
815Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
816
817        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
818          needed.
819
820Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
821
822        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
823          longer set or used.
824
825Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
826
827        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
828          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
829          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
830          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
831          "wxWidgets" instead of "wxWindows" consistently.
832          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
833
834Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
835
836        * doc/3dformat.htm: Update for v6 format from Mike McCombe
837
838Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
839
840        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
841          need to store the value in a variable rather than calling it twice!
842
843Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
844
845        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
846          some which had the wrong descriptions.
847          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
848          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
849          numeric values, so the shorter (now official) names are better.
850
851Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
852
853        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
854          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
855          src/quaternion.h: Just set the pan and tilt directly as OpenGL
856          rotations rather than messing around setting up and then decoding a
857          quaternion.  This fixes some glitches when tilting while looking
858          east, and eliminates 2 source files and 2 headers!
859
860Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
861
862        * NEWS, configure.in, src/aven.cc, src/wx.h:
863          (Unix version): aven: Fix display of degree symbol in status bar and
864          messages with accented characters in.
865          (Mac OS X version): Require at least wxWidgets 2.5.1.
866
867Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
868
869        * src/message.c: Test S_ISREG since that's what we use here
870
871Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
872
873        * src/message.c: Always use utf-8 for aven on unix
874
Note: See TracBrowser for help on using the repository browser.