source: git/ChangeLog @ b0a90c1

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

lib/mailmsgs.pl: Remove obsolete script.
lib/Makefile.am,lib/po-to-msg.pl: Remove references to *.todo, which
we no longer generate.

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