source: git/ChangeLog @ 2e4b8cd

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

src/cavernlog.cc: Whitespace tweaks.

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

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