source: git/ChangeLog @ 2aa484e

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

lib/id.po: Resolve clashing menu accelerators.

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