source: git/ChangeLog @ 33a2d49

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

tests/cavern.tst,tests/extend.tst,tests/smoke.tst: Add valgrind hooks
to the rest of the tests scripts.

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