source: git/ChangeLog @ b7510ee

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

buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG. Update to
use a Unicode build. If building a private wx, use wx 2.8.11 not
2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).

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

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