source: git/ChangeLog @ e16ab0b

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

lib/survex.pot: Add another TRANSLATORS comment.

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