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-05-30 17:21 JS, revision 61

Removed Deselect function.

1998-05-30 17:11 RR, revision 60

Same as last one..

1998-05-30 17:10 RR, revision 59

GTK: Added wxTabCtrl Work on wxEventhandler (delete clientdata) wxChoice (derive from wxControl) wxTextCtrl (init with text) Added sample for tabctrl (and more)

1998-05-28 22:05 RR, revision 58

GTK moved main() to app.cpp added wxGauge added wxStaticBitmap

1998-05-28 19:54 JS, revision 57

Updates from Chris Breeze

1998-05-28 17:44 RR, revision 56

GTK wxBitmapButton added

1998-05-28 11:13 JS, revision 55

#ifdefed out a typedef not appropriate to MSW; added SetSelection to choice dialog

1998-05-27 23:41 VZ, revision 54

cleaned code a bit

1998-05-27 23:38 VZ, revision 53

wxDataObject and wxDropSource implementations

1998-05-27 23:37 VZ, revision 52

registry based implementation of wxConfig (wxRegConfig)

1998-05-27 23:36 VZ, revision 51

1) now associated drop target is deleted (memory/resource leak corrected) 2) added wxCHECK( hWnd != NULL ) to wxAssociateWinWithHandle

1998-05-27 23:34 VZ, revision 50

removed compilation warning about "switch with default but no case" (no real changes)

1998-05-27 23:32 VZ, revision 49

many bugs (including major one in DeleteSelf) corrected

1998-05-27 23:30 VZ, revision 48

spurious "(uint)" cast which was causing compilation warnings removed

1998-05-27 23:29 VZ, revision 47

1) Added call to wxLog::Flush() to wxApp::OnIdle() 2) Last active log target is now deleted in wxApp::CleanUp()

1998-05-27 23:24 VZ, revision 46

wxDataObject and wxDropSource classes for (more) d&d support

1998-05-27 23:20 VZ, revision 45

option USE_WXCONFIG (default value: 1) added which enables compilation of wxConfig

1998-05-27 23:18 VZ, revision 44

function HasValue() added

1998-05-27 23:07 VZ, revision 43

declaration of registry based implementation of wxConfig (wxRegConfig)

1998-05-27 23:05 VZ, revision 42

wxApp::CreateConfig() only defined #if USE_WXCONFIG

1998-05-27 22:52 VZ, revision 41

no changes (cvs wierdness...)

1998-05-27 22:50 VZ, revision 40

no changes

1998-05-27 13:56 JS, revision 39

Misc changes for DOS compatibility, plus added wxApp::CreateConfig

1998-05-27 09:37 JS, revision 38

Changes to help with Win16 compilation.

1998-05-26 16:36 KB, revision 37

bug hunting in the repository