[a07ee70] | 1 | Mon Jul 26 06:24:35 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 2 | |
---|
| 3 | * src/cavernlog.cc: Fix highlighting of links in CavernLog window to |
---|
| 4 | highlight just <file>:<line> (and not the ': ' after), and to make |
---|
| 5 | the title for the terminal the warning/error message. Make the |
---|
| 6 | checking stricter by checking that the linenumber is a number, to |
---|
| 7 | avoid false positives. |
---|
| 8 | |
---|
[652b73b] | 9 | Mon Jul 26 04:48:12 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 10 | |
---|
| 11 | * Revert this change, as it appears wxMotif does support wxGLCanvas: |
---|
| 12 | * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which |
---|
| 13 | is required by Aven in 1.1.x, so remove mention of Motif from manual. |
---|
| 14 | |
---|
[fb5887c] | 15 | Mon Jul 26 03:24:38 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 16 | |
---|
| 17 | * src/: Add "Rerun" and "OK" buttons to the CavernLog window (as |
---|
| 18 | appropriate). (Addition of "OK" button fixes ticket#13). Fix up |
---|
| 19 | handling of splitter window to fix poor handling of various cases. |
---|
| 20 | |
---|
[bc73093] | 21 | Sun Jul 25 15:32:42 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 22 | |
---|
| 23 | * src/mainfrm.cc,src/mainfrm.h: Clean up code which sorts out loading |
---|
| 24 | a file (and processing it first if necessary). |
---|
| 25 | |
---|
[b0c416c] | 26 | Sun Jul 25 07:20:05 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 27 | |
---|
| 28 | * src/cavernlog.h: Fix filename in comment at top. |
---|
| 29 | |
---|
[77b8654] | 30 | Sun Jul 25 07:17:20 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 31 | |
---|
| 32 | * src/cavernlog.cc: Don't double escape the contents of href and target |
---|
| 33 | in links in the log. |
---|
| 34 | |
---|
[813919e] | 35 | Sun Jul 25 06:32:24 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 36 | |
---|
| 37 | * src/cavernlog.cc: Remove commented out calls to set the input |
---|
| 38 | encoding of the HTML parser - we now always escape non-ASCII |
---|
| 39 | characters as HTML entities. |
---|
| 40 | |
---|
[438c9ed] | 41 | Fri Jul 23 14:15:25 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 42 | |
---|
| 43 | * src/cavernlog.h: Improve doc comment for process() method. |
---|
| 44 | |
---|
[cca2ce1] | 45 | Fri Jul 23 12:38:43 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 46 | |
---|
| 47 | * src/printwx.cc,src/printwx.h: Don't compile in the preview code when |
---|
| 48 | we disable the preview feature. |
---|
| 49 | |
---|
[193efb1] | 50 | Fri Jul 23 12:15:31 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 51 | |
---|
| 52 | * src/printwx.cc: The Gnome print dialog has its own preview window |
---|
| 53 | so suppress ours if using the Gnome one. |
---|
| 54 | |
---|
[5297c43] | 55 | Fri Jul 23 11:21:52 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 56 | |
---|
| 57 | * configure.in: Update the wx-config probing code - wxmac-config etc |
---|
| 58 | aren't present with newer wxWidgets versions. |
---|
| 59 | |
---|
[b7510ee] | 60 | Fri Jul 23 05:55:37 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 61 | |
---|
| 62 | * buildmacosx.sh: Update to use WX_CONFIG not WXCONFIG. Update to |
---|
| 63 | use a Unicode build. If building a private wx, use wx 2.8.11 not |
---|
| 64 | 2.7.0-1 (and don't replace carbon-glcanvas.cpp with our own version). |
---|
| 65 | |
---|
[a75f5a1] | 66 | Sat Jul 10 12:15:23 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 67 | |
---|
| 68 | * src/cavernlog.cc: Set the select timeout before calling wxYield() |
---|
| 69 | when waiting for output from cavern to 0.1s instead of 0.00001s to |
---|
| 70 | avoid yielding excessively on slower machines where this is likely |
---|
| 71 | to really slow things down. Call Scroll() only once per line in |
---|
| 72 | the case where we are updating the scrollbar position. Call |
---|
| 73 | Update() instead of wxYield() after each line, since that's enough |
---|
| 74 | to get the window updated. Remove unused assignment "ch = left;" |
---|
| 75 | at end of loop. |
---|
| 76 | |
---|
[9c0b089] | 77 | Fri Jul 09 14:42:47 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 78 | |
---|
| 79 | * configure.in: Link aven with -lGLU which SuSE Linux needs. |
---|
| 80 | |
---|
[72f1bb2] | 81 | Fri Jul 09 14:31:39 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 82 | |
---|
| 83 | * src/mainfrm.cc: Highlight stations matching any current search when a |
---|
| 84 | file is loaded. (ticket#9) |
---|
| 85 | |
---|
[2d5edf4] | 86 | Thu Jul 01 12:20:58 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 87 | |
---|
| 88 | * survex.iss.in: Clean up comments from over-enthusiastic search and |
---|
| 89 | replace which modified comments as well as code. |
---|
| 90 | |
---|
[b38cd93] | 91 | Thu Jul 01 10:15:06 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 92 | |
---|
| 93 | * src/gfxcore.h: Work around Mac OS X polluting the global namespace |
---|
| 94 | with a "Point" class. |
---|
| 95 | |
---|
[ecb7f9f] | 96 | Thu Jul 01 10:10:45 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 97 | |
---|
| 98 | * src/Makefile.am: Remove FIXME which has already been resolved. |
---|
| 99 | |
---|
[24fd5b7] | 100 | Fri Jun 18 11:04:35 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 101 | |
---|
| 102 | * doc/manual.sgml: wxMotif apparently doesn't support wxGLCanvas, which |
---|
| 103 | is required by Aven in 1.1.x, so remove mention of Motif from manual. |
---|
| 104 | |
---|
[880b954] | 105 | Fri Jun 18 03:03:55 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 106 | |
---|
| 107 | * doc/manual.sgml,src/aventreectrl.cc,src/gfxcore.cc,src/mainfrm.h: |
---|
| 108 | Correctly capitalise "GTK". |
---|
| 109 | |
---|
[2bbfcec] | 110 | Fri Jun 18 02:58:06 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 111 | |
---|
| 112 | * doc/manual.sgml: Note that on Linux we only regularly test builds |
---|
| 113 | with the GTK+ version (change taken from 1.0). |
---|
| 114 | |
---|
[c88a040] | 115 | Wed Jun 16 04:44:26 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 116 | |
---|
| 117 | * doc/Makefile.am: Use stampfile to stop unwanted rebuilds of the HTML |
---|
| 118 | version of the manual. |
---|
| 119 | |
---|
[7e2f708] | 120 | Wed Jun 16 02:59:48 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 121 | |
---|
| 122 | * configure.in: Only ask for core, gl, and html wx libs to avoid |
---|
| 123 | linking to a load of others we don't use. |
---|
| 124 | |
---|
[4a320aa] | 125 | Tue Jun 15 17:01:41 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 126 | |
---|
| 127 | * INSTALL: Update. |
---|
| 128 | |
---|
[4056cdc] | 129 | Tue Jun 15 16:53:28 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 130 | |
---|
| 131 | * src/aven.cc: Fix to work with wxWidgets 2.6 too. |
---|
| 132 | |
---|
[94f7e41] | 133 | Tue Jun 15 15:38:49 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 134 | |
---|
| 135 | * lib/survex-aven.desktop,lib/survex-svxedit.desktop: Merge in .desktop |
---|
| 136 | file updates from 1.0.39.1-4 Debian package. |
---|
| 137 | |
---|
[7f24541] | 138 | Tue Jun 15 14:40:04 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 139 | |
---|
| 140 | * doc/Makefile.am: Fix lingering references to @DOCS_OTHER@. |
---|
| 141 | |
---|
[e4bfd2f] | 142 | Tue Jun 15 14:32:55 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 143 | |
---|
| 144 | * NEWS: Update from ChangeLog. |
---|
| 145 | |
---|
[0fd6750] | 146 | Tue Jun 15 14:09:29 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 147 | |
---|
| 148 | * Makefile.am,configure.in,doc/Makefile.am,make_release: Scrap the |
---|
| 149 | "alternative manual formats" zip file - people will generally just |
---|
| 150 | want one of them, so downloading several together isn't very useful. |
---|
| 151 | Replace PostScript version of manual with a PDF version (more |
---|
| 152 | compact and more people will have software to read PDF). Don't |
---|
| 153 | generate RTF format by default as PDF is more useful if you want |
---|
| 154 | a formatted version to print. |
---|
| 155 | |
---|
[018db6f] | 156 | Tue Jun 15 13:36:30 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 157 | |
---|
| 158 | * doc/manual.sgml: Merge the "Contributing" section into the "Mailing |
---|
| 159 | List" section. |
---|
| 160 | |
---|
[3554c39] | 161 | Tue Jun 15 12:57:13 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 162 | |
---|
| 163 | * Makefile.am,make_release: Just produce a zip file with the |
---|
| 164 | alternative manual formats - a self-extracting .exe is harder to |
---|
| 165 | use on other platforms, and most people have a zip file extractor |
---|
| 166 | installed. |
---|
| 167 | |
---|
[c818632] | 168 | Tue Jun 15 12:36:13 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 169 | |
---|
| 170 | * survex.spec.in: Update survex.com URLs to drop "www.". Update |
---|
| 171 | wxGTK dependency to >= 2.6.0. Reenable "BuildRequires:" as |
---|
| 172 | the issue with building the package on Debian is no longer |
---|
| 173 | relevant. |
---|
| 174 | |
---|
[56ad6ad] | 175 | Tue Jun 15 12:35:19 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 176 | |
---|
| 177 | * doc/manual.sgml: Update (C) years. "MacOS X" -> "Mac OS X". |
---|
| 178 | |
---|
[8ed91e39] | 179 | Tue Jun 15 12:13:42 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 180 | |
---|
| 181 | * doc/manual.sgml: Remove out of date postal addresses - we can |
---|
| 182 | probably safely assume people have email these days. Direct |
---|
| 183 | people to the mailing list since they are likely to get a |
---|
| 184 | quicker response rather than mailing individuals. Remove |
---|
| 185 | mention of a paper mailing list. Remove mention of sending |
---|
| 186 | us a floppy (!) or blank CDR to get a version as I can't recall |
---|
| 187 | the last time I gave someone a copy on physical media. |
---|
| 188 | |
---|
[98fbcf6] | 189 | Tue Jun 15 11:22:56 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 190 | |
---|
| 191 | * Makefile.am,make_release: I can't persuade rpmbuild to work sanely, |
---|
| 192 | and people can just as easily build binary RPMs from the source |
---|
| 193 | tarball as from the srpm, so just remove the rpm target from the |
---|
| 194 | makefile and code which uses it from make_release - it's less to |
---|
| 195 | have to maintain too. |
---|
| 196 | |
---|
[098acb1] | 197 | Tue Jun 15 10:59:12 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 198 | |
---|
| 199 | * make_release: Use "set -e" rather than checking the exit codes of |
---|
| 200 | commands. -t no longer disables targets - set mk to do that. |
---|
| 201 | |
---|
[dd7674d] | 202 | Tue Jun 15 09:41:11 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 203 | |
---|
| 204 | * make_release: Fix defaulting of list of things to do. |
---|
| 205 | |
---|
[a061be6a] | 206 | Tue Jun 15 09:12:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 207 | |
---|
| 208 | * src/gdtconvert: Add "Generated" comment to output file. |
---|
| 209 | |
---|
[ce80d82] | 210 | Tue Jun 15 09:10:02 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 211 | |
---|
| 212 | * src/gdtconvert: Add GPL license boilerplate. |
---|
| 213 | |
---|
[68d7dfc] | 214 | Tue Jun 15 08:53:28 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 215 | |
---|
| 216 | * src/gettexttomsg.pl,src/wx.h: Add GPL boilerplate to files which were |
---|
| 217 | missing it. |
---|
| 218 | |
---|
[ecbc6c18] | 219 | Tue Jun 15 08:46:28 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 220 | |
---|
| 221 | * src/: Update FSF address in licence notices. |
---|
| 222 | |
---|
[5e3879f] | 223 | Tue Jun 15 08:06:09 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 224 | |
---|
| 225 | * src/guicontrol.cc: Allow "Toggle Fullscreen" to work even if no |
---|
| 226 | survey is loaded now that we persist the window size between |
---|
| 227 | invocations. |
---|
| 228 | |
---|
[381bf27] | 229 | Tue Jun 15 08:03:53 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 230 | |
---|
| 231 | * src/gla-gl.cc: Use GL_BLEND rather than GL_ALPHA to work better with |
---|
| 232 | anti-aliased TXF files. |
---|
| 233 | |
---|
[c57bd20] | 234 | Tue Jun 15 07:59:09 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 235 | |
---|
| 236 | * src/fnt.cc: Use font size from txf file rather than trying to |
---|
| 237 | calculate it from the texture fragment sizes. |
---|
| 238 | |
---|
[d133b65] | 239 | Tue Jun 15 07:48:13 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 240 | |
---|
| 241 | * lib/Makefile.am,lib/TexFont.h,lib/gentexfont.c: Generate aven.txf with |
---|
| 242 | afm2txf.pl instead of gentexfont because gentexfont's licence doesn't |
---|
| 243 | allow distribution of modified versions. |
---|
| 244 | |
---|
[72f37d2] | 245 | Tue Jun 15 07:43:48 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 246 | |
---|
| 247 | * lib/afm2txf.pl: Add support for -o option to specify output .txf |
---|
| 248 | file. |
---|
| 249 | |
---|
[7c7cffd] | 250 | Tue Jun 15 07:10:16 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 251 | |
---|
| 252 | * lib/afm2txf.pl: Sanitise $FONT to ensure it doesn't contain a '/'. |
---|
| 253 | Remove the temporary .ppm file at the end. |
---|
| 254 | |
---|
[46cd512] | 255 | Tue Jun 15 06:13:30 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 256 | |
---|
| 257 | * lib/afm2txf.pl: Fix alignment of characters, backported from PLIB |
---|
| 258 | SVN. |
---|
| 259 | |
---|
[233995e] | 260 | Tue Jun 15 05:05:05 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 261 | |
---|
| 262 | * lib/afm2txf.pl: Quote $FONT when passing to external commands. |
---|
| 263 | |
---|
[9ce6a65] | 264 | Tue Jun 15 04:24:33 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 265 | |
---|
| 266 | * lib/afm2txf.pl: Change character 96 from "grave" to "quoteleft". |
---|
| 267 | |
---|
[1dafcb8] | 268 | Tue Jun 15 04:22:59 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 269 | |
---|
| 270 | * lib/afm2txf.pl: Extend to cover ISO-8859-1, not just ASCII. |
---|
| 271 | |
---|
[845fac6] | 272 | Tue Jun 15 04:08:34 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 273 | |
---|
| 274 | * lib/afm2txf.pl: Clean up trailing whitespace. |
---|
| 275 | |
---|
[fb5791d] | 276 | Tue Jun 15 04:02:40 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 277 | |
---|
| 278 | * lib/afm2txf.pl: Add GPL script for creating txf files. |
---|
| 279 | |
---|
[cfe20c7] | 280 | Mon Jun 14 06:33:11 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 281 | |
---|
| 282 | * lib/splash.png: Remove now unused graphical splash screen (it has |
---|
| 283 | hardcoded (C) details, which wasn't a good approach). |
---|
| 284 | |
---|
[ecc16fc] | 285 | Mon Jun 14 05:20:44 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 286 | |
---|
| 287 | * src/fnt.cc: Handle the left bearing and character width correctly. |
---|
| 288 | |
---|
[5f4a155] | 289 | Mon Jun 14 04:44:22 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 290 | |
---|
| 291 | * src/fnt.cc: Change back to not using GL_COLOR_INDEX, but with still |
---|
| 292 | being able to set the font texture from a byte array. |
---|
| 293 | |
---|
[967723f] | 294 | Mon Jun 14 04:23:22 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 295 | |
---|
| 296 | * src/fnt.h,src/gla-gl.cc: Pass the length of the string to |
---|
| 297 | fntTexFont::puts() rather than recalculating it inside the |
---|
| 298 | method. |
---|
| 299 | |
---|
[6f14ee0] | 300 | Sun Jun 13 12:57:08 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 301 | |
---|
| 302 | * src/mainfrm.cc: Fix switching to and from the CavernLogWindow pane |
---|
| 303 | to use wxSplitterWindow::ReplaceWindow() which fixes various issues |
---|
| 304 | with sizing and resizing of the panes. |
---|
| 305 | |
---|
[8a05a7a] | 306 | Sun Jun 13 12:23:23 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 307 | |
---|
| 308 | * src/: Add wmsg_cfgpth() which caches the result of msg_cfgpth() as |
---|
| 309 | a wxString. |
---|
| 310 | |
---|
[d3172cc] | 311 | Sun Jun 13 06:57:07 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 312 | |
---|
| 313 | * src/cavernlog.cc,src/gla-gl.cc,src/mainfrm.cc: wxString::fn_str() on |
---|
| 314 | wxmsw returns a wide string, which doesn't work with fopen(), etc, so |
---|
| 315 | call char_str() instead for now. |
---|
| 316 | |
---|
[5f97258] | 317 | Sun Jun 13 05:41:30 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 318 | |
---|
| 319 | * src/printwx.cc: Use wxString::FromAscii() for the units on the scale |
---|
| 320 | bar which we know to be ASCII. No need to use msgPerm() for a |
---|
| 321 | message we assign to a wxString. |
---|
| 322 | |
---|
[f302cbaa] | 323 | Sun Jun 13 04:44:30 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 324 | |
---|
| 325 | * src/mainfrm.cc,src/printwx.cc: Use wxFileName::SplitPath() instead of |
---|
| 326 | baseleaf_from_fnm(). |
---|
| 327 | |
---|
[98a3786] | 328 | Sun Jun 13 00:57:11 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 329 | |
---|
| 330 | * src/export.cc,src/gfxcore.cc: wxString::fn_str() on wxmsw returns |
---|
| 331 | a wide string, which doesn't work with fopen(), etc, so call |
---|
| 332 | char_str() instead for now. |
---|
| 333 | |
---|
[833c6bc] | 334 | Sat Jun 12 15:07:54 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 335 | |
---|
| 336 | * src/aven.cc: We can rely on our message catalog being UTF-8 so use |
---|
| 337 | wxString::FromUTF8() instead of wxConvUTF8. |
---|
| 338 | |
---|
[de0f6e1] | 339 | Sat Jun 12 14:26:32 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 340 | |
---|
| 341 | * src/gfxcore.cc: Use wxString::FromAscii() to convert date to |
---|
| 342 | wxString. |
---|
| 343 | |
---|
[c0abf5a] | 344 | Sun Jun 06 09:36:06 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 345 | |
---|
| 346 | * src/Makefile.am: Use wx-config's --rescomp option to get the command |
---|
| 347 | and options needed to turn .rc files into object files. |
---|
| 348 | |
---|
[a2bc929] | 349 | Fri Jun 04 15:32:27 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 350 | |
---|
| 351 | * survex.iss.in: Specify "LZMANumFastBytes=273" which shaves a small |
---|
| 352 | amount of the installer size. Specify "DisableWelcomePage=yes" |
---|
| 353 | which is apparently in line with what other modern installers do. |
---|
| 354 | |
---|
[b7d232e] | 355 | Fri Jun 04 14:32:04 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 356 | |
---|
| 357 | * configure.in,make_release,make_release.in: We no longer need VERSION |
---|
| 358 | in make_release, so no need to generate it from configure. |
---|
| 359 | |
---|
[5a0eabd] | 360 | Fri Jun 04 14:00:58 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 361 | |
---|
| 362 | * Makefile.am,xvfb-run: We no longer need an X display to run ISCC |
---|
| 363 | under Wine, so just run wine directly and removed version of |
---|
| 364 | Debian's xvfb-run script. |
---|
| 365 | * make_release.in: Pass variables to configure on the command line |
---|
| 366 | rather than in the enviornment. Running "make distcheck" no longer |
---|
| 367 | fails extend.tst, so remove comment about that. Use case rather |
---|
| 368 | than expr to check what we've been asked to build. Update to use |
---|
| 369 | unicode wx-config script for wxmsw. The wxmsw build spews warnings |
---|
| 370 | about aliasing issues, so turn on -fno-strict-aliasing to avoid any |
---|
| 371 | potential bugs from that. Enable -Werror for the wxmsw build. |
---|
| 372 | * Makefile.am: Update list of wxstd.mo files we package for wxmsw |
---|
| 373 | (add pt and sk) and where we copy them from. Copy the unofficial |
---|
| 374 | InnoSetup i18n files (.isl) from lib. |
---|
| 375 | |
---|
[ebcdad9] | 376 | Fri Jun 04 13:40:35 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 377 | |
---|
| 378 | * doc/HACKING.htm: Update InnoSetup info. |
---|
| 379 | |
---|
[b685e4e] | 380 | Fri Jun 04 13:07:01 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 381 | |
---|
| 382 | * survex.iss.in: Update for InnoSetup 5.3.9. |
---|
| 383 | * lib/English_GB.isl,lib/Romanian-7-5.1.11.isl: Check in the unofficial |
---|
| 384 | i18n files for InnoSetup which we use. |
---|
| 385 | |
---|
[9227253] | 386 | Fri Jun 04 13:05:18 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 387 | |
---|
| 388 | * src/Makefile.am: Update path to wx RC file. |
---|
| 389 | |
---|
[a5e8ada] | 390 | Fri Jun 04 12:44:39 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 391 | |
---|
| 392 | * src/mainfrm.cc: Explicitly construct temporary wxString() which |
---|
| 393 | is needed to avoid overload ambiguity under __WXMSW__. |
---|
| 394 | |
---|
[15322f2] | 395 | Fri Jun 04 12:41:59 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 396 | |
---|
| 397 | * src/cavernlog.cc: Add missing wxT() to string and character |
---|
| 398 | constants only used in __WXMSW__ build. |
---|
| 399 | |
---|
[b1876d3] | 400 | Fri Jun 04 12:19:18 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 401 | |
---|
| 402 | * src/aven.cc: wxWidgets now has a Slovak translation, so remove the |
---|
| 403 | kludge to substitute Czech if Slovak isn't found. |
---|
| 404 | |
---|
[4eaa9a3] | 405 | Fri Jun 04 05:08:14 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 406 | |
---|
| 407 | * src/aboutdlg.cc: Fix character constant to be a string constant when |
---|
| 408 | building under WXMSW. |
---|
| 409 | |
---|
[90d0d71] | 410 | Thu Jun 03 13:53:57 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 411 | |
---|
| 412 | * NEWS: Update from ChangeLog for 1.1.13. |
---|
| 413 | |
---|
[0dbc323] | 414 | Thu Jun 03 12:25:14 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 415 | |
---|
| 416 | * Makefile.am,configure.in,debian/Makefile.am,debian/changelog: Remove |
---|
| 417 | .deb building machinery from upstream Makefile. |
---|
| 418 | |
---|
[9fe15ea] | 419 | Thu Jun 03 12:14:16 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 420 | |
---|
| 421 | * make_release.in: Remove ancient workaround for getting wine to work. |
---|
| 422 | Remove .deb building machinery. Reenable distcheck to see if the |
---|
| 423 | problem with extend.tst has gone away. Update mingw cross-building |
---|
| 424 | machinery. |
---|
| 425 | |
---|
[0c03190] | 426 | Wed Jun 02 13:30:28 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 427 | |
---|
| 428 | * configure.in,doc/GPL.htm,doc/index.htm.in: Remove HTML version of GPL |
---|
| 429 | - just link to the FSF's page. |
---|
| 430 | |
---|
| 431 | Wed Jun 02 13:26:55 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 432 | |
---|
| 433 | * configure.in,make_release,make_release.in,update-debcl.pl: Use dch to |
---|
| 434 | update debian/changelog. |
---|
| 435 | |
---|
[0ae292f] | 436 | Wed Jun 02 12:59:33 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 437 | |
---|
| 438 | * configure.in,doc/Makefile.am,doc/cl2html.pl,doc/index.htm.in: Stop |
---|
| 439 | generating an HTML version of the ChangeLog - it's too low level to |
---|
| 440 | be of interest to non-developers, and developers can look at the |
---|
| 441 | source code. |
---|
| 442 | |
---|
[2e4b8cd] | 443 | Wed Jun 02 09:38:25 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 444 | |
---|
| 445 | * src/cavernlog.cc: Whitespace tweaks. |
---|
| 446 | |
---|
[ca2611a] | 447 | Wed Jun 02 09:28:37 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 448 | |
---|
[fe58e77] | 449 | * src/aboutdlg.cc,src/aboutdlg.h: Use standard button for "Copy" in |
---|
| 450 | About dialog. Change "OK" button to "Close" since nothing is being |
---|
| 451 | confirmed by clicking it. Call "Flush()" in wxTheClipboard to try |
---|
| 452 | to make the copied text persist after aven is closed, though this |
---|
| 453 | seems to currently do nothing on wxGTK at least. |
---|
[ca2611a] | 454 | |
---|
| 455 | Tue May 18 12:59:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 456 | |
---|
| 457 | * doc/HACKING.htm: Note jadetex needed. |
---|
| 458 | Note autoconf 2.64 works well. |
---|
| 459 | |
---|
| 460 | Tue May 18 02:06:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 461 | |
---|
| 462 | * src/fnt.cc: Remove now superfluous (). |
---|
| 463 | |
---|
| 464 | Mon May 17 14:33:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 465 | |
---|
| 466 | * debian/Makefile.am: Update EXTRA_DIST |
---|
| 467 | |
---|
| 468 | Mon May 17 05:38:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 469 | |
---|
| 470 | * src/cavernlog.cc: Fix small memory leak |
---|
| 471 | |
---|
| 472 | Mon May 17 05:33:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 473 | |
---|
| 474 | * src/img.c: Don't leak filename_opened member. |
---|
| 475 | |
---|
| 476 | Mon May 17 05:13:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 477 | |
---|
| 478 | * src/gfxcore.cc: Initialise all GfxCore's member variables so we |
---|
| 479 | don't use them uninitialised. |
---|
| 480 | |
---|
| 481 | Mon May 17 05:11:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 482 | |
---|
| 483 | * src/gfxcore.h: Declare constants with enum rather than #define so |
---|
| 484 | they automatically get allocated unique values, and so they show up |
---|
| 485 | in the debugger. |
---|
| 486 | |
---|
| 487 | Mon May 17 02:39:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 488 | |
---|
| 489 | * src/fnt.cc: Make the map array static const |
---|
| 490 | |
---|
| 491 | Mon May 17 02:30:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 492 | |
---|
| 493 | * src/fnt.cc: Set the font texture with GL_COLOR_INDEX so we can |
---|
| 494 | use a "byte format" font file without any translation, while a |
---|
| 495 | "bitmap format" font file needs a temporary array half the size. |
---|
| 496 | |
---|
| 497 | Mon May 17 00:56:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 498 | |
---|
| 499 | * src/gfxcore.cc: Initialise 3 flags when we load a survey to avoid |
---|
| 500 | using them potentially uninitialised. |
---|
| 501 | |
---|
| 502 | Sun May 16 14:39:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 503 | |
---|
| 504 | * src/mainfrm.cc: Fix cavern log window to behave if passed a .svx |
---|
| 505 | file on the command line. |
---|
| 506 | |
---|
| 507 | Sun May 16 14:27:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 508 | |
---|
| 509 | * configure.in: Update copyright years. |
---|
| 510 | |
---|
| 511 | Sun May 16 14:23:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 512 | |
---|
| 513 | * configure.in, src/aboutdlg.cc, src/aboutdlg.h, src/aven.cc, |
---|
| 514 | src/aven.h, src/avenprcore.cc, src/avenprcore.h, |
---|
| 515 | src/cavernlog.cc, src/cavernlog.h, src/export.cc, src/fnt.h, |
---|
| 516 | src/gfxcore.cc, src/gla-gl.cc, src/gla.h, src/guicontrol.cc, |
---|
| 517 | src/log.cc, src/mainfrm.cc, src/mainfrm.h, src/namecmp.h, |
---|
| 518 | src/printwx.cc, src/printwx.h: |
---|
| 519 | + Fix to build with a "unicode" build of wx. |
---|
| 520 | + Add "Copy" button to the About dialog to copy the system info |
---|
| 521 | to the clipboard. |
---|
| 522 | + List OpenGL extensions last, since there are usually lots of |
---|
| 523 | them with a modern gfx card. |
---|
| 524 | + When processing survey data, auto-scroll the log window until |
---|
| 525 | we've reported a warning or error. |
---|
| 526 | + Put the survey data log window in a splitter in the standard |
---|
| 527 | frame rather than having a separate frame for it. |
---|
| 528 | |
---|
| 529 | Sat Apr 17 12:13:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 530 | |
---|
| 531 | * src/aboutdlg.cc: Add case for "GTK+ >= 2.6". |
---|
| 532 | |
---|
| 533 | Sat Apr 17 12:12:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 534 | |
---|
| 535 | * src/aboutdlg.cc: Build string using preprocessor string |
---|
| 536 | concatenation rather than runtime appending, where possible. |
---|
| 537 | |
---|
| 538 | Sat Apr 17 12:00:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 539 | |
---|
| 540 | * src/aboutdlg.cc: Update (C) date. |
---|
| 541 | |
---|
| 542 | Sat Apr 17 11:59:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 543 | |
---|
| 544 | * src/aboutdlg.cc, src/aboutdlg.h: Use a wxTimer instead of idle |
---|
| 545 | events to avoid spinning on the CPU. |
---|
| 546 | |
---|
| 547 | Sat Apr 17 11:41:00 GMT 2010 Olly Betts <olly@survex.com> |
---|
| 548 | |
---|
| 549 | * configure.in: New preferred env var for wx-config script is |
---|
| 550 | WX_CONFIG. WXCONFIG still supported for compatibility. |
---|
| 551 | |
---|
| 552 | Tue Jul 28 08:16:00 GMT 2009 Olly Betts <olly@survex.com> |
---|
| 553 | |
---|
| 554 | * src/mainfrm.cc: The presentation filename now defaults to using |
---|
| 555 | the basename of the currently loaded dataset, but we always prompt |
---|
| 556 | before we first save with such a name. |
---|
| 557 | |
---|
| 558 | Tue Jul 28 04:37:00 GMT 2009 Olly Betts <olly@survex.com> |
---|
| 559 | |
---|
| 560 | * configure.in: Add comment to explain why we call wx-config twice. |
---|
| 561 | |
---|
| 562 | Tue Jul 28 04:36:00 GMT 2009 Olly Betts <olly@survex.com> |
---|
| 563 | |
---|
| 564 | * src/datain.c: Use fputs(m, f) instead of fprintf(f, m) in case m |
---|
| 565 | contains '%' (m comes from the messages file, so this isn't |
---|
| 566 | exploitable by sending someone a "bad" .svx or .3d file). |
---|
| 567 | |
---|
| 568 | Mon Jul 27 03:29:00 GMT 2009 Olly Betts <olly@survex.com> |
---|
| 569 | |
---|
| 570 | * src/mainfrm.cc: Fix to open rather than save when doing "open |
---|
| 571 | presentation" with wxmotif. |
---|
| 572 | |
---|
| 573 | Thu Mar 05 01:45:00 GMT 2009 Olly Betts <olly@survex.com> |
---|
| 574 | |
---|
| 575 | * doc/3dformat.htm: Document that this is version 6 and when we |
---|
| 576 | started to use it. |
---|
| 577 | |
---|
| 578 | Mon Dec 15 10:34:00 GMT 2008 Olly Betts <olly@survex.com> |
---|
| 579 | |
---|
| 580 | * src/gla-gl.cc: When saving a screenshot, perform the vertical |
---|
| 581 | flip of the image data in-place rather than using wxImage::Mirror() |
---|
| 582 | which creates a whole new wxImage object. |
---|
| 583 | |
---|
| 584 | Fri Dec 12 11:12:00 GMT 2008 Olly Betts <olly@survex.com> |
---|
| 585 | |
---|
| 586 | * src/cad3d.c, src/export.cc: Fix export to SVG when a label |
---|
| 587 | contains a '%' character. |
---|
| 588 | |
---|
| 589 | Fri Dec 12 06:30:00 GMT 2008 Olly Betts <olly@survex.com> |
---|
| 590 | |
---|
| 591 | * configure.in: Add AM_PROG_CC_C_O which newer autoreconf warns is |
---|
| 592 | needed. |
---|
| 593 | |
---|
| 594 | Fri Dec 12 06:28:00 GMT 2008 Olly Betts <olly@survex.com> |
---|
| 595 | |
---|
| 596 | * configure.in: Remove AC_SUBST of CRLIB and CROBJX which are no |
---|
| 597 | longer set or used. |
---|
| 598 | |
---|
| 599 | Fri Dec 12 06:03:00 GMT 2008 Olly Betts <olly@survex.com> |
---|
| 600 | |
---|
| 601 | * NEWS, buildmacosx.sh, configure.in, desc-aven.txt, doc/TODO.htm, |
---|
| 602 | doc/manual.sgml, doc/survex.ent, lib/messages.txt, |
---|
| 603 | src/aboutdlg.cc, src/aven.cc, src/aven.h, src/gfxcore.cc, |
---|
| 604 | src/mainfrm.cc, src/printwx.cc, src/printwx.h, src/wx.h: Say |
---|
| 605 | "wxWidgets" instead of "wxWindows" consistently. |
---|
| 606 | Require wxWidgets 2.6.0 or newer - 2.4 is really old now. |
---|
| 607 | |
---|
| 608 | Mon Mar 31 01:53:00 GMT 2008 Olly Betts <olly@survex.com> |
---|
| 609 | |
---|
| 610 | * doc/3dformat.htm: Update for v6 format from Mike McCombe |
---|
| 611 | |
---|
| 612 | Fri Sep 07 18:29:00 GMT 2007 Olly Betts <olly@survex.com> |
---|
| 613 | |
---|
| 614 | * src/gla-gl.cc: Calling glGetError() resets the error state, so we |
---|
| 615 | need to store the value in a variable rather than calling it twice! |
---|
| 616 | |
---|
| 617 | Fri Sep 07 13:54:00 GMT 2007 Olly Betts <olly@survex.com> |
---|
| 618 | |
---|
| 619 | * src/gla-gl.cc: Add missing CHECK_GL_ERROR() calls and correct |
---|
| 620 | some which had the wrong descriptions. |
---|
| 621 | Use GL_POINT_SPRITE and GL_COORD_REPLACE instead of |
---|
| 622 | GL_POINT_SPRITE_ARB and GL_COORD_REPLACE_ARB. They have the same |
---|
| 623 | numeric values, so the shorter (now official) names are better. |
---|
| 624 | |
---|
| 625 | Fri Sep 07 13:31:00 GMT 2007 Olly Betts <olly@survex.com> |
---|
| 626 | |
---|
| 627 | * src/Makefile.am, src/gfxcore.cc, src/gfxcore.h, src/gla-gl.cc, |
---|
| 628 | src/gla.h, src/matrix4.cc, src/matrix4.h, src/quaternion.cc, |
---|
| 629 | src/quaternion.h: Just set the pan and tilt directly as OpenGL |
---|
| 630 | rotations rather than messing around setting up and then decoding a |
---|
| 631 | quaternion. This fixes some glitches when tilting while looking |
---|
| 632 | east, and eliminates 2 source files and 2 headers! |
---|
| 633 | |
---|
| 634 | Sat Feb 10 13:56:00 GMT 2007 Olly Betts <olly@survex.com> |
---|
| 635 | |
---|
| 636 | * NEWS, configure.in, src/aven.cc, src/wx.h: |
---|
| 637 | (Unix version): aven: Fix display of degree symbol in status bar and |
---|
| 638 | messages with accented characters in. |
---|
| 639 | (Mac OS X version): Require at least wxWidgets 2.5.1. |
---|
| 640 | |
---|
| 641 | Sat Feb 10 13:46:00 GMT 2007 Olly Betts <olly@survex.com> |
---|
| 642 | |
---|
| 643 | * src/message.c: Test S_ISREG since that's what we use here |
---|
| 644 | |
---|
| 645 | Sat Feb 10 13:37:00 GMT 2007 Olly Betts <olly@survex.com> |
---|
| 646 | |
---|
| 647 | * src/message.c: Always use utf-8 for aven on unix |
---|
| 648 | |
---|