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

1998-07-24 17:13 GL, revision 361

* New wxStream classes: wxStreamBuffer and wxObject*Stream. * Changes: ofsInvalid => wxInvalidOffset in filefn.h * Updates: all wxStream classes use wxStreamBuffer. wxObject basic declaration changes (added LoadObject, modified StoreObject) * Some base of the serialization. (I hope not to have forgotten any files)

1998-07-24 17:06 VZ, revision 360

some common code moved from wxWindow/wxFrame into files in common subdir

1998-07-24 17:04 VZ, revision 359

SelectItem() now sends a wxEVT_SELECTED notification.

1998-07-24 17:03 VZ, revision 358

added "access" parameter to wxFile::Create and Open. The default value is "rw-r--r--" mode.

1998-07-24 17:02 VZ, revision 357

scrollbar support added (experimental)

1998-07-24 15:47 JS, revision 356

New toolbar event processing

1998-07-24 15:46 JS, revision 355

Removed compile bugs in regconf.cpp, added new toolbar event processing

1998-07-24 15:44 JS, revision 354

Altered event.h to reflect new toolbar event handling; removed bugs in regconf.h

1998-07-24 15:43 JS, revision 353

Updated the toolbar sample to reflect updated event handling.

1998-07-24 14:35 VZ, revision 352

added default value for "int type" (wxBITMAP_TYPE_XPM) in wxBitmap ctor and Load() method

1998-07-24 13:17 VZ, revision 351

removed #define wxToolBarGTK

1998-07-24 12:18 KB, revision 350

fixed appending of '/' to empty string

1998-07-24 10:31 KB, revision 349

fixed private member access problem

1998-07-23 17:56 VZ, revision 348

oops... a typo in just checked in file corrected

1998-07-23 17:54 VZ, revision 347

call to SetLabel in Create() added to strip "&" characters from the label

1998-07-23 17:53 VZ, revision 346

wxTreeControl::Get/SetSelection implemented

1998-07-23 16:10 VZ, revision 345

now wxToolBarGTK is #define'd as wxToolBar under wxGTK and not vice versa

1998-07-23 16:09 VZ, revision 344

IsItemExpanded() function added

1998-07-23 16:08 VZ, revision 343

wxUpdateUI events generation added

1998-07-23 16:08 VZ, revision 342

IsModified() function now works correctly

1998-07-23 16:07 VZ, revision 341

SetModified() added

1998-07-23 16:07 VZ, revision 340

OnSize removed (not needed any more after Robert's fix)

1998-07-23 16:07 VZ, revision 339

more accessors added, member variablesmade private

1998-07-23 16:06 VZ, revision 338

DoMenuUpdates()

1998-07-23 16:05 VZ, revision 337

added flag wxFILE_MUST_EXIST