source: git/ChangeLog @ cea3549

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

INSTALL,lib/INSTALL.OSX,src/,survex.spec.in: Require at least
wxWidgets 2.8.0 - it was released just over 6 years ago now,
and the wx developers consider even 2.8 to be rather long in
the tooth. I haven't test build with wx 2.6 for more than a year
and it's no longer packaged for Debian. Dropping support for
older wx allows a number of workarounds to be removed.

  • Property mode set to 100644
File size: 108.6 KB
RevLine 
[cea3549]1Tue Dec 18 11:32:32 GMT 2012  Olly Betts <olly@survex.com>
2
3        * INSTALL,lib/INSTALL.OSX,src/,survex.spec.in: Require at least
4          wxWidgets 2.8.0 - it was released just over 6 years ago now,
5          and the wx developers consider even 2.8 to be rather long in
6          the tooth.  I haven't test build with wx 2.6 for more than a year
7          and it's no longer packaged for Debian.  Dropping support for
8          older wx allows a number of workarounds to be removed.
9
[1ada489]10Tue Dec 18 11:05:24 GMT 2012  Olly Betts <olly@survex.com>
11
12        * src/: Fix uses of some wx features which are deprecated in wx2.9.
13
[9071cf5]14Tue Dec 18 10:50:28 GMT 2012  Olly Betts <olly@survex.com>
15
16        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Fix OnSize handling
17          so we can just call event.Skip() (which is the intended approach)
18          rather than explicitly calling the parent class OnSize() method
19          from the subclass OnSize() method.
20
[aa7c3c2]21Tue Dec 18 08:23:14 GMT 2012  Olly Betts <olly@survex.com>
22
23        * src/aven.cc: Fix MSW build to not rely on a GCC extension.
24
[4a78370]25Tue Dec 18 07:20:16 GMT 2012  Olly Betts <olly@survex.com>
26
27        * lib/: Merge changes from template.
28
[0dc5829]29Tue Dec 18 07:06:41 GMT 2012  Olly Betts <olly@survex.com>
30
31        * lib/,src/Makefile.am,src/gettexttomsg.pl: Eliminate po_codes and just
32          store the message numbers as the line number in a fake source
33          reference to file 'n'.
34
[e32074b]35Tue Dec 18 04:13:18 GMT 2012  Olly Betts <olly@survex.com>
36
37        * lib/po_codes,lib/survex.pot: Merge in updated source line numbers.
38
[f8fa253]39Tue Dec 18 04:11:09 GMT 2012  Olly Betts <olly@survex.com>
40
41        * lib/extract-msgs.pl,src/Makefile.am: Don't include version in
42          'Project-Id-Version'.
43
[483796d]44Tue Dec 18 03:13:16 GMT 2012  Olly Betts <olly@survex.com>
45
46        * lib/: Set Project-Id-Version to just "survex" - the version part just
47          complicates things unnecessarily for our usage.
48
[f723062]49Tue Dec 18 03:00:04 GMT 2012  Olly Betts <olly@survex.com>
50
51        * tests/Makefile.am,tests/aven.tst: Add new testsuite script (aven.tst)
52          which currently has regression tests for the recently fixed segfault
53          when aven didn't have messages for the requested language.
54
[173d1c6]55Tue Dec 18 02:19:08 GMT 2012  Olly Betts <olly@survex.com>
56
57        * src/message.c: Only use ASCII for the handful of hardcoded messages
58          we need for errors loading message files, as it's probably more
59          likely the wrong encoding will be set in such cases.
60
[da96015]61Tue Dec 18 02:02:57 GMT 2012  Olly Betts <olly@survex.com>
62
63        * src/,tests/: Report column numbers as well as line numbers for some
64          cavern errors and warnings, and update aven's cavern log parser to
65          handle these.  Simplify handling of quantity lists to only recognise
66          'DEFAULT' as the first item.  Add more testcases, expand some
67          existing testcases, and expected output for more.
68
[c49e27f]69Mon Dec 17 22:19:21 GMT 2012  Olly Betts <olly@survex.com>
70
71        * src/message.c: If we don't find the message file, only give an error
72          if it was specified with SURVEX_LANG, since that is an explicit
73          instruction to Survex, whereas LANG, LC_ALL and LC_MESSAGES are
74          essentially system "preferred locale" settings.
75        * src/aven.cc: Fix reporting of errors from message.c not to crash if
76          the wxApp object hasn't yet been intitialised, and to convert the
77          character encoding correctly.
78
[3d2add3]79Mon Dec 17 22:17:00 GMT 2012  Olly Betts <olly@survex.com>
80
81        * lib/Makefile.am: Install zh_CN (Chinese) messages.
82
[5f680c5]83Mon Dec 17 22:02:43 GMT 2012  Olly Betts <olly@survex.com>
84
85        * lib/zh_CN.po: Reuse existing translation of "Presentation" for the
86          top level menu name - now all the whole menu bar is translated!
87
[bc8dfe7]88Mon Dec 17 11:07:00 GMT 2012  Olly Betts <olly@survex.com>
89
90        * src/cavernlog.cc: Don't highlight a file:linenumber if there's no
91          message after it, which avoids highlighting the "Included from"
92          lines wrongly.
93
[53e0bd1]94Mon Dec 17 11:04:36 GMT 2012  Olly Betts <olly@survex.com>
95
96        * tests/: Rename testcase badinc3 to badinc4 and actually run it, and
97          add new badinc3 which tests multiple levels of *include.  Add expect
98          output for all the badinc testcases.
99
[895f767]100Mon Dec 17 11:01:02 GMT 2012  Olly Betts <olly@survex.com>
101
102        * src/datain.c: Report the parent include files starting from the
103          outermost, as that's more logical when there are multiple levels
104          involved.
105
[f326029]106Mon Dec 17 10:39:14 GMT 2012  Olly Betts <olly@survex.com>
107
108        * lib/fr.po: Add translation for new message, adapted from two similar
109          existing messages.
110
[66587ff]111Mon Dec 17 10:37:12 GMT 2012  Olly Betts <olly@survex.com>
112
113        * lib/it.po: Merge a translation from launchpad.
114
[63a4d47]115Mon Dec 17 09:11:09 GMT 2012  Olly Betts <olly@survex.com>
116
117        * lib/: Merge changes from .pot to .po files.
118
[715720f]119Mon Dec 17 06:37:10 GMT 2012  Olly Betts <olly@survex.com>
120
121        * lib/,src/datain.c: Move the <filename>:<line> into the message when
122          reporting the include route to the file with the error in it, which
123          allows a more natural translation into German.
124
[1c4abcf]125Mon Dec 17 03:26:40 GMT 2012  Olly Betts <olly@survex.com>
126
127        * .gitignore: Add src/dump3d.
128
[a23fe6a]129Mon Dec 17 03:24:22 GMT 2012  Olly Betts <olly@survex.com>
130
131        * lib/po_codes,lib/po_codes_dead: Prune strings we aren't using and are
132          probably unlikely to use again into a new file po_codes_dead, so that
133          translators don't get presented with them to translate.
134        * lib/survex.pot: Regenerate.
135
[93935c7]136Tue Dec 11 23:07:31 GMT 2012  Olly Betts <olly@survex.com>
137
138        * src/datain.c,tests/: We want to warn if there's a clino reading which
139          it would be impossible to have read from the instrument (e.g. on a
140          -90 to 90 degree scale you can't read "96" (it's probably a typo for
141          "69").  However, the gradient reading from a topofil is typically in
142          the range 0 to 180, with 90 being horizontal.  Really we should allow
143          the valid range to be specified, but for now we infer it from the
144          zero error - if this is within 45 degrees of 90 then we assume the
145          range is 0 to 180.
146
[6186bca]147Tue Dec 11 22:29:35 GMT 2012  Olly Betts <olly@survex.com>
148
149        * lib/po-to-msg.pl: Report unused message numbers.
150
[4b14118]151Tue Dec 11 22:22:20 GMT 2012  Olly Betts <olly@survex.com>
152
153        * lib/po_codes,lib/survex.pot,src/commands.c,tests/: If the scale
154          factor in *calibrate is zero, flag that as an error - it doesn't
155          make sense and probably means someone reversed the arguments to
156          *calibrate.
157
[17c1dcd]158Mon Dec 03 06:52:22 GMT 2012  Olly Betts <olly@survex.com>
159
160        * src/readval.c: If we were expecting a numeric field and instead get
161          something which starts with '+', '-', or '.' but which isn't a
162          number, then fix the error to include that character in the token
163          reported.
164        * tests/: Add regression test badreadingdotplus.
165
[075c051]166Mon Dec 03 06:50:51 GMT 2012  Olly Betts <olly@survex.com>
167
168        * tests/cavern.tst,tests/equatenosuchstn.out,tests/surveytypo.out: Stop
169          trimming output header when we get to copyright line, as there may be
170          an error before the first blank line.
171
[e08f766]172Mon Dec 03 06:34:20 GMT 2012  Olly Betts <olly@survex.com>
173
174        * tests/badinc3.svx: Add new test file, missed in earlier commit.
175
[ccc815d5]176Mon Dec 03 04:18:34 GMT 2012  Olly Betts <olly@survex.com>
177
178        * src/cavern.c: Use /* */ comments, not //.
179
[e3d956b]180Mon Dec 03 04:16:40 GMT 2012  Olly Betts <olly@survex.com>
181
182        * tests/Makefile.am: Add new test suite files.
183
[4bc4d58]184Mon Dec 03 04:13:32 GMT 2012  Olly Betts <olly@survex.com>
185
186        * src/datain.c,tests/cavern.tst: Fix handling after reporting an error
187          for a bad reading in passage data to not then complain "End of line
188          not blank" but instead check other readings on the same line.
189        * tests/passagebad.svx: Add regression testcase.
190
[33a2d49]191Mon Dec 03 02:55:33 GMT 2012  Olly Betts <olly@survex.com>
192
193        * tests/cavern.tst,tests/extend.tst,tests/smoke.tst: Add valgrind hooks
194          to the rest of the tests scripts.
195
[5b7b184]196Mon Dec 03 02:53:56 GMT 2012  Olly Betts <olly@survex.com>
197
198        * configure.ac: Fix package name, broken during modernisation of
199          autotools use.
200
[38c4c5c]201Mon Dec 03 02:32:01 GMT 2012  Olly Betts <olly@survex.com>
202
203        * tests/: Run tools under valgrind in most test scripts if VALGRIND is
204          set.
205
[e963c8c]206Mon Dec 03 02:29:56 GMT 2012  Olly Betts <olly@survex.com>
207
208        * tests/smoke.tst: Remove variables which aren't ever used.
209
[bbe0a27]210Mon Dec 03 02:28:45 GMT 2012  Olly Betts <olly@survex.com>
211
212        * tests/: Make all test scripts report "Test passed" at the end if
213          VERBOSE is set and all testcases in the script passed.
214
[67a2822]215Mon Dec 03 01:59:04 GMT 2012  Olly Betts <olly@survex.com>
216
217        * tests/cavern.tst: If VALGRIND is set, run cavern under valgrind and
218          fail the test if there's an error.
219
[0a158bc]220Mon Dec 03 01:29:39 GMT 2012  Olly Betts <olly@survex.com>
221
222        * src/datain.c: Refactor to avoid duplicating code for handling clino
223          and backclino.
224
[e3b03de]225Mon Dec 03 01:29:05 GMT 2012  Olly Betts <olly@survex.com>
226
227        * src/datain.c: Check r is valid before using it at all.
228
[30d80d2]229Sun Dec 02 23:48:05 GMT 2012  Olly Betts <olly@survex.com>
230
231        * src/str.c,src/str.h: Inline s_zero() and s_free() since they should
232          optimise down to similar or less code than a function call would.
233
[eb96f18]234Sun Dec 02 23:47:21 GMT 2012  Olly Betts <olly@survex.com>
235
236        * src/datain.c: s_zero() on a NULL pointer is a no-op, so remove.
237
[b165f50]238Sun Dec 02 22:53:34 GMT 2012  Olly Betts <olly@survex.com>
239
240        * lib/de_CH.po: Consistently use Swiss quoting style.
241
[6f61f83]242Sun Dec 02 22:51:53 GMT 2012  Olly Betts <olly@survex.com>
243
244        * src/readval.c: If we're about to longjmp to jbSkipLine, then we can
245          just call compile_error() instead of compile_error_skip().
246
[e363f8b]247Sun Dec 02 22:40:07 GMT 2012  Olly Betts <olly@survex.com>
248
249        * src/datain.c: Always skip the current line if we longjmp to
250          jbSkipLine.
251        * tests/cavern.tst,tests/skipafterbadomit.svx: We weren't skipping
252          after complaining about OMIT for a required reading, which the
253          change to always skip fixes, so add a regression test for that.
254
[75e67ab]255Sat Dec 01 23:42:22 GMT 2012  Olly Betts <olly@survex.com>
256
257        * src/readval.c: Add a "const".
258
[6fe33ed]259Fri Nov 30 00:31:16 GMT 2012  Olly Betts <olly@survex.com>
260
261        * lib/it.po,lib/sk.po: Merge more updates from launchpad.
262
[7f6250a]263Wed Nov 28 06:11:11 GMT 2012  Olly Betts <olly@survex.com>
264
265        * NEWS: Update from ChangeLog.
266
[6b9e4eb]267Wed Nov 28 05:02:26 GMT 2012  Olly Betts <olly@survex.com>
268
269        * lib/de.po: A few more translations from launchpad.
270
[a7b5554]271Wed Nov 28 01:56:49 GMT 2012  Olly Betts <olly@survex.com>
272
273        * lib/,src/sorterr.c: Change "HOW MANY" to "HOW_MANY" to make it
274          clearer this is a placeholder for one argument.
275
[bc98047]276Wed Nov 28 01:52:16 GMT 2012  Olly Betts <olly@survex.com>
277
278        * src/message.c: Don't force Latin 1 if setlocale(LC_MESSAGES, ...)
279          fails.
280
[1f47cc2]281Wed Nov 28 01:51:11 GMT 2012  Olly Betts <olly@survex.com>
282
283        * src/message.c: Transliterate « and » to " if we don't have them in
284          the current character set (previously we mapped them to << and >>).
285
[68e6024]286Wed Nov 28 01:00:53 GMT 2012  Olly Betts <olly@survex.com>
287
288        * lib/: Merge translations from launchpad.
289
[e2e08e9]290Wed Nov 28 00:44:36 GMT 2012  Olly Betts <olly@survex.com>
291
292        * lib/de_CH.po: Fill gaps from de.po.
293
[95694a1]294Wed Nov 28 00:44:05 GMT 2012  Olly Betts <olly@survex.com>
295
296        * lib/de.po: Merge in new "TRANSLATORS" comments.
297
[fe7e9e3]298Wed Nov 28 00:43:39 GMT 2012  Olly Betts <olly@survex.com>
299
300        * lib/es.po,lib/fr.po,lib/it.po: Merge translations from launchpad.
301
[e9a67e8]302Wed Nov 28 00:11:07 GMT 2012  Olly Betts <olly@survex.com>
303
304        * lib/pt_BR.po: Merge translations from launchpad.
305
[5b74858]306Wed Nov 28 00:00:18 GMT 2012  Olly Betts <olly@survex.com>
307
308        * lib/po-to-msg.pl: Add FIXME to only check % formats for messages
309          which have the "c-format" flag set.
310
[b772727]311Tue Nov 27 23:57:25 GMT 2012  Olly Betts <olly@survex.com>
312
313        * lib/po-to-msg.pl: Fix quote check to handle “” vs »«.
314
[57d980f]315Tue Nov 27 23:40:06 GMT 2012  Olly Betts <olly@survex.com>
316
317        * lib/de.po,lib/po_codes,lib/survex.pot: Reorder messages so the ones
318          in the "View" menu are together in order.  Adjust menu accelerators
319          for the German translation to avoid clashes in the View menu.
320
[71cf541]321Tue Nov 27 23:14:05 GMT 2012  Olly Betts <olly@survex.com>
322
323        * lib/de.po: Merge more updates from launchpad.
324
[c4a09387]325Tue Nov 27 22:30:36 GMT 2012  Olly Betts <olly@survex.com>
326
327        * lib/de.po: Merge updates from launchpad.
328
[5c4d167]329Wed Nov 14 05:50:47 GMT 2012  Olly Betts <olly@survex.com>
330
331        * lib/fr.po: Merge in new translator comments.
332
[b1afaf6]333Sun Nov 04 21:26:29 GMT 2012  Olly Betts <olly@survex.com>
334
335        * lib/sk.po: Merge changes from Martin Sluka.
336
[aefa547]337Sun Nov 04 21:26:01 GMT 2012  Olly Betts <olly@survex.com>
338
339        * lib/ca.po: Merge in TRANSLATOR comments.
340
[28b4065]341Sun Nov 04 21:25:40 GMT 2012  Olly Betts <olly@survex.com>
342
343        * lib/fr.po: Fix clashing menu accelerator.
344
[65d9b6b]345Fri Nov 02 04:02:16 GMT 2012  Olly Betts <olly@survex.com>
346
347        * NEWS: Update from ChangeLog.
348
[b0a90c1]349Fri Nov 02 03:58:12 GMT 2012  Olly Betts <olly@survex.com>
350
351        * lib/mailmsgs.pl: Remove obsolete script.
352        * lib/Makefile.am,lib/po-to-msg.pl: Remove references to *.todo, which
353          we no longer generate.
354
[e16ab0b]355Fri Nov 02 03:46:59 GMT 2012  Olly Betts <olly@survex.com>
356
357        * lib/survex.pot: Add another TRANSLATORS comment.
358
[8870a192]359Fri Nov 02 03:25:52 GMT 2012  Olly Betts <olly@survex.com>
360
361        * lib/survex.pot: Add TRANSLATORS comments to clarify messages which
362          Eric asked about.
363
[b14d8e8]364Fri Nov 02 03:06:00 GMT 2012  Olly Betts <olly@survex.com>
365
366        * lib/: Merge translation updates.
367
[85c83ac5]368Fri Nov 02 00:32:35 GMT 2012  Olly Betts <olly@survex.com>
369
370        * src/guicontrol.cc,src/mainfrm.cc: On OS X, F11 is used by the desktop
371          so change the menu shortcut for "Full Screen Mode" to be the OS X
372          standard shortcut Shift-Command-F.
373
[351937d]374Sun Oct 28 04:21:27 GMT 2012  Olly Betts <olly@survex.com>
375
376        * lib/sk.po: Merge updates from Martin Sluka.
377
[6e0cdc2c]378Mon Oct 15 04:19:57 GMT 2012  Olly Betts <olly@survex.com>
379
380        * Makefile.am,configure.ac: Modern automake seems to cope with files
381          required by GNU being generated during the build, so we no longer
382          need to use the "foreign" automake mode.  Also use -Werror with
383          automake.
384
[0257ad0]385Mon Oct 15 02:28:46 GMT 2012  Olly Betts <olly@survex.com>
386
387        * src/Makefile.am: Remove workaround for GCC 2.95 failing to compile
388          gfxcore.cc - GCC 2.95 is obsolete now.
389
[aef7b08]390Mon Oct 15 02:27:04 GMT 2012  Olly Betts <olly@survex.com>
391
392        * src/Makefile.am: Use AM_CPPFLAGS instead of obsolete INCLUDES.
393
[d260645]394Mon Oct 15 02:21:53 GMT 2012  Olly Betts <olly@survex.com>
395
396        * Makefile.am,buildmacosx.sh,configure.ac,lib/mailmsgs.pl: Update
397          configure.ac from passing version to AM_INIT_AUTOMAKE to passing it
398          to AC_INIT, and fix places which grep out the version.
399
[147b12b]400Mon Oct 15 02:08:23 GMT 2012  Olly Betts <olly@survex.com>
401
402        * buildmacosx.sh,configure.ac,configure.in,doc/Makefile.am,
403          lib/mailmsgs.pl: Rename configure.in to configure.ac to make modern
404          autotools usage.
405
[c458cf7]406Thu Sep 27 10:41:56 GMT 2012  Olly Betts <olly@survex.com>
407
408        * src/: Switch read_prefix_*() family of functions to be a single
409          read_prefix() function which tags a bitmask of flags.
410
[2aa484e]411Thu Sep 27 09:23:41 GMT 2012  Olly Betts <olly@survex.com>
412
413        * lib/id.po: Resolve clashing menu accelerators.
414
[29c302d]415Thu Sep 27 05:37:18 GMT 2012  Olly Betts <olly@survex.com>
416
417        * src/namecompare.cc: Fix to build with wx2.8.
418
[3dfffa2]419Thu Sep 27 05:25:49 GMT 2012  Olly Betts <olly@survex.com>
420
421        * NEWS: Update from ChangeLog.
422
[aa1927c4]423Thu Sep 27 05:12:22 GMT 2012  Olly Betts <olly@survex.com>
424
425        * src/message.c: For determining character set on Unix, check LANG
426          after LC_ALL and LC_CTYPE.  For determining language, check LC_ALL
427          before LC_MESSAGES and LANG.
428
[4f62f2c]429Thu Sep 27 04:48:34 GMT 2012  Olly Betts <olly@survex.com>
430
431        * lib/id.po: Add more translations and fix marking of unused messages.
432
[5bff838]433Thu Sep 27 04:07:24 GMT 2012  Olly Betts <olly@survex.com>
434
435        * lib/Indonesian-5.1.11.isl,lib/Makefile.am,lib/id.po: Add start of
436          Indonesian translation from launchpad.
437
[571547c]438Thu Sep 27 03:56:22 GMT 2012  Olly Betts <olly@survex.com>
439
440        * lib/: Merge translation updates from launchpad.
441
[b82f52d]442Thu Sep 27 00:31:24 GMT 2012  Olly Betts <olly@survex.com>
443
444        * lib/: Remove scripts and data files which are no longer used.
445
[bc60689]446Sat Sep 22 05:06:23 GMT 2012  Olly Betts <olly@survex.com>
447
448        * src/mainfrm.cc,src/mainfrm.h: Don't run incremental search on every
449          key-press, as on a slow machine the short initial search(es) will
450          take a while but not be useful.  Instead set a flag, and actually
451          run the search when MainFrm next receives an idle event.
452
[f0c7398]453Fri Sep 21 06:24:32 GMT 2012  Olly Betts <olly@survex.com>
454
455        * src/img.h: New leg flag img_FLAG_NOSURVEY.
456        * src/netskel.c: Set img_FLAG_NOSURVEY for nosurvey legs.
457        * src/dump3d.c: Report NOSURVEY leg flag.
458
[b5b8b7e]459Fri Sep 21 06:22:29 GMT 2012  Olly Betts <olly@survex.com>
460
461        * src/Makefile.am: dump3d now needs date.c.
462
[798a6bf]463Wed Sep 19 22:12:35 GMT 2012  Olly Betts <olly@survex.com>
464
465        * src/dump3d.c: Add --show-dates option.
466
[0bd66ac]467Fri Sep 07 11:39:06 GMT 2012  Olly Betts <olly@survex.com>
468
469        * src/namecompare.cc,src/namecompare.h: Add two new files which were
470          in the last release but I failed to commit.
471
[351b91f]472Tue Aug 14 09:42:43 GMT 2012  Olly Betts <olly@survex.com>
473
474        * lib/Makefile.am: Create de_DE.po as a symlink if it doesn't exist.
475
[41cfc8c]476Mon May 28 16:56:27 GMT 2012  Olly Betts <olly@survex.com>
477
478        * configure.in: -W no longer seems to cause problems with wxWidgets.
479
[41f7a27]480Mon May 28 16:49:37 GMT 2012  Olly Betts <olly@survex.com>
481
482        * src/: Remove unused parameter names.
483
[27795245]484Sun May 27 12:24:17 GMT 2012  Olly Betts <olly@survex.com>
485
486        * src/export.cc: Include "export.h".
487
[335f37a]488Fri May 25 14:20:24 GMT 2012  Olly Betts <olly@survex.com>
489
490        * tests/cavern.tst,test/equatenosuchstn.out: Drop line reporting time
491          taken when comparing output, as that can vary.
492        * src/listpos.c,tests/equatenosuchstn.out: Move "Station X referred to
493          just once" warning after non-existent survey check.
494        * src/,tests/: If survey isn't all connected, still run survey tree
495          checks and report errors and/or warnings which might suggest typo
496          locations.
497
[0ebdaa6]498Tue Feb 28 00:41:15 GMT 2012  Olly Betts <olly@survex.com>
499
500        * tests/diffpos.tst: Force English messages for diffpos tests too.
501
[6e47b72]502Tue Feb 28 00:39:45 GMT 2012  Olly Betts <olly@survex.com>
503
504        * tests/cavern.tst: Force English messages so comparing expected output
505          works whatever the current language setting.
506
[1e0a80a]507Fri Feb 24 00:43:04 GMT 2012  Olly Betts <olly@survex.com>
508
509        * tests/cavern.tst,tests/equatenosuchstn.out: Fix test failure due to
510          Survex version number appearing in expected output.
511
[366976d]512Thu Feb 23 22:34:52 GMT 2012  Olly Betts <olly@survex.com>
513
514        * make_release: Link mingw build statically to avoid needing libgcc
515          DLL.
516
[de4b099]517Wed Feb 22 23:39:25 GMT 2012  Olly Betts <olly@survex.com>
518
519        * configure.in,src/gla-gl.cc: The Debian mingw-w64 packages lack
520          GL/glext.h so test for it in configure.
521
[6f8cb1c]522Wed Feb 22 23:29:29 GMT 2012  Olly Betts <olly@survex.com>
523
524        * src/cavernlog.cc: Remove variable which is only assigned to and
525          never read.
526
[c575465]527Wed Feb 22 22:09:02 GMT 2012  Olly Betts <olly@survex.com>
528
529        * NEWS,src/Makefile.am: Disable building findentrances by default
530          so I can get 1.2.6 out without further delays as it fixes processing
531          .svx files from aven under Mac OS X.
532
[e2d48d8]533Wed Feb 22 11:35:40 GMT 2012  Olly Betts <olly@survex.com>
534
535        * src/datain.c: Remove return type from data_normal() etc as we never
536          use it.
537
[4996925]538Wed Feb 22 05:11:53 GMT 2012  Olly Betts <olly@survex.com>
539
540        * make_release: Update to work with Debian mingw-w64 packages.
541
[b081031]542Mon Feb 20 05:08:26 GMT 2012  Olly Betts <olly@survex.com>
543
544        * NEWS,configure.in: Update for 1.2.6.
545
[0cf46f5]546Sun Feb 19 10:48:37 GMT 2012  Olly Betts <olly@survex.com>
547
548        * doc/3dformat.htm: Merge in some improvements from Mike McCombe.
549
[96b974e]550Fri Feb 17 03:49:59 GMT 2012  Olly Betts <olly@survex.com>
551
552        * src/message.c: Fix so that cavern run by aven finds its messages.
553
[59b0f0c]554Thu Feb 16 01:36:54 GMT 2012  Olly Betts <olly@survex.com>
555
556        * Makefile.am,survex.iss.in: Include JPG images in Innosetup installer.
557          (ticket#35)
558
[4d34e1f]559Fri Jan 27 13:30:54 GMT 2012  Olly Betts <olly@survex.com>
560
561        * lib/po_codes,lib/survex.pot,src/Makefile.am,src/findentrances.cc:
562          Make all messages in findentrances translatable.
563
[cd971de]564Fri Jan 27 11:03:28 GMT 2012  Olly Betts <olly@survex.com>
565
566        * lib/po_codes,lib/survex.pot,src/listpos.c,tests/: If we have a
567          reference to a station in a non-existent survey, give a helpful error
568          rather than saying the station hasn't been exported from the survey.
569
[4ef0e01]570Tue Jan 24 23:03:10 GMT 2012  Olly Betts <olly@survex.com>
571
572        * src/cavern.c: Remove TRANSLATE comment which has already been
573          addressed.
574
[48e82bf]575Tue Jan 24 10:56:14 GMT 2012  Olly Betts <olly@survex.com>
576
577        * src/findentrances.cc: Add commenting noting precision of lat and lon.
578
[34b9d54]579Tue Jan 24 10:55:19 GMT 2012  Olly Betts <olly@survex.com>
580
581        * src/findentrances.cc: Don't include carriage returns in .gpx output.
582
[1686083]583Tue Jan 24 10:42:41 GMT 2012  Olly Betts <olly@survex.com>
584
585        * src/findentrances.cc: Add GPL licence boilerplate (Olaf OKed this in
586          <20120111115239.1b162450@ghost>).
587
[5f6e8b2]588Tue Jan 24 04:53:30 GMT 2012  Olly Betts <olly@survex.com>
589
590        * src/Makefile.am,src/findentrances.cc: Build findentrances in the
591          buildsystem.
592
[e34a704b]593Tue Jan 24 04:41:03 GMT 2012  Olly Betts <olly@survex.com>
594
595        * src/findentrances.cc: Update examples of usage to reflect "-s"
596          change.
597
[ea788a3]598Tue Jan 24 04:38:11 GMT 2012  Olly Betts <olly@survex.com>
599
600        * src/findentrances.cc: Use string::assign() rather than constructing
601          a temporary string object and assigning that.
602
[9e513bd3]603Tue Jan 24 04:35:25 GMT 2012  Olly Betts <olly@survex.com>
604
605        * src/cmdline.c: Allow help argument to cmdline_init() to be NULL.
606
[56c01a3]607Tue Jan 24 04:35:04 GMT 2012  Olly Betts <olly@survex.com>
608
609        * src/findentrances.cc: Support --help and --version options.
610
[8ec699d]611Tue Jan 24 04:27:15 GMT 2012  Olly Betts <olly@survex.com>
612
613        * src/findentrances.cc: "using namespace std;"
614
[dcc50a4]615Tue Jan 24 04:25:09 GMT 2012  Olly Betts <olly@survex.com>
616
617        * src/findentrances.cc: Give error if required -d option is not
618          specified.
619
[375de6a]620Tue Jan 24 04:19:29 GMT 2012  Olly Betts <olly@survex.com>
621
622        * src/findentrances.cc: Other survex tools use -s for "limit operation
623          to this survey prefix" and just take the .3d file to operate on as
624          a command line argument, so for consistency just take the .3d file
625          as a command line argument here too.
626
[23dc8cb]627Tue Jan 24 04:18:41 GMT 2012  Olly Betts <olly@survex.com>
628
629        * src/findentrances.cc: Reindent with 4 space indent, tab width 8.
630
[ac71f8a]631Tue Jan 24 04:12:19 GMT 2012  Olly Betts <olly@survex.com>
632
633        * src/findentrances.cc: Add findentrances utility from Olaf.
634
[f4c4ee15]635Tue Jan 10 12:57:08 GMT 2012  Olly Betts <olly@survex.com>
636
637        * lib/survex.pot,lib/zh_CN.po: Update.
638
[d3c3098]639Tue Jan 10 12:56:33 GMT 2012  Olly Betts <olly@survex.com>
640
641        * lib/po_codes: Update locations.
642
[bf48d5c]643Tue Jan 10 12:55:25 GMT 2012  Olly Betts <olly@survex.com>
644
645        * lib/Makefile.am: When generating survex.pot from po_codes, drop the
646          codes from commented out messages too.
647
[a212391]648Mon Jan 09 12:21:28 GMT 2012  Olly Betts <olly@survex.com>
649
650        * src/aven.cc: Fix to build with a non-Unicode wxWidgets library.
651          Patch from Olaf Kahler.
652
[b80dbd9]653Fri Jan 06 11:47:59 GMT 2012  Olly Betts <olly@survex.com>
654
655        * lib/: Touch all the .po files.
656
[6331a42]657Fri Jan 06 11:47:10 GMT 2012  Olly Betts <olly@survex.com>
658
659        * lib/touch-po.pl: New script to "touch" a .po file by updating
660          "PO-Revision-Date:".
661
[d73ef23]662Fri Jan 06 11:34:16 GMT 2012  Olly Betts <olly@survex.com>
663
664        * lib/,src/Makefile.am,src/gettexttomsg.pl: Rename codes.po to po_codes
665          so it doesn't get picked up by tools looking for .po files.  Add
666          survex.pot to the repo so launchpad's auto translation syncing can
667          work.
668
[9d5aa63]669Fri Jan 06 11:25:23 GMT 2012  Olly Betts <olly@survex.com>
670
671        * make_release: Update to use git rather than SVN.
672
[e367554]673Fri Jan 06 11:19:37 GMT 2012  Olly Betts <olly@survex.com>
674
675        * doc/HACKING.htm: Update mention of "SVN tree" to "source tree" as the
676          files mentioned are shipped in releases too.
677
[21f2647]678Wed Jan 04 05:22:32 GMT 2012  Olly Betts <olly@survex.com>
679
680        * lib/Makefile.am: Make the containing directory in the launchpad
681          tarball “survex-trans”.
682
[68961ee]683Wed Jan 04 03:41:40 GMT 2012  Olly Betts <olly@survex.com>
684
685        * src/dump3d.c: Add support for showing img_ERROR_INFO items.
686
[90e24f9]687Tue Jan 03 23:54:26 GMT 2012  Olly Betts <olly@survex.com>
688
689        * lib/fr.po: Incorporate a translation from launchpad I'd previously
690          copied the English version of by mistake.  Attempt to correct
691          mistranslation of "survey file".
692
[9c9fd6b]693Tue Jan 03 13:21:09 GMT 2012  Olly Betts <olly@survex.com>
694
695        * make_release: Need to set VERSION before we first use it!
696
[685116f]697Tue Jan 03 12:39:38 GMT 2012  Olly Betts <olly@survex.com>
698
699        * NEWS,configure.in: Update for 1.2.5.
700
[6f6691b]701Tue Jan 03 12:11:14 GMT 2012  Olly Betts <olly@survex.com>
702
703        * doc/survex.7.in: Make a few minor improvements to the text.
704
[c6bd107]705Tue Jan 03 12:07:31 GMT 2012  Olly Betts <olly@survex.com>
706
707        * doc/survex.7.in: Update section in .TH macro to 7 too.
708
[008f2f3]709Tue Jan 03 12:04:54 GMT 2012  Olly Betts <olly@survex.com>
710
711        * src/moviemaker.cc: Further fix.
712
[86d8ee5]713Tue Jan 03 11:05:11 GMT 2012  Olly Betts <olly@survex.com>
714
715        * configure.in,src/moviemaker.cc: Fix to work with newer ffmpeg.
716
[c091027]717Mon Jan 02 13:10:42 GMT 2012  Olly Betts <olly@survex.com>
718
719        * src/gfxcore.cc: Draw measuring line above indicators rather than
720          underneath them.
721
[03cb7cc]722Mon Jan 02 12:52:47 GMT 2012  Olly Betts <olly@survex.com>
723
724        * src/message.c: Improve handling of messages before the message
725          subsystem is fully initialised.
726
[41adebb]727Mon Jan 02 12:37:18 GMT 2012  Olly Betts <olly@survex.com>
728
729        * src/Makefile.am,src/mainfrm.cc,src/namecmp.h: Add a version of the
730          station name comparing algorithm which works with the Unicode strings
731          directly, which fixes the issue with random ordering of the prefix
732          tree control in aven due to the converted strings we were comparing
733          getting invalidated before we actually compared them.
734
[b3f1bbe]735Mon Jan 02 12:12:35 GMT 2012  Olly Betts <olly@survex.com>
736
737        * src/gla-gl.cc: If glGenLists() fails, flag the list as NEVER_CACHE
738          as there's unlikely to be much point calling glGenLists() again.
739        * src/gla-gl.cc,src/gla.h: Replace GLAList methods test_flag() and
740          InvalidateList() with an invalidate_if() method.
741
[92cf7a8f]742Mon Jan 02 11:54:38 GMT 2012  Olly Betts <olly@survex.com>
743
744        * src/gfxcore.cc,src/gla-gl.cc: No need to invalidate the display lists
745          for the compass and clino when a new survey is loaded as they don't
746          depend on the survey data.
747
[620c0c9]748Mon Jan 02 11:17:51 GMT 2012  Olly Betts <olly@survex.com>
749
750        * src/gla-gl.cc,src/gla.h: Rework list caching code to not call
751          glDeleteLists() and glGenLists() when a list is invalidated, as that
752          results in a fresh list number being allocated (at least with the
753          OpenGL implementation I'm using) which would eventually result in
754          aven hitting an assertion which is there to catch if we leak lists.
755
[8df3c7f]756Sun Jan 01 13:29:03 GMT 2012  Olly Betts <olly@survex.com>
757
758        * lib/Makefile.am: Put translation files in a sub-directory in the
759          tarball, and print the path to it so it can be cut-and-pasted to
760          upload to launchpad.
761
[ee83074]762Sun Jan 01 10:48:01 GMT 2012  Olly Betts <olly@survex.com>
763
764        * lib/it.po: Add "translation" for degree symbol.
765
[64773c9]766Sun Jan 01 10:33:55 GMT 2012  Olly Betts <olly@survex.com>
767
768        * lib/en_US.po: Merge template changes into en_US.po (no user-visible
769          changes).
770
[8430216]771Sun Jan 01 04:45:03 GMT 2012  Olly Betts <olly@survex.com>
772
773        * make_release: Fix typo in filename to copy to webserver.  Show the
774          SHA1 checksums for the uploaded files.
775
[f15ca67f]776Sun Jan 01 02:56:04 GMT 2012  Olly Betts <olly@survex.com>
777
778        * NEWS,configure.in: Update for 1.2.4.
779
[6e0c5879]780Sun Jan 01 02:53:03 GMT 2012  Olly Betts <olly@survex.com>
781
782        * src/gfxcore.cc,src/gfxcore.h: Update copyright years.
783
[825bdff]784Sun Jan 01 02:32:59 GMT 2012  Olly Betts <olly@survex.com>
785
786        * src/gfxcore.cc,src/gfxcore.h: Improve labelling of depth colour key
787          to avoid sub-picometre precision on near-zero values (ticket#30).
788          We now always use metres or feet for the depth with a consistent
789          precision chosen from the depth range, and show the units below
790          the colour bar rather than after every value.
791        * src/gfxcore.cc,src/gfxcore.h: When zooming way in, stay in metres
792          rather than switching to cm.  Say “1 mile” rather than “1 miles”.
793
[19b2f99]794Sat Dec 31 22:40:07 GMT 2011  Olly Betts <olly@survex.com>
795
796        * src/gla-gl.cc: Fix not to make OpenGL calls before we've initialised
797          OpenGL, as this can cause segmentation faults (e.g. on Fedora 16).
798          Extend CHECK_GL_ERROR() to check that we don't make such calls in
799          future.
800
[404e6575]801Sat Dec 31 22:37:47 GMT 2011  Olly Betts <olly@survex.com>
802
803        * lib/es.po: Fix "Last-Translator:" header and merge in translation
804          of a message which is not currently used.
805
[38eced7]806Sat Dec 31 15:04:23 GMT 2011  Olly Betts <olly@survex.com>
807
808        * lib/: Merge remaining .po files.
809
[399807d8]810Sat Dec 31 14:46:20 GMT 2011  Olly Betts <olly@survex.com>
811
812        * lib/: Merge more .po files.
813
[3a3de38]814Sat Dec 31 14:24:25 GMT 2011  Olly Betts <olly@survex.com>
815
816        * lib/ca.po,lib/de_CH.po,lib/en_US.po: Merge template changes into .po
817          files.
818
[585def75]819Sat Dec 31 13:13:55 GMT 2011  Olly Betts <olly@survex.com>
820
821        * lib/fr.po: More translation updates from launchpad.
822
[9b9561b]823Sat Dec 31 12:51:53 GMT 2011  Olly Betts <olly@survex.com>
824
825        * lib/ca.po,lib/sk.po: Fix unattached acute accents.
826
[6d92798]827Sat Dec 31 12:45:36 GMT 2011  Olly Betts <olly@survex.com>
828
829        * lib/: Update Project-Id-Version in .po files to match that in
830          survex.pot.
831
[134ee8d]832Sat Dec 31 12:43:52 GMT 2011  Olly Betts <olly@survex.com>
833
834        * lib/Makefile.am: Add launchpad-tarball target to make a tarball
835          of the translations suitable for uploading to launchpad.
836
[e11c235]837Sat Dec 31 12:23:39 GMT 2011  Olly Betts <olly@survex.com>
838
839        * make_release: Echo the commands to copy the new release to the web
840          server at the end.
841        * copy-prerelease,copy-release: Remove old scripts which are no longer
842          useful.
843
[3ea0178]844Sat Dec 31 11:13:11 GMT 2011  Olly Betts <olly@survex.com>
845
846        * NEWS,configure.in: Update for 1.2.3.
847
[ae2e3c0]848Sat Dec 31 10:58:34 GMT 2011  Olly Betts <olly@survex.com>
849
850        * src/mainfrm.cc: As we build the data structure, eliminate tubes
851          consisting of zero XSECTs as well as those consisting of just one.
852
[8490ad9]853Sat Dec 31 10:36:24 GMT 2011  Olly Betts <olly@survex.com>
854
855        * src/img.h: Fix incorrect comment which claimed that img_XFLAG_END
856          was no longer used.
857        * src/img.c: Use img_XFLAG_END constant rather than assuming it is
858          1.
859
[2f1c0c0]860Sat Dec 31 10:32:44 GMT 2011  Olly Betts <olly@survex.com>
861
862        * src/extend.c: Copy the end markers for passage tubes, and preserve
863          left and right data for tubes (previously they were set to -1.0
864          which means "no info").
865
[f63bd56]866Sat Dec 31 08:17:08 GMT 2011  Olly Betts <olly@survex.com>
867
868        * lib/extract-msgs.pl: New script to allow developers to update
869          codes.po from source code.
870        * lib/Makefile.am: Ship it.
871        * src/Makefile.am: Add rule to run it on all used sources and generate
872          newcodes.po which can then be compared with current version.
873
[08004e7]874Sat Dec 31 08:14:06 GMT 2011  Olly Betts <olly@survex.com>
875
876        * lib/codes.po: Update source locations, add a missing c-format marker.
877
[5c2bff7]878Sat Dec 31 08:13:26 GMT 2011  Olly Betts <olly@survex.com>
879
880        * src/mainfrm.cc: Fix a message in the source code which I missed in
881          the previous batch.
882
[14d03d5]883Sat Dec 31 08:12:23 GMT 2011  Olly Betts <olly@survex.com>
884
885        * lib/po-to-msg.pl: Removed unused remains of check that messages are
886          in numerically ascending order, which we no longer want to enforce.
887
[4340dae]888Sat Dec 31 07:48:20 GMT 2011  Olly Betts <olly@survex.com>
889
890        * src/sorterr.c: Fix a message in the source code which I missed in
891          the previous batch.
892
[84d6c400]893Sat Dec 31 05:54:45 GMT 2011  Olly Betts <olly@survex.com>
894
895        * src/message.c: Transliterate curly right single quote to ASCII
896          apostrophe if we can't represent it in the current character set.
897
[ee7511a]898Sat Dec 31 05:44:47 GMT 2011  Olly Betts <olly@survex.com>
899
900        * lib/,src/: Use curly apostrophe instead of "'" in messages.  Correct
901          messages in source code which didn't match those in the message file
902          (no visible effects to end-users).
903        * lib/codes.po: Update file:lineno locations where messages are used.
904        * lib/po-to-msg.pl: Warn about different numbers of opening or
905          closing curly double quotes in message vs translation.
906        * lib/ca.po,lib/es.po: Fix minor typo in one message caught by this
907          new warning.
908
[5b9942e]909Sat Dec 31 05:23:46 GMT 2011  Olly Betts <olly@survex.com>
910
911        * NEWS: Update from ChangeLog.
912
[0804fbe]913Thu Dec 29 03:37:04 GMT 2011  Olly Betts <olly@survex.com>
914
915        * lib/,src/: Use curly double quotes instead of "`" and "'" to
916          quote literals and filenames in messages.
917
[7a49002]918Thu Dec 29 03:21:49 GMT 2011  Olly Betts <olly@survex.com>
919
920        * src/message.c: Transliterate curly double quotes to ASCII straight
921          double quotes if we can't represent them in the current character
922          set.
923
[1465b7a]924Thu Dec 29 03:14:52 GMT 2011  Olly Betts <olly@survex.com>
925
926        * src/message.c: Convert source code to UTF-8.
927
[92678b5]928Thu Dec 29 00:52:44 GMT 2011  Olly Betts <olly@survex.com>
929
930        * src/gla-gl.cc: Fix typo in CHECK_GL_ERROR() change in previous
931          commit.
932
[6cf4daa]933Thu Dec 29 00:49:31 GMT 2011  Olly Betts <olly@survex.com>
934
935        * src/gla-gl.cc: We already keep track of the GL canvas size in x_size
936          and y_size so use those rather than re-requesting them.
937
[5717f69]938Wed Dec 28 11:45:40 GMT 2011  Olly Betts <olly@survex.com>
939
940        * lib/fr.po: Merge in updated translations from launchpad.
941
[46acc71]942Sun Nov 27 12:30:31 GMT 2011  Olly Betts <olly@survex.com>
943
944        * src/tr.c,src/tr.h: Committing original versions of tr tiled
945          rendering code.
946
[3ea243b]947Thu Nov 24 12:59:24 GMT 2011  Olly Betts <olly@survex.com>
948
949        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Remove
950          GLACanvas::SetBackgroundColour() since we only ever set it to black
951          and opaque.
952
[a775268]953Thu Nov 24 12:28:07 GMT 2011  Olly Betts <olly@survex.com>
954
955        * doc/TODO.htm: Add note to pick the fastest method for crosses/blobs
956          if multiple ones pass the visual fidelity check.
957
[4f7f965]958Thu Nov 24 12:27:33 GMT 2011  Olly Betts <olly@survex.com>
959
960        * src/gla-gl.cc: Add disabled code to show the visual fidelity check on
961          stdout.
962
[c8f449c3]963Thu Nov 24 12:24:49 GMT 2011  Olly Betts <olly@survex.com>
964
965        * src/gla-gl.cc: Fix screenshot and movie generation to read from the
966          front buffer in the usual case of being double buffered.
967
[a106530]968Thu Nov 24 12:02:22 GMT 2011  Olly Betts <olly@survex.com>
969
970        * src/gla-gl.cc: Add CHECK_GL_ERROR for glReadPixels calls.
971
[dd64a45]972Thu Nov 24 11:59:23 GMT 2011  Olly Betts <olly@survex.com>
973
974        * src/gla-gl.cc: Undefine o and I after we're done with them.
975
[8b34cd5]976Thu Nov 24 11:56:57 GMT 2011  Olly Betts <olly@survex.com>
977
978        * src/gla-gl.cc: Fix expected cross shape so don't always reject using
979          texture mapping to draw crosses.
980
[c5dd692]981Wed Nov 02 15:40:45 GMT 2011  Olly Betts <olly@survex.com>
982
983        * src/mainfrm.cc: Don't create the help menu at all on OS X.
984
[34c4be5]985Wed Nov 02 15:38:54 GMT 2011  Olly Betts <olly@survex.com>
986
987        * lib/INSTALL.OSX: Update to reflect current status.
988
[22f79a2]989Wed Nov 02 15:37:58 GMT 2011  Olly Betts <olly@survex.com>
990
991        * src/gfxcore.cc: Remove duplicate call to PopupMenu().
992
[8a329f2]993Tue Nov 01 23:24:23 GMT 2011  Olly Betts <olly@survex.com>
994
995        * src/namecmp.h: Fix to build with wx 2.9.2.
996
[03b3272]997Tue Nov 01 23:17:52 GMT 2011  Olly Betts <olly@survex.com>
998
999        * src/gfxcore.cc: Remove assertion which uses deprecated wx method.
1000
[ff9f695]1001Tue Nov 01 23:14:09 GMT 2011  Olly Betts <olly@survex.com>
1002
1003        * src/mainfrm.cc,src/mainfrm.h: Make separator wxChar not int.
1004
[332287b]1005Tue Nov 01 18:54:32 GMT 2011  Olly Betts <olly@survex.com>
1006
1007        * lib/sk.po: Update a translation from launchpad.
1008
[6409cd0]1009Tue Nov 01 18:32:24 GMT 2011  Olly Betts <olly@survex.com>
1010
1011        * src/log.cc,src/log.h: Fix to build with wx 2.9.2.
1012
[5e61108]1013Tue Nov 01 18:15:20 GMT 2011  Olly Betts <olly@survex.com>
1014
1015        * src/export.cc: Fix to build with wx 2.9.2.
1016
[24ff389]1017Tue Nov 01 18:14:13 GMT 2011  Olly Betts <olly@survex.com>
1018
1019        * src/aboutdlg.cc: Fix code conditionally used on 2.9.2 and later to
1020          actually compile.
1021
[ee3e284]1022Tue Nov 01 18:12:42 GMT 2011  Olly Betts <olly@survex.com>
1023
1024        * src/gfxcore.cc: Fix how we pass on events from right-click menus of
1025          indicators.  The previous code seemed to work, but wasn't correct
1026          as highlighted by trying to build it with 2.9.2 which now refuses
1027          to build to avoid people getting this wrong.
1028
[df3e22fc]1029Tue Nov 01 18:11:55 GMT 2011  Olly Betts <olly@survex.com>
1030
1031        * src/aven.h: Need to forward declare class wxPageSetupDialogData for
1032          wx 2.9.2.
1033
[6f9b20d]1034Tue Nov 01 18:11:22 GMT 2011  Olly Betts <olly@survex.com>
1035
1036        * src/glbitmapfont.h: Fix to build with wx 2.9.2.
1037
[e144af3]1038Tue Nov 01 18:10:51 GMT 2011  Olly Betts <olly@survex.com>
1039
1040        * src/cavernlog.cc: Fix to build with wx 2.9.2.
1041
[18886d7]1042Tue Nov 01 18:06:12 GMT 2011  Olly Betts <olly@survex.com>
1043
1044        * lib/INSTALL.OSX,src/mainfrm.cc: Make the green colour used for
1045          entrances in the survey tree the same (slightly darker than
1046          before) green used for the entrance blobs.
1047
[19bbc1fc]1048Tue Nov 01 18:04:47 GMT 2011  Olly Betts <olly@survex.com>
1049
1050        * src/gla-gl.cc: Fix warning when building with wx2.9.2.
1051
[1b2e819]1052Tue Nov 01 12:32:30 GMT 2011  Olly Betts <olly@survex.com>
1053
1054        * src/printwx.cc: Fix Y coordinates of surface surveys on printouts.
1055          (Closes #32)
1056
[b93ab78]1057Sun Oct 23 06:20:14 GMT 2011  Olly Betts <olly@survex.com>
1058
1059        * lib/Info.plist.in: Remove spurious blank lines from licence text
1060          in OS X "Get Info".
1061
[5dafea4]1062Sat Oct 22 17:39:07 GMT 2011  Olly Betts <olly@survex.com>
1063
1064        * doc/TODO.htm: Opening dialogs while in full screen mode now works
1065          better in wxGTK.
1066
[34812da]1067Sat Oct 22 17:36:01 GMT 2011  Olly Betts <olly@survex.com>
1068
1069        * lib/INSTALL.OSX: Processing .svx files from aven now works.
1070
[2a4e8b7]1071Sat Oct 22 07:27:43 GMT 2011  Olly Betts <olly@survex.com>
1072
1073        * src/printwx.h: Update comment - Mac OS X does indeed provide its own
1074          preview menu.
1075
[89a1b72]1076Fri Oct 21 23:47:16 GMT 2011  Olly Betts <olly@survex.com>
1077
1078        * src/cavernlog.cc: Fix openiof .svx file when user clicks on cavern
1079          warning or error.
1080
[87aa9ce]1081Fri Oct 21 23:43:21 GMT 2011  Olly Betts <olly@survex.com>
1082
1083        * buildmacosx.sh: Include a hardlinked cavern alongside aven in
1084          the app so that processing .svx files in aven works.
1085
[6e9c396]1086Wed Oct 19 22:51:18 GMT 2011  Olly Betts <olly@survex.com>
1087
1088        * tests/diving.pos,tests/diving.svx: Add test coverage for interleaved
1089          diving data.
1090
[481300d]1091Wed Oct 19 13:04:25 GMT 2011  Olly Betts <olly@survex.com>
1092
1093        * tests/diving.pos,tests/diving.svx: Add testcase for diving data
1094          with topofil-style distance.
1095
[aea38b0]1096Wed Oct 12 03:45:13 GMT 2011  Olly Betts <olly@survex.com>
1097
1098        * src/aboutdlg.cc: Report the version of the library we're actually
1099          running with if built against wx >= 2.9.2.  Make it clear that the
1100          the version reported is the version built with for wx < 2.9.2.
1101
[d4d6909]1102Wed Oct 12 03:06:05 GMT 2011  Olly Betts <olly@survex.com>
1103
1104        * lib/make-pixel-font,src/glbitmapfont.cc,src/glbitmapfont.h: Space the
1105          glyphs to leave a one pixel gap either side of each one (so two
1106          between adjacent glyphs).  Mostly this reduces the horizontal width,
1107          but it adds a pixel for characters like "m" and two in a few cases.
1108
[36b4cd7]1109Fri Oct 07 07:20:55 GMT 2011  Olly Betts <olly@survex.com>
1110
1111        * src/glbitmapfont.cc,src/glbitmapfont.h: Support plotting Unicode
1112          character points > 256 on the survey pane by lazily loading the
1113          data for them from the font file and plotting them with a direct
1114          call to glBitmap() rather than using a display list.
1115
[4a6569a]1116Fri Oct 07 04:09:58 GMT 2011  Olly Betts <olly@survex.com>
1117
1118        * lib/make-pixel-font: Fix .pixelfont file to correctly handle
1119          characters wider than 8 pixels when run on a little-endian platform.
1120
[53f8a93]1121Thu Oct 06 13:23:05 GMT 2011  Olly Betts <olly@survex.com>
1122
1123        * NEWS: Another update for 1.2.2.
1124
[d2cc100]1125Thu Oct 06 13:21:20 GMT 2011  Olly Betts <olly@survex.com>
1126
1127        * src/gfxcore.cc: Fix grid not to disappear when blobs are turned on
1128          if blobs are drawn using lines.
1129
[94960ad]1130Thu Oct 06 13:17:19 GMT 2011  Olly Betts <olly@survex.com>
1131
1132        * NEWS,configure.in: Update for 1.2.2.
1133
[6ca9f08]1134Thu Oct 06 12:11:20 GMT 2011  Olly Betts <olly@survex.com>
1135
1136        * src/printwx.cc: Fix to calculate the scale required for "One page"
1137          right before we calculate how many pages are required, so we don't
1138          end up something other than 1x1 being shown when the user changes
1139          settings.
1140
[a9496057]1141Thu Oct 06 12:07:10 GMT 2011  Olly Betts <olly@survex.com>
1142
1143        * src/avenprcore.cc: The info box is now always 30mm high (if present)
1144          so update the code which picks a scale and which decides how many
1145          pages are required to use this height.
1146
[e16e63c]1147Thu Oct 06 11:34:51 GMT 2011  Olly Betts <olly@survex.com>
1148
1149        * src/printwx.h: SomethingChanged() method doesn't need to be public,
1150          so make it private.
1151
[c930b7f]1152Thu Oct 06 04:13:24 GMT 2011  Olly Betts <olly@survex.com>
1153
1154        * src/gettexttomsg.pl: Update for the message.txt -> codes.po change.
1155
[0a2aab8]1156Thu Oct 06 03:01:45 GMT 2011  Olly Betts <olly@survex.com>
1157
1158        * src/gfxcore.cc: Passage tubes can stick out above the highest survey
1159          station or below the lowest, so clamp the value used to calculate
1160          the colour in these cases, like we already do elsewhere.
1161
[2ba3882]1162Thu Oct 06 02:52:13 GMT 2011  Olly Betts <olly@survex.com>
1163
1164        * src/gfxcore.cc: Avoid a different assertion failure due to rounding
1165          differences.
1166
[a1614eb]1167Thu Oct 06 02:49:03 GMT 2011  Olly Betts <olly@survex.com>
1168
1169        * src/glbitmapfont.cc,src/glbitmapfont.h: Actually add the new
1170          glBitmap-based font code.
1171
[5b1cffa]1172Thu Oct 06 02:36:47 GMT 2011  Olly Betts <olly@survex.com>
1173
1174        * survex.iss.in: Update for font changes.
1175
[1aa3fb7]1176Thu Oct 06 02:35:41 GMT 2011  Olly Betts <olly@survex.com>
1177
1178        * Makefile.am,buildmacosx.sh,lib/Makefile.am,lib/afm2txf.pl,
1179          lib/make-pixel-font,src/: Replace the textured-mapped font drawing
1180          with an approach based on glBitmap.  This doesn't suffer from the
1181          character alignment issues which the textured-mapped fonts had,
1182          and is actually significantly faster on some machines.  The current
1183          font used is (mostly) fixed-width, but this isn't an inherent
1184          limitation - it was just the easiest font data to convert to a
1185          usable format.
1186
[6027220]1187Wed Oct 05 13:49:15 GMT 2011  Olly Betts <olly@survex.com>
1188
1189        * src/gfxcore.cc: Avoid assertion failure due to rounding differences.
1190
[5b427c0]1191Wed Oct 05 08:19:46 GMT 2011  Olly Betts <olly@survex.com>
1192
1193        * src/printwx.cc: Fix not to pass wxString through varargs (issue
1194          introduced in the previous commit).
1195
[05ccca5]1196Tue Oct 04 04:49:19 GMT 2011  Olly Betts <olly@survex.com>
1197
1198        * src/printwx.cc: Use degree sign from message file rather than a
1199          literal one.
1200
[79da3b4]1201Tue Oct 04 04:08:57 GMT 2011  Olly Betts <olly@survex.com>
1202
1203        * src/message.c: If degree sign isn't available, transliterate it to
1204          'dg' rather than skipping it.
1205
[4d2301e]1206Tue Oct 04 03:59:29 GMT 2011  Olly Betts <olly@survex.com>
1207
1208        * lib/codes.po,src/gfxcore.cc,src/mainfrm.cc: Fix message code 344
1209          which should have been a degree sign but got lost in the format
1210          change for 1.2.0 and then got reassigned in 1.2.1.  Externally, this
1211          means that bearing in the status bar now have a degree sign after
1212          them if they are in degrees rather than nothing (1.2.0) or "&Hide
1213          Compass" (1.2.1).
1214
[9704252]1215Tue Oct 04 02:55:11 GMT 2011  Olly Betts <olly@survex.com>
1216
1217        * NEWS,configure.in: Update for 1.2.1.
1218
[7ff41b0]1219Tue Oct 04 02:45:47 GMT 2011  Olly Betts <olly@survex.com>
1220
1221        * src/Makefile.am: Don't ship the removed hand_mask.xpm.
1222
[4dc4384]1223Tue Oct 04 02:44:37 GMT 2011  Olly Betts <olly@survex.com>
1224
1225        * src/gfxcore.cc: Sort out inverted cursor mask on __WXMSW__.
1226        * src/hand.xbm: Invert the dragging hand cursor black vs white so it
1227          better matches the other cursors.
1228
[13da582]1229Mon Oct 03 23:42:00 GMT 2011  Olly Betts <olly@survex.com>
1230
1231        * src/printwx.cc: Add back svxPrintout methods GetPageInfo() and
1232          HasPage() which are actually virtual methods called by the parent
1233          class.
1234
[49e89e9]1235Mon Oct 03 02:40:56 GMT 2011  Olly Betts <olly@survex.com>
1236
1237        * lib/Makefile.am: Fix check of .po files not to create messages.mo.
1238
[d9b5fc64]1239Mon Oct 03 02:22:55 GMT 2011  Olly Betts <olly@survex.com>
1240
1241        * lib/Makefile.am: Fix new translation checking rules to work in a
1242          VPATH build.
1243
[645cc77]1244Mon Oct 03 02:12:23 GMT 2011  Olly Betts <olly@survex.com>
1245
1246        * lib/de.po,lib/de_CH.po,lib/sk.po: Fix classes menu accelerators.
1247
[bcb68d3]1248Mon Oct 03 02:00:38 GMT 2011  Olly Betts <olly@survex.com>
1249
1250        * lib/en_US.po: Fix problem with translation of new message.
1251
[e3c58c3]1252Mon Oct 03 00:50:52 GMT 2011  Olly Betts <olly@survex.com>
1253
1254        * NEWS: Update from ChangeLog.
1255
[8a78ca1b]1256Sun Oct 02 20:25:01 GMT 2011  Olly Betts <olly@survex.com>
1257
1258        * lib/,src/printwx.cc: Add mnemonics to the "Plan" and "Elevation"
1259          buttons in the print dialog.
1260
[f53c830]1261Sun Oct 02 12:17:34 GMT 2011  Olly Betts <olly@survex.com>
1262
1263        * src/guicontrol.cc: Try processing F11 explicitly for __WXMAC__ to
1264          avoiding getting stuck in full screen mode forever.
1265
[7a57dc7]1266Sun Oct 02 12:01:25 GMT 2011  Olly Betts <olly@survex.com>
1267
1268        * src/: Make the sign of the tilt angle for printouts consistent with
1269          the sign in the UI.
1270
[995cf6a]1271Sun Oct 02 10:00:08 GMT 2011  Olly Betts <olly@survex.com>
1272
1273        * lib/codes.po,lib/en_US.po,src/printwx.cc: On printouts, combine the
1274          "Plan View"/"Elevation" info box field with the field which gives
1275          the bearing and reduce the height on the info box by the removed
1276          field, so it's now 3cm for plans and elevations, as for extended
1277          elevations.  Report the tilt angle for tilted elevations which it
1278          seems has been missing for ages (it's not in recent 1.0.x either).
1279
[100af22]1280Sat Oct 01 12:28:35 GMT 2011  Olly Betts <olly@survex.com>
1281
1282        * src/printwx.cc: Fix commented message in source.
1283
[1e993bc]1284Sat Oct 01 12:11:37 GMT 2011  Olly Betts <olly@survex.com>
1285
1286        * src/printwx.h: svxPrintDlg members don't need to be protected, so
1287          make the private.
1288
[102ba1d]1289Sat Oct 01 11:28:34 GMT 2011  Olly Betts <olly@survex.com>
1290
1291        * src/printwx.cc,src/printwx.h: When in plan view disable the "Plan"
1292          button, and similarly for the "Elevation" button.
1293
[3d3a91c]1294Sat Oct 01 11:20:03 GMT 2011  Olly Betts <olly@survex.com>
1295
1296        * src/printwx.cc: Remove more unused methods and members.
1297
[140b675]1298Sat Oct 01 10:48:24 GMT 2011  Olly Betts <olly@survex.com>
1299
1300        * src/avenprcore.cc,src/printwx.cc,src/printwx.h: Eliminate some unused
1301          methods and member variables.
1302
[0f8ab4d]1303Sat Oct 01 00:33:24 GMT 2011  Olly Betts <olly@survex.com>
1304
1305        * src/printwx.cc: Move the footer to start at the left side of the
1306          page.
1307
[ddd2afa8]1308Fri Sep 30 23:49:24 GMT 2011  Olly Betts <olly@survex.com>
1309
1310        * src/printwx.cc:svxPrintout::ShowPage() is an empty method, so just
1311          remove it and all the code to calculate values to pass to it and
1312          then call it.  This is just a left-over from the 1.0 printing code.
1313
[6d1bc83]1314Fri Sep 30 13:40:29 GMT 2011  Olly Betts <olly@survex.com>
1315
1316        * src/aven.cc,src/gfxcore.cc,src/mainfrm.cc: Use standard C++ true and
1317          false instead of wx aliases TRUE and FALSE (which even wx seems to
1318          have shifted away from using now).
1319
[f6dff8b]1320Fri Sep 30 13:33:37 GMT 2011  Olly Betts <olly@survex.com>
1321
1322        * src/printwx.cc: Tweak exact positioning of text to look nicer.
1323
[7a0710c]1324Fri Sep 30 03:49:16 GMT 2011  Olly Betts <olly@survex.com>
1325
1326        * INSTALL: Mention building wxWidgets with --enable-unicode.  Mention
1327          using sudo for the install.  Capitalise Survex when talking about
1328          the package.
1329        + doc/manual.sgml: Replace building from source instructions with a
1330          pointer to the clearer instructions in INSTALL.  Make it clear that
1331          installing with administrator rights applies to NT, 2000, XP *or
1332          newer*.
1333
[ff5db1d5]1334Fri Sep 30 03:31:00 GMT 2011  Olly Betts <olly@survex.com>
1335
1336        * src/guicontrol.cc: Don't disable a colour by option unless there's
1337          no survey loaded.  It feels inconsistent now we are showing a key
1338          even when there's no "interesting" data.
1339
[fcc3741]1340Fri Sep 30 03:28:59 GMT 2011  Olly Betts <olly@survex.com>
1341
1342        * src/gfxcore.cc,src/gfxcore.h: The different colour keys get cached
1343          so switching back to one that's already been shown for the current
1344          survey doesn't redraw it and key_lowerleft wasn't getting updated.
1345          We now track key_lowerleft for each key type separately.
1346
[62c5fc6]1347Fri Sep 30 02:48:00 GMT 2011  Olly Betts <olly@survex.com>
1348
1349        * src/gfxcore.cc: If "Colour by X" is selected, always show the colour
1350          key, even if it only contains one colour, or just the entry for
1351          white.
1352
[2a9d2fa]1353Thu Sep 29 22:33:06 GMT 2011  Olly Betts <olly@survex.com>
1354
1355        * src/gfxcore.cc: Don't segfault on a flat survey.  Fix incorrect
1356          addition and corresponding subtraction of GetDepthExtent() when
1357          calculating splits over depth band boundaries.
1358
[70acad9]1359Thu Sep 29 21:56:19 GMT 2011  Olly Betts <olly@survex.com>
1360
1361        * src/gfxcore.cc,src/gla.h: Fix zoom in limit to be the same distance
1362          regardless of the extent of the survey.
1363
[3585243]1364Thu Sep 29 20:57:41 GMT 2011  Olly Betts <olly@survex.com>
1365
1366        * src/gfxcore.cc: Now that we don't have the key background, just
1367          remove KEY_MARGIN entirely.
1368
[2779338f]1369Thu Sep 29 20:37:09 GMT 2011  Olly Betts <olly@survex.com>
1370
1371        * src/gfxcore.cc: Remove the dark grey background from the colour key
1372          and just put a single pixel black border around the colours.  This
1373          is more in keeping with the other controls, and means the colours
1374          are now on a black background so more visually similar to the survey
1375          legs.
1376
[457da16]1377Thu Sep 29 13:02:22 GMT 2011  Olly Betts <olly@survex.com>
1378
1379        * src/mainfrm.cc: Fall back to ISO8859-1 if CP1252 fails to convert the
1380          string.
1381
[db0eaf4]1382Thu Sep 29 12:22:34 GMT 2011  Olly Betts <olly@survex.com>
1383
1384        * src/gfxcore.cc: Upon loading a survey which lacks the information for
1385          the current "Colour by" mode, don't change to "Colour by none" - we
1386          already do no colouring and hide the key when there's nothing to
1387          colour by, and it's annoying to have the actual mode changed if you
1388          then load a survey which does have the information to colour by.
1389
[62da267]1390Thu Sep 29 12:20:07 GMT 2011  Olly Betts <olly@survex.com>
1391
1392        * src/gfxcore.cc: Rename COLOUR_KEY_* constants to KEY_*.
1393
[40c38bb]1394Thu Sep 29 10:16:30 GMT 2011  Olly Betts <olly@survex.com>
1395
1396        * src/gfxcore.cc: Make COLOUR_KEY_OFFSET_X and COLOUR_KEY_OFFSET_Y the
1397          actual offsets, rather than taking COLOUR_KEY_MARGIN off them.
1398
[92a97f3]1399Thu Sep 29 05:08:20 GMT 2011  Olly Betts <olly@survex.com>
1400
1401        * src/mainfrm.cc: Fix tooltip for open to say "survey file" not "3D
1402          file".
1403
[d43fa84]1404Thu Sep 29 05:03:37 GMT 2011  Olly Betts <olly@survex.com>
1405
1406        * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Add right click menu to
1407          the colour key too.
1408
[6cfc88c]1409Wed Sep 28 14:47:15 GMT 2011  Olly Betts <olly@survex.com>
1410
1411        * lib/afm2txf.pl: Add a kludge to prefer to round values up when
1412          generating the .txf file which empirically results in better
1413          horizontal spacing (this should be fixed properly, but this is
1414          at least an easy improvement for now).
1415
[83027cc]1416Wed Sep 28 14:00:14 GMT 2011  Olly Betts <olly@survex.com>
1417
1418        * lib/afm2txf.pl: Rather than special-casing the character with
1419          PostScript name 'space', just omit characters with zero width and
1420          height from the texture.
1421
[e9bd0467]1422Wed Sep 28 12:41:42 GMT 2011  Olly Betts <olly@survex.com>
1423
1424        * lib/afm2txf.pl: Put the digits first in the font texture to help
1425          ensure they are all on the same line and will exactly align
1426          vertically when rendered - a slight discrepancy here is particularly
1427          visible in the colour key legends and compass bearing.
1428
[b35c4bc]1429Wed Sep 28 12:30:03 GMT 2011  Olly Betts <olly@survex.com>
1430
1431        * lib/Makefile.am: Regenerate aven.txf if the script which generates it
1432          has been modified.
1433
[64ba8bb]1434Wed Sep 28 11:15:08 GMT 2011  Olly Betts <olly@survex.com>
1435
1436        * lib/afm2txf.pl: Fix handling of PostScript character names which are
1437          used by more than one Unicode value ("space" and "hyphen" are the
1438          current examples).  This fixes the colour key for date to have dashes
1439          in the dates.  Fix not to bother writing empty space into the texture
1440          map for spaces - just set width and height to 0 and skip to the
1441          width.
1442        * src/fnt.cc: Remove special case kludge for if space isn't defined,
1443          which is no longer needed thanks to the above fix.
1444
[8011e0c]1445Wed Sep 28 10:19:07 GMT 2011  Olly Betts <olly@survex.com>
1446
1447        * lib/,src/printwx.cc: Fix mixed up messages - the print dialog now
1448          says "View" on the left subgroup of controls. Improve the display of
1449          the bearing on printouts.  Add message for "Colour &Key" to
1450          translations.
1451
[f891a0c]1452Wed Sep 28 02:02:09 GMT 2011  Olly Betts <olly@survex.com>
1453
1454        * src/aven.cc: Fix #ifdef to #if in previous change.
1455
[495cd3e]1456Wed Sep 28 01:09:09 GMT 2011  Olly Betts <olly@survex.com>
1457
1458        * src/aven.cc: Fix for non-Unicode build.
1459
[26eb201]1460Mon Sep 26 12:25:59 GMT 2011  Olly Betts <olly@survex.com>
1461
1462        * src/export.cc: PLT file output now handles spaces and control
1463          characters in station names by escaping them with '%' as in URLs.
1464
[4024a58]1465Mon Sep 26 11:58:05 GMT 2011  Olly Betts <olly@survex.com>
1466
1467        * src/aventreectrl.cc: Improve comment about WXK_PRIOR and WXK_NEXT.
1468
[0e8a082]1469Mon Sep 26 11:51:01 GMT 2011  Olly Betts <olly@survex.com>
1470
1471        * src/aventreectrl.cc: Pressing "Enter" on a station in the tree
1472          control now centres the view on that station.
1473
[c6d5c1c]1474Mon Sep 26 11:42:17 GMT 2011  Olly Betts <olly@survex.com>
1475
1476        * src/gfxcore.h,src/guicontrol.cc: Pressing "F5" forces all GLAList
1477          objects to be invalidated and then forces a refresh of the display.
1478          This is intended as a debugging aid - if pressing F5 changes the
1479          display at all then there's a missing case where a list should
1480          have been invalidated.
1481
[90430f2]1482Mon Sep 26 11:35:29 GMT 2011  Olly Betts <olly@survex.com>
1483
1484        * src/: Push survey pane size tracking down into GLACanvas, and
1485          automatically track which lists should be invalidated on a
1486          changes in the width or the height of the pane.
1487
[242f48f5]1488Mon Sep 26 10:44:22 GMT 2011  Olly Betts <olly@survex.com>
1489
1490        * src/gla-gl.cc,src/gla.h: Move GLAList flags out of the header as they
1491          are internal details.
1492
[9c37beb]1493Mon Sep 26 10:42:50 GMT 2011  Olly Betts <olly@survex.com>
1494
1495        * src/gfxcore.cc,src/gfxcore.h: Cache the scale bar in a GLAList since
1496          it often gets redrawn exactly the same - for example, when rotating,
1497          panning, etc.
1498
[e2ea75a]1499Mon Sep 26 09:40:32 GMT 2011  Olly Betts <olly@survex.com>
1500
1501        * src/gfxcore.cc,src/gfxcore.h: More "colour key" related internal
1502          nomenclature changes.
1503
[7cdb1c3]1504Mon Sep 26 09:34:01 GMT 2011  Olly Betts <olly@survex.com>
1505
1506        * src/gfxcore.cc,src/gfxcore.h: Factor out the code to draw the colour
1507          key into DrawColourKey().
1508
[250025f]1509Mon Sep 26 04:23:10 GMT 2011  Olly Betts <olly@survex.com>
1510
1511        * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_Y by moving the point where
1512          we plot the key rather than including it in the calculations of the
1513          key's coordinates.
1514
[1b164a0]1515Mon Sep 26 04:17:16 GMT 2011  Olly Betts <olly@survex.com>
1516
1517        * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_X by moving the point where
1518          we plot the key rather than including it in the calculations of the
1519          key's coordinates.
1520
[5f50488]1521Sat Sep 24 13:15:22 GMT 2011  Olly Betts <olly@survex.com>
1522
1523        * src/gfxcore.cc: Increase scale bar maximum width from 65% of the
1524          window width to 75% as it was in 1.0.x, but if that would overlap
1525          the clino then reduce it down until it reaches 50%.  Allow zooming
1526          in a little further to match what was possible in 1.0.x.  (ticket#23)
1527
[78f02e48]1528Sat Sep 24 12:45:04 GMT 2011  Olly Betts <olly@survex.com>
1529
1530        * doc/TODO.htm: Update (--help messages can now be translated).
1531
[6cd4aab]1532Sat Sep 24 12:21:45 GMT 2011  Olly Betts <olly@survex.com>
1533
1534        * doc/TODO.htm: Note oddity with FullScreen and side panel.
1535
[4b0bbb0]1536Sat Sep 24 12:14:52 GMT 2011  Olly Betts <olly@survex.com>
1537
1538        * src/mainfrm.h: We don't need the "un-fullscreen to show dialog" hack
1539          with recent wxGTK.  Also, there's no reason to think we need it for
1540          other platforms (it was enabled everywhere except Microsoft Windows
1541          before).
1542
[03e2031]1543Sat Sep 24 10:42:29 GMT 2011  Olly Betts <olly@survex.com>
1544
1545        * src/printwx.cc: "delete foo;" not "delete(foo);"
1546
[81f1266]1547Sat Sep 24 10:41:00 GMT 2011  Olly Betts <olly@survex.com>
1548
1549        * src/aven.cc,src/gfxcore.cc: No point checking for NULL before calling
1550          delete.
1551
[69cacd1]1552Sat Sep 24 10:18:22 GMT 2011  Olly Betts <olly@survex.com>
1553
1554        * src/: Remove empty destructors.
1555
[f9ca87c]1556Sat Sep 24 06:43:33 GMT 2011  Olly Betts <olly@survex.com>
1557
1558        * doc/TODO.htm,src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate the
1559          last few OpenGL calls from gfxcore.cc.
1560
[f336ab9]1561Sat Sep 24 06:32:02 GMT 2011  Olly Betts <olly@survex.com>
1562
1563        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: New type GLATexCoord to avoid
1564          using GLint outside of the OpenGL-specific code.
1565
[b839829]1566Sat Sep 24 06:08:13 GMT 2011  Olly Betts <olly@survex.com>
1567
1568        * src/: Move glTexCoord2i() calls out of gfxcore.cc and into gla-gl.cc.
1569          Use BeginQuadrilaterals() rather than BeginPolygon() when the shape
1570          will definitely have 4 sides.
1571         
[11c594a]1572Sat Sep 24 02:09:48 GMT 2011  Olly Betts <olly@survex.com>
1573
1574        * src/gfxcore.h,src/guicontrol.cc: Disable "View North" when we're
1575          already viewing North, and similarly for other compass points.
1576
[85ed935]1577Sat Sep 24 01:57:06 GMT 2011  Olly Betts <olly@survex.com>
1578
1579        * doc/TODO.htm: Update.
1580
[97ea48d]1581Fri Sep 23 15:38:36 GMT 2011  Olly Betts <olly@survex.com>
1582
1583        * doc/aven.sgml,lib/codes.po,src/: Rename the "depth bar" to "colour
1584          key", which better describes it now that it might show dates or
1585          errors.
1586
[843ee7b]1587Fri Sep 23 15:19:33 GMT 2011  Olly Betts <olly@survex.com>
1588
1589        * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Fix the conditions
1590          under which colour by date can be enabled to fully match what we
1591          now intend.
1592
[2043961]1593Fri Sep 23 15:04:35 GMT 2011  Olly Betts <olly@survex.com>
1594
1595        * src/gfxcore.cc,src/mainfrm.cc: Enable "colour by date" if there are
1596          any surveys with date information.  Move the "Undated" / "Not in
1597          loop" entry down a little to improve the appearance.  Make each
1598          entry in the colour keys a pixel taller so it's an even number of
1599          pixels and will divide by two exactly.
1600
[a09d4fa]1601Fri Sep 23 14:59:33 GMT 2011  Olly Betts <olly@survex.com>
1602
1603        * src/fnt.cc: Remove "*1.25" fudge factor from font size for texture
1604          mapped fonts.
1605
[2fe9d6d]1606Fri Sep 23 12:44:18 GMT 2011  Olly Betts <olly@survex.com>
1607
1608        * lib/en_US.po: Update for new messages.
1609
[055bfc58]1610Fri Sep 23 12:41:16 GMT 2011  Olly Betts <olly@survex.com>
1611
1612        * src/gfxcore.cc: Expand context menu for compass to include "View
1613          North", etc;  Similarly add "Plan" and "Elevation" to clino context
1614          menu.
1615
[588ff16]1616Fri Sep 23 12:25:10 GMT 2011  Olly Betts <olly@survex.com>
1617
1618        * src/gla-gl.cc: Use += to make code clearer.
1619
[acdb8aa]1620Fri Sep 23 12:16:36 GMT 2011  Olly Betts <olly@survex.com>
1621
1622        * lib/codes.po,src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add
1623          pop-up menus for right clicks on scale bar, compass, and clino.
1624
[296b0138]1625Fri Sep 23 11:17:31 GMT 2011  Olly Betts <olly@survex.com>
1626
1627        * src/gfxcore.cc: Use HasRangeOfDates() consistently.
1628
[a6c5ffb]1629Thu Sep 22 23:56:06 GMT 2011  Olly Betts <olly@survex.com>
1630
1631        * src/gla-gl.cc: Add missing newline to OpenGL info when GLX info isn't
1632          reported.
1633
[034d04dc]1634Thu Sep 22 13:51:55 GMT 2011  Olly Betts <olly@survex.com>
1635
1636        * survex.spec.in: Man pages are no longer installed in /usr/man so
1637          no need to move them from there.  Package aven.svg.  Package
1638          files for vim support.  (Fixes from James Begley)
1639
[7196714]1640Thu Sep 22 12:45:58 GMT 2011  Olly Betts <olly@survex.com>
1641
1642        * lib/: Updates from launchpad.
1643
[1c6c300]1644Thu Sep 22 07:12:22 GMT 2011  Olly Betts <olly@survex.com>
1645
1646        * lib/: Update .po files from template.
1647
[f6d9ca9]1648Thu Sep 22 07:12:01 GMT 2011  Olly Betts <olly@survex.com>
1649
1650        * lib/codes.po: Improvements to "TRANSLATORS" comments.
1651
[eeb7320]1652Thu Sep 22 02:47:33 GMT 2011  Olly Betts <olly@survex.com>
1653
1654        * lib/Makefile.am: Add check that numeric codes haven't escaped into
1655          the translated .po files.
1656
[42a8819]1657Wed Sep 21 14:38:16 GMT 2011  Olly Betts <olly@survex.com>
1658
1659        * lib/es.po: Update with new msgids.
1660
[f6e0eba]1661Wed Sep 21 14:37:53 GMT 2011  Olly Betts <olly@survex.com>
1662
1663        * lib/en_US.po: Fix typo (doubled ").
1664
[4183e91]1665Wed Sep 21 14:37:14 GMT 2011  Olly Betts <olly@survex.com>
1666
1667        * lib/Makefile.am: Check format of .po files with msgfmt -c
1668          --check-accelerators.
1669
[186e2b9]1670Wed Sep 21 13:49:05 GMT 2011  Olly Betts <olly@survex.com>
1671
1672        * lib/en_US.po: Update en_US translation.
1673
[ecff0b8a]1674Wed Sep 21 13:47:36 GMT 2011  Olly Betts <olly@survex.com>
1675
1676        * lib/codes.po,src/cad3d.c: Tweak wording of a message.  Remove
1677          "unused" messages which have actually just been adapted slightly,
1678          add back a removed unused message, and mark an unused message as
1679          unused.
1680`
[857408e]1681Wed Sep 21 13:20:58 GMT 2011  Olly Betts <olly@survex.com>
1682
1683        * lib/codes.po,src/mainfrm.cc: Make more messages translatable.
1684
[d8dbdff]1685Wed Sep 21 12:53:02 GMT 2011  Olly Betts <olly@survex.com>
1686
1687        * lib/codes.po,src/: cmdline_set_syntax_message() now takes message
1688          numbers, plus an optional string argument.
1689
[b775443]1690Wed Sep 21 12:17:19 GMT 2011  Olly Betts <olly@survex.com>
1691
1692        * src/mainfrm.cc: Fix to set the correct filename on the root of the
1693          survey tree.
1694
[6e63fd3]1695Wed Sep 21 11:25:53 GMT 2011  Olly Betts <olly@survex.com>
1696
1697        * lib/codes.po,src/log.cc,src/mainfrm.cc,src/printwx.cc: Make more
1698          messages translatable.
1699
[fbc1d32]1700Wed Sep 21 07:30:28 GMT 2011  Olly Betts <olly@survex.com>
1701
1702        * lib/codes.po,src/dump3d.c,src/gfxcore.cc,src/mainfrm.cc: Make more
1703          messages translatable.  In the colour key for "colour by date",
1704          change "No info" to "Undated".
1705
[2341559]1706Wed Sep 21 04:20:52 GMT 2011  Olly Betts <olly@survex.com>
1707
1708        * lib/codes.po,src/cavernlog.cc: Allow the "Reprocess" button label in
1709          aven's cavern log window to be translated.
1710
[45af761]1711Wed Sep 21 04:07:29 GMT 2011  Olly Betts <olly@survex.com>
1712
1713        * lib/,src/: Extract all the help strings in --help output and make
1714          them available for translation.
1715
[1b1aaf4]1716Wed Sep 21 04:04:31 GMT 2011  Olly Betts <olly@survex.com>
1717
1718        * lib/Makefile.am: Check there are no duplicate message codes in
1719          codes.po as part of "make check".
1720
[aea4f8b]1721Wed Sep 21 02:29:21 GMT 2011  Olly Betts <olly@survex.com>
1722
1723        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate glReadPixels() call
1724          from src/gfxcore.cc.
1725
[d1870ef7]1726Wed Sep 21 02:28:21 GMT 2011  Olly Betts <olly@survex.com>
1727
1728        * lib/codes.po,lib/en_US.po,src/aboutdlg.cc: Make all strings in
1729          src/aboutdlg.cc translatable.
1730
[558779a]1731Wed Sep 21 01:56:15 GMT 2011  Olly Betts <olly@survex.com>
1732
1733        * doc/manual.sgml: Tweak text about Debian packages.
1734
[cc49471]1735Tue Sep 20 11:31:03 GMT 2011  Olly Betts <olly@survex.com>
1736
1737        * tests/: Update FSF address.
1738
[23e61de1]1739Tue Sep 20 11:28:50 GMT 2011  Olly Betts <olly@survex.com>
1740
1741        * lib/print.ini: Update reference to Survex 1.1; update FSF address.
1742
[2acbff0a]1743Tue Sep 20 06:43:56 GMT 2011  Olly Betts <olly@survex.com>
1744
1745        * src/img.c: Only define INT32_T if it isn't already defined (it will
1746          be for 1.0.x).
1747
[c964783]1748Tue Sep 20 06:43:23 GMT 2011  Olly Betts <olly@survex.com>
1749
1750        * src/cavern.c: Remove unused function left over from recent change to
1751          how coordinate ranges get reported.
1752
[991289b]1753Tue Sep 20 06:42:31 GMT 2011  Olly Betts <olly@survex.com>
1754
1755        * make_release: Use the URL field from svn info in the command we give
1756          to take this release rather than hard-coding the URL for trunk.
1757
[36316cb]1758Tue Sep 20 05:43:11 GMT 2011  Olly Betts <olly@survex.com>
1759
1760        * buildmacosx.sh: Building on 10.6 should work on 10.7, so update
1761          comment to more clearly reflect that.
1762
[aecd032]1763Tue Sep 20 05:39:50 GMT 2011  Olly Betts <olly@survex.com>
1764
1765        * lib/,src/cavern.c: Fix reporting of ranges of survey coordinates,
1766          which was broken by the message handling changes in 1.2.0.
1767
[7831cef]1768Tue Sep 20 04:30:14 GMT 2011  Olly Betts <olly@survex.com>
1769
1770        * configure.in,src/moviemaker.cc: Fix to build with FFmpeg library
1771          versions in Debian unstable, as well as those in Debian stable.
1772
[63621a7]1773Tue Sep 20 03:51:40 GMT 2011  Olly Betts <olly@survex.com>
1774
1775        * src/moviemaker.cc: Updates towards compatibility with newer FFmpeg
1776          libraries without breaking build with those in Debian stable.
1777
[696b35b]1778Tue Sep 20 03:41:58 GMT 2011  Olly Betts <olly@survex.com>
1779
1780        * src/avenprcore.h: Declare border as "struct border" rather than as a
1781          typedef to avoid a -Wshadow warning.
1782
[120c1c6]1783Tue Sep 20 00:15:07 GMT 2011  Olly Betts <olly@survex.com>
1784
1785        * NEWS: Perhaps the final update for 1.2.0.
1786
[95ed2ba]1787Tue Sep 20 00:09:42 GMT 2011  Olly Betts <olly@survex.com>
1788
1789        * lib/afm2txf.pl: Fix to correctly handle non-ASCII glyphs by using
1790          glyphshow in the generated PostScript code rather than relying on the
1791          numeric encoding order of the font to match Unicode (which doesn't
1792          generally seem to be the case).  Tweak to process files without
1793          slurping them all into memory where that's easy to do.
1794
[9062bef]1795Mon Sep 19 23:15:46 GMT 2011  Olly Betts <olly@survex.com>
1796
1797        * src/fnt.cc: Use FNT_MAXCHAR instead of literal 256.
1798
[f04ae51]1799Mon Sep 19 21:58:50 GMT 2011  Olly Betts <olly@survex.com>
1800
1801        * buildmacosx.sh: Revert CPP=cpp change - it's not required.  Revert to
1802          using wx 2.8.11 and 2.8.12 seems to fail to build.  Output of hdid
1803          can contain spaces as well as tabs (man page only documents tabs) so
1804          update regexps to take this into account.
1805
[cc83ec9]1806Mon Sep 19 11:52:50 GMT 2011  Olly Betts <olly@survex.com>
1807
1808        * buildmacosx.sh: Add comment noting that Xcode is probably required.
1809          Since wxWidgets only supports building for a single arch at a time,
1810          build for i386 by default, which should also work on x86_64.  Pass
1811          CPP=cpp to wxWidgets configure (not certain if this is actually
1812          needed, or was something tried on the way to discovering that only
1813          one -arch option can be passed).
1814
[65ceb41]1815Sun Sep 18 12:24:41 GMT 2011  Olly Betts <olly@survex.com>
1816
1817        * make_release: No need to force disabling of libavcodec for mingw - it
1818          gets automatically disable if not present.
1819
[eac4514]1820Sun Sep 18 12:23:39 GMT 2011  Olly Betts <olly@survex.com>
1821
1822        * src/moviemaker.cc: Fix disabling of libavcodec-using code when
1823          libavcodec isn't present.
1824
[4095cc0]1825Sun Sep 18 11:50:06 GMT 2011  Olly Betts <olly@survex.com>
1826
1827        * NEWS: Update 1.2.0 release date.
1828
[8a374af]1829Sun Sep 18 11:49:46 GMT 2011  Olly Betts <olly@survex.com>
1830
1831        * make_release: Disable use of libavcodec for mingw for now.
1832
[44ef5ec6]1833Sun Sep 18 02:51:52 GMT 2011  Olly Betts <olly@survex.com>
1834
1835        * make_release: Fix comment typo.
1836
[92037819]1837Sun Sep 18 02:50:30 GMT 2011  Olly Betts <olly@survex.com>
1838
1839        * doc/TODO.htm: Update in preparation for releasing 1.2.
1840
[90688f5]1841Sun Sep 18 02:49:53 GMT 2011  Olly Betts <olly@survex.com>
1842
1843        * src/gla-gl.cc: Only try to read the GLX version on platforms which
1844          use GLX.
1845
[fa8ae1e]1846Sun Sep 18 02:03:13 GMT 2011  Olly Betts <olly@survex.com>
1847
1848        * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
1849          EXTRA_DIST.
1850
[cba86532]1851Sun Sep 18 01:59:49 GMT 2011  Olly Betts <olly@survex.com>
1852
1853        * lib/Makefile.am: survex.keys.in will get shipped because it is
1854          used by AC_CONFIG_FILES so there's no need to list it explicitly
1855          in EXTRA_DIST.
1856
[c584ed2]1857Sun Sep 18 01:56:18 GMT 2011  Olly Betts <olly@survex.com>
1858
1859        * configure.in,lib/Makefile.am,lib/po-to-msg.pl: Fix .msg file
1860          generation to work when srcdir != builddir.  Drop the "dontextract"
1861          mechanism which automatically generates headers to allows building a
1862          version with translations for the messages for errors in loading the
1863          messages file, as it doesn't seem worth the effort to get it working
1864          again.  It's easy to write such a header by hand if you really want
1865          to do this.
1866
[9cfcb3f]1867Fri Sep 16 14:26:43 GMT 2011  Olly Betts <olly@survex.com>
1868
1869        * NEWS,configure.in: Update for 1.2.0.
1870
[f9b8a6b]1871Fri Sep 16 14:22:20 GMT 2011  Olly Betts <olly@survex.com>
1872
1873        * lib/icons/Makefile.am,lib/icons/aven.png,lib/icons/aven.svg: Add
1874          new version of aven icon, redrawn in SVG so it displays nicely at
1875          larger sizes.
1876
[4833448]1877Fri Sep 16 12:55:05 GMT 2011  Olly Betts <olly@survex.com>
1878
1879        * lib/codes.po,src/cavern.c: Add --3d-version option to allow the user
1880          to specify the version of the 3d format to output.  (ticket#21)
1881
[2bb17c9]1882Fri Sep 16 12:52:55 GMT 2011  Olly Betts <olly@survex.com>
1883
1884        * src/img.c,src/img.h: Make the highest and lowest valid values for
1885          img_output_version available in img.h as IMG_VERSION_MIN and
1886          IMG_VERSION_MAX.
1887
[a6e8d45]1888Fri Sep 16 05:49:12 GMT 2011  Olly Betts <olly@survex.com>
1889
1890        * src/aventreectrl.cc,src/guicontrol.cc,src/mainfrm.cc: Don't use
1891          deprecated members or methods of wxKeyEvent.
1892
[6001bc1]1893Fri Sep 16 03:36:54 GMT 2011  Olly Betts <olly@survex.com>
1894
1895        * lib/map.png: Remove scan of map which isn't used and we probably
1896          don't have rights to redistribute.
1897
[de402d4]1898Fri Sep 16 03:16:01 GMT 2011  Olly Betts <olly@survex.com>
1899
1900        * src/mainfrm.cc: If a label isn't valid UTF-8, treat it as CP1252 (the
1901          Microsoft superset of ISO8859-1).
1902
[b00a29a]1903Fri Sep 16 03:00:51 GMT 2011  Olly Betts <olly@survex.com>
1904
1905        * src/mainfrm.cc: Remove special handling for toggling "full screen"
1906          on wxGTK as it's no longer required with modern versions.
1907
[6b061db]1908Fri Sep 16 02:05:12 GMT 2011  Olly Betts <olly@survex.com>
1909
1910        * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Don't redraw the survey
1911          on every mouse movement in the survey pane unless the measuring line
1912          is (or just was) active.  (ticket #17)
1913
[293eec8]1914Thu Sep 15 03:58:59 GMT 2011  Olly Betts <olly@survex.com>
1915
1916        * src/aven.cc: Comment improvements.
1917
[deea763]1918Thu Sep 15 03:51:27 GMT 2011  Olly Betts <olly@survex.com>
1919
1920        * tests/smoke.tst: aven no longer requires an X display for --help or
1921          --version, so replace skip of this check with a check that this
1922          remains the case.
1923
[b4ac7007]1924Thu Sep 15 02:27:57 GMT 2011  Olly Betts <olly@survex.com>
1925
1926        * NEWS: Update from ChangeLog.
1927
[a26bab0]1928Thu Sep 15 02:11:28 GMT 2011  Olly Betts <olly@survex.com>
1929
1930        * lib/Makefile.am: Distribute codes.po.
1931
[d0a7bba]1932Thu Sep 15 02:08:35 GMT 2011  Olly Betts <olly@survex.com>
1933
1934        * configure.in,survex.spec.in: Default to installing docs into
1935          /usr/share/doc/survex rather than /usr/doc/survex.
1936
[e60254e]1937Wed Sep 14 01:57:45 GMT 2011  Olly Betts <olly@survex.com>
1938
1939        * src/mainfrm.cc: Fix another potential read beyond the end of a
1940          string.
1941
[17de0e2]1942Wed Sep 14 01:35:20 GMT 2011  Olly Betts <olly@survex.com>
1943
1944        * src/mainfrm.cc: Fix potential reading off end of string - fix from
1945          Stuart Bennett.
1946
[33c24dc]1947Wed Sep 14 00:33:16 GMT 2011  Olly Betts <olly@survex.com>
1948
1949        * lib/es.po: Update from launchpad.
1950
[d1c3d24]1951Tue Sep 13 22:05:59 GMT 2011  Olly Betts <olly@survex.com>
1952
1953        * buildmacosx.sh: Use wx 2.8.12.
1954
[c293aa9]1955Tue Sep 13 11:32:18 GMT 2011  Olly Betts <olly@survex.com>
1956
1957        * src/aven.cc,src/aven.h,src/gla-gl.cc: Explicitly request
1958          double-buffering, which seems to be needed for systems with GLX >=
1959          1.3.  Report GLX version and whether double-buffering is in use in
1960          the about dialog.
1961
[091069f]1962Sun Jun 19 11:19:51 GMT 2011  Olly Betts <olly@survex.com>
1963
1964        * src/: Try to report errors from generating movie more helpfully.
1965
[6ed625e]1966Fri Jun 17 06:33:38 GMT 2011  Olly Betts <olly@survex.com>
1967
1968        * src/moviemaker.cc: Eliminate use of deprecated function
1969          av_alloc_format_context().
1970
[fed3713]1971Fri Jun 17 06:32:50 GMT 2011  Olly Betts <olly@survex.com>
1972
1973        * src/moviemaker.cc: Simplify the loop to flip the image vertically.
1974
[9e516d0d]1975Fri Jun 17 06:17:20 GMT 2011  Olly Betts <olly@survex.com>
1976
1977        * configure.in,src/moviemaker.cc,src/moviemaker.h: Use libswscale to
1978          convert images to add to the video.  Movie export now working
1979          again!
1980
[d10d369]1981Fri Jun 17 06:16:46 GMT 2011  Olly Betts <olly@survex.com>
1982
1983        * src/gfxcore.cc: No need to specify true to PlayPres - that's the
1984          default.
1985
[0c6b06cb]1986Fri Jun 17 06:15:34 GMT 2011  Olly Betts <olly@survex.com>
1987
1988        * src/gfxcore.cc: Set the play speed to "x1" during video recording.
1989
[75d4a2b]1990Fri Jun 17 05:43:12 GMT 2011  Olly Betts <olly@survex.com>
1991
1992        * src/gfxcore.cc,src/gfxcore.h: Rename 'mpeg' member to 'movie'.
1993
[cc9e7a06]1994Fri Jun 17 04:30:12 GMT 2011  Olly Betts <olly@survex.com>
1995
1996        * configure.in,src/moviemaker.cc,src/moviemaker.h: Mostly update movie
1997          making code to work with current FFmpeg.  Still TODO: convert call
1998          to img_convert() to use sws_scale() - currently you just get an all
1999          green movie!
2000
[90a2e0f]2001Mon May 30 07:40:12 GMT 2011  Olly Betts <olly@survex.com>
2002
2003        * buildmacosx.sh: Fix URL for downloading wxWidgets tarball.
2004
[a8469bb]2005Sat May 28 12:39:11 GMT 2011  Olly Betts <olly@survex.com>
2006
2007        * buildmacosx.sh: Build for x86_64 as well as i386.
2008
[4a7c15ab]2009Sat May 28 06:14:09 GMT 2011  Olly Betts <olly@survex.com>
2010
2011        * buildmacosx.sh: Fix comment typo.
2012
[ab66f3c]2013Sat May 28 06:08:10 GMT 2011  Olly Betts <olly@survex.com>
2014
2015        * buildmacosx.sh: Don't assume the volume gets mounted on
2016          /Volumes/Survex as it won't be if that mount point is already in use.
2017
[42c7efe]2018Thu May 26 16:09:05 GMT 2011  Olly Betts <olly@survex.com>
2019
2020        * lib/codes.po,src/aven.cc,src/mainfrm.cc,src/mainfrm.h: Use more stock
2021          IDs.
2022
[de8488a6]2023Thu May 26 14:52:00 GMT 2011  Olly Betts <olly@survex.com>
2024
2025        * lib/,src/printwx.cc: Use stock wx button IDs wxID_PRINT and
2026          wxID_PREVIEW where appropriate.
2027
[ecf9c4c1]2028Thu May 26 14:47:52 GMT 2011  Olly Betts <olly@survex.com>
2029
2030        * lib/codes.po: Mark unused messages by commenting out with '#~'.
2031
[27928df]2032Thu May 26 14:34:29 GMT 2011  Olly Betts <olly@survex.com>
2033
2034        * src/printwx.h: Fix comment typo.
2035
[73b3388]2036Thu May 26 12:47:44 GMT 2011  Olly Betts <olly@survex.com>
2037
2038        * src/mainfrm.cc,src/printwx.cc: When using a standard wxID_xxx id with
2039          wxButton, use the implicit default label, as the wx documentation
2040          recommends.
2041
[6219279]2042Thu May 26 12:28:11 GMT 2011  Olly Betts <olly@survex.com>
2043
2044        * src/: Remove the unused preferences dialog code - we can easily
2045          fish it back out of SVN should we want it later, so no point
2046          having it sitting there making every checkout bigger.
2047
[04aa63b]2048Tue May 24 05:21:52 GMT 2011  Olly Betts <olly@survex.com>
2049
2050        * configure.in,doc/Makefile.am,doc/survex.1.in: Move survex man page to
2051          section 7 (since it isn't documenting an actual command).
2052
[6f340d9]2053Tue May 24 05:17:53 GMT 2011  Olly Betts <olly@survex.com>
2054
2055        * doc/Makefile.am: Write generated man page to a temporary file, then
2056          atomically rename, to avoid leaving an empty or partial man page
2057          behind if docbook-to-man dies (I managed to ship an empty cad3d.1 in
2058          1.1.16).
2059
[6cf04ff]2060Sat May 21 22:05:04 GMT 2011  Olly Betts <olly@survex.com>
2061
2062        * lib/fr.po: Fold in addition of accent from launchpad.
2063
[8fa7902]2064Sat May 21 22:04:31 GMT 2011  Olly Betts <olly@survex.com>
2065
2066        * lib/: Remove comments which are only relevant for other languages
2067          from .po files.  Add more clarifying comments.
2068
[7c0e6e3]2069Thu May 19 05:23:03 GMT 2011  Olly Betts <olly@survex.com>
2070
2071        * lib/messages.txt: Remove as no longer used.
2072
[d86459c]2073Wed May 18 09:06:19 GMT 2011  Olly Betts <olly@survex.com>
2074
2075        * lib/,src/mainfrm.cc,src/mainfrm.h: We now use .po and .pot files as
2076          the master format for storing translations in (rather than
2077          messages.txt), and then translate these into Survex's .msg format.
2078
[749a581]2079Wed May 18 08:37:01 GMT 2011  Olly Betts <olly@survex.com>
2080
2081        * lib/messages.txt: Fix variant en-us message which ought not be
2082          different.
2083
[7b12c6d]2084Wed May 18 05:50:07 GMT 2011  Olly Betts <olly@survex.com>
2085
2086        * make_release: Print out the commands needed to tag the release.
2087
[5311876]2088Tue May 17 01:24:59 GMT 2011  Olly Betts <olly@survex.com>
2089
2090        * lib/messages.txt,src/cavern.c: Drop "non-fatal" from the report of
2091          how many errors there were at the end of the run - it just confuses
2092          users - we won't even get here if there's a fatal error!
2093        * lib/messages.txt: Add missing translations of two "Export" variants
2094          for ca, sk, and ro.
2095
[ec8fd0d]2096Tue May 17 01:03:06 GMT 2011  Olly Betts <olly@survex.com>
2097
2098        * NEWS: Fix typo.
2099
[56980d4e]2100Mon May 16 22:18:53 GMT 2011  Olly Betts <olly@survex.com>
2101
2102        * buildmacosx.sh: Extract tarball quietly, and just say we're doing
2103          it.  Add missing quoting to variable expansions.
2104
[8f9b0b6d]2105Mon May 16 05:59:32 GMT 2011  Olly Betts <olly@survex.com>
2106
2107        * NEWS: Another pre-1.1.16 update.
2108
[c953a98]2109Mon May 16 05:54:30 GMT 2011  Olly Betts <olly@survex.com>
2110
2111        * Makefile.am: Include all the available wxstd.mo files into the
2112          Microsoft Windows installer, rather than trying to just include those
2113          which we have translations for.  This avoids having to maintain a
2114          list of which to include, and gives users translations of wxWidgets
2115          messages even if they don't get Survex messages translated.
2116
[85f3565]2117Mon May 16 05:53:49 GMT 2011  Olly Betts <olly@survex.com>
2118
2119        * doc/HACKING.htm: Update version of InnoSetup used.  Note the packages
2120          needed on Debian to build the Microsoft Windows installer.
2121
[6127c82]2122Mon May 16 05:22:03 GMT 2011  Olly Betts <olly@survex.com>
2123
2124        * doc/HACKING.htm: Note Debian packages to install for docs.
2125
[8fb44ec]2126Mon May 16 05:21:27 GMT 2011  Olly Betts <olly@survex.com>
2127
2128        * survex.iss.in: Add comment noting that AppVerName isn't required by
2129          newer InnoSetup.
2130
[ecdb631]2131Sun May 15 04:11:34 GMT 2011  Olly Betts <olly@survex.com>
2132
2133        * NEWS,configure.in: Update for 1.1.16.
2134
[ffe7b714]2135Sun May 15 03:44:17 GMT 2011  Olly Betts <olly@survex.com>
2136
2137        * lib/fixmsgs.pl: Update to fix UTF-8 rather than ISO8859-1.
2138
[f3f9b0e]2139Sun May 15 03:43:46 GMT 2011  Olly Betts <olly@survex.com>
2140
2141        * lib/named-entities.txt: Add hellip and rarr.
2142
[443edad]2143Sun May 15 03:39:02 GMT 2011  Olly Betts <olly@survex.com>
2144
2145        * lib/messages.txt: Fix clashing menu shortcuts from recent translation
2146          updates.
2147
[69490fa3]2148Sun May 15 03:20:50 GMT 2011  Olly Betts <olly@survex.com>
2149
2150        * src/message.c: 0x2026 (&hellip;): Handle for WINCP1252, and
2151          transliterate to '...' for charsets which don't have it.  0x2192
2152          (&rarr;): Transliterate to '->' for charsets which don't have it.
2153          Handle &Scaron;, &scaron;, &Zcaron;, &zcaron; for WINCP1252.
2154        * lib/messages.txt: Use '&rarr;' instead of '->' and '&hellip;' instead
2155          of '...'.
2156
[6010466]2157Sun May 15 02:59:42 GMT 2011  Olly Betts <olly@survex.com>
2158
2159        * lib/messages.txt: Fix literal accented characters.
2160
[6e618c7]2161Sun May 15 02:55:50 GMT 2011  Olly Betts <olly@survex.com>
2162
2163        * lib/messages.txt: Fold in de updates from launchpad.
2164
[01891b9]2165Sun May 15 02:36:02 GMT 2011  Olly Betts <olly@survex.com>
2166
2167        * lib/messages.txt: Fold in es updates from launchpad.
2168
[4667418]2169Sun May 15 02:19:45 GMT 2011  Olly Betts <olly@survex.com>
2170
2171        * lib/messages.txt: Fold in it updates from launchpad.
2172
[adc8304]2173Sun May 15 02:00:45 GMT 2011  Olly Betts <olly@survex.com>
2174
2175        * lib/messages.txt: Fold in pt-br updates from launchpad.
2176
[d3dd62e]2177Sun May 15 01:53:22 GMT 2011  Olly Betts <olly@survex.com>
2178
2179        * lib/messages.txt: Fold in pt updates from launchpad.
2180
[5c9f6c2]2181Mon Mar 14 01:58:10 GMT 2011  Olly Betts <olly@survex.com>
2182
2183        * configure.in: Link with -lGL, if it exists to support linking with
2184          gold or GNU ld --as-needed (Debian bug #615781).
2185
[97e9c02]2186Thu Mar 03 13:16:19 GMT 2011  Olly Betts <olly@survex.com>
2187
2188        * src/img.c: Fix code typo for IMG_API_VERSION == 0 case.
2189
[0c85b15b]2190Thu Mar 03 12:32:57 GMT 2011  Olly Betts <olly@survex.com>
2191
2192        * src/img.c: Fix typo in code used when IMG_HOSTED isn't defined.
2193
[0ed32e5]2194Wed Oct 20 09:53:56 GMT 2010  Olly Betts <olly@survex.com>
2195
2196        * lib/messages.txt: "Colour" -> "Color" in en-us.
2197
[66dd4ff9]2198Sun Oct 17 14:10:21 GMT 2010  Olly Betts <olly@survex.com>
2199
2200        * lib/messages.txt: Assorted comment improvements and tweaks.
2201
[029fdb4]2202Sat Oct 16 11:12:42 GMT 2010  Olly Betts <olly@survex.com>
2203
2204        * src/moviemaker.h: Remove unused <stdio.h>.  Shouldn't include
2205          <config.h> in headers, only sources.
2206
[5abd525]2207Sat Oct 16 10:13:10 GMT 2010  Olly Betts <olly@survex.com>
2208
2209        * doc/TODO.htm: Remove entries which have now been done.
2210
[4b9be72]2211Fri Oct 15 06:57:46 GMT 2010  Olly Betts <olly@survex.com>
2212
2213        * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
2214
[f5e3521]2215Fri Oct 15 05:48:09 GMT 2010  Olly Betts <olly@survex.com>
2216
2217        * NEWS: Final update fro 1.1.15.
2218
[53e12ee]2219Fri Oct 15 05:20:40 GMT 2010  Olly Betts <olly@survex.com>
2220
2221        * src/editwrap.c: Convert to use wide-character Unicode.
2222
[6baad4a]2223Fri Oct 15 05:20:04 GMT 2010  Olly Betts <olly@survex.com>
2224
2225        * src/cavernlog.cc: Fix to work on Microsoft Windows.
2226
[414cdd0]2227Thu Oct 14 22:50:09 GMT 2010  Olly Betts <olly@survex.com>
2228
2229        * tests/extend.tst: Enable eswap-break testcase now that diffpos is
2230          fixed.
2231
[9d20d33]2232Thu Oct 14 22:48:06 GMT 2010  Olly Betts <olly@survex.com>
2233
2234        * src/diffpos.c: Handle files with duplicate labels in better - extend
2235          generates duplicate labels when it breaks a loop.
2236
[d50594c]2237Wed Oct 13 15:39:04 GMT 2010  Olly Betts <olly@survex.com>
2238
2239        * make_release: -Dunix when running make distcheck with the
2240          preprocessor in C89 mode.
2241
[eafe1a3]2242Wed Oct 13 15:33:23 GMT 2010  Olly Betts <olly@survex.com>
2243
2244        * src/cavern.c: Fix C++ comment.
2245
[2d16e4e]2246Wed Oct 13 15:07:31 GMT 2010  Olly Betts <olly@survex.com>
2247
2248        * NEWS,configure.in: 1.1.15.
2249
[e02a6a6]2250Wed Oct 13 15:00:51 GMT 2010  Olly Betts <olly@survex.com>
2251
2252        * configure.in,src/: Define GETC() in config.h and use it everywhere.
2253          Similarly define PUTC() to use putc_unlocked() where available and
2254          use that everywhere too.
2255
[f175de2]2256Wed Oct 13 13:41:17 GMT 2010  Olly Betts <olly@survex.com>
2257
2258        * src/cavernlog.cc: Remove superfluous nested declaration.
2259
[9e50f755]2260Wed Oct 13 11:19:29 GMT 2010  Olly Betts <olly@survex.com>
2261
2262        * src/cavernlog.cc: mingw doesn't have _get_wpgmptr() so use the
2263          deprecated _wpgmptr instead.  mingw doesn't have errno_t so use int
2264          instead.
2265
[eff69a7]2266Wed Oct 13 10:49:18 GMT 2010  Olly Betts <olly@survex.com>
2267
2268        * src/cavernlog.cc: (Microsoft Windows) Quote for any meta characters,
2269          not just space.
2270
[a90632c]2271Wed Oct 13 10:27:38 GMT 2010  Olly Betts <olly@survex.com>
2272
2273        * src/cavernlog.cc: (Microsoft Windows) Use _get_wpgmptr() to get wide
2274          path to aven rather for running cavern.
2275
[19f2b4f]2276Thu Oct 07 22:38:43 GMT 2010  Olly Betts <olly@survex.com>
2277
2278        * src/datain.h,src/useful.c: Use getc_unlocked() if available.
2279
[36c4cf1]2280Thu Oct 07 14:25:13 GMT 2010  Olly Betts <olly@survex.com>
2281
2282        * src/mainfrm.cc: Use _wfopen() on Microsoft Windows when loading and
2283          saving presentations so that paths with non-Latin1 characters in can
2284          be processed.
2285
[0a85859]2286Thu Oct 07 12:52:22 GMT 2010  Olly Betts <olly@survex.com>
2287
2288        * configure.in,src/cavernlog.cc: Use getc_unlocked() if available.
2289
[1e2499c]2290Thu Oct 07 12:42:21 GMT 2010  Olly Betts <olly@survex.com>
2291
2292        * src/cavernlog.cc: Don't call Update() after every line, but only
2293          when we don't have data from cavern pending.  Hopefully addresses
2294          ticket#12.
2295
[d2980d2]2296Wed Oct 06 02:25:31 GMT 2010  Olly Betts <olly@survex.com>
2297
2298        * make_release: Never set CFLAGS or CXXFLAGS in the environment.
2299          Build mingw version in an unpacked source tree from the release
2300          tarball.
2301
[1d71195]2302Wed Oct 06 02:09:33 GMT 2010  Olly Betts <olly@survex.com>
2303
2304        * src/cavernlog.cc: Fix code indentation.
2305
[ffe7efe4]2306Wed Oct 06 02:08:38 GMT 2010  Olly Betts <olly@survex.com>
2307
2308        * src/cavernlog.cc: Revert to using mb_str() for popen() and system()
2309          on Unix.
2310
[fc364dc]2311Wed Oct 06 02:02:54 GMT 2010  Olly Betts <olly@survex.com>
2312
2313        * src/cavernlog.cc: Use _wpopen() and _wsystem() on Microsoft Windows
2314          so that paths with non-Latin1 characters in can be processed.
2315
[83e2433]2316Wed Oct 06 01:16:03 GMT 2010  Olly Betts <olly@survex.com>
2317
2318        * src/cavernlog.cc: Need to quote filenames with spaces in for
2319          Microsoft Windows.
2320
[b4dbba1]2321Wed Oct 06 00:54:44 GMT 2010  Olly Betts <olly@survex.com>
2322
2323        * lib/Makefile.am: Ship the extra .isl translation files for Innosetup.
2324
[c60cb16]2325Wed Oct 06 00:49:18 GMT 2010  Olly Betts <olly@survex.com>
2326
2327        * src/datain.c: Add missing include of date.h.
2328
[f351ea24]2329Wed Oct 06 00:48:28 GMT 2010  Olly Betts <olly@survex.com>
2330
2331        * src/date.c,src/date.h: Add files for date handling.
2332
[807f9dd]2333Tue Oct 05 12:48:19 GMT 2010  Olly Betts <olly@survex.com>
2334
2335        * src/gla-gl.cc,src/gla.h: Check whether blobs and crosses actually
2336          render correctly as points/point sprites, and if they don't, fall
2337          back to drawing them with lines.
2338
[fe075d7]2339Tue Oct 05 10:53:56 GMT 2010  Olly Betts <olly@survex.com>
2340
2341        * src/gla-gl.cc,src/gla.h: Cache the best method for drawing blobs
2342          and crosses, and recheck automatically if the graphics hardware
2343          or drivers are changed or upgraded.
2344
[226b599e]2345Mon Oct 04 11:18:22 GMT 2010  Olly Betts <olly@survex.com>
2346
2347        * src/gla-gl.cc: Add \n to commented out debug message.
2348
[1671258]2349Mon Oct 04 09:58:17 GMT 2010  Olly Betts <olly@survex.com>
2350
2351        * doc/index.htm.in,doc/manual.sgml,doc/survex.ent,lib/print.ini,
2352          src/printwx.cc,survex.iss.in: Use http://survex.com/ rather than
2353          http://www.survex.com/ - the former is the canonical name and
2354          www.survex.com just redirects.
2355
[52f67931]2356Mon Oct 04 09:46:24 GMT 2010  Olly Betts <olly@survex.com>
2357
2358        * src/mainfrm.cc: Don't offer "All files" wildcard in presentation save
2359          dialog.
2360
[12ec820]2361Mon Oct 04 08:19:40 GMT 2010  Olly Betts <olly@survex.com>
2362
2363        * src/gla-gl.cc: Pass GL_TRUE to OpenGL functions, rather than true.
2364
[f6d8375]2365Sun Oct 03 06:46:03 GMT 2010  Olly Betts <olly@survex.com>
2366
2367        * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Use double instead of Double
2368          in cases where the value isn't being passed to OpenGL.
2369
[bde8c9a]2370Sun Aug 22 13:30:54 GMT 2010  Olly Betts <olly@survex.com>
2371
2372        * src/gla-gl.cc: If we aren't using GL_POINTS for blobs, draw them
2373          using a series of abutting lines rather than with gluDisk which
2374          is faster and gives a consistent shape.
2375
[425a138]2376Sat Aug 21 14:33:54 GMT 2010  Olly Betts <olly@survex.com>
2377
2378        * src/gla-gl.cc: Fix another use of GL_POINT_SIZE_RANGE to
2379          GL_SMOOTH_POINT_SIZE_RANGE.
2380
[b6f9294]2381Sat Aug 21 14:30:56 GMT 2010  Olly Betts <olly@survex.com>
2382
2383        * src/gla-gl.cc: Fix non-USE_FNT case to work again (it's limited to
2384          ISO-8859-1 characters though).
2385
[04bf822]2386Sat Aug 21 13:31:17 GMT 2010  Olly Betts <olly@survex.com>
2387
2388        * src/gla-gl.cc: Use GL_SMOOTH_POINT_SIZE_RANGE and
2389          GL_SMOOTH_POINT_SIZE_GRANULARITY instead of GL_POINT_SIZE_RANGE and
2390          GL_POINT_SIZE_GRANULARITY (unless they aren't defined) as the latter
2391          two are deprecated in OpenGL >= 1.2.  If GL_ALIASED_POINT_SIZE_RANGE
2392          is available (OpenGL >= 1.2 again) then report its value in the
2393          about box.
2394
[1ee204e]2395Fri Aug 20 12:26:40 GMT 2010  Olly Betts <olly@survex.com>
2396
2397        * doc/3dformat.htm,lib/messages.txt,src/,tests/: New v7 of .3d format
2398          which stores survey dates as number of days since Jan 1st 1900, so
2399          we now support dates from 1900-2078 (rather than 1970-2037) with a
2400          smaller file size.  The img API is now versioned - you can select
2401          the new "version 1" by compiling with -DIMG_API_VERSION=1, which
2402          gives the survey dates in days in days1 and days2 instead of as
2403          time_t values in date1 and date2.  Fixes ticket#14.
2404
[00d94ee]2405Fri Aug 20 12:12:54 GMT 2010  Olly Betts <olly@survex.com>
2406
2407        * src/printwx.cc: Remove unused '#include <time.h>'.
2408
[82988f5]2409Fri Aug 20 12:10:55 GMT 2010  Olly Betts <olly@survex.com>
2410
2411        * src/avenprcore.cc: Remove unused '#include <time.h>'.
2412
[0965597]2413Fri Aug 20 10:10:05 GMT 2010  Olly Betts <olly@survex.com>
2414
2415        * src/export.cc: Explicit #include <time.h> for strftime().
2416
[576c27f]2417Wed Aug 18 13:59:30 GMT 2010  Olly Betts <olly@survex.com>
2418
2419        * src/osdepend.h: Remove workaround for DOS Turbo C compiler.
2420
[2032841]2421Wed Aug 18 02:03:39 GMT 2010  Olly Betts <olly@survex.com>
2422
2423        * buildmacosx.sh,configure.in,lib/Info.plist.in: Make buildmacosx.sh
2424          work.
2425
[025e84d]2426Tue Aug 17 01:43:24 GMT 2010  Olly Betts <olly@survex.com>
2427
2428        * src/gfxcore.h: "using svx::Point;" gives an error, so use a macro
2429          instead.
2430
[506769f]2431Wed Aug 04 03:27:22 GMT 2010  Olly Betts <olly@survex.com>
2432
2433        * src/img.c: Fix cast in get16() to be to short not long.
2434
[81e1aa4]2435Wed Aug 04 02:32:16 GMT 2010  Olly Betts <olly@survex.com>
2436
2437        * src/cavernlog.cc,src/cavernlog.h: "Rerun" -> "Reprocess" to follow
2438          terminology in manual, etc.  Fixes ticket#15.
2439
[e0c8f98]2440Wed Jul 28 17:06:49 GMT 2010  Olly Betts <olly@survex.com>
2441
2442        * tests/: Most tests weren't actually running and testcases (looks like
2443          a sh portability issue).  Fixed, and fortunately all tests still
2444          pass.
2445
[f9535d4]2446Mon Jul 26 12:30:43 GMT 2010  Olly Betts <olly@survex.com>
2447
2448        * doc/manual.sgml: Fix typo "of" -> "on".
2449
[f9473ab]2450Mon Jul 26 11:59:59 GMT 2010  Olly Betts <olly@survex.com>
2451
2452        * NEWS,configure.in: Update for 1.1.14.
2453
[7bdf66d]2454Mon Jul 26 11:53:01 GMT 2010  Olly Betts <olly@survex.com>
2455
2456        * lib/messages.txt,src/: Remove things we no longer need now we've
2457          dropped support for RISC OS and DOS.
2458
[175cac6]2459Mon Jul 26 11:19:40 GMT 2010  Olly Betts <olly@survex.com>
2460
2461        * src/cmdline.c: Remove reference to MSDOS.
2462
[9965b2b]2463Mon Jul 26 10:23:07 GMT 2010  Olly Betts <olly@survex.com>
2464
2465        * src/: Strip out "Far" and "Huge" which we no longer need now that
2466          DOS memory models are no longer relevant.
2467
[9e12d78]2468Mon Jul 26 09:57:37 GMT 2010  Olly Betts <olly@survex.com>
2469
2470        * configure.in: No need for AC_PROG_MAKE_SET when using automake.
2471
[5dd874a]2472Mon Jul 26 09:48:10 GMT 2010  Olly Betts <olly@survex.com>
2473
2474        * configure.in,src/useful.h: On little-endian architectures, make
2475          get16() and get32() inline functions, rather than macros which use
2476          a global variable.
2477
[7e5d688]2478Mon Jul 26 09:31:14 GMT 2010  Olly Betts <olly@survex.com>
2479
2480        * src/useful.c: Remove commented out code.
2481
[8c45eea]2482Mon Jul 26 09:19:19 GMT 2010  Olly Betts <olly@survex.com>
2483
2484        * configure.in,src/img.c,src/useful.c,src/useful.h: Use AC_TYPE_INT16_T
2485          and AC_TYPE_INT32_T instead of home-brew equivalents.
2486
[39aa1a0]2487Mon Jul 26 08:40:43 GMT 2010  Olly Betts <olly@survex.com>
2488
2489        * src/listpos.c: In "Station X referred to just once, with an explicit
2490          prefix - typo?" warning, give file and linenumber where the *equate
2491          occurred.
2492
[d40f787]2493Mon Jul 26 08:37:46 GMT 2010  Olly Betts <olly@survex.com>
2494
2495        * src/readval.c: Fix comment typo.
2496
[0d38f0e]2497Mon Jul 26 08:29:41 GMT 2010  Olly Betts <olly@survex.com>
2498
2499        * src/listpos.c: In "Station X referred to by *entrance or *export but
2500          never used" warning, give file and linenumber where the *entrance or
2501          *export occurred.
2502
[b23bcf0]2503Mon Jul 26 07:44:26 GMT 2010  Olly Betts <olly@survex.com>
2504
2505        * src/aventreectrl.cc: Fix double-click handling for survey tree on
2506          wxMSW >= 2.8.11.
2507
[ad3d0a2]2508Mon Jul 26 07:25:59 GMT 2010  Olly Betts <olly@survex.com>
2509
2510        * src/mainfrm.cc: Stop passing wxNO_FULL_REPAINT_ON_RESIZE as it is 0
2511          on all versions of wxWidgets we support (i.e. 2.6 and later).
2512
[318ac31]2513Mon Jul 26 07:21:35 GMT 2010  Olly Betts <olly@survex.com>
2514
2515        * INSTALL,src/: Restore compatibility with wxWidgets 2.6.
2516
[1edaf8d]2517Mon Jul 26 06:29:03 GMT 2010  Olly Betts <olly@survex.com>
2518
2519        * src/netskel.c: In "Unused fixed point" warning, give file and
2520          linenumber where the "*fix" occurred.
2521
[a07ee70]2522Mon Jul 26 06:24:35 GMT 2010  Olly Betts <olly@survex.com>
2523
2524        * src/cavernlog.cc: Fix highlighting of links in CavernLog window to
2525          highlight just <file>:<line> (and not the ': ' after), and to make
2526          the title for the terminal the warning/error message.  Make the
2527          checking stricter by checking that the linenumber is a number, to
2528          avoid false positives.
2529
[652b73b]2530Mon Jul 26 04:48:12 GMT 2010  Olly Betts <olly@survex.com>
2531
2532        * Revert this change, as it appears wxMotif does support wxGLCanvas:
2533        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
2534          is required by Aven in 1.1.x, so remove mention of Motif from manual.
2535
[fb5887c]2536Mon Jul 26 03:24:38 GMT 2010  Olly Betts <olly@survex.com>
2537
2538        * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as
2539          appropriate).  (Addition of "OK" button fixes ticket#13).  Fix up
2540          handling of splitter window to fix poor handling of various cases.
2541
[bc73093]2542Sun Jul 25 15:32:42 GMT 2010  Olly Betts <olly@survex.com>
2543
2544        * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading
2545          a file (and processing it first if necessary).
2546
[b0c416c]2547Sun Jul 25 07:20:05 GMT 2010  Olly Betts <olly@survex.com>
2548
2549        * src/cavernlog.h: Fix filename in comment at top.
2550
[77b8654]2551Sun Jul 25 07:17:20 GMT 2010  Olly Betts <olly@survex.com>
2552
2553        * src/cavernlog.cc: Don't double escape the contents of href and target
2554          in links in the log.
2555
[813919e]2556Sun Jul 25 06:32:24 GMT 2010  Olly Betts <olly@survex.com>
2557
2558        * src/cavernlog.cc: Remove commented out calls to set the input
2559          encoding of the HTML parser - we now always escape non-ASCII
2560          characters as HTML entities.
2561
[438c9ed]2562Fri Jul 23 14:15:25 GMT 2010  Olly Betts <olly@survex.com>
2563
2564        * src/cavernlog.h: Improve doc comment for process() method.
2565
[cca2ce1]2566Fri Jul 23 12:38:43 GMT 2010  Olly Betts <olly@survex.com>
2567
2568        * src/printwx.cc,src/printwx.h: Don't compile in the preview code when
2569          we disable the preview feature.
2570
[193efb1]2571Fri Jul 23 12:15:31 GMT 2010  Olly Betts <olly@survex.com>
2572
2573        * src/printwx.cc: The Gnome print dialog has its own preview window
2574          so suppress ours if using the Gnome one.
2575
[5297c43]2576Fri Jul 23 11:21:52 GMT 2010  Olly Betts <olly@survex.com>
2577
2578        * configure.in: Update the wx-config probing code - wxmac-config etc
2579          aren't present with newer wxWidgets versions.
2580
[b7510ee]2581Fri Jul 23 05:55:37 GMT 2010  Olly Betts <olly@survex.com>
2582
2583        * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG.  Update to
2584          use a Unicode build.  If building a private wx, use wx 2.8.11 not
2585          2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).
2586
[a75f5a1]2587Sat Jul 10 12:15:23 GMT 2010  Olly Betts <olly@survex.com>
2588
2589        * src/cavernlog.cc: Set the select timeout before calling wxYield()
2590          when waiting for output from cavern to 0.1s instead of 0.00001s to
2591          avoid yielding excessively on slower machines where this is likely
2592          to really slow things down.  Call Scroll() only once per line in
2593          the case where we are updating the scrollbar position.  Call
2594          Update() instead of wxYield() after each line, since that's enough
2595          to get the window updated.  Remove unused assignment "ch = left;"
2596          at end of loop.
2597
[9c0b089]2598Fri Jul 09 14:42:47 GMT 2010  Olly Betts <olly@survex.com>
2599
2600        * configure.in: Link aven with -lGLU which SuSE Linux needs.
2601
[72f1bb2]2602Fri Jul 09 14:31:39 GMT 2010  Olly Betts <olly@survex.com>
2603
2604        * src/mainfrm.cc: Highlight stations matching any current search when a
2605          file is loaded.  (ticket#9)
2606
[2d5edf4]2607Thu Jul 01 12:20:58 GMT 2010  Olly Betts <olly@survex.com>
2608
2609        * survex.iss.in: Clean up comments from over-enthusiastic search and
2610          replace which modified comments as well as code.
2611
[b38cd93]2612Thu Jul 01 10:15:06 GMT 2010  Olly Betts <olly@survex.com>
2613
2614        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
2615          with a "Point" class.
2616
[ecb7f9f]2617Thu Jul 01 10:10:45 GMT 2010  Olly Betts <olly@survex.com>
2618
2619        * src/Makefile.am: Remove FIXME which has already been resolved.
2620
[24fd5b7]2621Fri Jun 18 11:04:35 GMT 2010  Olly Betts <olly@survex.com>
2622
2623        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
2624          is required by Aven in 1.1.x, so remove mention of Motif from manual.
2625
[880b954]2626Fri Jun 18 03:03:55 GMT 2010  Olly Betts <olly@survex.com>
2627
2628        * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
2629          Correctly capitalise "GTK".
2630
[2bbfcec]2631Fri Jun 18 02:58:06 GMT 2010  Olly Betts <olly@survex.com>
2632
2633        * doc/manual.sgml: Note that on Linux we only regularly test builds
2634          with the GTK+ version (change taken from 1.0).
2635
[c88a040]2636Wed Jun 16 04:44:26 GMT 2010  Olly Betts <olly@survex.com>
2637
2638        * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
2639          version of the manual.
2640
[7e2f708]2641Wed Jun 16 02:59:48 GMT 2010  Olly Betts <olly@survex.com>
2642
2643        * configure.in: Only ask for core, gl, and html wx libs to avoid
2644          linking to a load of others we don't use.
2645
[4a320aa]2646Tue Jun 15 17:01:41 GMT 2010  Olly Betts <olly@survex.com>
2647
2648        * INSTALL: Update.
2649
[4056cdc]2650Tue Jun 15 16:53:28 GMT 2010  Olly Betts <olly@survex.com>
2651
2652        * src/aven.cc: Fix to work with wxWidgets 2.6 too.
2653
[94f7e41]2654Tue Jun 15 15:38:49 GMT 2010  Olly Betts <olly@survex.com>
2655
2656        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
2657          file updates from 1.0.39.1-4 Debian package.
2658
[7f24541]2659Tue Jun 15 14:40:04 GMT 2010  Olly Betts <olly@survex.com>
2660
2661        * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
2662
[e4bfd2f]2663Tue Jun 15 14:32:55 GMT 2010  Olly Betts <olly@survex.com>
2664
2665        * NEWS: Update from ChangeLog.
2666
[0fd6750]2667Tue Jun 15 14:09:29 GMT 2010  Olly Betts <olly@survex.com>
2668
2669        * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
2670          "alternative manual formats" zip file - people will generally just
2671          want one of them, so downloading several together isn't very useful.
2672          Replace PostScript version of manual with a PDF version (more
2673          compact and more people will have software to read PDF).  Don't
2674          generate RTF format by default as PDF is more useful if you want
2675          a formatted version to print.
2676
[018db6f]2677Tue Jun 15 13:36:30 GMT 2010  Olly Betts <olly@survex.com>
2678
2679        * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
2680          List" section.
2681
[3554c39]2682Tue Jun 15 12:57:13 GMT 2010  Olly Betts <olly@survex.com>
2683
2684        * Makefile.am,make_release: Just produce a zip file with the
2685          alternative manual formats - a self-extracting .exe is harder to
2686          use on other platforms, and most people have a zip file extractor
2687          installed.
2688
[c818632]2689Tue Jun 15 12:36:13 GMT 2010  Olly Betts <olly@survex.com>
2690
2691        * survex.spec.in: Update survex.com URLs to drop "www.".  Update
2692          wxGTK dependency to >= 2.6.0.  Reenable "BuildRequires:" as
2693          the issue with building the package on Debian is no longer
2694          relevant.
2695
[56ad6ad]2696Tue Jun 15 12:35:19 GMT 2010  Olly Betts <olly@survex.com>
2697
2698        * doc/manual.sgml: Update (C) years.  "MacOS X" -> "Mac OS X".
2699
[8ed91e39]2700Tue Jun 15 12:13:42 GMT 2010  Olly Betts <olly@survex.com>
2701
2702        * doc/manual.sgml: Remove out of date postal addresses - we can
2703          probably safely assume people have email these days.  Direct
2704          people to the mailing list since they are likely to get a
2705          quicker response rather than mailing individuals.  Remove
2706          mention of a paper mailing list.  Remove mention of sending
2707          us a floppy (!) or blank CDR to get a version as I can't recall
2708          the last time I gave someone a copy on physical media.
2709
[98fbcf6]2710Tue Jun 15 11:22:56 GMT 2010  Olly Betts <olly@survex.com>
2711
2712        * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
2713          and people can just as easily build binary RPMs from the source
2714          tarball as from the srpm, so just remove the rpm target from the
2715          makefile and code which uses it from make_release - it's less to
2716          have to maintain too.
2717
[098acb1]2718Tue Jun 15 10:59:12 GMT 2010  Olly Betts <olly@survex.com>
2719
2720        * make_release: Use "set -e" rather than checking the exit codes of
2721          commands.  -t no longer disables targets - set mk to do that.
2722
[dd7674d]2723Tue Jun 15 09:41:11 GMT 2010  Olly Betts <olly@survex.com>
2724
2725        * make_release: Fix defaulting of list of things to do.
2726
[a061be6a]2727Tue Jun 15 09:12:00 GMT 2010  Olly Betts <olly@survex.com>
2728
2729        * src/gdtconvert: Add "Generated" comment to output file.
2730
[ce80d82]2731Tue Jun 15 09:10:02 GMT 2010  Olly Betts <olly@survex.com>
2732
2733        * src/gdtconvert: Add GPL license boilerplate.
2734
[68d7dfc]2735Tue Jun 15 08:53:28 GMT 2010  Olly Betts <olly@survex.com>
2736
2737        * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
2738          missing it.
2739
[ecbc6c18]2740Tue Jun 15 08:46:28 GMT 2010  Olly Betts <olly@survex.com>
2741
2742        * src/: Update FSF address in licence notices.
2743
[5e3879f]2744Tue Jun 15 08:06:09 GMT 2010  Olly Betts <olly@survex.com>
2745
2746        * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
2747          survey is loaded now that we persist the window size between
2748          invocations.
2749
[381bf27]2750Tue Jun 15 08:03:53 GMT 2010  Olly Betts <olly@survex.com>
2751
2752        * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
2753          anti-aliased TXF files.
2754
[c57bd20]2755Tue Jun 15 07:59:09 GMT 2010  Olly Betts <olly@survex.com>
2756
2757        * src/fnt.cc: Use font size from txf file rather than trying to
2758          calculate it from the texture fragment sizes.
2759
[d133b65]2760Tue Jun 15 07:48:13 GMT 2010  Olly Betts <olly@survex.com>
2761
2762        * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
2763          afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
2764          allow distribution of modified versions.
2765
[72f37d2]2766Tue Jun 15 07:43:48 GMT 2010  Olly Betts <olly@survex.com>
2767
2768        * lib/afm2txf.pl: Add support for -o option to specify output .txf
2769          file.
2770
[7c7cffd]2771Tue Jun 15 07:10:16 GMT 2010  Olly Betts <olly@survex.com>
2772
2773        * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
2774          Remove the temporary .ppm file at the end.
2775
[46cd512]2776Tue Jun 15 06:13:30 GMT 2010  Olly Betts <olly@survex.com>
2777
2778        * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
2779          SVN.
2780
[233995e]2781Tue Jun 15 05:05:05 GMT 2010  Olly Betts <olly@survex.com>
2782
2783        * lib/afm2txf.pl: Quote $FONT when passing to external commands.
2784
[9ce6a65]2785Tue Jun 15 04:24:33 GMT 2010  Olly Betts <olly@survex.com>
2786
2787        * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
2788
[1dafcb8]2789Tue Jun 15 04:22:59 GMT 2010  Olly Betts <olly@survex.com>
2790
2791        * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
2792
[845fac6]2793Tue Jun 15 04:08:34 GMT 2010  Olly Betts <olly@survex.com>
2794
2795        * lib/afm2txf.pl: Clean up trailing whitespace.
2796
[fb5791d]2797Tue Jun 15 04:02:40 GMT 2010  Olly Betts <olly@survex.com>
2798
2799        * lib/afm2txf.pl: Add GPL script for creating txf files.
2800
[cfe20c7]2801Mon Jun 14 06:33:11 GMT 2010  Olly Betts <olly@survex.com>
2802
2803        * lib/splash.png: Remove now unused graphical splash screen (it has
2804          hardcoded (C) details, which wasn't a good approach).
2805
[ecc16fc]2806Mon Jun 14 05:20:44 GMT 2010  Olly Betts <olly@survex.com>
2807
2808        * src/fnt.cc: Handle the left bearing and character width correctly.
2809
[5f4a155]2810Mon Jun 14 04:44:22 GMT 2010  Olly Betts <olly@survex.com>
2811
2812        * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
2813          being able to set the font texture from a byte array.
2814
[967723f]2815Mon Jun 14 04:23:22 GMT 2010  Olly Betts <olly@survex.com>
2816
2817        * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
2818          fntTexFont::puts() rather than recalculating it inside the
2819          method.
2820
[6f14ee0]2821Sun Jun 13 12:57:08 GMT 2010  Olly Betts <olly@survex.com>
2822
2823        * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
2824          to use wxSplitterWindow::ReplaceWindow() which fixes various issues
2825          with sizing and resizing of the panes.
2826
[8a05a7a]2827Sun Jun 13 12:23:23 GMT 2010  Olly Betts <olly@survex.com>
2828
2829        * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
2830          a wxString.
2831
[d3172cc]2832Sun Jun 13 06:57:07 GMT 2010  Olly Betts <olly@survex.com>
2833
2834        * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
2835          wxmsw returns a wide string, which doesn't work with fopen(), etc, so
2836          call char_str() instead for now.
2837
[5f97258]2838Sun Jun 13 05:41:30 GMT 2010  Olly Betts <olly@survex.com>
2839
2840        * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
2841          bar which we know to be ASCII.  No need to use msgPerm() for a
2842          message we assign to a wxString.
2843
[f302cbaa]2844Sun Jun 13 04:44:30 GMT 2010  Olly Betts <olly@survex.com>
2845
2846        * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
2847          baseleaf_from_fnm().
2848
[98a3786]2849Sun Jun 13 00:57:11 GMT 2010  Olly Betts <olly@survex.com>
2850
2851        * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
2852          a wide string, which doesn't work with fopen(), etc, so call
2853          char_str() instead for now.
2854
[833c6bc]2855Sat Jun 12 15:07:54 GMT 2010  Olly Betts <olly@survex.com>
2856
2857        * src/aven.cc: We can rely on our message catalog being UTF-8 so use
2858          wxString::FromUTF8() instead of wxConvUTF8.
2859
[de0f6e1]2860Sat Jun 12 14:26:32 GMT 2010  Olly Betts <olly@survex.com>
2861
2862        * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
2863          wxString.
2864
[c0abf5a]2865Sun Jun 06 09:36:06 GMT 2010  Olly Betts <olly@survex.com>
2866
2867        * src/Makefile.am: Use wx-config's --rescomp option to get the command
2868          and options needed to turn .rc files into object files.
2869
[a2bc929]2870Fri Jun 04 15:32:27 GMT 2010  Olly Betts <olly@survex.com>
2871
2872        * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
2873          amount of the installer size.  Specify "DisableWelcomePage=yes"
2874          which is apparently in line with what other modern installers do.
2875
[b7d232e]2876Fri Jun 04 14:32:04 GMT 2010  Olly Betts <olly@survex.com>
2877
2878        * configure.in,make_release,make_release.in: We no longer need VERSION
2879          in make_release, so no need to generate it from configure.
2880
[5a0eabd]2881Fri Jun 04 14:00:58 GMT 2010  Olly Betts <olly@survex.com>
2882
2883        * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
2884          under Wine, so just run wine directly and removed version of
2885          Debian's xvfb-run script.
2886        * make_release.in: Pass variables to configure on the command line
2887          rather than in the enviornment.  Running "make distcheck" no longer
2888          fails extend.tst, so remove comment about that.  Use case rather
2889          than expr to check what we've been asked to build.  Update to use
2890          unicode wx-config script for wxmsw.  The wxmsw build spews warnings
2891          about aliasing issues, so turn on -fno-strict-aliasing to avoid any
2892          potential bugs from that.  Enable -Werror for the wxmsw build.
2893        * Makefile.am: Update list of wxstd.mo files we package for wxmsw
2894          (add pt and sk) and where we copy them from.  Copy the unofficial
2895          InnoSetup i18n files (.isl) from lib.
2896
[ebcdad9]2897Fri Jun 04 13:40:35 GMT 2010  Olly Betts <olly@survex.com>
2898
2899        * doc/HACKING.htm: Update InnoSetup info.
2900
[b685e4e]2901Fri Jun 04 13:07:01 GMT 2010  Olly Betts <olly@survex.com>
2902
2903        * survex.iss.in: Update for InnoSetup 5.3.9.
2904        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
2905          i18n files for InnoSetup which we use.
2906
[9227253]2907Fri Jun 04 13:05:18 GMT 2010  Olly Betts <olly@survex.com>
2908
2909        * src/Makefile.am: Update path to wx RC file.
2910
[a5e8ada]2911Fri Jun 04 12:44:39 GMT 2010  Olly Betts <olly@survex.com>
2912
2913        * src/mainfrm.cc: Explicitly construct temporary wxString() which
2914          is needed to avoid overload ambiguity under __WXMSW__.
2915
[15322f2]2916Fri Jun 04 12:41:59 GMT 2010  Olly Betts <olly@survex.com>
2917
2918        * src/cavernlog.cc: Add missing wxT() to string and character
2919          constants only used in __WXMSW__ build.
2920
[b1876d3]2921Fri Jun 04 12:19:18 GMT 2010  Olly Betts <olly@survex.com>
2922
2923        * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
2924          kludge to substitute Czech if Slovak isn't found.
2925
[4eaa9a3]2926Fri Jun 04 05:08:14 GMT 2010  Olly Betts <olly@survex.com>
2927
2928        * src/aboutdlg.cc: Fix character constant to be a string constant when
2929          building under WXMSW.
2930
[90d0d71]2931Thu Jun 03 13:53:57 GMT 2010  Olly Betts <olly@survex.com>
2932
2933        * NEWS: Update from ChangeLog for 1.1.13.
2934
[0dbc323]2935Thu Jun 03 12:25:14 GMT 2010  Olly Betts <olly@survex.com>
2936
2937        * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
2938          .deb building machinery from upstream Makefile.
2939
[9fe15ea]2940Thu Jun 03 12:14:16 GMT 2010  Olly Betts <olly@survex.com>
2941
2942        * make_release.in: Remove ancient workaround for getting wine to work.
2943          Remove .deb building machinery.  Reenable distcheck to see if the
2944          problem with extend.tst has gone away.  Update mingw cross-building
2945          machinery.
2946
[0c03190]2947Wed Jun 02 13:30:28 GMT 2010  Olly Betts <olly@survex.com>
2948
2949        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
2950          - just link to the FSF's page.
2951
2952Wed Jun 02 13:26:55 GMT 2010  Olly Betts <olly@survex.com>
2953
2954        * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
2955          update debian/changelog.
2956
[0ae292f]2957Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
2958
2959        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
2960          generating an HTML version of the ChangeLog - it's too low level to
2961          be of interest to non-developers, and developers can look at the
2962          source code.
2963
[2e4b8cd]2964Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
2965
2966        * src/cavernlog.cc: Whitespace tweaks.
2967
[ca2611a]2968Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
2969
[fe58e77]2970        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
2971          About dialog.  Change "OK" button to "Close" since nothing is being
2972          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
2973          to make the copied text persist after aven is closed, though this
2974          seems to currently do nothing on wxGTK at least.
[ca2611a]2975
2976Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
2977
2978        * doc/HACKING.htm: Note jadetex needed.
2979          Note autoconf 2.64 works well.
2980
2981Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
2982
2983        * src/fnt.cc: Remove now superfluous ().
2984
2985Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
2986
2987        * debian/Makefile.am: Update EXTRA_DIST
2988
2989Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
2990
2991        * src/cavernlog.cc: Fix small memory leak
2992
2993Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
2994
2995        * src/img.c: Don't leak filename_opened member.
2996
2997Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
2998
2999        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
3000          don't use them uninitialised.
3001
3002Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
3003
3004        * src/gfxcore.h: Declare constants with enum rather than #define so
3005          they automatically get allocated unique values, and so they show up
3006          in the debugger.
3007
3008Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
3009
3010        * src/fnt.cc: Make the map array static const
3011
3012Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
3013
3014        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
3015          use a "byte format" font file without any translation, while a
3016          "bitmap format" font file needs a temporary array half the size.
3017
3018Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
3019
3020        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
3021          using them potentially uninitialised.
3022
3023Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
3024
3025        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
3026          file on the command line.
3027
3028Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
3029
3030        * configure.in: Update copyright years.
3031
3032Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
3033
3034        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
3035          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
3036          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
3037          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
3038          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
3039          src/printwx.cc, src/printwx.h:
3040          + Fix to build with a "unicode" build of wx.
3041          + Add "Copy" button to the About dialog to copy the system info
3042            to the clipboard.
3043          + List OpenGL extensions last, since there are usually lots of
3044            them with a modern gfx card.
3045          + When processing survey data, auto-scroll the log window until
3046            we've reported a warning or error.
3047          + Put the survey data log window in a splitter in the standard
3048            frame rather than having a separate frame for it.
3049
3050Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
3051
3052        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
3053
3054Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
3055
3056        * src/aboutdlg.cc: Build string using preprocessor string
3057          concatenation rather than runtime appending, where possible.
3058
3059Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
3060
3061        * src/aboutdlg.cc: Update (C) date.
3062
3063Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
3064
3065        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
3066          events to avoid spinning on the CPU.
3067
3068Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
3069
3070        * configure.in: New preferred env var for wx-config script is
3071          WX_CONFIG.  WXCONFIG still supported for compatibility.
3072
3073Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
3074
3075        * src/mainfrm.cc: The presentation filename now defaults to using
3076          the basename of the currently loaded dataset, but we always prompt
3077          before we first save with such a name.
3078
3079Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
3080
3081        * configure.in: Add comment to explain why we call wx-config twice.
3082
3083Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
3084
3085        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
3086          contains '%' (m comes from the messages file, so this isn't
3087          exploitable by sending someone a "bad" .svx or .3d file).
3088
3089Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
3090
3091        * src/mainfrm.cc: Fix to open rather than save when doing "open
3092          presentation" with wxmotif.
3093
3094Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
3095
3096        * doc/3dformat.htm: Document that this is version 6 and when we
3097          started to use it.
3098
3099Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
3100
3101        * src/gla-gl.cc: When saving a screenshot, perform the vertical
3102          flip of the image data in-place rather than using wxImage::Mirror()
3103          which creates a whole new wxImage object.
3104
3105Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
3106
3107        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
3108          contains a '%' character.
3109
3110Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
3111
3112        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
3113          needed.
3114
3115Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
3116
3117        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
3118          longer set or used.
3119
3120Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
3121
3122        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
3123          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
3124          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
3125          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
3126          "wxWidgets" instead of "wxWindows" consistently.
3127          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
3128
3129Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
3130
3131        * doc/3dformat.htm: Update for v6 format from Mike McCombe
3132
3133Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
3134
3135        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
3136          need to store the value in a variable rather than calling it twice!
3137
3138Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
3139
3140        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
3141          some which had the wrong descriptions.
3142          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
3143          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
3144          numeric values, so the shorter (now official) names are better.
3145
3146Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
3147
3148        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
3149          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
3150          src/quaternion.h: Just set the pan and tilt directly as OpenGL
3151          rotations rather than messing around setting up and then decoding a
3152          quaternion.  This fixes some glitches when tilting while looking
3153          east, and eliminates 2 source files and 2 headers!
3154
3155Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
3156
3157        * NEWS, configure.in, src/aven.cc, src/wx.h:
3158          (Unix version): aven: Fix display of degree symbol in status bar and
3159          messages with accented characters in.
3160          (Mac OS X version): Require at least wxWidgets 2.5.1.
3161
3162Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
3163
3164        * src/message.c: Test S_ISREG since that's what we use here
3165
3166Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
3167
3168        * src/message.c: Always use utf-8 for aven on unix
3169
Note: See TracBrowser for help on using the repository browser.