source: git/ChangeLog @ b4ac7007

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since b4ac7007 was b4ac7007, checked in by Olly Betts <olly@…>, 13 years ago

NEWS: Update from ChangeLog?.

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

  • Property mode set to 100644
File size: 42.7 KB
Line 
1Thu Sep 15 02:27:57 GMT 2011  Olly Betts <olly@survex.com>
2
3        * NEWS: Update from ChangeLog.
4
5Thu Sep 15 02:11:28 GMT 2011  Olly Betts <olly@survex.com>
6
7        * lib/Makefile.am: Distribute codes.po.
8
9Thu Sep 15 02:08:35 GMT 2011  Olly Betts <olly@survex.com>
10
11        * configure.in,survex.spec.in: Default to installing docs into
12          /usr/share/doc/survex rather than /usr/doc/survex.
13
14Wed Sep 14 01:57:45 GMT 2011  Olly Betts <olly@survex.com>
15
16        * src/mainfrm.cc: Fix another potential read beyond the end of a
17          string.
18
19Wed Sep 14 01:35:20 GMT 2011  Olly Betts <olly@survex.com>
20
21        * src/mainfrm.cc: Fix potential reading off end of string - fix from
22          Stuart Bennett.
23
24Wed Sep 14 00:33:16 GMT 2011  Olly Betts <olly@survex.com>
25
26        * lib/es.po: Update from launchpad.
27
28Tue Sep 13 22:05:59 GMT 2011  Olly Betts <olly@survex.com>
29
30        * buildmacosx.sh: Use wx 2.8.12.
31
32Tue Sep 13 11:32:18 GMT 2011  Olly Betts <olly@survex.com>
33
34        * src/aven.cc,src/aven.h,src/gla-gl.cc: Explicitly request
35          double-buffering, which seems to be needed for systems with GLX >=
36          1.3.  Report GLX version and whether double-buffering is in use in
37          the about dialog.
38
39Sun Jun 19 11:19:51 GMT 2011  Olly Betts <olly@survex.com>
40
41        * src/: Try to report errors from generating movie more helpfully.
42
43Fri Jun 17 06:33:38 GMT 2011  Olly Betts <olly@survex.com>
44
45        * src/moviemaker.cc: Eliminate use of deprecated function
46          av_alloc_format_context().
47
48Fri Jun 17 06:32:50 GMT 2011  Olly Betts <olly@survex.com>
49
50        * src/moviemaker.cc: Simplify the loop to flip the image vertically.
51
52Fri Jun 17 06:17:20 GMT 2011  Olly Betts <olly@survex.com>
53
54        * configure.in,src/moviemaker.cc,src/moviemaker.h: Use libswscale to
55          convert images to add to the video.  Movie export now working
56          again!
57
58Fri Jun 17 06:16:46 GMT 2011  Olly Betts <olly@survex.com>
59
60        * src/gfxcore.cc: No need to specify true to PlayPres - that's the
61          default.
62
63Fri Jun 17 06:15:34 GMT 2011  Olly Betts <olly@survex.com>
64
65        * src/gfxcore.cc: Set the play speed to "x1" during video recording.
66
67Fri Jun 17 05:43:12 GMT 2011  Olly Betts <olly@survex.com>
68
69        * src/gfxcore.cc,src/gfxcore.h: Rename 'mpeg' member to 'movie'.
70
71Fri Jun 17 04:30:12 GMT 2011  Olly Betts <olly@survex.com>
72
73        * configure.in,src/moviemaker.cc,src/moviemaker.h: Mostly update movie
74          making code to work with current FFmpeg.  Still TODO: convert call
75          to img_convert() to use sws_scale() - currently you just get an all
76          green movie!
77
78Mon May 30 07:40:12 GMT 2011  Olly Betts <olly@survex.com>
79
80        * buildmacosx.sh: Fix URL for downloading wxWidgets tarball.
81
82Sat May 28 12:39:11 GMT 2011  Olly Betts <olly@survex.com>
83
84        * buildmacosx.sh: Build for x86_64 as well as i386.
85
86Sat May 28 06:14:09 GMT 2011  Olly Betts <olly@survex.com>
87
88        * buildmacosx.sh: Fix comment typo.
89
90Sat May 28 06:08:10 GMT 2011  Olly Betts <olly@survex.com>
91
92        * buildmacosx.sh: Don't assume the volume gets mounted on
93          /Volumes/Survex as it won't be if that mount point is already in use.
94
95Thu May 26 16:09:05 GMT 2011  Olly Betts <olly@survex.com>
96
97        * lib/codes.po,src/aven.cc,src/mainfrm.cc,src/mainfrm.h: Use more stock
98          IDs.
99
100Thu May 26 14:52:00 GMT 2011  Olly Betts <olly@survex.com>
101
102        * lib/,src/printwx.cc: Use stock wx button IDs wxID_PRINT and
103          wxID_PREVIEW where appropriate.
104
105Thu May 26 14:47:52 GMT 2011  Olly Betts <olly@survex.com>
106
107        * lib/codes.po: Mark unused messages by commenting out with '#~'.
108
109Thu May 26 14:34:29 GMT 2011  Olly Betts <olly@survex.com>
110
111        * src/printwx.h: Fix comment typo.
112
113Thu May 26 12:47:44 GMT 2011  Olly Betts <olly@survex.com>
114
115        * src/mainfrm.cc,src/printwx.cc: When using a standard wxID_xxx id with
116          wxButton, use the implicit default label, as the wx documentation
117          recommends.
118
119Thu May 26 12:28:11 GMT 2011  Olly Betts <olly@survex.com>
120
121        * src/: Remove the unused preferences dialog code - we can easily
122          fish it back out of SVN should we want it later, so no point
123          having it sitting there making every checkout bigger.
124
125Tue May 24 05:21:52 GMT 2011  Olly Betts <olly@survex.com>
126
127        * configure.in,doc/Makefile.am,doc/survex.1.in: Move survex man page to
128          section 7 (since it isn't documenting an actual command).
129
130Tue May 24 05:17:53 GMT 2011  Olly Betts <olly@survex.com>
131
132        * doc/Makefile.am: Write generated man page to a temporary file, then
133          atomically rename, to avoid leaving an empty or partial man page
134          behind if docbook-to-man dies (I managed to ship an empty cad3d.1 in
135          1.1.16).
136
137Sat May 21 22:05:04 GMT 2011  Olly Betts <olly@survex.com>
138
139        * lib/fr.po: Fold in addition of accent from launchpad.
140
141Sat May 21 22:04:31 GMT 2011  Olly Betts <olly@survex.com>
142
143        * lib/: Remove comments which are only relevant for other languages
144          from .po files.  Add more clarifying comments.
145
146Thu May 19 05:23:03 GMT 2011  Olly Betts <olly@survex.com>
147
148        * lib/messages.txt: Remove as no longer used.
149
150Wed May 18 09:06:19 GMT 2011  Olly Betts <olly@survex.com>
151
152        * lib/,src/mainfrm.cc,src/mainfrm.h: We now use .po and .pot files as
153          the master format for storing translations in (rather than
154          messages.txt), and then translate these into Survex's .msg format.
155
156Wed May 18 08:37:01 GMT 2011  Olly Betts <olly@survex.com>
157
158        * lib/messages.txt: Fix variant en-us message which ought not be
159          different.
160
161Wed May 18 05:50:07 GMT 2011  Olly Betts <olly@survex.com>
162
163        * make_release: Print out the commands needed to tag the release.
164
165Tue May 17 01:24:59 GMT 2011  Olly Betts <olly@survex.com>
166
167        * lib/messages.txt,src/cavern.c: Drop "non-fatal" from the report of
168          how many errors there were at the end of the run - it just confuses
169          users - we won't even get here if there's a fatal error!
170        * lib/messages.txt: Add missing translations of two "Export" variants
171          for ca, sk, and ro.
172
173Tue May 17 01:03:06 GMT 2011  Olly Betts <olly@survex.com>
174
175        * NEWS: Fix typo.
176
177Mon May 16 22:18:53 GMT 2011  Olly Betts <olly@survex.com>
178
179        * buildmacosx.sh: Extract tarball quietly, and just say we're doing
180          it.  Add missing quoting to variable expansions.
181
182Mon May 16 05:59:32 GMT 2011  Olly Betts <olly@survex.com>
183
184        * NEWS: Another pre-1.1.16 update.
185
186Mon May 16 05:54:30 GMT 2011  Olly Betts <olly@survex.com>
187
188        * Makefile.am: Include all the available wxstd.mo files into the
189          Microsoft Windows installer, rather than trying to just include those
190          which we have translations for.  This avoids having to maintain a
191          list of which to include, and gives users translations of wxWidgets
192          messages even if they don't get Survex messages translated.
193
194Mon May 16 05:53:49 GMT 2011  Olly Betts <olly@survex.com>
195
196        * doc/HACKING.htm: Update version of InnoSetup used.  Note the packages
197          needed on Debian to build the Microsoft Windows installer.
198
199Mon May 16 05:22:03 GMT 2011  Olly Betts <olly@survex.com>
200
201        * doc/HACKING.htm: Note Debian packages to install for docs.
202
203Mon May 16 05:21:27 GMT 2011  Olly Betts <olly@survex.com>
204
205        * survex.iss.in: Add comment noting that AppVerName isn't required by
206          newer InnoSetup.
207
208Sun May 15 04:11:34 GMT 2011  Olly Betts <olly@survex.com>
209
210        * NEWS,configure.in: Update for 1.1.16.
211
212Sun May 15 03:44:17 GMT 2011  Olly Betts <olly@survex.com>
213
214        * lib/fixmsgs.pl: Update to fix UTF-8 rather than ISO8859-1.
215
216Sun May 15 03:43:46 GMT 2011  Olly Betts <olly@survex.com>
217
218        * lib/named-entities.txt: Add hellip and rarr.
219
220Sun May 15 03:39:02 GMT 2011  Olly Betts <olly@survex.com>
221
222        * lib/messages.txt: Fix clashing menu shortcuts from recent translation
223          updates.
224
225Sun May 15 03:20:50 GMT 2011  Olly Betts <olly@survex.com>
226
227        * src/message.c: 0x2026 (&hellip;): Handle for WINCP1252, and
228          transliterate to '...' for charsets which don't have it.  0x2192
229          (&rarr;): Transliterate to '->' for charsets which don't have it.
230          Handle &Scaron;, &scaron;, &Zcaron;, &zcaron; for WINCP1252.
231        * lib/messages.txt: Use '&rarr;' instead of '->' and '&hellip;' instead
232          of '...'.
233
234Sun May 15 02:59:42 GMT 2011  Olly Betts <olly@survex.com>
235
236        * lib/messages.txt: Fix literal accented characters.
237
238Sun May 15 02:55:50 GMT 2011  Olly Betts <olly@survex.com>
239
240        * lib/messages.txt: Fold in de updates from launchpad.
241
242Sun May 15 02:36:02 GMT 2011  Olly Betts <olly@survex.com>
243
244        * lib/messages.txt: Fold in es updates from launchpad.
245
246Sun May 15 02:19:45 GMT 2011  Olly Betts <olly@survex.com>
247
248        * lib/messages.txt: Fold in it updates from launchpad.
249
250Sun May 15 02:00:45 GMT 2011  Olly Betts <olly@survex.com>
251
252        * lib/messages.txt: Fold in pt-br updates from launchpad.
253
254Sun May 15 01:53:22 GMT 2011  Olly Betts <olly@survex.com>
255
256        * lib/messages.txt: Fold in pt updates from launchpad.
257
258Mon Mar 14 01:58:10 GMT 2011  Olly Betts <olly@survex.com>
259
260        * configure.in: Link with -lGL, if it exists to support linking with
261          gold or GNU ld --as-needed (Debian bug #615781).
262
263Thu Mar 03 13:16:19 GMT 2011  Olly Betts <olly@survex.com>
264
265        * src/img.c: Fix code typo for IMG_API_VERSION == 0 case.
266
267Thu Mar 03 12:32:57 GMT 2011  Olly Betts <olly@survex.com>
268
269        * src/img.c: Fix typo in code used when IMG_HOSTED isn't defined.
270
271Wed Oct 20 09:53:56 GMT 2010  Olly Betts <olly@survex.com>
272
273        * lib/messages.txt: "Colour" -> "Color" in en-us.
274
275Sun Oct 17 14:10:21 GMT 2010  Olly Betts <olly@survex.com>
276
277        * lib/messages.txt: Assorted comment improvements and tweaks.
278
279Sat Oct 16 11:12:42 GMT 2010  Olly Betts <olly@survex.com>
280
281        * src/moviemaker.h: Remove unused <stdio.h>.  Shouldn't include
282          <config.h> in headers, only sources.
283
284Sat Oct 16 10:13:10 GMT 2010  Olly Betts <olly@survex.com>
285
286        * doc/TODO.htm: Remove entries which have now been done.
287
288Fri Oct 15 06:57:46 GMT 2010  Olly Betts <olly@survex.com>
289
290        * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
291
292Fri Oct 15 05:48:09 GMT 2010  Olly Betts <olly@survex.com>
293
294        * NEWS: Final update fro 1.1.15.
295
296Fri Oct 15 05:20:40 GMT 2010  Olly Betts <olly@survex.com>
297
298        * src/editwrap.c: Convert to use wide-character Unicode.
299
300Fri Oct 15 05:20:04 GMT 2010  Olly Betts <olly@survex.com>
301
302        * src/cavernlog.cc: Fix to work on Microsoft Windows.
303
304Thu Oct 14 22:50:09 GMT 2010  Olly Betts <olly@survex.com>
305
306        * tests/extend.tst: Enable eswap-break testcase now that diffpos is
307          fixed.
308
309Thu Oct 14 22:48:06 GMT 2010  Olly Betts <olly@survex.com>
310
311        * src/diffpos.c: Handle files with duplicate labels in better - extend
312          generates duplicate labels when it breaks a loop.
313
314Wed Oct 13 15:39:04 GMT 2010  Olly Betts <olly@survex.com>
315
316        * make_release: -Dunix when running make distcheck with the
317          preprocessor in C89 mode.
318
319Wed Oct 13 15:33:23 GMT 2010  Olly Betts <olly@survex.com>
320
321        * src/cavern.c: Fix C++ comment.
322
323Wed Oct 13 15:07:31 GMT 2010  Olly Betts <olly@survex.com>
324
325        * NEWS,configure.in: 1.1.15.
326
327Wed Oct 13 15:00:51 GMT 2010  Olly Betts <olly@survex.com>
328
329        * configure.in,src/: Define GETC() in config.h and use it everywhere.
330          Similarly define PUTC() to use putc_unlocked() where available and
331          use that everywhere too.
332
333Wed Oct 13 13:41:17 GMT 2010  Olly Betts <olly@survex.com>
334
335        * src/cavernlog.cc: Remove superfluous nested declaration.
336
337Wed Oct 13 11:19:29 GMT 2010  Olly Betts <olly@survex.com>
338
339        * src/cavernlog.cc: mingw doesn't have _get_wpgmptr() so use the
340          deprecated _wpgmptr instead.  mingw doesn't have errno_t so use int
341          instead.
342
343Wed Oct 13 10:49:18 GMT 2010  Olly Betts <olly@survex.com>
344
345        * src/cavernlog.cc: (Microsoft Windows) Quote for any meta characters,
346          not just space.
347
348Wed Oct 13 10:27:38 GMT 2010  Olly Betts <olly@survex.com>
349
350        * src/cavernlog.cc: (Microsoft Windows) Use _get_wpgmptr() to get wide
351          path to aven rather for running cavern.
352
353Thu Oct 07 22:38:43 GMT 2010  Olly Betts <olly@survex.com>
354
355        * src/datain.h,src/useful.c: Use getc_unlocked() if available.
356
357Thu Oct 07 14:25:13 GMT 2010  Olly Betts <olly@survex.com>
358
359        * src/mainfrm.cc: Use _wfopen() on Microsoft Windows when loading and
360          saving presentations so that paths with non-Latin1 characters in can
361          be processed.
362
363Thu Oct 07 12:52:22 GMT 2010  Olly Betts <olly@survex.com>
364
365        * configure.in,src/cavernlog.cc: Use getc_unlocked() if available.
366
367Thu Oct 07 12:42:21 GMT 2010  Olly Betts <olly@survex.com>
368
369        * src/cavernlog.cc: Don't call Update() after every line, but only
370          when we don't have data from cavern pending.  Hopefully addresses
371          ticket#12.
372
373Wed Oct 06 02:25:31 GMT 2010  Olly Betts <olly@survex.com>
374
375        * make_release: Never set CFLAGS or CXXFLAGS in the environment.
376          Build mingw version in an unpacked source tree from the release
377          tarball.
378
379Wed Oct 06 02:09:33 GMT 2010  Olly Betts <olly@survex.com>
380
381        * src/cavernlog.cc: Fix code indentation.
382
383Wed Oct 06 02:08:38 GMT 2010  Olly Betts <olly@survex.com>
384
385        * src/cavernlog.cc: Revert to using mb_str() for popen() and system()
386          on Unix.
387
388Wed Oct 06 02:02:54 GMT 2010  Olly Betts <olly@survex.com>
389
390        * src/cavernlog.cc: Use _wpopen() and _wsystem() on Microsoft Windows
391          so that paths with non-Latin1 characters in can be processed.
392
393Wed Oct 06 01:16:03 GMT 2010  Olly Betts <olly@survex.com>
394
395        * src/cavernlog.cc: Need to quote filenames with spaces in for
396          Microsoft Windows.
397
398Wed Oct 06 00:54:44 GMT 2010  Olly Betts <olly@survex.com>
399
400        * lib/Makefile.am: Ship the extra .isl translation files for Innosetup.
401
402Wed Oct 06 00:49:18 GMT 2010  Olly Betts <olly@survex.com>
403
404        * src/datain.c: Add missing include of date.h.
405
406Wed Oct 06 00:48:28 GMT 2010  Olly Betts <olly@survex.com>
407
408        * src/date.c,src/date.h: Add files for date handling.
409
410Tue Oct 05 12:48:19 GMT 2010  Olly Betts <olly@survex.com>
411
412        * src/gla-gl.cc,src/gla.h: Check whether blobs and crosses actually
413          render correctly as points/point sprites, and if they don't, fall
414          back to drawing them with lines.
415
416Tue Oct 05 10:53:56 GMT 2010  Olly Betts <olly@survex.com>
417
418        * src/gla-gl.cc,src/gla.h: Cache the best method for drawing blobs
419          and crosses, and recheck automatically if the graphics hardware
420          or drivers are changed or upgraded.
421
422Mon Oct 04 11:18:22 GMT 2010  Olly Betts <olly@survex.com>
423
424        * src/gla-gl.cc: Add \n to commented out debug message.
425
426Mon Oct 04 09:58:17 GMT 2010  Olly Betts <olly@survex.com>
427
428        * doc/index.htm.in,doc/manual.sgml,doc/survex.ent,lib/print.ini,
429          src/printwx.cc,survex.iss.in: Use http://survex.com/ rather than
430          http://www.survex.com/ - the former is the canonical name and
431          www.survex.com just redirects.
432
433Mon Oct 04 09:46:24 GMT 2010  Olly Betts <olly@survex.com>
434
435        * src/mainfrm.cc: Don't offer "All files" wildcard in presentation save
436          dialog.
437
438Mon Oct 04 08:19:40 GMT 2010  Olly Betts <olly@survex.com>
439
440        * src/gla-gl.cc: Pass GL_TRUE to OpenGL functions, rather than true.
441
442Sun Oct 03 06:46:03 GMT 2010  Olly Betts <olly@survex.com>
443
444        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Use double instead of Double
445          in cases where the value isn't being passed to OpenGL.
446
447Sun Aug 22 13:30:54 GMT 2010  Olly Betts <olly@survex.com>
448
449        * src/gla-gl.cc: If we aren't using GL_POINTS for blobs, draw them
450          using a series of abutting lines rather than with gluDisk which
451          is faster and gives a consistent shape.
452
453Sat Aug 21 14:33:54 GMT 2010  Olly Betts <olly@survex.com>
454
455        * src/gla-gl.cc: Fix another use of GL_POINT_SIZE_RANGE to
456          GL_SMOOTH_POINT_SIZE_RANGE.
457
458Sat Aug 21 14:30:56 GMT 2010  Olly Betts <olly@survex.com>
459
460        * src/gla-gl.cc: Fix non-USE_FNT case to work again (it's limited to
461          ISO-8859-1 characters though).
462
463Sat Aug 21 13:31:17 GMT 2010  Olly Betts <olly@survex.com>
464
465        * src/gla-gl.cc: Use GL_SMOOTH_POINT_SIZE_RANGE and
466          GL_SMOOTH_POINT_SIZE_GRANULARITY instead of GL_POINT_SIZE_RANGE and
467          GL_POINT_SIZE_GRANULARITY (unless they aren't defined) as the latter
468          two are deprecated in OpenGL >= 1.2.  If GL_ALIASED_POINT_SIZE_RANGE
469          is available (OpenGL >= 1.2 again) then report its value in the
470          about box.
471
472Fri Aug 20 12:26:40 GMT 2010  Olly Betts <olly@survex.com>
473
474        * doc/3dformat.htm,lib/messages.txt,src/,tests/: New v7 of .3d format
475          which stores survey dates as number of days since Jan 1st 1900, so
476          we now support dates from 1900-2078 (rather than 1970-2037) with a
477          smaller file size.  The img API is now versioned - you can select
478          the new "version 1" by compiling with -DIMG_API_VERSION=1, which
479          gives the survey dates in days in days1 and days2 instead of as
480          time_t values in date1 and date2.  Fixes ticket#14.
481
482Fri Aug 20 12:12:54 GMT 2010  Olly Betts <olly@survex.com>
483
484        * src/printwx.cc: Remove unused '#include <time.h>'.
485
486Fri Aug 20 12:10:55 GMT 2010  Olly Betts <olly@survex.com>
487
488        * src/avenprcore.cc: Remove unused '#include <time.h>'.
489
490Fri Aug 20 10:10:05 GMT 2010  Olly Betts <olly@survex.com>
491
492        * src/export.cc: Explicit #include <time.h> for strftime().
493
494Wed Aug 18 13:59:30 GMT 2010  Olly Betts <olly@survex.com>
495
496        * src/osdepend.h: Remove workaround for DOS Turbo C compiler.
497
498Wed Aug 18 02:03:39 GMT 2010  Olly Betts <olly@survex.com>
499
500        * buildmacosx.sh,configure.in,lib/Info.plist.in: Make buildmacosx.sh
501          work.
502
503Tue Aug 17 01:43:24 GMT 2010  Olly Betts <olly@survex.com>
504
505        * src/gfxcore.h: "using svx::Point;" gives an error, so use a macro
506          instead.
507
508Wed Aug 04 03:27:22 GMT 2010  Olly Betts <olly@survex.com>
509
510        * src/img.c: Fix cast in get16() to be to short not long.
511
512Wed Aug 04 02:32:16 GMT 2010  Olly Betts <olly@survex.com>
513
514        * src/cavernlog.cc,src/cavernlog.h: "Rerun" -> "Reprocess" to follow
515          terminology in manual, etc.  Fixes ticket#15.
516
517Wed Jul 28 17:06:49 GMT 2010  Olly Betts <olly@survex.com>
518
519        * tests/: Most tests weren't actually running and testcases (looks like
520          a sh portability issue).  Fixed, and fortunately all tests still
521          pass.
522
523Mon Jul 26 12:30:43 GMT 2010  Olly Betts <olly@survex.com>
524
525        * doc/manual.sgml: Fix typo "of" -> "on".
526
527Mon Jul 26 11:59:59 GMT 2010  Olly Betts <olly@survex.com>
528
529        * NEWS,configure.in: Update for 1.1.14.
530
531Mon Jul 26 11:53:01 GMT 2010  Olly Betts <olly@survex.com>
532
533        * lib/messages.txt,src/: Remove things we no longer need now we've
534          dropped support for RISC OS and DOS.
535
536Mon Jul 26 11:19:40 GMT 2010  Olly Betts <olly@survex.com>
537
538        * src/cmdline.c: Remove reference to MSDOS.
539
540Mon Jul 26 10:23:07 GMT 2010  Olly Betts <olly@survex.com>
541
542        * src/: Strip out "Far" and "Huge" which we no longer need now that
543          DOS memory models are no longer relevant.
544
545Mon Jul 26 09:57:37 GMT 2010  Olly Betts <olly@survex.com>
546
547        * configure.in: No need for AC_PROG_MAKE_SET when using automake.
548
549Mon Jul 26 09:48:10 GMT 2010  Olly Betts <olly@survex.com>
550
551        * configure.in,src/useful.h: On little-endian architectures, make
552          get16() and get32() inline functions, rather than macros which use
553          a global variable.
554
555Mon Jul 26 09:31:14 GMT 2010  Olly Betts <olly@survex.com>
556
557        * src/useful.c: Remove commented out code.
558
559Mon Jul 26 09:19:19 GMT 2010  Olly Betts <olly@survex.com>
560
561        * configure.in,src/img.c,src/useful.c,src/useful.h: Use AC_TYPE_INT16_T
562          and AC_TYPE_INT32_T instead of home-brew equivalents.
563
564Mon Jul 26 08:40:43 GMT 2010  Olly Betts <olly@survex.com>
565
566        * src/listpos.c: In "Station X referred to just once, with an explicit
567          prefix - typo?" warning, give file and linenumber where the *equate
568          occurred.
569
570Mon Jul 26 08:37:46 GMT 2010  Olly Betts <olly@survex.com>
571
572        * src/readval.c: Fix comment typo.
573
574Mon Jul 26 08:29:41 GMT 2010  Olly Betts <olly@survex.com>
575
576        * src/listpos.c: In "Station X referred to by *entrance or *export but
577          never used" warning, give file and linenumber where the *entrance or
578          *export occurred.
579
580Mon Jul 26 07:44:26 GMT 2010  Olly Betts <olly@survex.com>
581
582        * src/aventreectrl.cc: Fix double-click handling for survey tree on
583          wxMSW >= 2.8.11.
584
585Mon Jul 26 07:25:59 GMT 2010  Olly Betts <olly@survex.com>
586
587        * src/mainfrm.cc: Stop passing wxNO_FULL_REPAINT_ON_RESIZE as it is 0
588          on all versions of wxWidgets we support (i.e. 2.6 and later).
589
590Mon Jul 26 07:21:35 GMT 2010  Olly Betts <olly@survex.com>
591
592        * INSTALL,src/: Restore compatibility with wxWidgets 2.6.
593
594Mon Jul 26 06:29:03 GMT 2010  Olly Betts <olly@survex.com>
595
596        * src/netskel.c: In "Unused fixed point" warning, give file and
597          linenumber where the "*fix" occurred.
598
599Mon Jul 26 06:24:35 GMT 2010  Olly Betts <olly@survex.com>
600
601        * src/cavernlog.cc: Fix highlighting of links in CavernLog window to
602          highlight just <file>:<line> (and not the ': ' after), and to make
603          the title for the terminal the warning/error message.  Make the
604          checking stricter by checking that the linenumber is a number, to
605          avoid false positives.
606
607Mon Jul 26 04:48:12 GMT 2010  Olly Betts <olly@survex.com>
608
609        * Revert this change, as it appears wxMotif does support wxGLCanvas:
610        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
611          is required by Aven in 1.1.x, so remove mention of Motif from manual.
612
613Mon Jul 26 03:24:38 GMT 2010  Olly Betts <olly@survex.com>
614
615        * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as
616          appropriate).  (Addition of "OK" button fixes ticket#13).  Fix up
617          handling of splitter window to fix poor handling of various cases.
618
619Sun Jul 25 15:32:42 GMT 2010  Olly Betts <olly@survex.com>
620
621        * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading
622          a file (and processing it first if necessary).
623
624Sun Jul 25 07:20:05 GMT 2010  Olly Betts <olly@survex.com>
625
626        * src/cavernlog.h: Fix filename in comment at top.
627
628Sun Jul 25 07:17:20 GMT 2010  Olly Betts <olly@survex.com>
629
630        * src/cavernlog.cc: Don't double escape the contents of href and target
631          in links in the log.
632
633Sun Jul 25 06:32:24 GMT 2010  Olly Betts <olly@survex.com>
634
635        * src/cavernlog.cc: Remove commented out calls to set the input
636          encoding of the HTML parser - we now always escape non-ASCII
637          characters as HTML entities.
638
639Fri Jul 23 14:15:25 GMT 2010  Olly Betts <olly@survex.com>
640
641        * src/cavernlog.h: Improve doc comment for process() method.
642
643Fri Jul 23 12:38:43 GMT 2010  Olly Betts <olly@survex.com>
644
645        * src/printwx.cc,src/printwx.h: Don't compile in the preview code when
646          we disable the preview feature.
647
648Fri Jul 23 12:15:31 GMT 2010  Olly Betts <olly@survex.com>
649
650        * src/printwx.cc: The Gnome print dialog has its own preview window
651          so suppress ours if using the Gnome one.
652
653Fri Jul 23 11:21:52 GMT 2010  Olly Betts <olly@survex.com>
654
655        * configure.in: Update the wx-config probing code - wxmac-config etc
656          aren't present with newer wxWidgets versions.
657
658Fri Jul 23 05:55:37 GMT 2010  Olly Betts <olly@survex.com>
659
660        * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG.  Update to
661          use a Unicode build.  If building a private wx, use wx 2.8.11 not
662          2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).
663
664Sat Jul 10 12:15:23 GMT 2010  Olly Betts <olly@survex.com>
665
666        * src/cavernlog.cc: Set the select timeout before calling wxYield()
667          when waiting for output from cavern to 0.1s instead of 0.00001s to
668          avoid yielding excessively on slower machines where this is likely
669          to really slow things down.  Call Scroll() only once per line in
670          the case where we are updating the scrollbar position.  Call
671          Update() instead of wxYield() after each line, since that's enough
672          to get the window updated.  Remove unused assignment "ch = left;"
673          at end of loop.
674
675Fri Jul 09 14:42:47 GMT 2010  Olly Betts <olly@survex.com>
676
677        * configure.in: Link aven with -lGLU which SuSE Linux needs.
678
679Fri Jul 09 14:31:39 GMT 2010  Olly Betts <olly@survex.com>
680
681        * src/mainfrm.cc: Highlight stations matching any current search when a
682          file is loaded.  (ticket#9)
683
684Thu Jul 01 12:20:58 GMT 2010  Olly Betts <olly@survex.com>
685
686        * survex.iss.in: Clean up comments from over-enthusiastic search and
687          replace which modified comments as well as code.
688
689Thu Jul 01 10:15:06 GMT 2010  Olly Betts <olly@survex.com>
690
691        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
692          with a "Point" class.
693
694Thu Jul 01 10:10:45 GMT 2010  Olly Betts <olly@survex.com>
695
696        * src/Makefile.am: Remove FIXME which has already been resolved.
697
698Fri Jun 18 11:04:35 GMT 2010  Olly Betts <olly@survex.com>
699
700        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
701          is required by Aven in 1.1.x, so remove mention of Motif from manual.
702
703Fri Jun 18 03:03:55 GMT 2010  Olly Betts <olly@survex.com>
704
705        * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
706          Correctly capitalise "GTK".
707
708Fri Jun 18 02:58:06 GMT 2010  Olly Betts <olly@survex.com>
709
710        * doc/manual.sgml: Note that on Linux we only regularly test builds
711          with the GTK+ version (change taken from 1.0).
712
713Wed Jun 16 04:44:26 GMT 2010  Olly Betts <olly@survex.com>
714
715        * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
716          version of the manual.
717
718Wed Jun 16 02:59:48 GMT 2010  Olly Betts <olly@survex.com>
719
720        * configure.in: Only ask for core, gl, and html wx libs to avoid
721          linking to a load of others we don't use.
722
723Tue Jun 15 17:01:41 GMT 2010  Olly Betts <olly@survex.com>
724
725        * INSTALL: Update.
726
727Tue Jun 15 16:53:28 GMT 2010  Olly Betts <olly@survex.com>
728
729        * src/aven.cc: Fix to work with wxWidgets 2.6 too.
730
731Tue Jun 15 15:38:49 GMT 2010  Olly Betts <olly@survex.com>
732
733        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
734          file updates from 1.0.39.1-4 Debian package.
735
736Tue Jun 15 14:40:04 GMT 2010  Olly Betts <olly@survex.com>
737
738        * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
739
740Tue Jun 15 14:32:55 GMT 2010  Olly Betts <olly@survex.com>
741
742        * NEWS: Update from ChangeLog.
743
744Tue Jun 15 14:09:29 GMT 2010  Olly Betts <olly@survex.com>
745
746        * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
747          "alternative manual formats" zip file - people will generally just
748          want one of them, so downloading several together isn't very useful.
749          Replace PostScript version of manual with a PDF version (more
750          compact and more people will have software to read PDF).  Don't
751          generate RTF format by default as PDF is more useful if you want
752          a formatted version to print.
753
754Tue Jun 15 13:36:30 GMT 2010  Olly Betts <olly@survex.com>
755
756        * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
757          List" section.
758
759Tue Jun 15 12:57:13 GMT 2010  Olly Betts <olly@survex.com>
760
761        * Makefile.am,make_release: Just produce a zip file with the
762          alternative manual formats - a self-extracting .exe is harder to
763          use on other platforms, and most people have a zip file extractor
764          installed.
765
766Tue Jun 15 12:36:13 GMT 2010  Olly Betts <olly@survex.com>
767
768        * survex.spec.in: Update survex.com URLs to drop "www.".  Update
769          wxGTK dependency to >= 2.6.0.  Reenable "BuildRequires:" as
770          the issue with building the package on Debian is no longer
771          relevant.
772
773Tue Jun 15 12:35:19 GMT 2010  Olly Betts <olly@survex.com>
774
775        * doc/manual.sgml: Update (C) years.  "MacOS X" -> "Mac OS X".
776
777Tue Jun 15 12:13:42 GMT 2010  Olly Betts <olly@survex.com>
778
779        * doc/manual.sgml: Remove out of date postal addresses - we can
780          probably safely assume people have email these days.  Direct
781          people to the mailing list since they are likely to get a
782          quicker response rather than mailing individuals.  Remove
783          mention of a paper mailing list.  Remove mention of sending
784          us a floppy (!) or blank CDR to get a version as I can't recall
785          the last time I gave someone a copy on physical media.
786
787Tue Jun 15 11:22:56 GMT 2010  Olly Betts <olly@survex.com>
788
789        * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
790          and people can just as easily build binary RPMs from the source
791          tarball as from the srpm, so just remove the rpm target from the
792          makefile and code which uses it from make_release - it's less to
793          have to maintain too.
794
795Tue Jun 15 10:59:12 GMT 2010  Olly Betts <olly@survex.com>
796
797        * make_release: Use "set -e" rather than checking the exit codes of
798          commands.  -t no longer disables targets - set mk to do that.
799
800Tue Jun 15 09:41:11 GMT 2010  Olly Betts <olly@survex.com>
801
802        * make_release: Fix defaulting of list of things to do.
803
804Tue Jun 15 09:12:00 GMT 2010  Olly Betts <olly@survex.com>
805
806        * src/gdtconvert: Add "Generated" comment to output file.
807
808Tue Jun 15 09:10:02 GMT 2010  Olly Betts <olly@survex.com>
809
810        * src/gdtconvert: Add GPL license boilerplate.
811
812Tue Jun 15 08:53:28 GMT 2010  Olly Betts <olly@survex.com>
813
814        * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
815          missing it.
816
817Tue Jun 15 08:46:28 GMT 2010  Olly Betts <olly@survex.com>
818
819        * src/: Update FSF address in licence notices.
820
821Tue Jun 15 08:06:09 GMT 2010  Olly Betts <olly@survex.com>
822
823        * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
824          survey is loaded now that we persist the window size between
825          invocations.
826
827Tue Jun 15 08:03:53 GMT 2010  Olly Betts <olly@survex.com>
828
829        * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
830          anti-aliased TXF files.
831
832Tue Jun 15 07:59:09 GMT 2010  Olly Betts <olly@survex.com>
833
834        * src/fnt.cc: Use font size from txf file rather than trying to
835          calculate it from the texture fragment sizes.
836
837Tue Jun 15 07:48:13 GMT 2010  Olly Betts <olly@survex.com>
838
839        * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
840          afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
841          allow distribution of modified versions.
842
843Tue Jun 15 07:43:48 GMT 2010  Olly Betts <olly@survex.com>
844
845        * lib/afm2txf.pl: Add support for -o option to specify output .txf
846          file.
847
848Tue Jun 15 07:10:16 GMT 2010  Olly Betts <olly@survex.com>
849
850        * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
851          Remove the temporary .ppm file at the end.
852
853Tue Jun 15 06:13:30 GMT 2010  Olly Betts <olly@survex.com>
854
855        * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
856          SVN.
857
858Tue Jun 15 05:05:05 GMT 2010  Olly Betts <olly@survex.com>
859
860        * lib/afm2txf.pl: Quote $FONT when passing to external commands.
861
862Tue Jun 15 04:24:33 GMT 2010  Olly Betts <olly@survex.com>
863
864        * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
865
866Tue Jun 15 04:22:59 GMT 2010  Olly Betts <olly@survex.com>
867
868        * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
869
870Tue Jun 15 04:08:34 GMT 2010  Olly Betts <olly@survex.com>
871
872        * lib/afm2txf.pl: Clean up trailing whitespace.
873
874Tue Jun 15 04:02:40 GMT 2010  Olly Betts <olly@survex.com>
875
876        * lib/afm2txf.pl: Add GPL script for creating txf files.
877
878Mon Jun 14 06:33:11 GMT 2010  Olly Betts <olly@survex.com>
879
880        * lib/splash.png: Remove now unused graphical splash screen (it has
881          hardcoded (C) details, which wasn't a good approach).
882
883Mon Jun 14 05:20:44 GMT 2010  Olly Betts <olly@survex.com>
884
885        * src/fnt.cc: Handle the left bearing and character width correctly.
886
887Mon Jun 14 04:44:22 GMT 2010  Olly Betts <olly@survex.com>
888
889        * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
890          being able to set the font texture from a byte array.
891
892Mon Jun 14 04:23:22 GMT 2010  Olly Betts <olly@survex.com>
893
894        * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
895          fntTexFont::puts() rather than recalculating it inside the
896          method.
897
898Sun Jun 13 12:57:08 GMT 2010  Olly Betts <olly@survex.com>
899
900        * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
901          to use wxSplitterWindow::ReplaceWindow() which fixes various issues
902          with sizing and resizing of the panes.
903
904Sun Jun 13 12:23:23 GMT 2010  Olly Betts <olly@survex.com>
905
906        * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
907          a wxString.
908
909Sun Jun 13 06:57:07 GMT 2010  Olly Betts <olly@survex.com>
910
911        * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
912          wxmsw returns a wide string, which doesn't work with fopen(), etc, so
913          call char_str() instead for now.
914
915Sun Jun 13 05:41:30 GMT 2010  Olly Betts <olly@survex.com>
916
917        * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
918          bar which we know to be ASCII.  No need to use msgPerm() for a
919          message we assign to a wxString.
920
921Sun Jun 13 04:44:30 GMT 2010  Olly Betts <olly@survex.com>
922
923        * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
924          baseleaf_from_fnm().
925
926Sun Jun 13 00:57:11 GMT 2010  Olly Betts <olly@survex.com>
927
928        * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
929          a wide string, which doesn't work with fopen(), etc, so call
930          char_str() instead for now.
931
932Sat Jun 12 15:07:54 GMT 2010  Olly Betts <olly@survex.com>
933
934        * src/aven.cc: We can rely on our message catalog being UTF-8 so use
935          wxString::FromUTF8() instead of wxConvUTF8.
936
937Sat Jun 12 14:26:32 GMT 2010  Olly Betts <olly@survex.com>
938
939        * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
940          wxString.
941
942Sun Jun 06 09:36:06 GMT 2010  Olly Betts <olly@survex.com>
943
944        * src/Makefile.am: Use wx-config's --rescomp option to get the command
945          and options needed to turn .rc files into object files.
946
947Fri Jun 04 15:32:27 GMT 2010  Olly Betts <olly@survex.com>
948
949        * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
950          amount of the installer size.  Specify "DisableWelcomePage=yes"
951          which is apparently in line with what other modern installers do.
952
953Fri Jun 04 14:32:04 GMT 2010  Olly Betts <olly@survex.com>
954
955        * configure.in,make_release,make_release.in: We no longer need VERSION
956          in make_release, so no need to generate it from configure.
957
958Fri Jun 04 14:00:58 GMT 2010  Olly Betts <olly@survex.com>
959
960        * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
961          under Wine, so just run wine directly and removed version of
962          Debian's xvfb-run script.
963        * make_release.in: Pass variables to configure on the command line
964          rather than in the enviornment.  Running "make distcheck" no longer
965          fails extend.tst, so remove comment about that.  Use case rather
966          than expr to check what we've been asked to build.  Update to use
967          unicode wx-config script for wxmsw.  The wxmsw build spews warnings
968          about aliasing issues, so turn on -fno-strict-aliasing to avoid any
969          potential bugs from that.  Enable -Werror for the wxmsw build.
970        * Makefile.am: Update list of wxstd.mo files we package for wxmsw
971          (add pt and sk) and where we copy them from.  Copy the unofficial
972          InnoSetup i18n files (.isl) from lib.
973
974Fri Jun 04 13:40:35 GMT 2010  Olly Betts <olly@survex.com>
975
976        * doc/HACKING.htm: Update InnoSetup info.
977
978Fri Jun 04 13:07:01 GMT 2010  Olly Betts <olly@survex.com>
979
980        * survex.iss.in: Update for InnoSetup 5.3.9.
981        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
982          i18n files for InnoSetup which we use.
983
984Fri Jun 04 13:05:18 GMT 2010  Olly Betts <olly@survex.com>
985
986        * src/Makefile.am: Update path to wx RC file.
987
988Fri Jun 04 12:44:39 GMT 2010  Olly Betts <olly@survex.com>
989
990        * src/mainfrm.cc: Explicitly construct temporary wxString() which
991          is needed to avoid overload ambiguity under __WXMSW__.
992
993Fri Jun 04 12:41:59 GMT 2010  Olly Betts <olly@survex.com>
994
995        * src/cavernlog.cc: Add missing wxT() to string and character
996          constants only used in __WXMSW__ build.
997
998Fri Jun 04 12:19:18 GMT 2010  Olly Betts <olly@survex.com>
999
1000        * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
1001          kludge to substitute Czech if Slovak isn't found.
1002
1003Fri Jun 04 05:08:14 GMT 2010  Olly Betts <olly@survex.com>
1004
1005        * src/aboutdlg.cc: Fix character constant to be a string constant when
1006          building under WXMSW.
1007
1008Thu Jun 03 13:53:57 GMT 2010  Olly Betts <olly@survex.com>
1009
1010        * NEWS: Update from ChangeLog for 1.1.13.
1011
1012Thu Jun 03 12:25:14 GMT 2010  Olly Betts <olly@survex.com>
1013
1014        * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
1015          .deb building machinery from upstream Makefile.
1016
1017Thu Jun 03 12:14:16 GMT 2010  Olly Betts <olly@survex.com>
1018
1019        * make_release.in: Remove ancient workaround for getting wine to work.
1020          Remove .deb building machinery.  Reenable distcheck to see if the
1021          problem with extend.tst has gone away.  Update mingw cross-building
1022          machinery.
1023
1024Wed Jun 02 13:30:28 GMT 2010  Olly Betts <olly@survex.com>
1025
1026        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
1027          - just link to the FSF's page.
1028
1029Wed Jun 02 13:26:55 GMT 2010  Olly Betts <olly@survex.com>
1030
1031        * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
1032          update debian/changelog.
1033
1034Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
1035
1036        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
1037          generating an HTML version of the ChangeLog - it's too low level to
1038          be of interest to non-developers, and developers can look at the
1039          source code.
1040
1041Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
1042
1043        * src/cavernlog.cc: Whitespace tweaks.
1044
1045Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
1046
1047        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
1048          About dialog.  Change "OK" button to "Close" since nothing is being
1049          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
1050          to make the copied text persist after aven is closed, though this
1051          seems to currently do nothing on wxGTK at least.
1052
1053Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
1054
1055        * doc/HACKING.htm: Note jadetex needed.
1056          Note autoconf 2.64 works well.
1057
1058Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
1059
1060        * src/fnt.cc: Remove now superfluous ().
1061
1062Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
1063
1064        * debian/Makefile.am: Update EXTRA_DIST
1065
1066Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
1067
1068        * src/cavernlog.cc: Fix small memory leak
1069
1070Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
1071
1072        * src/img.c: Don't leak filename_opened member.
1073
1074Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
1075
1076        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
1077          don't use them uninitialised.
1078
1079Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
1080
1081        * src/gfxcore.h: Declare constants with enum rather than #define so
1082          they automatically get allocated unique values, and so they show up
1083          in the debugger.
1084
1085Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
1086
1087        * src/fnt.cc: Make the map array static const
1088
1089Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
1090
1091        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
1092          use a "byte format" font file without any translation, while a
1093          "bitmap format" font file needs a temporary array half the size.
1094
1095Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
1096
1097        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
1098          using them potentially uninitialised.
1099
1100Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
1101
1102        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
1103          file on the command line.
1104
1105Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
1106
1107        * configure.in: Update copyright years.
1108
1109Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
1110
1111        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
1112          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
1113          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
1114          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
1115          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
1116          src/printwx.cc, src/printwx.h:
1117          + Fix to build with a "unicode" build of wx.
1118          + Add "Copy" button to the About dialog to copy the system info
1119            to the clipboard.
1120          + List OpenGL extensions last, since there are usually lots of
1121            them with a modern gfx card.
1122          + When processing survey data, auto-scroll the log window until
1123            we've reported a warning or error.
1124          + Put the survey data log window in a splitter in the standard
1125            frame rather than having a separate frame for it.
1126
1127Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
1128
1129        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
1130
1131Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
1132
1133        * src/aboutdlg.cc: Build string using preprocessor string
1134          concatenation rather than runtime appending, where possible.
1135
1136Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
1137
1138        * src/aboutdlg.cc: Update (C) date.
1139
1140Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
1141
1142        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
1143          events to avoid spinning on the CPU.
1144
1145Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
1146
1147        * configure.in: New preferred env var for wx-config script is
1148          WX_CONFIG.  WXCONFIG still supported for compatibility.
1149
1150Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
1151
1152        * src/mainfrm.cc: The presentation filename now defaults to using
1153          the basename of the currently loaded dataset, but we always prompt
1154          before we first save with such a name.
1155
1156Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
1157
1158        * configure.in: Add comment to explain why we call wx-config twice.
1159
1160Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
1161
1162        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
1163          contains '%' (m comes from the messages file, so this isn't
1164          exploitable by sending someone a "bad" .svx or .3d file).
1165
1166Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
1167
1168        * src/mainfrm.cc: Fix to open rather than save when doing "open
1169          presentation" with wxmotif.
1170
1171Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
1172
1173        * doc/3dformat.htm: Document that this is version 6 and when we
1174          started to use it.
1175
1176Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
1177
1178        * src/gla-gl.cc: When saving a screenshot, perform the vertical
1179          flip of the image data in-place rather than using wxImage::Mirror()
1180          which creates a whole new wxImage object.
1181
1182Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
1183
1184        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
1185          contains a '%' character.
1186
1187Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
1188
1189        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
1190          needed.
1191
1192Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
1193
1194        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
1195          longer set or used.
1196
1197Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
1198
1199        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
1200          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
1201          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
1202          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
1203          "wxWidgets" instead of "wxWindows" consistently.
1204          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
1205
1206Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
1207
1208        * doc/3dformat.htm: Update for v6 format from Mike McCombe
1209
1210Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
1211
1212        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
1213          need to store the value in a variable rather than calling it twice!
1214
1215Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
1216
1217        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
1218          some which had the wrong descriptions.
1219          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
1220          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
1221          numeric values, so the shorter (now official) names are better.
1222
1223Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
1224
1225        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
1226          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
1227          src/quaternion.h: Just set the pan and tilt directly as OpenGL
1228          rotations rather than messing around setting up and then decoding a
1229          quaternion.  This fixes some glitches when tilting while looking
1230          east, and eliminates 2 source files and 2 headers!
1231
1232Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
1233
1234        * NEWS, configure.in, src/aven.cc, src/wx.h:
1235          (Unix version): aven: Fix display of degree symbol in status bar and
1236          messages with accented characters in.
1237          (Mac OS X version): Require at least wxWidgets 2.5.1.
1238
1239Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
1240
1241        * src/message.c: Test S_ISREG since that's what we use here
1242
1243Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
1244
1245        * src/message.c: Always use utf-8 for aven on unix
1246
Note: See TracBrowser for help on using the repository browser.