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-30 17:55 JS, revision 1286

Introduced wxSOCKET_INT to socket.cpp. The previous code wouldn't compile on Windows. Someone please determine what wxSOCKET_INT should be on your platform (I'm pretty sure just 'int' was OK on Linux when I tested it)

1998-12-30 17:55 VZ, revision 1285

added directories for Motif headers and libs under Solaris to the search path

1998-12-30 17:42 JS, revision 1284

Added makefile.b32 to db sample

1998-12-30 17:40 JS, revision 1283

Updated the Remstar ODBC files, got the db sample compiling; added Freq and SubString to wxString

1998-12-30 16:24 RR, revision 1282

Motif corrections in wxDC (match wxWin 2.0 drawing stuff) on idle handling -> speed-up threads work now modules work now (also in release mode...) wxMotif compiles with configure again

1998-12-30 16:04 VZ, revision 1281

stupid bug corrected (the code was never compiled)

1998-12-29 17:18 RR, revision 1280

Tried to fix some socket things. Wasn't enough.

1998-12-29 16:54 VZ, revision 1279

added WX_CLEAR_ARRAY() macro to delete all the elements of an array

1998-12-29 15:25 VZ, revision 1278

small optimization in ProcessEvent() (IsKindOf(wxWindow) only called once)

1998-12-29 11:02 JS, revision 1277

BC++/16-bit support now working, but without resource system

1998-12-29 08:42 RR, revision 1276

Added wxNotebook::SetText and SetImage (thanks Harm)

1998-12-28 21:32 JS, revision 1275

Fixes to wxMotif scrolling and colours (wxTreeCtrl/wxListCtrl now seem to work well, ta-ra!); fixes to thread.cpp since constants were changed

1998-12-28 18:53 RR, revision 1274

Compile fix for filefn.cpp doc update SGI threads use new constant names

1998-12-28 16:03 RR, revision 1273

Added facenames support to wxFont

1998-12-28 15:36 VZ, revision 1272

wxGTK compiles (and links) when configured without threads

1998-12-28 12:35 JS, revision 1271

Changes for 16-bit BC++ (not there yet), GnuWin32; typetest sample fixed; some documentation fixes

1998-12-28 12:33 JS, revision 1270

Added CodeWarrior files to distribution scripts

1998-12-28 11:39 RR, revision 1269

Now even Julian can use wxGTK :-)

1998-12-27 14:44 RR, revision 1268

Compilation fixes for OGL

1998-12-27 00:54 VZ, revision 1267

1. Pause()/Resume() implemented for wxMSW 2. crash on startup in the sample corrected

1998-12-26 20:09 RR, revision 1266

Makefile tweaks Threads work now under wxGTK and glibc 2

1998-12-26 15:36 GL, revision 1265

* Fixes (AIF works on Linux)

1998-12-26 03:41 UG, revision 1264

no message

1998-12-25 11:02 GL, revision 1263

* Fixes (WAV works on Linux, AIFF following)

1998-12-25 00:34 VZ, revision 1262

wxStringList::Sort() bug corrected

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.