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

1999-10-29 22:16 RD, revision 4262

wxPython doc updates

1999-10-29 19:45 VZ, revision 4261

styles for listboxes added for testing purposes

1999-10-29 19:41 VZ, revision 4260

platform.htm added

1999-10-29 17:55 VZ, revision 4259

forgotten files

1999-10-29 17:54 VZ, revision 4258

1. added encoding param to wxFontEncoding::EnumFamilies() which allows to get the list of families supporting the given encoding 2. added encoding decoding logic to src/gtk/font.cpp so that now choosing an encoding different from default in GTK+ font selector dialog actually works

1999-10-29 17:32 RD, revision 4257

EXPORTED an array to quiet the DLL compilation

1999-10-29 17:20 RR, revision 4256

Renamed GtkMyFixed to GtkPizza, Made default button work more often than before.

1999-10-29 15:36 VZ, revision 4255

/usr/include added back for AIX

1999-10-29 15:17 VZ, revision 4254

compilation fix for AIX

1999-10-29 15:11 SB, revision 4253

Add operator << (ostream&, const wxString&)

1999-10-29 11:18 SB, revision 4252

Accept list of separators as a wxString instead of wxChar\nTurn NextNonWhiteSpace to NextNonSeparators\nIntroduce EatEOL (major factorization)\nFix GetC() call on last char introduce a bug

1999-10-29 07:43 MB, revision 4251

Changes to fix problem where spurious scrollbar(s) were displayed when the window size had changed and was able to display all rows and/or all cols.

1999-10-29 03:10 OK, revision 4250

Well, wxHTML compiles in Unicode mode now. But if it works (without further changes), it shall be considered proof that there is such a thing as a divine intervention.

1999-10-29 02:14 OK, revision 4249

Well, can't hurt to do some char -> wxChar, though wxHTML may not work in Unicode mode quite yet...

1999-10-29 02:02 OK, revision 4248

wxT() for a Spanish(?) debug message

1999-10-29 01:59 OK, revision 4247

Unicode fixes

1999-10-29 01:55 OK, revision 4246

A few Unicode compilation fixes (mostly wxT())

1999-10-28 22:38 DW, revision 4245

SpinCtrl update

1999-10-28 13:13 JS, revision 4244

Corrected small mistake (set static variable)

1999-10-28 13:04 VZ, revision 4243

wxGTK::wxSpinCtrl API synchronised with wxMSW

1999-10-28 12:37 SB, revision 4242

conform to new wxTextInputStream >> wxString

1999-10-28 12:33 SB, revision 4241

operator >> wxString eat word by default. \n Add wxTextInputStream::Get/SetStringSeparator.\n Add wxTextInputStream::wxTextInputStream(wxInputStream, const wxChar &sep=' ')

1999-10-28 11:35 JS, revision 4240

Added CS_OWNDC fix to wxGLCanvas and corrected sample makefiles

1999-10-28 10:31 OK, revision 4239

Use wxConvertMB2WX to fix compilation error in Unicode build

1999-10-28 10:29 OK, revision 4238

wxFNCONV no longer references wxConv in a non-Unicode build