source: git/ChangeLog @ 0ae292f

RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 0ae292f was 0ae292f, checked in by Olly Betts <olly@…>, 14 years ago

configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
generating an HTML version of the ChangeLog? - it's too low level to
be of interest to non-developers, and developers can look at the
source code.

git-svn-id: file:///home/survex-svn/survex/branches/survex-1_1@3372 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 7.6 KB
Line 
1Wed Jun 02 12:59:33 GMT 2010  Olly Betts <olly@survex.com>
2
3        * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop
4          generating an HTML version of the ChangeLog - it's too low level to
5          be of interest to non-developers, and developers can look at the
6          source code.
7
8Wed Jun 02 09:38:25 GMT 2010  Olly Betts <olly@survex.com>
9
10        * src/cavernlog.cc: Whitespace tweaks.
11
12Wed Jun 02 09:28:37 GMT 2010  Olly Betts <olly@survex.com>
13
14        * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in
15          About dialog.  Change "OK" button to "Close" since nothing is being
16          confirmed by clicking it.  Call "Flush()" in wxTheClipboard to try
17          to make the copied text persist after aven is closed, though this
18          seems to currently do nothing on wxGTK at least.
19
20Tue May 18 12:59:00 GMT 2010  Olly Betts <olly@survex.com>
21
22        * doc/HACKING.htm: Note jadetex needed.
23          Note autoconf 2.64 works well.
24
25Tue May 18 02:06:00 GMT 2010  Olly Betts <olly@survex.com>
26
27        * src/fnt.cc: Remove now superfluous ().
28
29Mon May 17 14:33:00 GMT 2010  Olly Betts <olly@survex.com>
30
31        * debian/Makefile.am: Update EXTRA_DIST
32
33Mon May 17 05:38:00 GMT 2010  Olly Betts <olly@survex.com>
34
35        * src/cavernlog.cc: Fix small memory leak
36
37Mon May 17 05:33:00 GMT 2010  Olly Betts <olly@survex.com>
38
39        * src/img.c: Don't leak filename_opened member.
40
41Mon May 17 05:13:00 GMT 2010  Olly Betts <olly@survex.com>
42
43        * src/gfxcore.cc: Initialise all GfxCore's member variables so we
44          don't use them uninitialised.
45
46Mon May 17 05:11:00 GMT 2010  Olly Betts <olly@survex.com>
47
48        * src/gfxcore.h: Declare constants with enum rather than #define so
49          they automatically get allocated unique values, and so they show up
50          in the debugger.
51
52Mon May 17 02:39:00 GMT 2010  Olly Betts <olly@survex.com>
53
54        * src/fnt.cc: Make the map array static const
55
56Mon May 17 02:30:00 GMT 2010  Olly Betts <olly@survex.com>
57
58        * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can
59          use a "byte format" font file without any translation, while a
60          "bitmap format" font file needs a temporary array half the size.
61
62Mon May 17 00:56:00 GMT 2010  Olly Betts <olly@survex.com>
63
64        * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid
65          using them potentially uninitialised.
66
67Sun May 16 14:39:00 GMT 2010  Olly Betts <olly@survex.com>
68
69        * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx
70          file on the command line.
71
72Sun May 16 14:27:00 GMT 2010  Olly Betts <olly@survex.com>
73
74        * configure.in: Update copyright years.
75
76Sun May 16 14:23:00 GMT 2010  Olly Betts <olly@survex.com>
77
78        * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc,
79          src/aven.h, src/avenprcore.cc, src/avenprcore.h,
80          src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h,
81          src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc,
82          src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h,
83          src/printwx.cc, src/printwx.h:
84          + Fix to build with a "unicode" build of wx.
85          + Add "Copy" button to the About dialog to copy the system info
86            to the clipboard.
87          + List OpenGL extensions last, since there are usually lots of
88            them with a modern gfx card.
89          + When processing survey data, auto-scroll the log window until
90            we've reported a warning or error.
91          + Put the survey data log window in a splitter in the standard
92            frame rather than having a separate frame for it.
93
94Sat Apr 17 12:13:00 GMT 2010  Olly Betts <olly@survex.com>
95
96        * src/aboutdlg.cc: Add case for "GTK+ >= 2.6".
97
98Sat Apr 17 12:12:00 GMT 2010  Olly Betts <olly@survex.com>
99
100        * src/aboutdlg.cc: Build string using preprocessor string
101          concatenation rather than runtime appending, where possible.
102
103Sat Apr 17 12:00:00 GMT 2010  Olly Betts <olly@survex.com>
104
105        * src/aboutdlg.cc: Update (C) date.
106
107Sat Apr 17 11:59:00 GMT 2010  Olly Betts <olly@survex.com>
108
109        * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle
110          events to avoid spinning on the CPU.
111
112Sat Apr 17 11:41:00 GMT 2010  Olly Betts <olly@survex.com>
113
114        * configure.in: New preferred env var for wx-config script is
115          WX_CONFIG.  WXCONFIG still supported for compatibility.
116
117Tue Jul 28 08:16:00 GMT 2009  Olly Betts <olly@survex.com>
118
119        * src/mainfrm.cc: The presentation filename now defaults to using
120          the basename of the currently loaded dataset, but we always prompt
121          before we first save with such a name.
122
123Tue Jul 28 04:37:00 GMT 2009  Olly Betts <olly@survex.com>
124
125        * configure.in: Add comment to explain why we call wx-config twice.
126
127Tue Jul 28 04:36:00 GMT 2009  Olly Betts <olly@survex.com>
128
129        * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m
130          contains '%' (m comes from the messages file, so this isn't
131          exploitable by sending someone a "bad" .svx or .3d file).
132
133Mon Jul 27 03:29:00 GMT 2009  Olly Betts <olly@survex.com>
134
135        * src/mainfrm.cc: Fix to open rather than save when doing "open
136          presentation" with wxmotif.
137
138Thu Mar 05 01:45:00 GMT 2009  Olly Betts <olly@survex.com>
139
140        * doc/3dformat.htm: Document that this is version 6 and when we
141          started to use it.
142
143Mon Dec 15 10:34:00 GMT 2008  Olly Betts <olly@survex.com>
144
145        * src/gla-gl.cc: When saving a screenshot, perform the vertical
146          flip of the image data in-place rather than using wxImage::Mirror()
147          which creates a whole new wxImage object.
148
149Fri Dec 12 11:12:00 GMT 2008  Olly Betts <olly@survex.com>
150
151        * src/cad3d.c, src/export.cc: Fix export to SVG when a label
152          contains a '%' character.
153
154Fri Dec 12 06:30:00 GMT 2008  Olly Betts <olly@survex.com>
155
156        * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is
157          needed.
158
159Fri Dec 12 06:28:00 GMT 2008  Olly Betts <olly@survex.com>
160
161        * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no
162          longer set or used.
163
164Fri Dec 12 06:03:00 GMT 2008  Olly Betts <olly@survex.com>
165
166        * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm,
167          doc/manual.sgml, doc/survex.ent, lib/messages.txt,
168          src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc,
169          src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say
170          "wxWidgets" instead of "wxWindows" consistently.
171          Require wxWidgets 2.6.0 or newer - 2.4 is really old now.
172
173Mon Mar 31 01:53:00 GMT 2008  Olly Betts <olly@survex.com>
174
175        * doc/3dformat.htm: Update for v6 format from Mike McCombe
176
177Fri Sep 07 18:29:00 GMT 2007  Olly Betts <olly@survex.com>
178
179        * src/gla-gl.cc: Calling glGetError() resets the error state, so we
180          need to store the value in a variable rather than calling it twice!
181
182Fri Sep 07 13:54:00 GMT 2007  Olly Betts <olly@survex.com>
183
184        * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct
185          some which had the wrong descriptions.
186          Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of
187          GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB.  They have the same
188          numeric values, so the shorter (now official) names are better.
189
190Fri Sep 07 13:31:00 GMT 2007  Olly Betts <olly@survex.com>
191
192        * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc,
193          src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc,
194          src/quaternion.h: Just set the pan and tilt directly as OpenGL
195          rotations rather than messing around setting up and then decoding a
196          quaternion.  This fixes some glitches when tilting while looking
197          east, and eliminates 2 source files and 2 headers!
198
199Sat Feb 10 13:56:00 GMT 2007  Olly Betts <olly@survex.com>
200
201        * NEWS, configure.in, src/aven.cc, src/wx.h:
202          (Unix version): aven: Fix display of degree symbol in status bar and
203          messages with accented characters in.
204          (Mac OS X version): Require at least wxWidgets 2.5.1.
205
206Sat Feb 10 13:46:00 GMT 2007  Olly Betts <olly@survex.com>
207
208        * src/message.c: Test S_ISREG since that's what we use here
209
210Sat Feb 10 13:37:00 GMT 2007  Olly Betts <olly@survex.com>
211
212        * src/message.c: Always use utf-8 for aven on unix
213
Note: See TracBrowser for help on using the repository browser.