2004-09-30 23:20  olly

make_release: Lose stderr

2004-09-30 23:17  olly

debian/changelog: Updated for 1.0.32

2004-09-30 23:07  olly

doc/TODO.htm: Updated

2004-09-30 17:37  olly

make_release: Complain if cvs2cl.pl isn't found

2004-09-30 17:34  olly

NEWS, configure.in: Updated for 1.0.32

2004-09-30 15:32  olly

src/mainfrm.cc: Minor tweak

2004-09-30 15:12  olly

src/mainfrm.cc: Fixed PLT export from aven.

2004-09-30 14:43  olly

src/printwx.cc: Reorder to Cancel, Preview, Print and make Print the default button.

2004-09-30 14:38  olly

src/: printwx.cc, printwx.h: Plan and Elevation buttons now work in print setup dialog

2004-09-30 13:47  olly

src/: gfxcore.cc, mainfrm.cc: Sort out survey scaling when loading from the command line with wxGtk

2004-09-29 20:02  olly

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.

2004-09-29 16:10  olly

lib/messages.txt: de updates

2004-09-28 17:01  olly

make_release: Use wx 2.5 for the windows build

2004-09-28 15:38  olly

src/printwx.h: Header tweak needed for "fit on one page" feature.

2004-09-28 15:36  olly

src/gfxcore.cc: Fixed compiler warnings.

2004-09-28 15:35  olly

src/printwx.cc: Added "fit on one page" option, and make it the default.

2004-09-28 14:08  olly

src/printwx.cc: On Windows, don't make the preview window so big that it covers the taskbar.

2004-09-28 14:06  olly

src/aboutdlg.cc: Add colour depth info to about box

2004-09-28 03:50  olly

src/: Makefile.am, gfxcore.cc, gfxcore.h, hash.h, mainfrm.cc, mainfrm.h: Added "File->Export as..."

2004-09-28 03:48  olly

src/cad3d.c: Added SVG support from John Pybus

2004-09-28 03:38  olly

src/useful.h: Can't #include<algorithm> in a header which may be used under extern "C".

2004-09-28 03:13  olly

src/useful.h: Fix to allow compilation with GCC 3.4

2004-09-28 02:47  olly

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!

2004-09-28 01:48  olly

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().

2004-09-28 01:08  olly

src/aboutdlg.cc, lib/messages.txt: Added "System Information:" section to the About box containing the wxWindows version and OS version.

2004-09-27 23:47  olly

src/aboutdlg.cc: Changed "Close" button to be "OK" for consistency with pretty much every other application.

2004-09-26 04:03  olly

src/printwx.cc: Removed unused line of code.

2004-09-26 04:00  olly

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...

2004-09-26 03:54  olly

src/Makefile.am: Use wxRegex rather than trying to locate a suitable library.

2004-09-26 03:51  olly

configure.in, lib/messages.txt, src/mainfrm.cc: Use wxRegex rather than trying to locate a suitable library.

2004-09-25 18:39  olly

lib/icons/: rotation.png, surface-legs.png, ug-legs.png: icon tweaks

2004-09-25 18:28  olly

src/printwx.cc: Fixed font scaling in printing on windows

2004-09-23 03:09  olly

src/printwx.cc: Fixed compiler warning.

2004-09-23 02:28  olly

src/printwx.cc: Fixed font scaling in print preview

2004-09-23 02:27  olly

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...

2004-09-22 21:40  olly

lib/messages.txt: de updates.

2004-09-22 19:10  olly

make_release2: Totally remove and recreate bc_exes and riscos_exes rather than just removing files inside.

2004-09-22 18:51  olly

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.

2004-09-21 00:23  olly

src/printwx.cc: Removed debug printf. Update settings when "print" button is pressed (was only done for "preview" previously).