source: git/ChangeLog@ 5717f69

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 5717f69 was 5717f69, checked in by Olly Betts <olly@…>, 14 years ago

lib/fr.po: Merge in updated translations from launchpad.

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

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