source: git/ChangeLog@ c5dd692

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

src/mainfrm.cc: Don't create the help menu at all on OS X.

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

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