source: git/ChangeLog@ 8011e0c

RELEASE/1.2 debug-ci debug-ci-sanitisers faster-cavernlog log-select main stereo stereo-2025 walls-data walls-data-hanging-as-warning warn-only-for-hanging-survey
Last change on this file since 8011e0c was 8011e0c, checked in by Olly Betts <olly@…>, 15 years ago

lib/,src/printwx.cc: Fix mixed up messages - the print dialog now
says "View" on the left subgroup of controls. Improve the display of
the bearing on printouts. Add message for "Colour &Key" to
translations.

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

  • Property mode set to 100644
File size: 59.0 KB
RevLine 
[8011e0c]1Wed Sep 28 10:19:07 GMT 2011 Olly Betts <olly@survex.com>
2
3 * lib/,src/printwx.cc: Fix mixed up messages - the print dialog now
4 says "View" on the left subgroup of controls. Improve the display of
5 the bearing on printouts. Add message for "Colour &Key" to
6 translations.
7
[f891a0c]8Wed Sep 28 02:02:09 GMT 2011 Olly Betts <olly@survex.com>
9
10 * src/aven.cc: Fix #ifdef to #if in previous change.
11
[495cd3e]12Wed Sep 28 01:09:09 GMT 2011 Olly Betts <olly@survex.com>
13
14 * src/aven.cc: Fix for non-Unicode build.
15
[26eb201]16Mon Sep 26 12:25:59 GMT 2011 Olly Betts <olly@survex.com>
17
18 * src/export.cc: PLT file output now handles spaces and control
19 characters in station names by escaping them with '%' as in URLs.
20
[4024a58]21Mon Sep 26 11:58:05 GMT 2011 Olly Betts <olly@survex.com>
22
23 * src/aventreectrl.cc: Improve comment about WXK_PRIOR and WXK_NEXT.
24
[0e8a082]25Mon Sep 26 11:51:01 GMT 2011 Olly Betts <olly@survex.com>
26
27 * src/aventreectrl.cc: Pressing "Enter" on a station in the tree
28 control now centres the view on that station.
29
[c6d5c1c]30Mon Sep 26 11:42:17 GMT 2011 Olly Betts <olly@survex.com>
31
32 * src/gfxcore.h,src/guicontrol.cc: Pressing "F5" forces all GLAList
33 objects to be invalidated and then forces a refresh of the display.
34 This is intended as a debugging aid - if pressing F5 changes the
35 display at all then there's a missing case where a list should
36 have been invalidated.
37
[90430f2]38Mon Sep 26 11:35:29 GMT 2011 Olly Betts <olly@survex.com>
39
40 * src/: Push survey pane size tracking down into GLACanvas, and
41 automatically track which lists should be invalidated on a
42 changes in the width or the height of the pane.
43
[242f48f5]44Mon Sep 26 10:44:22 GMT 2011 Olly Betts <olly@survex.com>
45
46 * src/gla-gl.cc,src/gla.h: Move GLAList flags out of the header as they
47 are internal details.
48
[9c37beb]49Mon Sep 26 10:42:50 GMT 2011 Olly Betts <olly@survex.com>
50
51 * src/gfxcore.cc,src/gfxcore.h: Cache the scale bar in a GLAList since
52 it often gets redrawn exactly the same - for example, when rotating,
53 panning, etc.
54
[e2ea75a]55Mon Sep 26 09:40:32 GMT 2011 Olly Betts <olly@survex.com>
56
57 * src/gfxcore.cc,src/gfxcore.h: More "colour key" related internal
58 nomenclature changes.
59
[7cdb1c3]60Mon Sep 26 09:34:01 GMT 2011 Olly Betts <olly@survex.com>
61
62 * src/gfxcore.cc,src/gfxcore.h: Factor out the code to draw the colour
63 key into DrawColourKey().
64
[250025f]65Mon Sep 26 04:23:10 GMT 2011 Olly Betts <olly@survex.com>
66
67 * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_Y by moving the point where
68 we plot the key rather than including it in the calculations of the
69 key's coordinates.
70
[1b164a0]71Mon Sep 26 04:17:16 GMT 2011 Olly Betts <olly@survex.com>
72
73 * src/gfxcore.cc: Apply COLOUR_KEY_OFFSET_X by moving the point where
74 we plot the key rather than including it in the calculations of the
75 key's coordinates.
76
[5f50488]77Sat Sep 24 13:15:22 GMT 2011 Olly Betts <olly@survex.com>
78
79 * src/gfxcore.cc: Increase scale bar maximum width from 65% of the
80 window width to 75% as it was in 1.0.x, but if that would overlap
81 the clino then reduce it down until it reaches 50%. Allow zooming
82 in a little further to match what was possible in 1.0.x. (ticket#23)
83
[78f02e48]84Sat Sep 24 12:45:04 GMT 2011 Olly Betts <olly@survex.com>
85
86 * doc/TODO.htm: Update (--help messages can now be translated).
87
[6cd4aab]88Sat Sep 24 12:21:45 GMT 2011 Olly Betts <olly@survex.com>
89
90 * doc/TODO.htm: Note oddity with FullScreen and side panel.
91
[4b0bbb0]92Sat Sep 24 12:14:52 GMT 2011 Olly Betts <olly@survex.com>
93
94 * src/mainfrm.h: We don't need the "un-fullscreen to show dialog" hack
95 with recent wxGTK. Also, there's no reason to think we need it for
96 other platforms (it was enabled everywhere except Microsoft Windows
97 before).
98
[03e2031]99Sat Sep 24 10:42:29 GMT 2011 Olly Betts <olly@survex.com>
100
101 * src/printwx.cc: "delete foo;" not "delete(foo);"
102
[81f1266]103Sat Sep 24 10:41:00 GMT 2011 Olly Betts <olly@survex.com>
104
105 * src/aven.cc,src/gfxcore.cc: No point checking for NULL before calling
106 delete.
107
[69cacd1]108Sat Sep 24 10:18:22 GMT 2011 Olly Betts <olly@survex.com>
109
110 * src/: Remove empty destructors.
111
[f9ca87c]112Sat Sep 24 06:43:33 GMT 2011 Olly Betts <olly@survex.com>
113
114 * doc/TODO.htm,src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate the
115 last few OpenGL calls from gfxcore.cc.
116
[f336ab9]117Sat Sep 24 06:32:02 GMT 2011 Olly Betts <olly@survex.com>
118
119 * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: New type GLATexCoord to avoid
120 using GLint outside of the OpenGL-specific code.
121
[b839829]122Sat Sep 24 06:08:13 GMT 2011 Olly Betts <olly@survex.com>
123
124 * src/: Move glTexCoord2i() calls out of gfxcore.cc and into gla-gl.cc.
125 Use BeginQuadrilaterals() rather than BeginPolygon() when the shape
126 will definitely have 4 sides.
127
[11c594a]128Sat Sep 24 02:09:48 GMT 2011 Olly Betts <olly@survex.com>
129
130 * src/gfxcore.h,src/guicontrol.cc: Disable "View North" when we're
131 already viewing North, and similarly for other compass points.
132
[85ed935]133Sat Sep 24 01:57:06 GMT 2011 Olly Betts <olly@survex.com>
134
135 * doc/TODO.htm: Update.
136
[97ea48d]137Fri Sep 23 15:38:36 GMT 2011 Olly Betts <olly@survex.com>
138
139 * doc/aven.sgml,lib/codes.po,src/: Rename the "depth bar" to "colour
140 key", which better describes it now that it might show dates or
141 errors.
142
[843ee7b]143Fri Sep 23 15:19:33 GMT 2011 Olly Betts <olly@survex.com>
144
145 * src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Fix the conditions
146 under which colour by date can be enabled to fully match what we
147 now intend.
148
[2043961]149Fri Sep 23 15:04:35 GMT 2011 Olly Betts <olly@survex.com>
150
151 * src/gfxcore.cc,src/mainfrm.cc: Enable "colour by date" if there are
152 any surveys with date information. Move the "Undated" / "Not in
153 loop" entry down a little to improve the appearance. Make each
154 entry in the colour keys a pixel taller so it's an even number of
155 pixels and will divide by two exactly.
156
[a09d4fa]157Fri Sep 23 14:59:33 GMT 2011 Olly Betts <olly@survex.com>
158
159 * src/fnt.cc: Remove "*1.25" fudge factor from font size for texture
160 mapped fonts.
161
[2fe9d6d]162Fri Sep 23 12:44:18 GMT 2011 Olly Betts <olly@survex.com>
163
164 * lib/en_US.po: Update for new messages.
165
[055bfc58]166Fri Sep 23 12:41:16 GMT 2011 Olly Betts <olly@survex.com>
167
168 * src/gfxcore.cc: Expand context menu for compass to include "View
169 North", etc; Similarly add "Plan" and "Elevation" to clino context
170 menu.
171
[588ff16]172Fri Sep 23 12:25:10 GMT 2011 Olly Betts <olly@survex.com>
173
174 * src/gla-gl.cc: Use += to make code clearer.
175
[acdb8aa]176Fri Sep 23 12:16:36 GMT 2011 Olly Betts <olly@survex.com>
177
178 * lib/codes.po,src/gfxcore.cc,src/gfxcore.h,src/guicontrol.cc: Add
179 pop-up menus for right clicks on scale bar, compass, and clino.
180
[296b0138]181Fri Sep 23 11:17:31 GMT 2011 Olly Betts <olly@survex.com>
182
183 * src/gfxcore.cc: Use HasRangeOfDates() consistently.
184
[a6c5ffb]185Thu Sep 22 23:56:06 GMT 2011 Olly Betts <olly@survex.com>
186
187 * src/gla-gl.cc: Add missing newline to OpenGL info when GLX info isn't
188 reported.
189
[034d04dc]190Thu Sep 22 13:51:55 GMT 2011 Olly Betts <olly@survex.com>
191
192 * survex.spec.in: Man pages are no longer installed in /usr/man so
193 no need to move them from there. Package aven.svg. Package
194 files for vim support. (Fixes from James Begley)
195
[7196714]196Thu Sep 22 12:45:58 GMT 2011 Olly Betts <olly@survex.com>
197
198 * lib/: Updates from launchpad.
199
[1c6c300]200Thu Sep 22 07:12:22 GMT 2011 Olly Betts <olly@survex.com>
201
202 * lib/: Update .po files from template.
203
[f6d9ca9]204Thu Sep 22 07:12:01 GMT 2011 Olly Betts <olly@survex.com>
205
206 * lib/codes.po: Improvements to "TRANSLATORS" comments.
207
[eeb7320]208Thu Sep 22 02:47:33 GMT 2011 Olly Betts <olly@survex.com>
209
210 * lib/Makefile.am: Add check that numeric codes haven't escaped into
211 the translated .po files.
212
[42a8819]213Wed Sep 21 14:38:16 GMT 2011 Olly Betts <olly@survex.com>
214
215 * lib/es.po: Update with new msgids.
216
[f6e0eba]217Wed Sep 21 14:37:53 GMT 2011 Olly Betts <olly@survex.com>
218
219 * lib/en_US.po: Fix typo (doubled ").
220
[4183e91]221Wed Sep 21 14:37:14 GMT 2011 Olly Betts <olly@survex.com>
222
223 * lib/Makefile.am: Check format of .po files with msgfmt -c
224 --check-accelerators.
225
[186e2b9]226Wed Sep 21 13:49:05 GMT 2011 Olly Betts <olly@survex.com>
227
228 * lib/en_US.po: Update en_US translation.
229
[ecff0b8a]230Wed Sep 21 13:47:36 GMT 2011 Olly Betts <olly@survex.com>
231
232 * lib/codes.po,src/cad3d.c: Tweak wording of a message. Remove
233 "unused" messages which have actually just been adapted slightly,
234 add back a removed unused message, and mark an unused message as
235 unused.
236`
[857408e]237Wed Sep 21 13:20:58 GMT 2011 Olly Betts <olly@survex.com>
238
239 * lib/codes.po,src/mainfrm.cc: Make more messages translatable.
240
[d8dbdff]241Wed Sep 21 12:53:02 GMT 2011 Olly Betts <olly@survex.com>
242
243 * lib/codes.po,src/: cmdline_set_syntax_message() now takes message
244 numbers, plus an optional string argument.
245
[b775443]246Wed Sep 21 12:17:19 GMT 2011 Olly Betts <olly@survex.com>
247
248 * src/mainfrm.cc: Fix to set the correct filename on the root of the
249 survey tree.
250
[6e63fd3]251Wed Sep 21 11:25:53 GMT 2011 Olly Betts <olly@survex.com>
252
253 * lib/codes.po,src/log.cc,src/mainfrm.cc,src/printwx.cc: Make more
254 messages translatable.
255
[fbc1d32]256Wed Sep 21 07:30:28 GMT 2011 Olly Betts <olly@survex.com>
257
258 * lib/codes.po,src/dump3d.c,src/gfxcore.cc,src/mainfrm.cc: Make more
259 messages translatable. In the colour key for "colour by date",
260 change "No info" to "Undated".
261
[2341559]262Wed Sep 21 04:20:52 GMT 2011 Olly Betts <olly@survex.com>
263
264 * lib/codes.po,src/cavernlog.cc: Allow the "Reprocess" button label in
265 aven's cavern log window to be translated.
266
[45af761]267Wed Sep 21 04:07:29 GMT 2011 Olly Betts <olly@survex.com>
268
269 * lib/,src/: Extract all the help strings in --help output and make
270 them available for translation.
271
[1b1aaf4]272Wed Sep 21 04:04:31 GMT 2011 Olly Betts <olly@survex.com>
273
274 * lib/Makefile.am: Check there are no duplicate message codes in
275 codes.po as part of "make check".
276
[aea4f8b]277Wed Sep 21 02:29:21 GMT 2011 Olly Betts <olly@survex.com>
278
279 * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Eliminate glReadPixels() call
280 from src/gfxcore.cc.
281
[d1870ef7]282Wed Sep 21 02:28:21 GMT 2011 Olly Betts <olly@survex.com>
283
284 * lib/codes.po,lib/en_US.po,src/aboutdlg.cc: Make all strings in
285 src/aboutdlg.cc translatable.
286
[558779a]287Wed Sep 21 01:56:15 GMT 2011 Olly Betts <olly@survex.com>
288
289 * doc/manual.sgml: Tweak text about Debian packages.
290
[cc49471]291Tue Sep 20 11:31:03 GMT 2011 Olly Betts <olly@survex.com>
292
293 * tests/: Update FSF address.
294
[23e61de1]295Tue Sep 20 11:28:50 GMT 2011 Olly Betts <olly@survex.com>
296
297 * lib/print.ini: Update reference to Survex 1.1; update FSF address.
298
[2acbff0a]299Tue Sep 20 06:43:56 GMT 2011 Olly Betts <olly@survex.com>
300
301 * src/img.c: Only define INT32_T if it isn't already defined (it will
302 be for 1.0.x).
303
[c964783]304Tue Sep 20 06:43:23 GMT 2011 Olly Betts <olly@survex.com>
305
306 * src/cavern.c: Remove unused function left over from recent change to
307 how coordinate ranges get reported.
308
[991289b]309Tue Sep 20 06:42:31 GMT 2011 Olly Betts <olly@survex.com>
310
311 * make_release: Use the URL field from svn info in the command we give
312 to take this release rather than hard-coding the URL for trunk.
313
[36316cb]314Tue Sep 20 05:43:11 GMT 2011 Olly Betts <olly@survex.com>
315
316 * buildmacosx.sh: Building on 10.6 should work on 10.7, so update
317 comment to more clearly reflect that.
318
[aecd032]319Tue Sep 20 05:39:50 GMT 2011 Olly Betts <olly@survex.com>
320
321 * lib/,src/cavern.c: Fix reporting of ranges of survey coordinates,
322 which was broken by the message handling changes in 1.2.0.
323
[7831cef]324Tue Sep 20 04:30:14 GMT 2011 Olly Betts <olly@survex.com>
325
326 * configure.in,src/moviemaker.cc: Fix to build with FFmpeg library
327 versions in Debian unstable, as well as those in Debian stable.
328
[63621a7]329Tue Sep 20 03:51:40 GMT 2011 Olly Betts <olly@survex.com>
330
331 * src/moviemaker.cc: Updates towards compatibility with newer FFmpeg
332 libraries without breaking build with those in Debian stable.
333
[696b35b]334Tue Sep 20 03:41:58 GMT 2011 Olly Betts <olly@survex.com>
335
336 * src/avenprcore.h: Declare border as "struct border" rather than as a
337 typedef to avoid a -Wshadow warning.
338
[120c1c6]339Tue Sep 20 00:15:07 GMT 2011 Olly Betts <olly@survex.com>
340
341 * NEWS: Perhaps the final update for 1.2.0.
342
[95ed2ba]343Tue Sep 20 00:09:42 GMT 2011 Olly Betts <olly@survex.com>
344
345 * lib/afm2txf.pl: Fix to correctly handle non-ASCII glyphs by using
346 glyphshow in the generated PostScript code rather than relying on the
347 numeric encoding order of the font to match Unicode (which doesn't
348 generally seem to be the case). Tweak to process files without
349 slurping them all into memory where that's easy to do.
350
[9062bef]351Mon Sep 19 23:15:46 GMT 2011 Olly Betts <olly@survex.com>
352
353 * src/fnt.cc: Use FNT_MAXCHAR instead of literal 256.
354
[f04ae51]355Mon Sep 19 21:58:50 GMT 2011 Olly Betts <olly@survex.com>
356
357 * buildmacosx.sh: Revert CPP=cpp change - it's not required. Revert to
358 using wx 2.8.11 and 2.8.12 seems to fail to build. Output of hdid
359 can contain spaces as well as tabs (man page only documents tabs) so
360 update regexps to take this into account.
361
[cc83ec9]362Mon Sep 19 11:52:50 GMT 2011 Olly Betts <olly@survex.com>
363
364 * buildmacosx.sh: Add comment noting that Xcode is probably required.
365 Since wxWidgets only supports building for a single arch at a time,
366 build for i386 by default, which should also work on x86_64. Pass
367 CPP=cpp to wxWidgets configure (not certain if this is actually
368 needed, or was something tried on the way to discovering that only
369 one -arch option can be passed).
370
[65ceb41]371Sun Sep 18 12:24:41 GMT 2011 Olly Betts <olly@survex.com>
372
373 * make_release: No need to force disabling of libavcodec for mingw - it
374 gets automatically disable if not present.
375
[eac4514]376Sun Sep 18 12:23:39 GMT 2011 Olly Betts <olly@survex.com>
377
378 * src/moviemaker.cc: Fix disabling of libavcodec-using code when
379 libavcodec isn't present.
380
[4095cc0]381Sun Sep 18 11:50:06 GMT 2011 Olly Betts <olly@survex.com>
382
383 * NEWS: Update 1.2.0 release date.
384
[8a374af]385Sun Sep 18 11:49:46 GMT 2011 Olly Betts <olly@survex.com>
386
387 * make_release: Disable use of libavcodec for mingw for now.
388
[44ef5ec6]389Sun Sep 18 02:51:52 GMT 2011 Olly Betts <olly@survex.com>
390
391 * make_release: Fix comment typo.
392
[92037819]393Sun Sep 18 02:50:30 GMT 2011 Olly Betts <olly@survex.com>
394
395 * doc/TODO.htm: Update in preparation for releasing 1.2.
396
[90688f5]397Sun Sep 18 02:49:53 GMT 2011 Olly Betts <olly@survex.com>
398
399 * src/gla-gl.cc: Only try to read the GLX version on platforms which
400 use GLX.
401
[fa8ae1e]402Sun Sep 18 02:03:13 GMT 2011 Olly Betts <olly@survex.com>
403
404 * Makefile.am,doc/Makefile.am: Don't list other .in files explicitly in
405 EXTRA_DIST.
406
[cba86532]407Sun Sep 18 01:59:49 GMT 2011 Olly Betts <olly@survex.com>
408
409 * lib/Makefile.am: survex.keys.in will get shipped because it is
410 used by AC_CONFIG_FILES so there's no need to list it explicitly
411 in EXTRA_DIST.
412
[c584ed2]413Sun Sep 18 01:56:18 GMT 2011 Olly Betts <olly@survex.com>
414
415 * configure.in,lib/Makefile.am,lib/po-to-msg.pl: Fix .msg file
416 generation to work when srcdir != builddir. Drop the "dontextract"
417 mechanism which automatically generates headers to allows building a
418 version with translations for the messages for errors in loading the
419 messages file, as it doesn't seem worth the effort to get it working
420 again. It's easy to write such a header by hand if you really want
421 to do this.
422
[9cfcb3f]423Fri Sep 16 14:26:43 GMT 2011 Olly Betts <olly@survex.com>
424
425 * NEWS,configure.in: Update for 1.2.0.
426
[f9b8a6b]427Fri Sep 16 14:22:20 GMT 2011 Olly Betts <olly@survex.com>
428
429 * lib/icons/Makefile.am,lib/icons/aven.png,lib/icons/aven.svg: Add
430 new version of aven icon, redrawn in SVG so it displays nicely at
431 larger sizes.
432
[4833448]433Fri Sep 16 12:55:05 GMT 2011 Olly Betts <olly@survex.com>
434
435 * lib/codes.po,src/cavern.c: Add --3d-version option to allow the user
436 to specify the version of the 3d format to output. (ticket#21)
437
[2bb17c9]438Fri Sep 16 12:52:55 GMT 2011 Olly Betts <olly@survex.com>
439
440 * src/img.c,src/img.h: Make the highest and lowest valid values for
441 img_output_version available in img.h as IMG_VERSION_MIN and
442 IMG_VERSION_MAX.
443
[a6e8d45]444Fri Sep 16 05:49:12 GMT 2011 Olly Betts <olly@survex.com>
445
446 * src/aventreectrl.cc,src/guicontrol.cc,src/mainfrm.cc: Don't use
447 deprecated members or methods of wxKeyEvent.
448
[6001bc1]449Fri Sep 16 03:36:54 GMT 2011 Olly Betts <olly@survex.com>
450
451 * lib/map.png: Remove scan of map which isn't used and we probably
452 don't have rights to redistribute.
453
[de402d4]454Fri Sep 16 03:16:01 GMT 2011 Olly Betts <olly@survex.com>
455
456 * src/mainfrm.cc: If a label isn't valid UTF-8, treat it as CP1252 (the
457 Microsoft superset of ISO8859-1).
458
[b00a29a]459Fri Sep 16 03:00:51 GMT 2011 Olly Betts <olly@survex.com>
460
461 * src/mainfrm.cc: Remove special handling for toggling "full screen"
462 on wxGTK as it's no longer required with modern versions.
463
[6b061db]464Fri Sep 16 02:05:12 GMT 2011 Olly Betts <olly@survex.com>
465
466 * src/gfxcore.cc,src/gfxcore.h,src/mainfrm.cc: Don't redraw the survey
467 on every mouse movement in the survey pane unless the measuring line
468 is (or just was) active. (ticket #17)
469
[293eec8]470Thu Sep 15 03:58:59 GMT 2011 Olly Betts <olly@survex.com>
471
472 * src/aven.cc: Comment improvements.
473
[deea763]474Thu Sep 15 03:51:27 GMT 2011 Olly Betts <olly@survex.com>
475
476 * tests/smoke.tst: aven no longer requires an X display for --help or
477 --version, so replace skip of this check with a check that this
478 remains the case.
479
[b4ac7007]480Thu Sep 15 02:27:57 GMT 2011 Olly Betts <olly@survex.com>
481
482 * NEWS: Update from ChangeLog.
483
[a26bab0]484Thu Sep 15 02:11:28 GMT 2011 Olly Betts <olly@survex.com>
485
486 * lib/Makefile.am: Distribute codes.po.
487
[d0a7bba]488Thu Sep 15 02:08:35 GMT 2011 Olly Betts <olly@survex.com>
489
490 * configure.in,survex.spec.in: Default to installing docs into
491 /usr/share/doc/survex rather than /usr/doc/survex.
492
[e60254e]493Wed Sep 14 01:57:45 GMT 2011 Olly Betts <olly@survex.com>
494
495 * src/mainfrm.cc: Fix another potential read beyond the end of a
496 string.
497
[17de0e2]498Wed Sep 14 01:35:20 GMT 2011 Olly Betts <olly@survex.com>
499
500 * src/mainfrm.cc: Fix potential reading off end of string - fix from
501 Stuart Bennett.
502
[33c24dc]503Wed Sep 14 00:33:16 GMT 2011 Olly Betts <olly@survex.com>
504
505 * lib/es.po: Update from launchpad.
506
[d1c3d24]507Tue Sep 13 22:05:59 GMT 2011 Olly Betts <olly@survex.com>
508
509 * buildmacosx.sh: Use wx 2.8.12.
510
[c293aa9]511Tue Sep 13 11:32:18 GMT 2011 Olly Betts <olly@survex.com>
512
513 * src/aven.cc,src/aven.h,src/gla-gl.cc: Explicitly request
514 double-buffering, which seems to be needed for systems with GLX >=
515 1.3. Report GLX version and whether double-buffering is in use in
516 the about dialog.
517
[091069f]518Sun Jun 19 11:19:51 GMT 2011 Olly Betts <olly@survex.com>
519
520 * src/: Try to report errors from generating movie more helpfully.
521
[6ed625e]522Fri Jun 17 06:33:38 GMT 2011 Olly Betts <olly@survex.com>
523
524 * src/moviemaker.cc: Eliminate use of deprecated function
525 av_alloc_format_context().
526
[fed3713]527Fri Jun 17 06:32:50 GMT 2011 Olly Betts <olly@survex.com>
528
529 * src/moviemaker.cc: Simplify the loop to flip the image vertically.
530
[9e516d0d]531Fri Jun 17 06:17:20 GMT 2011 Olly Betts <olly@survex.com>
532
533 * configure.in,src/moviemaker.cc,src/moviemaker.h: Use libswscale to
534 convert images to add to the video. Movie export now working
535 again!
536
[d10d369]537Fri Jun 17 06:16:46 GMT 2011 Olly Betts <olly@survex.com>
538
539 * src/gfxcore.cc: No need to specify true to PlayPres - that's the
540 default.
541
[0c6b06cb]542Fri Jun 17 06:15:34 GMT 2011 Olly Betts <olly@survex.com>
543
544 * src/gfxcore.cc: Set the play speed to "x1" during video recording.
545
[75d4a2b]546Fri Jun 17 05:43:12 GMT 2011 Olly Betts <olly@survex.com>
547
548 * src/gfxcore.cc,src/gfxcore.h: Rename 'mpeg' member to 'movie'.
549
[cc9e7a06]550Fri Jun 17 04:30:12 GMT 2011 Olly Betts <olly@survex.com>
551
552 * configure.in,src/moviemaker.cc,src/moviemaker.h: Mostly update movie
553 making code to work with current FFmpeg. Still TODO: convert call
554 to img_convert() to use sws_scale() - currently you just get an all
555 green movie!
556
[90a2e0f]557Mon May 30 07:40:12 GMT 2011 Olly Betts <olly@survex.com>
558
559 * buildmacosx.sh: Fix URL for downloading wxWidgets tarball.
560
[a8469bb]561Sat May 28 12:39:11 GMT 2011 Olly Betts <olly@survex.com>
562
563 * buildmacosx.sh: Build for x86_64 as well as i386.
564
[4a7c15ab]565Sat May 28 06:14:09 GMT 2011 Olly Betts <olly@survex.com>
566
567 * buildmacosx.sh: Fix comment typo.
568
[ab66f3c]569Sat May 28 06:08:10 GMT 2011 Olly Betts <olly@survex.com>
570
571 * buildmacosx.sh: Don't assume the volume gets mounted on
572 /Volumes/Survex as it won't be if that mount point is already in use.
573
[42c7efe]574Thu May 26 16:09:05 GMT 2011 Olly Betts <olly@survex.com>
575
576 * lib/codes.po,src/aven.cc,src/mainfrm.cc,src/mainfrm.h: Use more stock
577 IDs.
578
[de8488a6]579Thu May 26 14:52:00 GMT 2011 Olly Betts <olly@survex.com>
580
581 * lib/,src/printwx.cc: Use stock wx button IDs wxID_PRINT and
582 wxID_PREVIEW where appropriate.
583
[ecf9c4c1]584Thu May 26 14:47:52 GMT 2011 Olly Betts <olly@survex.com>
585
586 * lib/codes.po: Mark unused messages by commenting out with '#~'.
587
[27928df]588Thu May 26 14:34:29 GMT 2011 Olly Betts <olly@survex.com>
589
590 * src/printwx.h: Fix comment typo.
591
[73b3388]592Thu May 26 12:47:44 GMT 2011 Olly Betts <olly@survex.com>
593
594 * src/mainfrm.cc,src/printwx.cc: When using a standard wxID_xxx id with
595 wxButton, use the implicit default label, as the wx documentation
596 recommends.
597
[6219279]598Thu May 26 12:28:11 GMT 2011 Olly Betts <olly@survex.com>
599
600 * src/: Remove the unused preferences dialog code - we can easily
601 fish it back out of SVN should we want it later, so no point
602 having it sitting there making every checkout bigger.
603
[04aa63b]604Tue May 24 05:21:52 GMT 2011 Olly Betts <olly@survex.com>
605
606 * configure.in,doc/Makefile.am,doc/survex.1.in: Move survex man page to
607 section 7 (since it isn't documenting an actual command).
608
[6f340d9]609Tue May 24 05:17:53 GMT 2011 Olly Betts <olly@survex.com>
610
611 * doc/Makefile.am: Write generated man page to a temporary file, then
612 atomically rename, to avoid leaving an empty or partial man page
613 behind if docbook-to-man dies (I managed to ship an empty cad3d.1 in
614 1.1.16).
615
[6cf04ff]616Sat May 21 22:05:04 GMT 2011 Olly Betts <olly@survex.com>
617
618 * lib/fr.po: Fold in addition of accent from launchpad.
619
[8fa7902]620Sat May 21 22:04:31 GMT 2011 Olly Betts <olly@survex.com>
621
622 * lib/: Remove comments which are only relevant for other languages
623 from .po files. Add more clarifying comments.
624
[7c0e6e3]625Thu May 19 05:23:03 GMT 2011 Olly Betts <olly@survex.com>
626
627 * lib/messages.txt: Remove as no longer used.
628
[d86459c]629Wed May 18 09:06:19 GMT 2011 Olly Betts <olly@survex.com>
630
631 * lib/,src/mainfrm.cc,src/mainfrm.h: We now use .po and .pot files as
632 the master format for storing translations in (rather than
633 messages.txt), and then translate these into Survex's .msg format.
634
[749a581]635Wed May 18 08:37:01 GMT 2011 Olly Betts <olly@survex.com>
636
637 * lib/messages.txt: Fix variant en-us message which ought not be
638 different.
639
[7b12c6d]640Wed May 18 05:50:07 GMT 2011 Olly Betts <olly@survex.com>
641
642 * make_release: Print out the commands needed to tag the release.
643
[5311876]644Tue May 17 01:24:59 GMT 2011 Olly Betts <olly@survex.com>
645
646 * lib/messages.txt,src/cavern.c: Drop "non-fatal" from the report of
647 how many errors there were at the end of the run - it just confuses
648 users - we won't even get here if there's a fatal error!
649 * lib/messages.txt: Add missing translations of two "Export" variants
650 for ca, sk, and ro.
651
[ec8fd0d]652Tue May 17 01:03:06 GMT 2011 Olly Betts <olly@survex.com>
653
654 * NEWS: Fix typo.
655
[56980d4e]656Mon May 16 22:18:53 GMT 2011 Olly Betts <olly@survex.com>
657
658 * buildmacosx.sh: Extract tarball quietly, and just say we're doing
659 it. Add missing quoting to variable expansions.
660
[8f9b0b6d]661Mon May 16 05:59:32 GMT 2011 Olly Betts <olly@survex.com>
662
663 * NEWS: Another pre-1.1.16 update.
664
[c953a98]665Mon May 16 05:54:30 GMT 2011 Olly Betts <olly@survex.com>
666
667 * Makefile.am: Include all the available wxstd.mo files into the
668 Microsoft Windows installer, rather than trying to just include those
669 which we have translations for. This avoids having to maintain a
670 list of which to include, and gives users translations of wxWidgets
671 messages even if they don't get Survex messages translated.
672
[85f3565]673Mon May 16 05:53:49 GMT 2011 Olly Betts <olly@survex.com>
674
675 * doc/HACKING.htm: Update version of InnoSetup used. Note the packages
676 needed on Debian to build the Microsoft Windows installer.
677
[6127c82]678Mon May 16 05:22:03 GMT 2011 Olly Betts <olly@survex.com>
679
680 * doc/HACKING.htm: Note Debian packages to install for docs.
681
[8fb44ec]682Mon May 16 05:21:27 GMT 2011 Olly Betts <olly@survex.com>
683
684 * survex.iss.in: Add comment noting that AppVerName isn't required by
685 newer InnoSetup.
686
[ecdb631]687Sun May 15 04:11:34 GMT 2011 Olly Betts <olly@survex.com>
688
689 * NEWS,configure.in: Update for 1.1.16.
690
[ffe7b714]691Sun May 15 03:44:17 GMT 2011 Olly Betts <olly@survex.com>
692
693 * lib/fixmsgs.pl: Update to fix UTF-8 rather than ISO8859-1.
694
[f3f9b0e]695Sun May 15 03:43:46 GMT 2011 Olly Betts <olly@survex.com>
696
697 * lib/named-entities.txt: Add hellip and rarr.
698
[443edad]699Sun May 15 03:39:02 GMT 2011 Olly Betts <olly@survex.com>
700
701 * lib/messages.txt: Fix clashing menu shortcuts from recent translation
702 updates.
703
[69490fa3]704Sun May 15 03:20:50 GMT 2011 Olly Betts <olly@survex.com>
705
706 * src/message.c: 0x2026 (&hellip;): Handle for WINCP1252, and
707 transliterate to '...' for charsets which don't have it. 0x2192
708 (&rarr;): Transliterate to '->' for charsets which don't have it.
709 Handle &Scaron;, &scaron;, &Zcaron;, &zcaron; for WINCP1252.
710 * lib/messages.txt: Use '&rarr;' instead of '->' and '&hellip;' instead
711 of '...'.
712
[6010466]713Sun May 15 02:59:42 GMT 2011 Olly Betts <olly@survex.com>
714
715 * lib/messages.txt: Fix literal accented characters.
716
[6e618c7]717Sun May 15 02:55:50 GMT 2011 Olly Betts <olly@survex.com>
718
719 * lib/messages.txt: Fold in de updates from launchpad.
720
[01891b9]721Sun May 15 02:36:02 GMT 2011 Olly Betts <olly@survex.com>
722
723 * lib/messages.txt: Fold in es updates from launchpad.
724
[4667418]725Sun May 15 02:19:45 GMT 2011 Olly Betts <olly@survex.com>
726
727 * lib/messages.txt: Fold in it updates from launchpad.
728
[adc8304]729Sun May 15 02:00:45 GMT 2011 Olly Betts <olly@survex.com>
730
731 * lib/messages.txt: Fold in pt-br updates from launchpad.
732
[d3dd62e]733Sun May 15 01:53:22 GMT 2011 Olly Betts <olly@survex.com>
734
735 * lib/messages.txt: Fold in pt updates from launchpad.
736
[5c9f6c2]737Mon Mar 14 01:58:10 GMT 2011 Olly Betts <olly@survex.com>
738
739 * configure.in: Link with -lGL, if it exists to support linking with
740 gold or GNU ld --as-needed (Debian bug #615781).
741
[97e9c02]742Thu Mar 03 13:16:19 GMT 2011 Olly Betts <olly@survex.com>
743
744 * src/img.c: Fix code typo for IMG_API_VERSION == 0 case.
745
[0c85b15b]746Thu Mar 03 12:32:57 GMT 2011 Olly Betts <olly@survex.com>
747
748 * src/img.c: Fix typo in code used when IMG_HOSTED isn't defined.
749
[0ed32e5]750Wed Oct 20 09:53:56 GMT 2010 Olly Betts <olly@survex.com>
751
752 * lib/messages.txt: "Colour" -> "Color" in en-us.
753
[66dd4ff9]754Sun Oct 17 14:10:21 GMT 2010 Olly Betts <olly@survex.com>
755
756 * lib/messages.txt: Assorted comment improvements and tweaks.
757
[029fdb4]758Sat Oct 16 11:12:42 GMT 2010 Olly Betts <olly@survex.com>
759
760 * src/moviemaker.h: Remove unused <stdio.h>. Shouldn't include
761 <config.h> in headers, only sources.
762
[5abd525]763Sat Oct 16 10:13:10 GMT 2010 Olly Betts <olly@survex.com>
764
765 * doc/TODO.htm: Remove entries which have now been done.
766
[4b9be72]767Fri Oct 15 06:57:46 GMT 2010 Olly Betts <olly@survex.com>
768
769 * tests/extend.tst: Fix to file .espec files when srcdir != builddir.
770
[f5e3521]771Fri Oct 15 05:48:09 GMT 2010 Olly Betts <olly@survex.com>
772
773 * NEWS: Final update fro 1.1.15.
774
[53e12ee]775Fri Oct 15 05:20:40 GMT 2010 Olly Betts <olly@survex.com>
776
777 * src/editwrap.c: Convert to use wide-character Unicode.
778
[6baad4a]779Fri Oct 15 05:20:04 GMT 2010 Olly Betts <olly@survex.com>
780
781 * src/cavernlog.cc: Fix to work on Microsoft Windows.
782
[414cdd0]783Thu Oct 14 22:50:09 GMT 2010 Olly Betts <olly@survex.com>
784
785 * tests/extend.tst: Enable eswap-break testcase now that diffpos is
786 fixed.
787
[9d20d33]788Thu Oct 14 22:48:06 GMT 2010 Olly Betts <olly@survex.com>
789
790 * src/diffpos.c: Handle files with duplicate labels in better - extend
791 generates duplicate labels when it breaks a loop.
792
[d50594c]793Wed Oct 13 15:39:04 GMT 2010 Olly Betts <olly@survex.com>
794
795 * make_release: -Dunix when running make distcheck with the
796 preprocessor in C89 mode.
797
[eafe1a3]798Wed Oct 13 15:33:23 GMT 2010 Olly Betts <olly@survex.com>
799
800 * src/cavern.c: Fix C++ comment.
801
[2d16e4e]802Wed Oct 13 15:07:31 GMT 2010 Olly Betts <olly@survex.com>
803
804 * NEWS,configure.in: 1.1.15.
805
[e02a6a6]806Wed Oct 13 15:00:51 GMT 2010 Olly Betts <olly@survex.com>
807
808 * configure.in,src/: Define GETC() in config.h and use it everywhere.
809 Similarly define PUTC() to use putc_unlocked() where available and
810 use that everywhere too.
811
[f175de2]812Wed Oct 13 13:41:17 GMT 2010 Olly Betts <olly@survex.com>
813
814 * src/cavernlog.cc: Remove superfluous nested declaration.
815
[9e50f755]816Wed Oct 13 11:19:29 GMT 2010 Olly Betts <olly@survex.com>
817
818 * src/cavernlog.cc: mingw doesn't have _get_wpgmptr() so use the
819 deprecated _wpgmptr instead. mingw doesn't have errno_t so use int
820 instead.
821
[eff69a7]822Wed Oct 13 10:49:18 GMT 2010 Olly Betts <olly@survex.com>
823
824 * src/cavernlog.cc: (Microsoft Windows) Quote for any meta characters,
825 not just space.
826
[a90632c]827Wed Oct 13 10:27:38 GMT 2010 Olly Betts <olly@survex.com>
828
829 * src/cavernlog.cc: (Microsoft Windows) Use _get_wpgmptr() to get wide
830 path to aven rather for running cavern.
831
[19f2b4f]832Thu Oct 07 22:38:43 GMT 2010 Olly Betts <olly@survex.com>
833
834 * src/datain.h,src/useful.c: Use getc_unlocked() if available.
835
[36c4cf1]836Thu Oct 07 14:25:13 GMT 2010 Olly Betts <olly@survex.com>
837
838 * src/mainfrm.cc: Use _wfopen() on Microsoft Windows when loading and
839 saving presentations so that paths with non-Latin1 characters in can
840 be processed.
841
[0a85859]842Thu Oct 07 12:52:22 GMT 2010 Olly Betts <olly@survex.com>
843
844 * configure.in,src/cavernlog.cc: Use getc_unlocked() if available.
845
[1e2499c]846Thu Oct 07 12:42:21 GMT 2010 Olly Betts <olly@survex.com>
847
848 * src/cavernlog.cc: Don't call Update() after every line, but only
849 when we don't have data from cavern pending. Hopefully addresses
850 ticket#12.
851
[d2980d2]852Wed Oct 06 02:25:31 GMT 2010 Olly Betts <olly@survex.com>
853
854 * make_release: Never set CFLAGS or CXXFLAGS in the environment.
855 Build mingw version in an unpacked source tree from the release
856 tarball.
857
[1d71195]858Wed Oct 06 02:09:33 GMT 2010 Olly Betts <olly@survex.com>
859
860 * src/cavernlog.cc: Fix code indentation.
861
[ffe7efe4]862Wed Oct 06 02:08:38 GMT 2010 Olly Betts <olly@survex.com>
863
864 * src/cavernlog.cc: Revert to using mb_str() for popen() and system()
865 on Unix.
866
[fc364dc]867Wed Oct 06 02:02:54 GMT 2010 Olly Betts <olly@survex.com>
868
869 * src/cavernlog.cc: Use _wpopen() and _wsystem() on Microsoft Windows
870 so that paths with non-Latin1 characters in can be processed.
871
[83e2433]872Wed Oct 06 01:16:03 GMT 2010 Olly Betts <olly@survex.com>
873
874 * src/cavernlog.cc: Need to quote filenames with spaces in for
875 Microsoft Windows.
876
[b4dbba1]877Wed Oct 06 00:54:44 GMT 2010 Olly Betts <olly@survex.com>
878
879 * lib/Makefile.am: Ship the extra .isl translation files for Innosetup.
880
[c60cb16]881Wed Oct 06 00:49:18 GMT 2010 Olly Betts <olly@survex.com>
882
883 * src/datain.c: Add missing include of date.h.
884
[f351ea24]885Wed Oct 06 00:48:28 GMT 2010 Olly Betts <olly@survex.com>
886
887 * src/date.c,src/date.h: Add files for date handling.
888
[807f9dd]889Tue Oct 05 12:48:19 GMT 2010 Olly Betts <olly@survex.com>
890
891 * src/gla-gl.cc,src/gla.h: Check whether blobs and crosses actually
892 render correctly as points/point sprites, and if they don't, fall
893 back to drawing them with lines.
894
[fe075d7]895Tue Oct 05 10:53:56 GMT 2010 Olly Betts <olly@survex.com>
896
897 * src/gla-gl.cc,src/gla.h: Cache the best method for drawing blobs
898 and crosses, and recheck automatically if the graphics hardware
899 or drivers are changed or upgraded.
900
[226b599e]901Mon Oct 04 11:18:22 GMT 2010 Olly Betts <olly@survex.com>
902
903 * src/gla-gl.cc: Add \n to commented out debug message.
904
[1671258]905Mon Oct 04 09:58:17 GMT 2010 Olly Betts <olly@survex.com>
906
907 * doc/index.htm.in,doc/manual.sgml,doc/survex.ent,lib/print.ini,
908 src/printwx.cc,survex.iss.in: Use http://survex.com/ rather than
909 http://www.survex.com/ - the former is the canonical name and
910 www.survex.com just redirects.
911
[52f67931]912Mon Oct 04 09:46:24 GMT 2010 Olly Betts <olly@survex.com>
913
914 * src/mainfrm.cc: Don't offer "All files" wildcard in presentation save
915 dialog.
916
[12ec820]917Mon Oct 04 08:19:40 GMT 2010 Olly Betts <olly@survex.com>
918
919 * src/gla-gl.cc: Pass GL_TRUE to OpenGL functions, rather than true.
920
[f6d8375]921Sun Oct 03 06:46:03 GMT 2010 Olly Betts <olly@survex.com>
922
923 * src/gfxcore.cc,src/gla-gl.cc,src/gla.h: Use double instead of Double
924 in cases where the value isn't being passed to OpenGL.
925
[bde8c9a]926Sun Aug 22 13:30:54 GMT 2010 Olly Betts <olly@survex.com>
927
928 * src/gla-gl.cc: If we aren't using GL_POINTS for blobs, draw them
929 using a series of abutting lines rather than with gluDisk which
930 is faster and gives a consistent shape.
931
[425a138]932Sat Aug 21 14:33:54 GMT 2010 Olly Betts <olly@survex.com>
933
934 * src/gla-gl.cc: Fix another use of GL_POINT_SIZE_RANGE to
935 GL_SMOOTH_POINT_SIZE_RANGE.
936
[b6f9294]937Sat Aug 21 14:30:56 GMT 2010 Olly Betts <olly@survex.com>
938
939 * src/gla-gl.cc: Fix non-USE_FNT case to work again (it's limited to
940 ISO-8859-1 characters though).
941
[04bf822]942Sat Aug 21 13:31:17 GMT 2010 Olly Betts <olly@survex.com>
943
944 * src/gla-gl.cc: Use GL_SMOOTH_POINT_SIZE_RANGE and
945 GL_SMOOTH_POINT_SIZE_GRANULARITY instead of GL_POINT_SIZE_RANGE and
946 GL_POINT_SIZE_GRANULARITY (unless they aren't defined) as the latter
947 two are deprecated in OpenGL >= 1.2. If GL_ALIASED_POINT_SIZE_RANGE
948 is available (OpenGL >= 1.2 again) then report its value in the
949 about box.
950
[1ee204e]951Fri Aug 20 12:26:40 GMT 2010 Olly Betts <olly@survex.com>
952
953 * doc/3dformat.htm,lib/messages.txt,src/,tests/: New v7 of .3d format
954 which stores survey dates as number of days since Jan 1st 1900, so
955 we now support dates from 1900-2078 (rather than 1970-2037) with a
956 smaller file size. The img API is now versioned - you can select
957 the new "version 1" by compiling with -DIMG_API_VERSION=1, which
958 gives the survey dates in days in days1 and days2 instead of as
959 time_t values in date1 and date2. Fixes ticket#14.
960
[00d94ee]961Fri Aug 20 12:12:54 GMT 2010 Olly Betts <olly@survex.com>
962
963 * src/printwx.cc: Remove unused '#include <time.h>'.
964
[82988f5]965Fri Aug 20 12:10:55 GMT 2010 Olly Betts <olly@survex.com>
966
967 * src/avenprcore.cc: Remove unused '#include <time.h>'.
968
[0965597]969Fri Aug 20 10:10:05 GMT 2010 Olly Betts <olly@survex.com>
970
971 * src/export.cc: Explicit #include <time.h> for strftime().
972
[576c27f]973Wed Aug 18 13:59:30 GMT 2010 Olly Betts <olly@survex.com>
974
975 * src/osdepend.h: Remove workaround for DOS Turbo C compiler.
976
[2032841]977Wed Aug 18 02:03:39 GMT 2010 Olly Betts <olly@survex.com>
978
979 * buildmacosx.sh,configure.in,lib/Info.plist.in: Make buildmacosx.sh
980 work.
981
[025e84d]982Tue Aug 17 01:43:24 GMT 2010 Olly Betts <olly@survex.com>
983
984 * src/gfxcore.h: "using svx::Point;" gives an error, so use a macro
985 instead.
986
[506769f]987Wed Aug 04 03:27:22 GMT 2010 Olly Betts <olly@survex.com>
988
989 * src/img.c: Fix cast in get16() to be to short not long.
990
[81e1aa4]991Wed Aug 04 02:32:16 GMT 2010 Olly Betts <olly@survex.com>
992
993 * src/cavernlog.cc,src/cavernlog.h: "Rerun" -> "Reprocess" to follow
994 terminology in manual, etc. Fixes ticket#15.
995
[e0c8f98]996Wed Jul 28 17:06:49 GMT 2010 Olly Betts <olly@survex.com>
997
998 * tests/: Most tests weren't actually running and testcases (looks like
999 a sh portability issue). Fixed, and fortunately all tests still
1000 pass.
1001
[f9535d4]1002Mon Jul 26 12:30:43 GMT 2010 Olly Betts <olly@survex.com>
1003
1004 * doc/manual.sgml: Fix typo "of" -> "on".
1005
[f9473ab]1006Mon Jul 26 11:59:59 GMT 2010 Olly Betts <olly@survex.com>
1007
1008 * NEWS,configure.in: Update for 1.1.14.
1009
[7bdf66d]1010Mon Jul 26 11:53:01 GMT 2010 Olly Betts <olly@survex.com>
1011
1012 * lib/messages.txt,src/: Remove things we no longer need now we've
1013 dropped support for RISC OS and DOS.
1014
[175cac6]1015Mon Jul 26 11:19:40 GMT 2010 Olly Betts <olly@survex.com>
1016
1017 * src/cmdline.c: Remove reference to MSDOS.
1018
[9965b2b]1019Mon Jul 26 10:23:07 GMT 2010 Olly Betts <olly@survex.com>
1020
1021 * src/: Strip out "Far" and "Huge" which we no longer need now that
1022 DOS memory models are no longer relevant.
1023
[9e12d78]1024Mon Jul 26 09:57:37 GMT 2010 Olly Betts <olly@survex.com>
1025
1026 * configure.in: No need for AC_PROG_MAKE_SET when using automake.
1027
[5dd874a]1028Mon Jul 26 09:48:10 GMT 2010 Olly Betts <olly@survex.com>
1029
1030 * configure.in,src/useful.h: On little-endian architectures, make
1031 get16() and get32() inline functions, rather than macros which use
1032 a global variable.
1033
[7e5d688]1034Mon Jul 26 09:31:14 GMT 2010 Olly Betts <olly@survex.com>
1035
1036 * src/useful.c: Remove commented out code.
1037
[8c45eea]1038Mon Jul 26 09:19:19 GMT 2010 Olly Betts <olly@survex.com>
1039
1040 * configure.in,src/img.c,src/useful.c,src/useful.h: Use AC_TYPE_INT16_T
1041 and AC_TYPE_INT32_T instead of home-brew equivalents.
1042
[39aa1a0]1043Mon Jul 26 08:40:43 GMT 2010 Olly Betts <olly@survex.com>
1044
1045 * src/listpos.c: In "Station X referred to just once, with an explicit
1046 prefix - typo?" warning, give file and linenumber where the *equate
1047 occurred.
1048
[d40f787]1049Mon Jul 26 08:37:46 GMT 2010 Olly Betts <olly@survex.com>
1050
1051 * src/readval.c: Fix comment typo.
1052
[0d38f0e]1053Mon Jul 26 08:29:41 GMT 2010 Olly Betts <olly@survex.com>
1054
1055 * src/listpos.c: In "Station X referred to by *entrance or *export but
1056 never used" warning, give file and linenumber where the *entrance or
1057 *export occurred.
1058
[b23bcf0]1059Mon Jul 26 07:44:26 GMT 2010 Olly Betts <olly@survex.com>
1060
1061 * src/aventreectrl.cc: Fix double-click handling for survey tree on
1062 wxMSW >= 2.8.11.
1063
[ad3d0a2]1064Mon Jul 26 07:25:59 GMT 2010 Olly Betts <olly@survex.com>
1065
1066 * src/mainfrm.cc: Stop passing wxNO_FULL_REPAINT_ON_RESIZE as it is 0
1067 on all versions of wxWidgets we support (i.e. 2.6 and later).
1068
[318ac31]1069Mon Jul 26 07:21:35 GMT 2010 Olly Betts <olly@survex.com>
1070
1071 * INSTALL,src/: Restore compatibility with wxWidgets 2.6.
1072
[1edaf8d]1073Mon Jul 26 06:29:03 GMT 2010 Olly Betts <olly@survex.com>
1074
1075 * src/netskel.c: In "Unused fixed point" warning, give file and
1076 linenumber where the "*fix" occurred.
1077
[a07ee70]1078Mon Jul 26 06:24:35 GMT 2010 Olly Betts <olly@survex.com>
1079
1080 * src/cavernlog.cc: Fix highlighting of links in CavernLog window to
1081 highlight just <file>:<line> (and not the ': ' after), and to make
1082 the title for the terminal the warning/error message. Make the
1083 checking stricter by checking that the linenumber is a number, to
1084 avoid false positives.
1085
[652b73b]1086Mon Jul 26 04:48:12 GMT 2010 Olly Betts <olly@survex.com>
1087
1088 * Revert this change, as it appears wxMotif does support wxGLCanvas:
1089 * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
1090 is required by Aven in 1.1.x, so remove mention of Motif from manual.
1091
[fb5887c]1092Mon Jul 26 03:24:38 GMT 2010 Olly Betts <olly@survex.com>
1093
1094 * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as
1095 appropriate). (Addition of "OK" button fixes ticket#13). Fix up
1096 handling of splitter window to fix poor handling of various cases.
1097
[bc73093]1098Sun Jul 25 15:32:42 GMT 2010 Olly Betts <olly@survex.com>
1099
1100 * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading
1101 a file (and processing it first if necessary).
1102
[b0c416c]1103Sun Jul 25 07:20:05 GMT 2010 Olly Betts <olly@survex.com>
1104
1105 * src/cavernlog.h: Fix filename in comment at top.
1106
[77b8654]1107Sun Jul 25 07:17:20 GMT 2010 Olly Betts <olly@survex.com>
1108
1109 * src/cavernlog.cc: Don't double escape the contents of href and target
1110 in links in the log.
1111
[813919e]1112Sun Jul 25 06:32:24 GMT 2010 Olly Betts <olly@survex.com>
1113
1114 * src/cavernlog.cc: Remove commented out calls to set the input
1115 encoding of the HTML parser - we now always escape non-ASCII
1116 characters as HTML entities.
1117
[438c9ed]1118Fri Jul 23 14:15:25 GMT 2010 Olly Betts <olly@survex.com>
1119
1120 * src/cavernlog.h: Improve doc comment for process() method.
1121
[cca2ce1]1122Fri Jul 23 12:38:43 GMT 2010 Olly Betts <olly@survex.com>
1123
1124 * src/printwx.cc,src/printwx.h: Don't compile in the preview code when
1125 we disable the preview feature.
1126
[193efb1]1127Fri Jul 23 12:15:31 GMT 2010 Olly Betts <olly@survex.com>
1128
1129 * src/printwx.cc: The Gnome print dialog has its own preview window
1130 so suppress ours if using the Gnome one.
1131
[5297c43]1132Fri Jul 23 11:21:52 GMT 2010 Olly Betts <olly@survex.com>
1133
1134 * configure.in: Update the wx-config probing code - wxmac-config etc
1135 aren't present with newer wxWidgets versions.
1136
[b7510ee]1137Fri Jul 23 05:55:37 GMT 2010 Olly Betts <olly@survex.com>
1138
1139 * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG. Update to
1140 use a Unicode build. If building a private wx, use wx 2.8.11 not
1141 2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version).
1142
[a75f5a1]1143Sat Jul 10 12:15:23 GMT 2010 Olly Betts <olly@survex.com>
1144
1145 * src/cavernlog.cc: Set the select timeout before calling wxYield()
1146 when waiting for output from cavern to 0.1s instead of 0.00001s to
1147 avoid yielding excessively on slower machines where this is likely
1148 to really slow things down. Call Scroll() only once per line in
1149 the case where we are updating the scrollbar position. Call
1150 Update() instead of wxYield() after each line, since that's enough
1151 to get the window updated. Remove unused assignment "ch = left;"
1152 at end of loop.
1153
[9c0b089]1154Fri Jul 09 14:42:47 GMT 2010 Olly Betts <olly@survex.com>
1155
1156 * configure.in: Link aven with -lGLU which SuSE Linux needs.
1157
[72f1bb2]1158Fri Jul 09 14:31:39 GMT 2010 Olly Betts <olly@survex.com>
1159
1160 * src/mainfrm.cc: Highlight stations matching any current search when a
1161 file is loaded. (ticket#9)
1162
[2d5edf4]1163Thu Jul 01 12:20:58 GMT 2010 Olly Betts <olly@survex.com>
1164
1165 * survex.iss.in: Clean up comments from over-enthusiastic search and
1166 replace which modified comments as well as code.
1167
[b38cd93]1168Thu Jul 01 10:15:06 GMT 2010 Olly Betts <olly@survex.com>
1169
1170 * src/gfxcore.h: Work around Mac OS X polluting the global namespace
1171 with a "Point" class.
1172
[ecb7f9f]1173Thu Jul 01 10:10:45 GMT 2010 Olly Betts <olly@survex.com>
1174
1175 * src/Makefile.am: Remove FIXME which has already been resolved.
1176
[24fd5b7]1177Fri Jun 18 11:04:35 GMT 2010 Olly Betts <olly@survex.com>
1178
1179 * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which
1180 is required by Aven in 1.1.x, so remove mention of Motif from manual.
1181
[880b954]1182Fri Jun 18 03:03:55 GMT 2010 Olly Betts <olly@survex.com>
1183
1184 * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h:
1185 Correctly capitalise "GTK".
1186
[2bbfcec]1187Fri Jun 18 02:58:06 GMT 2010 Olly Betts <olly@survex.com>
1188
1189 * doc/manual.sgml: Note that on Linux we only regularly test builds
1190 with the GTK+ version (change taken from 1.0).
1191
[c88a040]1192Wed Jun 16 04:44:26 GMT 2010 Olly Betts <olly@survex.com>
1193
1194 * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML
1195 version of the manual.
1196
[7e2f708]1197Wed Jun 16 02:59:48 GMT 2010 Olly Betts <olly@survex.com>
1198
1199 * configure.in: Only ask for core, gl, and html wx libs to avoid
1200 linking to a load of others we don't use.
1201
[4a320aa]1202Tue Jun 15 17:01:41 GMT 2010 Olly Betts <olly@survex.com>
1203
1204 * INSTALL: Update.
1205
[4056cdc]1206Tue Jun 15 16:53:28 GMT 2010 Olly Betts <olly@survex.com>
1207
1208 * src/aven.cc: Fix to work with wxWidgets 2.6 too.
1209
[94f7e41]1210Tue Jun 15 15:38:49 GMT 2010 Olly Betts <olly@survex.com>
1211
1212 * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop
1213 file updates from 1.0.39.1-4 Debian package.
1214
[7f24541]1215Tue Jun 15 14:40:04 GMT 2010 Olly Betts <olly@survex.com>
1216
1217 * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@.
1218
[e4bfd2f]1219Tue Jun 15 14:32:55 GMT 2010 Olly Betts <olly@survex.com>
1220
1221 * NEWS: Update from ChangeLog.
1222
[0fd6750]1223Tue Jun 15 14:09:29 GMT 2010 Olly Betts <olly@survex.com>
1224
1225 * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the
1226 "alternative manual formats" zip file - people will generally just
1227 want one of them, so downloading several together isn't very useful.
1228 Replace PostScript version of manual with a PDF version (more
1229 compact and more people will have software to read PDF). Don't
1230 generate RTF format by default as PDF is more useful if you want
1231 a formatted version to print.
1232
[018db6f]1233Tue Jun 15 13:36:30 GMT 2010 Olly Betts <olly@survex.com>
1234
1235 * doc/manual.sgml: Merge the "Contributing" section into the "Mailing
1236 List" section.
1237
[3554c39]1238Tue Jun 15 12:57:13 GMT 2010 Olly Betts <olly@survex.com>
1239
1240 * Makefile.am,make_release: Just produce a zip file with the
1241 alternative manual formats - a self-extracting .exe is harder to
1242 use on other platforms, and most people have a zip file extractor
1243 installed.
1244
[c818632]1245Tue Jun 15 12:36:13 GMT 2010 Olly Betts <olly@survex.com>
1246
1247 * survex.spec.in: Update survex.com URLs to drop "www.". Update
1248 wxGTK dependency to >= 2.6.0. Reenable "BuildRequires:" as
1249 the issue with building the package on Debian is no longer
1250 relevant.
1251
[56ad6ad]1252Tue Jun 15 12:35:19 GMT 2010 Olly Betts <olly@survex.com>
1253
1254 * doc/manual.sgml: Update (C) years. "MacOS X" -> "Mac OS X".
1255
[8ed91e39]1256Tue Jun 15 12:13:42 GMT 2010 Olly Betts <olly@survex.com>
1257
1258 * doc/manual.sgml: Remove out of date postal addresses - we can
1259 probably safely assume people have email these days. Direct
1260 people to the mailing list since they are likely to get a
1261 quicker response rather than mailing individuals. Remove
1262 mention of a paper mailing list. Remove mention of sending
1263 us a floppy (!) or blank CDR to get a version as I can't recall
1264 the last time I gave someone a copy on physical media.
1265
[98fbcf6]1266Tue Jun 15 11:22:56 GMT 2010 Olly Betts <olly@survex.com>
1267
1268 * Makefile.am,make_release: I can't persuade rpmbuild to work sanely,
1269 and people can just as easily build binary RPMs from the source
1270 tarball as from the srpm, so just remove the rpm target from the
1271 makefile and code which uses it from make_release - it's less to
1272 have to maintain too.
1273
[098acb1]1274Tue Jun 15 10:59:12 GMT 2010 Olly Betts <olly@survex.com>
1275
1276 * make_release: Use "set -e" rather than checking the exit codes of
1277 commands. -t no longer disables targets - set mk to do that.
1278
[dd7674d]1279Tue Jun 15 09:41:11 GMT 2010 Olly Betts <olly@survex.com>
1280
1281 * make_release: Fix defaulting of list of things to do.
1282
[a061be6a]1283Tue Jun 15 09:12:00 GMT 2010 Olly Betts <olly@survex.com>
1284
1285 * src/gdtconvert: Add "Generated" comment to output file.
1286
[ce80d82]1287Tue Jun 15 09:10:02 GMT 2010 Olly Betts <olly@survex.com>
1288
1289 * src/gdtconvert: Add GPL license boilerplate.
1290
[68d7dfc]1291Tue Jun 15 08:53:28 GMT 2010 Olly Betts <olly@survex.com>
1292
1293 * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were
1294 missing it.
1295
[ecbc6c18]1296Tue Jun 15 08:46:28 GMT 2010 Olly Betts <olly@survex.com>
1297
1298 * src/: Update FSF address in licence notices.
1299
[5e3879f]1300Tue Jun 15 08:06:09 GMT 2010 Olly Betts <olly@survex.com>
1301
1302 * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no
1303 survey is loaded now that we persist the window size between
1304 invocations.
1305
[381bf27]1306Tue Jun 15 08:03:53 GMT 2010 Olly Betts <olly@survex.com>
1307
1308 * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with
1309 anti-aliased TXF files.
1310
[c57bd20]1311Tue Jun 15 07:59:09 GMT 2010 Olly Betts <olly@survex.com>
1312
1313 * src/fnt.cc: Use font size from txf file rather than trying to
1314 calculate it from the texture fragment sizes.
1315
[d133b65]1316Tue Jun 15 07:48:13 GMT 2010 Olly Betts <olly@survex.com>
1317
1318 * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with
1319 afm2txf.pl instead of gentexfont because gentexfont's licence doesn't
1320 allow distribution of modified versions.
1321
[72f37d2]1322Tue Jun 15 07:43:48 GMT 2010 Olly Betts <olly@survex.com>
1323
1324 * lib/afm2txf.pl: Add support for -o option to specify output .txf
1325 file.
1326
[7c7cffd]1327Tue Jun 15 07:10:16 GMT 2010 Olly Betts <olly@survex.com>
1328
1329 * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'.
1330 Remove the temporary .ppm file at the end.
1331
[46cd512]1332Tue Jun 15 06:13:30 GMT 2010 Olly Betts <olly@survex.com>
1333
1334 * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB
1335 SVN.
1336
[233995e]1337Tue Jun 15 05:05:05 GMT 2010 Olly Betts <olly@survex.com>
1338
1339 * lib/afm2txf.pl: Quote $FONT when passing to external commands.
1340
[9ce6a65]1341Tue Jun 15 04:24:33 GMT 2010 Olly Betts <olly@survex.com>
1342
1343 * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft".
1344
[1dafcb8]1345Tue Jun 15 04:22:59 GMT 2010 Olly Betts <olly@survex.com>
1346
1347 * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII.
1348
[845fac6]1349Tue Jun 15 04:08:34 GMT 2010 Olly Betts <olly@survex.com>
1350
1351 * lib/afm2txf.pl: Clean up trailing whitespace.
1352
[fb5791d]1353Tue Jun 15 04:02:40 GMT 2010 Olly Betts <olly@survex.com>
1354
1355 * lib/afm2txf.pl: Add GPL script for creating txf files.
1356
[cfe20c7]1357Mon Jun 14 06:33:11 GMT 2010 Olly Betts <olly@survex.com>
1358
1359 * lib/splash.png: Remove now unused graphical splash screen (it has
1360 hardcoded (C) details, which wasn't a good approach).
1361
[ecc16fc]1362Mon Jun 14 05:20:44 GMT 2010 Olly Betts <olly@survex.com>
1363
1364 * src/fnt.cc: Handle the left bearing and character width correctly.
1365
[5f4a155]1366Mon Jun 14 04:44:22 GMT 2010 Olly Betts <olly@survex.com>
1367
1368 * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still
1369 being able to set the font texture from a byte array.
1370
[967723f]1371Mon Jun 14 04:23:22 GMT 2010 Olly Betts <olly@survex.com>
1372
1373 * src/fnt.h,src/gla-gl.cc: Pass the length of the string to
1374 fntTexFont::puts() rather than recalculating it inside the
1375 method.
1376
[6f14ee0]1377Sun Jun 13 12:57:08 GMT 2010 Olly Betts <olly@survex.com>
1378
1379 * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane
1380 to use wxSplitterWindow::ReplaceWindow() which fixes various issues
1381 with sizing and resizing of the panes.
1382
[8a05a7a]1383Sun Jun 13 12:23:23 GMT 2010 Olly Betts <olly@survex.com>
1384
1385 * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as
1386 a wxString.
1387
[d3172cc]1388Sun Jun 13 06:57:07 GMT 2010 Olly Betts <olly@survex.com>
1389
1390 * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on
1391 wxmsw returns a wide string, which doesn't work with fopen(), etc, so
1392 call char_str() instead for now.
1393
[5f97258]1394Sun Jun 13 05:41:30 GMT 2010 Olly Betts <olly@survex.com>
1395
1396 * src/printwx.cc: Use wxString::FromAscii() for the units on the scale
1397 bar which we know to be ASCII. No need to use msgPerm() for a
1398 message we assign to a wxString.
1399
[f302cbaa]1400Sun Jun 13 04:44:30 GMT 2010 Olly Betts <olly@survex.com>
1401
1402 * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of
1403 baseleaf_from_fnm().
1404
[98a3786]1405Sun Jun 13 00:57:11 GMT 2010 Olly Betts <olly@survex.com>
1406
1407 * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns
1408 a wide string, which doesn't work with fopen(), etc, so call
1409 char_str() instead for now.
1410
[833c6bc]1411Sat Jun 12 15:07:54 GMT 2010 Olly Betts <olly@survex.com>
1412
1413 * src/aven.cc: We can rely on our message catalog being UTF-8 so use
1414 wxString::FromUTF8() instead of wxConvUTF8.
1415
[de0f6e1]1416Sat Jun 12 14:26:32 GMT 2010 Olly Betts <olly@survex.com>
1417
1418 * src/gfxcore.cc: Use wxString::FromAscii() to convert date to
1419 wxString.
1420
[c0abf5a]1421Sun Jun 06 09:36:06 GMT 2010 Olly Betts <olly@survex.com>
1422
1423 * src/Makefile.am: Use wx-config's --rescomp option to get the command
1424 and options needed to turn .rc files into object files.
1425
[a2bc929]1426Fri Jun 04 15:32:27 GMT 2010 Olly Betts <olly@survex.com>
1427
1428 * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small
1429 amount of the installer size. Specify "DisableWelcomePage=yes"
1430 which is apparently in line with what other modern installers do.
1431
[b7d232e]1432Fri Jun 04 14:32:04 GMT 2010 Olly Betts <olly@survex.com>
1433
1434 * configure.in,make_release,make_release.in: We no longer need VERSION
1435 in make_release, so no need to generate it from configure.
1436
[5a0eabd]1437Fri Jun 04 14:00:58 GMT 2010 Olly Betts <olly@survex.com>
1438
1439 * Makefile.am,xvfb-run: We no longer need an X display to run ISCC
1440 under Wine, so just run wine directly and removed version of
1441 Debian's xvfb-run script.
1442 * make_release.in: Pass variables to configure on the command line
1443 rather than in the enviornment. Running "make distcheck" no longer
1444 fails extend.tst, so remove comment about that. Use case rather
1445 than expr to check what we've been asked to build. Update to use
1446 unicode wx-config script for wxmsw. The wxmsw build spews warnings
1447 about aliasing issues, so turn on -fno-strict-aliasing to avoid any
1448 potential bugs from that. Enable -Werror for the wxmsw build.
1449 * Makefile.am: Update list of wxstd.mo files we package for wxmsw
1450 (add pt and sk) and where we copy them from. Copy the unofficial
1451 InnoSetup i18n files (.isl) from lib.
1452
[ebcdad9]1453Fri Jun 04 13:40:35 GMT 2010 Olly Betts <olly@survex.com>
1454
1455 * doc/HACKING.htm: Update InnoSetup info.
1456
[b685e4e]1457Fri Jun 04 13:07:01 GMT 2010 Olly Betts <olly@survex.com>
1458
1459 * survex.iss.in: Update for InnoSetup 5.3.9.
1460 * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial
1461 i18n files for InnoSetup which we use.
1462
[9227253]1463Fri Jun 04 13:05:18 GMT 2010 Olly Betts <olly@survex.com>
1464
1465 * src/Makefile.am: Update path to wx RC file.
1466
[a5e8ada]1467Fri Jun 04 12:44:39 GMT 2010 Olly Betts <olly@survex.com>
1468
1469 * src/mainfrm.cc: Explicitly construct temporary wxString() which
1470 is needed to avoid overload ambiguity under __WXMSW__.
1471
[15322f2]1472Fri Jun 04 12:41:59 GMT 2010 Olly Betts <olly@survex.com>
1473
1474 * src/cavernlog.cc: Add missing wxT() to string and character
1475 constants only used in __WXMSW__ build.
1476
[b1876d3]1477Fri Jun 04 12:19:18 GMT 2010 Olly Betts <olly@survex.com>
1478
1479 * src/aven.cc: wxWidgets now has a Slovak translation, so remove the
1480 kludge to substitute Czech if Slovak isn't found.
1481
[4eaa9a3]1482Fri Jun 04 05:08:14 GMT 2010 Olly Betts <olly@survex.com>
1483
1484 * src/aboutdlg.cc: Fix character constant to be a string constant when
1485 building under WXMSW.
1486
[90d0d71]1487Thu Jun 03 13:53:57 GMT 2010 Olly Betts <olly@survex.com>
1488
1489 * NEWS: Update from ChangeLog for 1.1.13.
1490
[0dbc323]1491Thu Jun 03 12:25:14 GMT 2010 Olly Betts <olly@survex.com>
1492
1493 * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove
1494 .deb building machinery from upstream Makefile.
1495
[9fe15ea]1496Thu Jun 03 12:14:16 GMT 2010 Olly Betts <olly@survex.com>
1497
1498 * make_release.in: Remove ancient workaround for getting wine to work.
1499 Remove .deb building machinery. Reenable distcheck to see if the
1500 problem with extend.tst has gone away. Update mingw cross-building
1501 machinery.
1502
[0c03190]1503Wed Jun 02 13:30:28 GMT 2010 Olly Betts <olly@survex.com>
1504
1505 * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL
1506 - just link to the FSF's page.
1507
1508Wed Jun 02 13:26:55 GMT 2010 Olly Betts <olly@survex.com>
1509
1510 * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to
1511 update debian/changelog.
1512
[0ae292f]1513Wed Jun 02 12:59:33 GMT 2010 Olly Betts <olly@survex.com>
1514
1515 * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
1516 generating an HTML version of the ChangeLog - it's too low level to
1517 be of interest to non-developers, and developers can look at the
1518 source code.
1519
[2e4b8cd]1520Wed Jun 02 09:38:25 GMT 2010 Olly Betts <olly@survex.com>
1521
1522 * src/cavernlog.cc: Whitespace tweaks.
1523
[ca2611a]1524Wed Jun 02 09:28:37 GMT 2010 Olly Betts <olly@survex.com>
1525
[fe58e77]1526 * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
1527 About dialog. Change "OK" button to "Close" since nothing is being
1528 confirmed by clicking it. Call "Flush()" in wxTheClipboard to try
1529 to make the copied text persist after aven is closed, though this
1530 seems to currently do nothing on wxGTK at least.
[ca2611a]1531
1532Tue May 18 12:59:00 GMT 2010 Olly Betts <olly@survex.com>
1533
1534 * doc/HACKING.htm: Note jadetex needed.
1535 Note autoconf 2.64 works well.
1536
1537Tue May 18 02:06:00 GMT 2010 Olly Betts <olly@survex.com>
1538
1539 * src/fnt.cc: Remove now superfluous ().
1540
1541Mon May 17 14:33:00 GMT 2010 Olly Betts <olly@survex.com>
1542
1543 * debian/Makefile.am: Update EXTRA_DIST
1544
1545Mon May 17 05:38:00 GMT 2010 Olly Betts <olly@survex.com>
1546
1547 * src/cavernlog.cc: Fix small memory leak
1548
1549Mon May 17 05:33:00 GMT 2010 Olly Betts <olly@survex.com>
1550
1551 * src/img.c: Don't leak filename_opened member.
1552
1553Mon May 17 05:13:00 GMT 2010 Olly Betts <olly@survex.com>
1554
1555 * src/gfxcore.cc: Initialise all GfxCore's member variables so we
1556 don't use them uninitialised.
1557
1558Mon May 17 05:11:00 GMT 2010 Olly Betts <olly@survex.com>
1559
1560 * src/gfxcore.h: Declare constants with enum rather than #define so
1561 they automatically get allocated unique values, and so they show up
1562 in the debugger.
1563
1564Mon May 17 02:39:00 GMT 2010 Olly Betts <olly@survex.com>
1565
1566 * src/fnt.cc: Make the map array static const
1567
1568Mon May 17 02:30:00 GMT 2010 Olly Betts <olly@survex.com>
1569
1570 * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
1571 use a "byte format" font file without any translation, while a
1572 "bitmap format" font file needs a temporary array half the size.
1573
1574Mon May 17 00:56:00 GMT 2010 Olly Betts <olly@survex.com>
1575
1576 * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
1577 using them potentially uninitialised.
1578
1579Sun May 16 14:39:00 GMT 2010 Olly Betts <olly@survex.com>
1580
1581 * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
1582 file on the command line.
1583
1584Sun May 16 14:27:00 GMT 2010 Olly Betts <olly@survex.com>
1585
1586 * configure.in: Update copyright years.
1587
1588Sun May 16 14:23:00 GMT 2010 Olly Betts <olly@survex.com>
1589
1590 * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
1591 src/aven.h, src/avenprcore.cc, src/avenprcore.h,
1592 src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
1593 src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
1594 src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
1595 src/printwx.cc, src/printwx.h:
1596 + Fix to build with a "unicode" build of wx.
1597 + Add "Copy" button to the About dialog to copy the system info
1598 to the clipboard.
1599 + List OpenGL extensions last, since there are usually lots of
1600 them with a modern gfx card.
1601 + When processing survey data, auto-scroll the log window until
1602 we've reported a warning or error.
1603 + Put the survey data log window in a splitter in the standard
1604 frame rather than having a separate frame for it.
1605
1606Sat Apr 17 12:13:00 GMT 2010 Olly Betts <olly@survex.com>
1607
1608 * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
1609
1610Sat Apr 17 12:12:00 GMT 2010 Olly Betts <olly@survex.com>
1611
1612 * src/aboutdlg.cc: Build string using preprocessor string
1613 concatenation rather than runtime appending, where possible.
1614
1615Sat Apr 17 12:00:00 GMT 2010 Olly Betts <olly@survex.com>
1616
1617 * src/aboutdlg.cc: Update (C) date.
1618
1619Sat Apr 17 11:59:00 GMT 2010 Olly Betts <olly@survex.com>
1620
1621 * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
1622 events to avoid spinning on the CPU.
1623
1624Sat Apr 17 11:41:00 GMT 2010 Olly Betts <olly@survex.com>
1625
1626 * configure.in: New preferred env var for wx-config script is
1627 WX_CONFIG. WXCONFIG still supported for compatibility.
1628
1629Tue Jul 28 08:16:00 GMT 2009 Olly Betts <olly@survex.com>
1630
1631 * src/mainfrm.cc: The presentation filename now defaults to using
1632 the basename of the currently loaded dataset, but we always prompt
1633 before we first save with such a name.
1634
1635Tue Jul 28 04:37:00 GMT 2009 Olly Betts <olly@survex.com>
1636
1637 * configure.in: Add comment to explain why we call wx-config twice.
1638
1639Tue Jul 28 04:36:00 GMT 2009 Olly Betts <olly@survex.com>
1640
1641 * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
1642 contains '%' (m comes from the messages file, so this isn't
1643 exploitable by sending someone a "bad" .svx or .3d file).
1644
1645Mon Jul 27 03:29:00 GMT 2009 Olly Betts <olly@survex.com>
1646
1647 * src/mainfrm.cc: Fix to open rather than save when doing "open
1648 presentation" with wxmotif.
1649
1650Thu Mar 05 01:45:00 GMT 2009 Olly Betts <olly@survex.com>
1651
1652 * doc/3dformat.htm: Document that this is version 6 and when we
1653 started to use it.
1654
1655Mon Dec 15 10:34:00 GMT 2008 Olly Betts <olly@survex.com>
1656
1657 * src/gla-gl.cc: When saving a screenshot, perform the vertical
1658 flip of the image data in-place rather than using wxImage::Mirror()
1659 which creates a whole new wxImage object.
1660
1661Fri Dec 12 11:12:00 GMT 2008 Olly Betts <olly@survex.com>
1662
1663 * src/cad3d.c, src/export.cc: Fix export to SVG when a label
1664 contains a '%' character.
1665
1666Fri Dec 12 06:30:00 GMT 2008 Olly Betts <olly@survex.com>
1667
1668 * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
1669 needed.
1670
1671Fri Dec 12 06:28:00 GMT 2008 Olly Betts <olly@survex.com>
1672
1673 * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
1674 longer set or used.
1675
1676Fri Dec 12 06:03:00 GMT 2008 Olly Betts <olly@survex.com>
1677
1678 * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
1679 doc/manual.sgml, doc/survex.ent, lib/messages.txt,
1680 src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
1681 src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
1682 "wxWidgets" instead of "wxWindows" consistently.
1683 Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
1684
1685Mon Mar 31 01:53:00 GMT 2008 Olly Betts <olly@survex.com>
1686
1687 * doc/3dformat.htm: Update for v6 format from Mike McCombe
1688
1689Fri Sep 07 18:29:00 GMT 2007 Olly Betts <olly@survex.com>
1690
1691 * src/gla-gl.cc: Calling glGetError() resets the error state, so we
1692 need to store the value in a variable rather than calling it twice!
1693
1694Fri Sep 07 13:54:00 GMT 2007 Olly Betts <olly@survex.com>
1695
1696 * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
1697 some which had the wrong descriptions.
1698 Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
1699 GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB. They have the same
1700 numeric values, so the shorter (now official) names are better.
1701
1702Fri Sep 07 13:31:00 GMT 2007 Olly Betts <olly@survex.com>
1703
1704 * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
1705 src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
1706 src/quaternion.h: Just set the pan and tilt directly as OpenGL
1707 rotations rather than messing around setting up and then decoding a
1708 quaternion. This fixes some glitches when tilting while looking
1709 east, and eliminates 2 source files and 2 headers!
1710
1711Sat Feb 10 13:56:00 GMT 2007 Olly Betts <olly@survex.com>
1712
1713 * NEWS, configure.in, src/aven.cc, src/wx.h:
1714 (Unix version): aven: Fix display of degree symbol in status bar and
1715 messages with accented characters in.
1716 (Mac OS X version): Require at least wxWidgets 2.5.1.
1717
1718Sat Feb 10 13:46:00 GMT 2007 Olly Betts <olly@survex.com>
1719
1720 * src/message.c: Test S_ISREG since that's what we use here
1721
1722Sat Feb 10 13:37:00 GMT 2007 Olly Betts <olly@survex.com>
1723
1724 * src/message.c: Always use utf-8 for aven on unix
1725
Note: See TracBrowser for help on using the repository browser.