source: git/ChangeLog@ 4dc4384

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

src/gfxcore.cc: Sort out inverted cursor mask on WXMSW.
src/hand.xbm: Invert the dragging hand cursor black vs white so it
better matches the other cursors.

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

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