Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2001-05-24 21:19 SC, revision 10313

added generic dir dlg

2001-05-24 18:31 GT, revision 10312

Compilation fixes

2001-05-24 17:20 VZ, revision 10311

fix for egcs internal compiler error

2001-05-24 16:59 GT, revision 10310

Added documentation for the new -checkcurleybraces and -checksyntax commandline parameters for tex2rtf

2001-05-24 16:54 GT, revision 10309

Added '_' checking that warns of the use of "_" or "\_" in the wrong places Added syntax checking for common documenting problems that tex2rtf does not handle properly (like \begin{verbatim} and others needing to be on a line by themselves) Syntax checking and curley brace matching can be turned on via the commandline, or the new OPTIONS menu choice if using a GUI. Both are OFF by default to match current behavior Compilation again possible now if wxUSE_DEBUG_CONTEXT is set to 0 in setup.h Various GUI glitches fixed

2001-05-24 16:07 GD, revision 10308

added missing check for wxUSE_JOYSTICK

2001-05-24 16:03 GT, revision 10307

Fixed more '_' issues Fixed all places that \begin{verbatim} and \end{verbatim} were not on lines by themselves (which tex2rtf cannot handle). Changed all \verb$....$ occurrances to \tt{....}

2001-05-24 16:01 DW, revision 10306

Adding borders to OS/2 objects

2001-05-24 13:24 DW, revision 10305

Add RemoveChild

2001-05-24 13:07 VZ, revision 10304

removed \small before \verbatim

2001-05-24 10:39 GT, revision 10303

Added '\' before all '_' chars that were not inside VERBATIM blocks

2001-05-24 10:01 GT, revision 10302

Removed the '\' quote on some '_' characters where it should not have been (inside verbatim blocks)

2001-05-24 09:20 GT, revision 10301

Moved '\label' tag to the correct line, allowing tex2rtf to correctly build docs

2001-05-24 01:55 VZ, revision 10300

the new menu code compiles - even though it doesn't do anything else for now

2001-05-24 00:02 VZ, revision 10299

some minor fixes to ODBC docs

2001-05-23 17:02 VS, revision 10298

fixed bug in wxFrame::OnActivate (added virtual void RemoveChild() which make sure OnActivate won't accidentally use invalid m_winLastFocused ptr)

2001-05-23 15:05 RD, revision 10297

some minor changes for the installer flags

2001-05-23 14:52 JS, revision 10296

Added missing files to listing

2001-05-23 14:39 VZ, revision 10295

fixed broken links

2001-05-23 14:10 GT, revision 10294

All the major ODBC changes for 2.3 logged

2001-05-23 13:48 GT, revision 10293

Removed TABs that had gotten in to the source Added more feature tests to the sample

2001-05-23 13:46 GT, revision 10292

Removed TABs that had gotten in to the source Added more INTERBASE support fixes

2001-05-23 13:45 GT, revision 10291

Removed TABs that had gotten in to the source Added assert if user tries to create a column name longer than the max supported column name length Added more INTERBASE support fixes Added a SQLServer7 fix for ASC/DESC support

2001-05-23 13:39 GT, revision 10290

Removed TABs that had gotten in to the source

2001-05-23 11:19 GT, revision 10289

Fixed a missing '}'