source: git/ChangeLog @ d40f787

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since d40f787 was d40f787, checked in by Olly Betts <olly@…>, 14 years ago

src/readval.c: Fix comment typo.

git-svn-id: file:///home/survex-svn/survex/trunk@3497 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 24.1 KB
Line 
1Mon Jul 26 08:37:46 GMT 2010  Olly Betts <olly@survex.com>
2
3        * src/readval.c: Fix comment typo.
4
5Mon Jul 26 08:29:41 GMT 2010  Olly Betts <olly@survex.com>
6
7        * src/listpos.c: In "Station X referred to by *entrance or *export but
8          never used" warning, give file and linenumber where the *entrance or
9          *export occurred.
10
11Mon Jul 26 07:44:26 GMT 2010  Olly Betts <olly@survex.com>
12
13        * src/aventreectrl.cc: Fix double-click handling for survey tree on
14          wxMSW >= 2.8.11.
15
16Mon Jul 26 07:25:59 GMT 2010  Olly Betts <olly@survex.com>
17
18        * src/mainfrm.cc: Stop passing wxNO_FULL_REPAINT_ON_RESIZE as it is 0
19          on all versions of wxWidgets we support (i.e. 2.6 and later).
20
21Mon Jul 26 07:21:35 GMT 2010  Olly Betts <olly@survex.com>
22
23        * INSTALL,src/: Restore compatibility with wxWidgets 2.6.
24
25Mon Jul 26 06:29:03 GMT 2010  Olly Betts <olly@survex.com>
26
27        * src/netskel.c: In "Unused fixed point" warning, give file and
28          linenumber where the "*fix" occurred.
29
30Mon Jul 26 06:24:35 GMT 2010  Olly Betts <olly@survex.com>
31
32        * src/cavernlog.cc: Fix highlighting of links in CavernLog window to
33          highlight just <file>:<line> (and not the ': ' after), and to make
34          the title for the terminal the warning/error message.  Make the
35          checking stricter by checking that the linenumber is a number, to
36          avoid false positives.
37
38Mon Jul 26 04:48:12 GMT 2010  Olly Betts <olly@survex.com>
39
40        * Revert this change, as it appears wxMotif does support wxGLCanvas:
41        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
42          is required by Aven in 1.1.x, so remove mention of Motif from manual.
43
44Mon Jul 26 03:24:38 GMT 2010  Olly Betts <olly@survex.com>
45
46        * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as
47          appropriate).  (Addition of "OK" button fixes ticket#13).  Fix up
48          handling of splitter window to fix poor handling of various cases.
49
50Sun Jul 25 15:32:42 GMT 2010  Olly Betts <olly@survex.com>
51
52        * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading
53          a file (and processing it first if necessary).
54
55Sun Jul 25 07:20:05 GMT 2010  Olly Betts <olly@survex.com>
56
57        * src/cavernlog.h: Fix filename in comment at top.
58
59Sun Jul 25 07:17:20 GMT 2010  Olly Betts <olly@survex.com>
60
61        * src/cavernlog.cc: Don't double escape the contents of href and target
62          in links in the log.
63
64Sun Jul 25 06:32:24 GMT 2010  Olly Betts <olly@survex.com>
65
66        * src/cavernlog.cc: Remove commented out calls to set the input
67          encoding of the HTML parser - we now always escape non-ASCII
68          characters as HTML entities.
69
70Fri Jul 23 14:15:25 GMT 2010  Olly Betts <olly@survex.com>
71
72        * src/cavernlog.h: Improve doc comment for process() method.
73
74Fri Jul 23 12:38:43 GMT 2010  Olly Betts <olly@survex.com>
75
76        * src/printwx.cc,src/printwx.h: Don't compile in the preview code when
77          we disable the preview feature.
78
79Fri Jul 23 12:15:31 GMT 2010  Olly Betts <olly@survex.com>
80
81        * src/printwx.cc: The Gnome print dialog has its own preview window
82          so suppress ours if using the Gnome one.
83
84Fri Jul 23 11:21:52 GMT 2010  Olly Betts <olly@survex.com>
85
86        * configure.in: Update the wx-config probing code - wxmac-config etc
87          aren't present with newer wxWidgets versions.
88
89Fri Jul 23 05:55:37 GMT 2010  Olly Betts <olly@survex.com>
90
91        * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG.  Update to
92          use a Unicode build.  If building a private wx, use wx 2.8.11 not
93          2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).
94
95Sat Jul 10 12:15:23 GMT 2010  Olly Betts <olly@survex.com>
96
97        * src/cavernlog.cc: Set the select timeout before calling wxYield()
98          when waiting for output from cavern to 0.1s instead of 0.00001s to
99          avoid yielding excessively on slower machines where this is likely
100          to really slow things down.  Call Scroll() only once per line in
101          the case where we are updating the scrollbar position.  Call
102          Update() instead of wxYield() after each line, since that's enough
103          to get the window updated.  Remove unused assignment "ch = left;"
104          at end of loop.
105
106Fri Jul 09 14:42:47 GMT 2010  Olly Betts <olly@survex.com>
107
108        * configure.in: Link aven with -lGLU which SuSE Linux needs.
109
110Fri Jul 09 14:31:39 GMT 2010  Olly Betts <olly@survex.com>
111
112        * src/mainfrm.cc: Highlight stations matching any current search when a
113          file is loaded.  (ticket#9)
114
115Thu Jul 01 12:20:58 GMT 2010  Olly Betts <olly@survex.com>
116
117        * survex.iss.in: Clean up comments from over-enthusiastic search and
118          replace which modified comments as well as code.
119
120Thu Jul 01 10:15:06 GMT 2010  Olly Betts <olly@survex.com>
121
122        * src/gfxcore.h: Work around Mac OS X polluting the global namespace
123          with a "Point" class.
124
125Thu Jul 01 10:10:45 GMT 2010  Olly Betts <olly@survex.com>
126
127        * src/Makefile.am: Remove FIXME which has already been resolved.
128
129Fri Jun 18 11:04:35 GMT 2010  Olly Betts <olly@survex.com>
130
131        * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
132          is required by Aven in 1.1.x, so remove mention of Motif from manual.
133
134Fri Jun 18 03:03:55 GMT 2010  Olly Betts <olly@survex.com>
135
136        * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
137          Correctly capitalise "GTK".
138
139Fri Jun 18 02:58:06 GMT 2010  Olly Betts <olly@survex.com>
140
141        * doc/manual.sgml: Note that on Linux we only regularly test builds
142          with the GTK+ version (change taken from 1.0).
143
144Wed Jun 16 04:44:26 GMT 2010  Olly Betts <olly@survex.com>
145
146        * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
147          version of the manual.
148
149Wed Jun 16 02:59:48 GMT 2010  Olly Betts <olly@survex.com>
150
151        * configure.in: Only ask for core, gl, and html wx libs to avoid
152          linking to a load of others we don't use.
153
154Tue Jun 15 17:01:41 GMT 2010  Olly Betts <olly@survex.com>
155
156        * INSTALL: Update.
157
158Tue Jun 15 16:53:28 GMT 2010  Olly Betts <olly@survex.com>
159
160        * src/aven.cc: Fix to work with wxWidgets 2.6 too.
161
162Tue Jun 15 15:38:49 GMT 2010  Olly Betts <olly@survex.com>
163
164        * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
165          file updates from 1.0.39.1-4 Debian package.
166
167Tue Jun 15 14:40:04 GMT 2010  Olly Betts <olly@survex.com>
168
169        * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
170
171Tue Jun 15 14:32:55 GMT 2010  Olly Betts <olly@survex.com>
172
173        * NEWS: Update from ChangeLog.
174
175Tue Jun 15 14:09:29 GMT 2010  Olly Betts <olly@survex.com>
176
177        * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
178          "alternative manual formats" zip file - people will generally just
179          want one of them, so downloading several together isn't very useful.
180          Replace PostScript version of manual with a PDF version (more
181          compact and more people will have software to read PDF).  Don't
182          generate RTF format by default as PDF is more useful if you want
183          a formatted version to print.
184
185Tue Jun 15 13:36:30 GMT 2010  Olly Betts <olly@survex.com>
186
187        * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
188          List" section.
189
190Tue Jun 15 12:57:13 GMT 2010  Olly Betts <olly@survex.com>
191
192        * Makefile.am,make_release: Just produce a zip file with the
193          alternative manual formats - a self-extracting .exe is harder to
194          use on other platforms, and most people have a zip file extractor
195          installed.
196
197Tue Jun 15 12:36:13 GMT 2010  Olly Betts <olly@survex.com>
198
199        * survex.spec.in: Update survex.com URLs to drop "www.".  Update
200          wxGTK dependency to >= 2.6.0.  Reenable "BuildRequires:" as
201          the issue with building the package on Debian is no longer
202          relevant.
203
204Tue Jun 15 12:35:19 GMT 2010  Olly Betts <olly@survex.com>
205
206        * doc/manual.sgml: Update (C) years.  "MacOS X" -> "Mac OS X".
207
208Tue Jun 15 12:13:42 GMT 2010  Olly Betts <olly@survex.com>
209
210        * doc/manual.sgml: Remove out of date postal addresses - we can
211          probably safely assume people have email these days.  Direct
212          people to the mailing list since they are likely to get a
213          quicker response rather than mailing individuals.  Remove
214          mention of a paper mailing list.  Remove mention of sending
215          us a floppy (!) or blank CDR to get a version as I can't recall
216          the last time I gave someone a copy on physical media.
217
218Tue Jun 15 11:22:56 GMT 2010  Olly Betts <olly@survex.com>
219
220        * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
221          and people can just as easily build binary RPMs from the source
222          tarball as from the srpm, so just remove the rpm target from the
223          makefile and code which uses it from make_release - it's less to
224          have to maintain too.
225
226Tue Jun 15 10:59:12 GMT 2010  Olly Betts <olly@survex.com>
227
228        * make_release: Use "set -e" rather than checking the exit codes of
229          commands.  -t no longer disables targets - set mk to do that.
230
231Tue Jun 15 09:41:11 GMT 2010  Olly Betts <olly@survex.com>
232
233        * make_release: Fix defaulting of list of things to do.
234
235Tue Jun 15 09:12:00 GMT 2010  Olly Betts <olly@survex.com>
236
237        * src/gdtconvert: Add "Generated" comment to output file.
238
239Tue Jun 15 09:10:02 GMT 2010  Olly Betts <olly@survex.com>
240
241        * src/gdtconvert: Add GPL license boilerplate.
242
243Tue Jun 15 08:53:28 GMT 2010  Olly Betts <olly@survex.com>
244
245        * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
246          missing it.
247
248Tue Jun 15 08:46:28 GMT 2010  Olly Betts <olly@survex.com>
249
250        * src/: Update FSF address in licence notices.
251
252Tue Jun 15 08:06:09 GMT 2010  Olly Betts <olly@survex.com>
253
254        * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
255          survey is loaded now that we persist the window size between
256          invocations.
257
258Tue Jun 15 08:03:53 GMT 2010  Olly Betts <olly@survex.com>
259
260        * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
261          anti-aliased TXF files.
262
263Tue Jun 15 07:59:09 GMT 2010  Olly Betts <olly@survex.com>
264
265        * src/fnt.cc: Use font size from txf file rather than trying to
266          calculate it from the texture fragment sizes.
267
268Tue Jun 15 07:48:13 GMT 2010  Olly Betts <olly@survex.com>
269
270        * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
271          afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
272          allow distribution of modified versions.
273
274Tue Jun 15 07:43:48 GMT 2010  Olly Betts <olly@survex.com>
275
276        * lib/afm2txf.pl: Add support for -o option to specify output .txf
277          file.
278
279Tue Jun 15 07:10:16 GMT 2010  Olly Betts <olly@survex.com>
280
281        * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
282          Remove the temporary .ppm file at the end.
283
284Tue Jun 15 06:13:30 GMT 2010  Olly Betts <olly@survex.com>
285
286        * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
287          SVN.
288
289Tue Jun 15 05:05:05 GMT 2010  Olly Betts <olly@survex.com>
290
291        * lib/afm2txf.pl: Quote $FONT when passing to external commands.
292
293Tue Jun 15 04:24:33 GMT 2010  Olly Betts <olly@survex.com>
294
295        * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
296
297Tue Jun 15 04:22:59 GMT 2010  Olly Betts <olly@survex.com>
298
299        * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
300
301Tue Jun 15 04:08:34 GMT 2010  Olly Betts <olly@survex.com>
302
303        * lib/afm2txf.pl: Clean up trailing whitespace.
304
305Tue Jun 15 04:02:40 GMT 2010  Olly Betts <olly@survex.com>
306
307        * lib/afm2txf.pl: Add GPL script for creating txf files.
308
309Mon Jun 14 06:33:11 GMT 2010  Olly Betts <olly@survex.com>
310
311        * lib/splash.png: Remove now unused graphical splash screen (it has
312          hardcoded (C) details, which wasn't a good approach).
313
314Mon Jun 14 05:20:44 GMT 2010  Olly Betts <olly@survex.com>
315
316        * src/fnt.cc: Handle the left bearing and character width correctly.
317
318Mon Jun 14 04:44:22 GMT 2010  Olly Betts <olly@survex.com>
319
320        * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
321          being able to set the font texture from a byte array.
322
323Mon Jun 14 04:23:22 GMT 2010  Olly Betts <olly@survex.com>
324
325        * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
326          fntTexFont::puts() rather than recalculating it inside the
327          method.
328
329Sun Jun 13 12:57:08 GMT 2010  Olly Betts <olly@survex.com>
330
331        * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
332          to use wxSplitterWindow::ReplaceWindow() which fixes various issues
333          with sizing and resizing of the panes.
334
335Sun Jun 13 12:23:23 GMT 2010  Olly Betts <olly@survex.com>
336
337        * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
338          a wxString.
339
340Sun Jun 13 06:57:07 GMT 2010  Olly Betts <olly@survex.com>
341
342        * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
343          wxmsw returns a wide string, which doesn't work with fopen(), etc, so
344          call char_str() instead for now.
345
346Sun Jun 13 05:41:30 GMT 2010  Olly Betts <olly@survex.com>
347
348        * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
349          bar which we know to be ASCII.  No need to use msgPerm() for a
350          message we assign to a wxString.
351
352Sun Jun 13 04:44:30 GMT 2010  Olly Betts <olly@survex.com>
353
354        * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
355          baseleaf_from_fnm().
356
357Sun Jun 13 00:57:11 GMT 2010  Olly Betts <olly@survex.com>
358
359        * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
360          a wide string, which doesn't work with fopen(), etc, so call
361          char_str() instead for now.
362
363Sat Jun 12 15:07:54 GMT 2010  Olly Betts <olly@survex.com>
364
365        * src/aven.cc: We can rely on our message catalog being UTF-8 so use
366          wxString::FromUTF8() instead of wxConvUTF8.
367
368Sat Jun 12 14:26:32 GMT 2010  Olly Betts <olly@survex.com>
369
370        * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
371          wxString.
372
373Sun Jun 06 09:36:06 GMT 2010  Olly Betts <olly@survex.com>
374
375        * src/Makefile.am: Use wx-config's --rescomp option to get the command
376          and options needed to turn .rc files into object files.
377
378Fri Jun 04 15:32:27 GMT 2010  Olly Betts <olly@survex.com>
379
380        * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
381          amount of the installer size.  Specify "DisableWelcomePage=yes"
382          which is apparently in line with what other modern installers do.
383
384Fri Jun 04 14:32:04 GMT 2010  Olly Betts <olly@survex.com>
385
386        * configure.in,make_release,make_release.in: We no longer need VERSION
387          in make_release, so no need to generate it from configure.
388
389Fri Jun 04 14:00:58 GMT 2010  Olly Betts <olly@survex.com>
390
391        * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
392          under Wine, so just run wine directly and removed version of
393          Debian's xvfb-run script.
394        * make_release.in: Pass variables to configure on the command line
395          rather than in the enviornment.  Running "make distcheck" no longer
396          fails extend.tst, so remove comment about that.  Use case rather
397          than expr to check what we've been asked to build.  Update to use
398          unicode wx-config script for wxmsw.  The wxmsw build spews warnings
399          about aliasing issues, so turn on -fno-strict-aliasing to avoid any
400          potential bugs from that.  Enable -Werror for the wxmsw build.
401        * Makefile.am: Update list of wxstd.mo files we package for wxmsw
402          (add pt and sk) and where we copy them from.  Copy the unofficial
403          InnoSetup i18n files (.isl) from lib.
404
405Fri Jun 04 13:40:35 GMT 2010  Olly Betts <olly@survex.com>
406
407        * doc/HACKING.htm: Update InnoSetup info.
408
409Fri Jun 04 13:07:01 GMT 2010  Olly Betts <olly@survex.com>
410
411        * survex.iss.in: Update for InnoSetup 5.3.9.
412        * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
413          i18n files for InnoSetup which we use.
414
415Fri Jun 04 13:05:18 GMT 2010  Olly Betts <olly@survex.com>
416
417        * src/Makefile.am: Update path to wx RC file.
418
419Fri Jun 04 12:44:39 GMT 2010  Olly Betts <olly@survex.com>
420
421        * src/mainfrm.cc: Explicitly construct temporary wxString() which
422          is needed to avoid overload ambiguity under __WXMSW__.
423
424Fri Jun 04 12:41:59 GMT 2010  Olly Betts <olly@survex.com>
425
426        * src/cavernlog.cc: Add missing wxT() to string and character
427          constants only used in __WXMSW__ build.
428
429Fri Jun 04 12:19:18 GMT 2010  Olly Betts <olly@survex.com>
430
431        * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
432          kludge to substitute Czech if Slovak isn't found.
433
434Fri Jun 04 05:08:14 GMT 2010  Olly Betts <olly@survex.com>
435
436        * src/aboutdlg.cc: Fix character constant to be a string constant when
437          building under WXMSW.
438
439Thu Jun 03 13:53:57 GMT 2010  Olly Betts <olly@survex.com>
440
441        * NEWS: Update from ChangeLog for 1.1.13.
442
443Thu Jun 03 12:25:14 GMT 2010  Olly Betts <olly@survex.com>
444
445        * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
446          .deb building machinery from upstream Makefile.
447
448Thu Jun 03 12:14:16 GMT 2010  Olly Betts <olly@survex.com>
449
450        * make_release.in: Remove ancient workaround for getting wine to work.
451          Remove .deb building machinery.  Reenable distcheck to see if the
452          problem with extend.tst has gone away.  Update mingw cross-building
453          machinery.
454
455Wed Jun 02 13:30:28 GMT 2010  Olly Betts <olly@survex.com>
456
457        * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
458          - just link to the FSF's page.
459
460Wed Jun 02 13:26:55 GMT 2010  Olly Betts <olly@survex.com>
461
462        * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
463          update debian/changelog.
464
465Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
466
467        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
468          generating an HTML version of the ChangeLog - it's too low level to
469          be of interest to non-developers, and developers can look at the
470          source code.
471
472Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
473
474        * src/cavernlog.cc: Whitespace tweaks.
475
476Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
477
478        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
479          About dialog.  Change "OK" button to "Close" since nothing is being
480          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
481          to make the copied text persist after aven is closed, though this
482          seems to currently do nothing on wxGTK at least.
483
484Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
485
486        * doc/HACKING.htm: Note jadetex needed.
487          Note autoconf 2.64 works well.
488
489Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
490
491        * src/fnt.cc: Remove now superfluous ().
492
493Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
494
495        * debian/Makefile.am: Update EXTRA_DIST
496
497Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
498
499        * src/cavernlog.cc: Fix small memory leak
500
501Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
502
503        * src/img.c: Don't leak filename_opened member.
504
505Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
506
507        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
508          don't use them uninitialised.
509
510Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
511
512        * src/gfxcore.h: Declare constants with enum rather than #define so
513          they automatically get allocated unique values, and so they show up
514          in the debugger.
515
516Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
517
518        * src/fnt.cc: Make the map array static const
519
520Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
521
522        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
523          use a "byte format" font file without any translation, while a
524          "bitmap format" font file needs a temporary array half the size.
525
526Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
527
528        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
529          using them potentially uninitialised.
530
531Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
532
533        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
534          file on the command line.
535
536Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
537
538        * configure.in: Update copyright years.
539
540Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
541
542        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
543          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
544          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
545          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
546          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
547          src/printwx.cc, src/printwx.h:
548          + Fix to build with a "unicode" build of wx.
549          + Add "Copy" button to the About dialog to copy the system info
550            to the clipboard.
551          + List OpenGL extensions last, since there are usually lots of
552            them with a modern gfx card.
553          + When processing survey data, auto-scroll the log window until
554            we've reported a warning or error.
555          + Put the survey data log window in a splitter in the standard
556            frame rather than having a separate frame for it.
557
558Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
559
560        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
561
562Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
563
564        * src/aboutdlg.cc: Build string using preprocessor string
565          concatenation rather than runtime appending, where possible.
566
567Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
568
569        * src/aboutdlg.cc: Update (C) date.
570
571Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
572
573        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
574          events to avoid spinning on the CPU.
575
576Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
577
578        * configure.in: New preferred env var for wx-config script is
579          WX_CONFIG.  WXCONFIG still supported for compatibility.
580
581Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
582
583        * src/mainfrm.cc: The presentation filename now defaults to using
584          the basename of the currently loaded dataset, but we always prompt
585          before we first save with such a name.
586
587Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
588
589        * configure.in: Add comment to explain why we call wx-config twice.
590
591Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
592
593        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
594          contains '%' (m comes from the messages file, so this isn't
595          exploitable by sending someone a "bad" .svx or .3d file).
596
597Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
598
599        * src/mainfrm.cc: Fix to open rather than save when doing "open
600          presentation" with wxmotif.
601
602Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
603
604        * doc/3dformat.htm: Document that this is version 6 and when we
605          started to use it.
606
607Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
608
609        * src/gla-gl.cc: When saving a screenshot, perform the vertical
610          flip of the image data in-place rather than using wxImage::Mirror()
611          which creates a whole new wxImage object.
612
613Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
614
615        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
616          contains a '%' character.
617
618Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
619
620        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
621          needed.
622
623Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
624
625        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
626          longer set or used.
627
628Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
629
630        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
631          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
632          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
633          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
634          "wxWidgets" instead of "wxWindows" consistently.
635          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
636
637Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
638
639        * doc/3dformat.htm: Update for v6 format from Mike McCombe
640
641Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
642
643        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
644          need to store the value in a variable rather than calling it twice!
645
646Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
647
648        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
649          some which had the wrong descriptions.
650          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
651          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
652          numeric values, so the shorter (now official) names are better.
653
654Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
655
656        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
657          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
658          src/quaternion.h: Just set the pan and tilt directly as OpenGL
659          rotations rather than messing around setting up and then decoding a
660          quaternion.  This fixes some glitches when tilting while looking
661          east, and eliminates 2 source files and 2 headers!
662
663Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
664
665        * NEWS, configure.in, src/aven.cc, src/wx.h:
666          (Unix version): aven: Fix display of degree symbol in status bar and
667          messages with accented characters in.
668          (Mac OS X version): Require at least wxWidgets 2.5.1.
669
670Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
671
672        * src/message.c: Test S_ISREG since that's what we use here
673
674Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
675
676        * src/message.c: Always use utf-8 for aven on unix
677
Note: See TracBrowser for help on using the repository browser.