source: git/ChangeLog @ aefa547

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

lib/ca.po: Merge in TRANSLATOR comments.

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