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-01-02 23:02 VZ, revision 1311

1. New classes documented: wxCriticalSection, wxMutexLocker, wxCriticalSectionLocker 2. New overviews: Threads overview, Container classes overview 3. A modest update of wxList/wxNode docs to bring them up to date with the new classes (array.tex is simply empty for the moment)

1999-01-02 22:58 VZ, revision 1310

restoring wxUSE_GLOBAL_MEMORY_OPERATORS I accidentally removed a moment ago

1999-01-02 22:55 VZ, revision 1309

Thread fixes (but they still don't work at all...)

1999-01-02 22:24 RR, revision 1308

Triued in vain to fix threads segvs with gcc Removed wxDebugStream

1999-01-02 19:13 RR, revision 1307

Header changes (gtk.h etc no longer included in defs.h but in *.cpp to speed up compilation (?) )

1999-01-02 00:45 JS, revision 1306

Corrected memory.cpp checkpoint bug; added Tex2RTF

1999-01-01 22:49 VZ, revision 1305

wxString(const wxString& str, size_t position, size_t len) ctor now doesn't have default value for the third param to avoid conflicts with wxString(const wxString& str, size_t len) ctor. Sorry if this breaks code which relied on it...

1999-01-01 19:13 JS, revision 1304

Lots of wxMotif fixes

1999-01-01 16:22 SC, revision 1303

mac support as stubs added

1999-01-01 16:15 SC, revision 1302

cw makefile for minimal - to be used as template

1999-01-01 16:14 SC, revision 1301

common definitions for cw

1999-01-01 16:12 SC, revision 1300

mac socket port (preliminary - based on M. Neerachers GUSI + additions)

1999-01-01 16:09 SC, revision 1299

added win32 release and ppc targets

1999-01-01 16:05 SC, revision 1298

started once again from stubs

1999-01-01 15:58 SC, revision 1297

source files for precompiled headers for cw

1999-01-01 15:56 SC, revision 1296

started once again from stubs

1998-12-31 21:58 RR, revision 1295

Compile and build fixes Version update etc.

1998-12-31 18:18 JS, revision 1294

Rationalised a few more docs

1998-12-31 17:32 JS, revision 1293

Fixed Dialog Editor compilation

1998-12-31 16:15 JS, revision 1292

Added Property List classes to main library; added proplist sample; merged changes.txt files

1998-12-31 15:59 JS, revision 1291
  • D /wxWidgets/trunk/utils/wxprop/docs
  • D /wxWidgets/trunk/utils/wxprop/lib
  • D /wxWidgets/trunk/utils/wxprop/Makefile

Rmoved more wxprop files

1998-12-31 15:56 JS, revision 1290
  • D /wxWidgets/trunk/utils/wxprop/src/cross.bmp
  • D /wxWidgets/trunk/utils/wxprop/src/Makefile
  • D /wxWidgets/trunk/utils/wxprop/src/Makefile.in
  • D /wxWidgets/trunk/utils/wxprop/src/makefile.b32
  • D /wxWidgets/trunk/utils/wxprop/src/makefile.dos
  • D /wxWidgets/trunk/utils/wxprop/src/makefile.g95
  • D /wxWidgets/trunk/utils/wxprop/src/makefile.nt
  • D /wxWidgets/trunk/utils/wxprop/src/prop.cpp
  • D /wxWidgets/trunk/utils/wxprop/src/prop.h
  • D /wxWidgets/trunk/utils/wxprop/src/propform.cpp
  • D /wxWidgets/trunk/utils/wxprop/src/propform.h
  • D /wxWidgets/trunk/utils/wxprop/src/proplist.cpp
  • D /wxWidgets/trunk/utils/wxprop/src/proplist.h
  • D /wxWidgets/trunk/utils/wxprop/src/test.cpp
  • D /wxWidgets/trunk/utils/wxprop/src/test.def
  • D /wxWidgets/trunk/utils/wxprop/src/test.h
  • D /wxWidgets/trunk/utils/wxprop/src/tick.bmp

Removed wxProp source files

1998-12-31 10:54 JS, revision 1289

Added fractal, bombs samples; removed global app variable from dbtest.cpp

1998-12-30 23:30 RR, revision 1288

Guess what: ODBC updates and build fixes.

1998-12-30 20:44 RR, revision 1287

sockets work now an all platforms