source: git/ChangeLog @ b38cd93

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

src/gfxcore.h: Work around Mac OS X polluting the global namespace
with a "Point" class.

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

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