make_release: Lose stderr
debian/changelog: Updated for 1.0.32
doc/TODO.htm: Updated
make_release: Complain if cvs2cl.pl isn't found
NEWS, configure.in: Updated for 1.0.32
src/mainfrm.cc: Minor tweak
src/mainfrm.cc: Fixed PLT export from aven.
src/printwx.cc: Reorder to Cancel, Preview, Print and make Print the default button.
src/: printwx.cc, printwx.h: Plan and Elevation buttons now work in print setup dialog
src/: gfxcore.cc, mainfrm.cc: Sort out survey scaling when loading from the command line with wxGtk
src/: avenprcore.cc, avenprcore.h, printwx.cc, printwx.h: layout structure and functions which work on it turned into a proper class. Remove "Orientation" radiobox, replacing it with "Plan" and "Elevation" buttons (which don't yet work). Sorted out info box on printouts of elevations, tilted views, and extend elevations.
lib/messages.txt: de updates
make_release: Use wx 2.5 for the windows build
src/printwx.h: Header tweak needed for "fit on one page" feature.
src/gfxcore.cc: Fixed compiler warnings.
src/printwx.cc: Added "fit on one page" option, and make it the default.
src/printwx.cc: On Windows, don't make the preview window so big that it covers the taskbar.
src/aboutdlg.cc: Add colour depth info to about box
src/: Makefile.am, gfxcore.cc, gfxcore.h, hash.h, mainfrm.cc, mainfrm.h: Added "File->Export as..."
src/cad3d.c: Added SVG support from John Pybus
src/useful.h: Can't #include<algorithm> in a header which may be used under extern "C".
src/useful.h: Fix to allow compilation with GCC 3.4
configure.in: -Wmissing-prototypes doesn't make sense for C++ and GCC 3.4 now issues a warning if you try to use it, so don't!
src/: avenprcore.cc, cavern.c, cmdline.c, filename.c, namecmp.c, osdepend.c, prcore.c: Make sure we only pass unsigned character codes to isXXXXX().
src/aboutdlg.cc, lib/messages.txt: Added "System Information:" section to the About box containing the wxWindows version and OS version.
src/aboutdlg.cc: Changed "Close" button to be "OK" for consistency with pretty much every other application.
src/printwx.cc: Removed unused line of code.
Makefile.am, survex.iss.in: Update to using innosetup 4 for the windows installer (were using innosetup 2). This gives better compression, and the installer is translated into the currently set language (if there is a translation). The installer no longer works on Windows NT 3.51, but I really doubt anyone is still using that...
src/Makefile.am: Use wxRegex rather than trying to locate a suitable library.
configure.in, lib/messages.txt, src/mainfrm.cc: Use wxRegex rather than trying to locate a suitable library.
lib/icons/: rotation.png, surface-legs.png, ug-legs.png: icon tweaks
src/printwx.cc: Fixed font scaling in printing on windows
src/printwx.cc: Fixed compiler warning.
src/printwx.cc: Fixed font scaling in print preview
src/: gfxcore.cc, gfxcore.h, mainfrm.cc: Fix the measuring line to work better when the survey tree is manipulated with keys. Tweaked redrawing of the measuring line to be a smidgen more efficient. Draw the blob and ring using lines not Ellipses as Windows seems to draw ellipses one pixel small...
lib/messages.txt: de updates.
make_release2: Totally remove and recreate bc_exes and riscos_exes rather than just removing files inside.
src/: gfxcore.cc, printwx.cc: Fixed the window manager's close button on the preview frame to work. Open the preview frame wide enough to show all of the control bar, and try to get the whole page in, but don't make the window bigger than the screen.
src/printwx.cc: Removed debug printf. Update settings when "print" button is pressed (was only done for "preview" previously).