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-10-15 16:14 RD, revision 836

Added wxFrame::SetStatusBar

1998-10-15 12:43 UG, revision 835

no message

1998-10-15 10:58 JS, revision 834

Commented out _CrtSetDbgFlag yet again, restored setup.h settings.

1998-10-15 09:26 UG, revision 833

no message

1998-10-15 09:11 JS, revision 832

Presumably someone didn't mean to commit that wxUSE_XPM_IN_MSW change... Added wxID_SELECTALL

1998-10-14 23:53 VZ, revision 831

minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled() added) + wxTimer member vars are made protected again (but a friend decl added for the callback)

1998-10-14 19:06 JS, revision 830

Fixed VC++ compile error in mstream; formatted window.cpp.

1998-10-14 17:36 GL, revision 829

* wxSocket fixes * wxStream: - new inheritance, new stream buffer, nearly the same API for the end user - updated other streams consequently * wxGTK: some change to make it compile on GTK 1.0 and GTK 1.1 * small changes on wxThread to prepare a more reentrant lib * wxVariant works with wxStream too now

1998-10-14 17:11 JS, revision 828

Removed windows.h and friend function.

1998-10-14 17:00 UG, revision 827
  • D /wxWidgets/trunk/src/common/lex_yy.c
  • D /wxWidgets/trunk/src/common/y_tab.c
  • D /wxWidgets/trunk/src/msw/Y_TAB.C

no message

1998-10-14 16:45 UG, revision 826

general updates, more to come

1998-10-14 16:43 UG, revision 825

fix for private access for wxTimerProc

1998-10-14 16:30 JS, revision 824

Protected -> public

1998-10-14 16:29 UG, revision 823

fix for vc4.2+ for c++ standard exception handling

1998-10-14 08:13 JS, revision 822

Rewrote ConvertToStandardCommandArgs; resource.h correction; ntwxwin.mak correction

1998-10-14 06:45 MR, revision 821

error in func ConvertToStandardCommandArgs with argv[]

1998-10-12 19:45 JS, revision 820

Session management changes for wxMSW.

1998-10-12 13:09 VZ, revision 819

1. wxTimer::Start() returns bool in wxGTK too (other minor corrections to this class, such as "const" addition, Notify() is = 0 now...) 2. wxGTK::wxTextCtrl::Delete renamed to Clear for consistency 3. wx/wx_prec.h now includes wx/setup.h even if !wxUSE_PRECOMP because otherwise (recently added) tests "#if wxUSE_IOSTREAMH" donb't work. 4. Other compilation fixes for wxGTK (now it compiles again)

1998-10-12 07:46 JS, revision 818

Changes related to stream includes

1998-10-09 20:26 VZ, revision 817

removed some rests of my tests (which should have never been checked in in the first place)

1998-10-09 12:01 JS, revision 816

Dialog unit mods; wxProp tidying

1998-10-08 14:57 MR, revision 815

change the last changes back

1998-10-08 12:05 MR, revision 814

error if a radiobox is horizontal:(change wxRA_VERTICAL to wxRA_HORIZONTAL)

1998-10-08 09:38 VZ, revision 813

crash under FreeBSD corrected (patch by David Hobley)

1998-10-07 15:40 KB, revision 812

odbc off by default