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