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

1998-10-07 11:04 JS, revision 811

Latex updates; added defines to printdlg.h for referring to generic print dialogs by standard names.

1998-10-07 09:24 KB, revision 810

Fixed stupid configure bug that failed to recognise gcc and set wrong options.

1998-10-07 07:35 RD, revision 809

Version 0.4.1 for wxGTK

1998-10-07 05:39 RD, revision 808

Added missing IMPLEMENT_DYNAMIC_CLASS

1998-10-06 09:33 JS, revision 807

FreeBSD patch to sckaddr.cpp; include more files in manual; misc

1998-10-06 08:50 KB, revision 806

Makefiles now use CPPFLAGS in the same way as configure does.

1998-10-05 16:21 VZ, revision 805

Added --with-unicode (not used yet) and --with-wcsrtombs options to configurea and setup.h.

1998-10-05 10:14 JS, revision 804

Reversed meaning of orientation style, back to wxWin 1.68 meaning.

1998-10-05 10:13 JS, revision 803

Repaired radiobox problem.

1998-10-04 22:12 VZ, revision 802

SetTitle() works even if menu was created without title initially (and setting title to empty string removes it alltogether)

1998-10-04 14:30 KB, revision 801

wxGetUserName() now returns only the user name, not the comments wxGetHostName() returns host.domain now

1998-10-03 05:56 RD, revision 800

*** empty log message ***

1998-10-03 00:25 VZ, revision 799

bogus assert removed, optimized (and removed a bug in process of doing it) wxString::Trim

1998-10-02 12:53 JS, revision 798
  • D /wxWidgets/trunk/src/msw/xfspline.inc

*** empty log message ***

1998-10-02 12:50 JS, revision 797

Removed DrawOpenSpline since it doesn't seem to be needed, with required changes in all ports. Added Motif wxFileDialog. Added wxPostScriptModule and removed PostScript init in app.cpp. Also removed wxMessageBox function from generic implementation. Windows release .exes are now smaller (< 300K for minimal.exe). Some OGL updates. __try -> try in MSW main.cpp. BC++ 5 fixes.

1998-10-02 06:44 RD, revision 796

Version 0.4 of wxPython for MSW.

1998-10-02 06:38 RD, revision 795

Added wxFrame::SetStatusBar for wxPython

1998-09-30 23:48 RD, revision 794

Found the RIGHT place to make the __unix__ fix. Undoing the other changes I just made.

1998-09-30 23:37 RD, revision 793

Found the RIGHT place to make the __unix__ fix. Undoing the other changes I just made.

1998-09-30 23:13 RD, revision 792

fixed some ifdef's to also check for __unix__

1998-09-30 23:07 RD, revision 791

fixed Stricmp ifdef to also check for __unix__

1998-09-30 17:45 GL, revision 790

* wxSocket doc updates.

1998-09-30 12:48 JS, revision 789

Uninitialised variable initialised (state in OnIdle)

1998-09-30 12:41 VZ, revision 788

fixed wxString::Mid() bug

1998-09-30 09:15 MR, revision 787

*** empty log message ***