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-08-04 17:49 GL, revision 436

* Fixes and new features in wxObject*Stream * Fixes: wxChoice (GTK), wxCheckBox (GTK) * Fixes: wxStream * wxObject calls wx*Serialize::LoadObject/StoreObject in StoreObject/LoadObject * Added support for dynamic library (Linux only, Windows will follow) * Added serbase.h (Serialization base defines and base object)

1998-08-04 17:45 GL, revision 435

* Added serialization code to the repository

1998-08-04 16:42 VZ, revision 434

added wxLogWindow::GetFrame()

1998-08-04 16:05 VZ, revision 433

size_t -> int conversion and the warnings about it corrected

1998-08-04 10:26 KB, revision 432

re-fixed wxFileConfig(wxString, wxString) constructor

1998-08-04 07:24 JS, revision 431

Small fixes

1998-08-03 23:23 VZ, revision 430

1) wxFileConfig now longer tries to delete system-wide config file in DeleteAll (only the user's one) 2) wxLogStream "un#indef'ed" under wxGTK

1998-08-03 23:05 VZ, revision 429

check that wxTheApp != NULL in wxLog::GetActiveTarget

1998-08-03 23:03 VZ, revision 428

crash in wxLog::GetActiveTarget() fixed

1998-08-03 22:59 VZ, revision 427

added framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?)

1998-08-03 22:57 VZ, revision 426

SelectItem() always sends the notification messages

1998-08-03 22:55 VZ, revision 425

wxApp::Get/SetVendorName functions added

1998-08-03 22:54 VZ, revision 424

added wxLocale::Init() and ctor without arguments for convenience

1998-08-03 22:49 VZ, revision 423

minor changes and bug corrections (interface unchanged)

1998-08-03 22:37 VZ, revision 422

wxConfig sample + wxGTK makefiles

1998-08-03 15:11 KB, revision 421

grmbl, typo

1998-08-03 13:59 KB, revision 420

fixed GetGlobalFilename()

1998-08-03 13:59 KB, revision 419

*** empty log message ***

1998-08-03 11:08 KB, revision 418

added another link

1998-08-03 10:10 KB, revision 417

fixed wxFileConfig constructor bug

1998-08-02 23:12 VZ, revision 416

wxIniConfig added (pre-alpha quality, many functions not implemented), some bug fixes in wxRegConfig/wxRegKey

1998-08-02 23:11 VZ, revision 415

wxConfig -> wxConfigBase renaming plus some minor changes

1998-08-02 23:09 VZ, revision 414

trace mask made static variable

1998-08-02 23:07 VZ, revision 413

trace mask made static variable (and corresponding accessors static functions)

1998-08-02 23:06 VZ, revision 412

the base class is now called wxConfigBase, wxConfig is #define'd as wx{Reg|Ini|File}Config depending on the platform