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-12-25 00:06 VZ, revision 1261

attempt to fix a report about compile problems in generic treectrl

1998-12-24 23:26 VZ, revision 1260

wxGetUserName() returns the user name (wxGetUserId()) if all else fails

1998-12-23 21:35 JS, revision 1259

Some more wxMotif improvements: DrawIcon fixed; generic notebook implementation used. wxGTK's DrawIcon has 2 args added for wxMSW compatibility.

1998-12-23 18:16 GL, revision 1258

* Fixes

1998-12-23 17:51 RD, revision 1257

Moved the main funtion into its own source file.

1998-12-23 12:33 JS, revision 1256

Compilation fixes for SUN CC.

1998-12-23 09:58 JS, revision 1255

Got generic wxListCtrl, wxTreeCtrl working under Windows, wxNotebook almost; some doc corrections; Win16 dialog crash cured

1998-12-22 11:55 VZ, revision 1254

wxTextFile::Type changed to ::wxTextFileType (portability)

1998-12-21 19:59 RD, revision 1253

Now compiles with /GX- on MSW.

1998-12-21 19:49 RD, revision 1252

Added $(OVERRIDEFLAGS) to the end of the flags so default flags can be overridden.

1998-12-21 09:59 JS, revision 1251

Added convenience form of wxEvtHandler::Connect, only one id; changed type to wxEventType; fixed my regconf.h mistake in config.cpp (oops)

1998-12-21 09:10 SC, revision 1250

CW Win32 support

1998-12-21 08:44 SC, revision 1249

CW Win32 support

1998-12-21 08:36 SC, revision 1248

CW Win32 support

1998-12-20 23:49 JS, revision 1247

wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return types in wxCHECK_MSG); compiles again for 16-bit Windows, though dialogs don't work; added generic notebook implementation (copied from wxMotif); fixed event handler arg in wxDirDialog; added preliminary wxImage reference; removed some constructors from documentation; fixed wxIniConfig compilation

1998-12-20 00:34 VZ, revision 1246

missing functions implemented in wxMSW tree ctrl (custom sorting, GetChildrenCount(), DeleteChildren()).

1998-12-19 12:38 RR, revision 1245

wxPython updates (SWIG really works, cannot believe it) wxRadioBox now has multi column layout (the wxPython sample still doesn't do that correctly)

1998-12-19 08:19 RR, revision 1244

Added missing filed to sample

1998-12-19 08:16 RR, revision 1243

Added more keyboard handling to wxTreeCtrl Fixed HitText wrt to items with an image changed size calculation in wxStatText

1998-12-18 23:18 JS, revision 1242

Partial Watcom C++ 10.6 support added (doesn't link for some reason)

1998-12-18 18:22 JS, revision 1241

Solved a bug in generic wxTreeCtrl whereby CalculatePositions was not completing due to a missing '!', so scrollbars were not set properly. Tidied up wxMotif scrollbar setting.

1998-12-18 17:05 RR, revision 1240

wxDirDialog now sorts its entries

1998-12-18 15:49 RR, revision 1239

wxClipboard now serves the primary selection as well wxPython fixes warning mesages

1998-12-18 15:47 VZ, revision 1238

added stubs for wxTreeCtrl functions not yet implemented under MSW

1998-12-18 15:37 VZ, revision 1237

wxTreeCtrl::Sort() changed, adapted the sample to show it.