source: git/ChangeLog @ 15322f2

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

src/cavernlog.cc: Add missing wxT() to string and character
constants only used in WXMSW build.

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

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