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):

1999-10-28 10:14 OK, revision 4237

Fixed typo in ARGS_CLEANUP

1999-10-28 09:15 JS, revision 4236

Do... fixes and OnMenuHighlight correction (so MDI sample now works)

1999-10-28 04:48 DW, revision 4235

*** empty log message ***

1999-10-28 01:17 VZ, revision 4234

1. corrected (but the fix is ugly) the multiple def button problem 2. corrected a bug which disabled all accels for MSW (sic) 3. added SetValue/GetValue to wxSpinCtrl 4. modified wxGetNumberFromUser to use wxSpinCtrl

1999-10-28 00:38 VZ, revision 4233

1. more code commented out by DW (@#%#%!#%!@) uncommented 2. wxSpinCtrl calculates its default size better and sends notifications as wxSpinButton does

1999-10-27 23:33 VS, revision 4232

added copy ctor to wxHashTable

1999-10-27 23:32 VS, revision 4231

bugfix: wxList's copy ctor now works with keyed lists

1999-10-27 23:31 VS, revision 4230

added wxHtmlParser::{Push|Pop}TagHandler

1999-10-27 23:30 VS, revision 4229

documented Harm's changes to wxHTML help

1999-10-27 23:29 VS, revision 4228

cleaned Harm's new wxHTML help code (removed search.cpp)

1999-10-27 23:26 VS, revision 4227

cleaned Harm's new wxHTML help code

1999-10-27 23:25 VS, revision 4226

added wxHtmlParser::{Push|Pop}TagHandler

1999-10-27 22:47 DW, revision 4225

Toolbar fixes

1999-10-27 19:43 VZ, revision 4224

checks for time functions added

1999-10-27 19:01 RR, revision 4223

Minor Motif changes, made scrollsub sample work somehow.

1999-10-27 18:39 VZ, revision 4222

fix for make clean when building in topdir

1999-10-27 18:27 VZ, revision 4221

Solaris fixes: -lnsl, -lXext, -lsocket added if needed

1999-10-27 17:25 VZ, revision 4220

DATAFILES may contain directories too

1999-10-27 17:15 VZ, revision 4219

always use wxString::operator[](size_t) - wxWin doesn't compile without it anyhow

1999-10-27 17:03 GRG, revision 4218

removed debugging code which shouldn't be there :-)

1999-10-27 16:18 JS, revision 4217

Small changes to peripheral files

1999-10-27 15:15 DW, revision 4216

Take out statbrpm, add statline back in

1999-10-27 13:44 VZ, revision 4215

fix for native compilers on Solaris

1999-10-27 13:43 VZ, revision 4214
  • D /wxWidgets/trunk/configure

trying to get it back onto the main branch

1999-10-27 13:43 DW, revision 4213

Replaced inadvertant C++ comments with standard 'C' comments for VisualAge fixups (VA will not compile non-ANSI C code anymore)