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

2001-05-21 23:58 VZ, revision 10263

tried to fix the accel string drawing in the owner drawn menu items

2001-05-21 23:22 VZ, revision 10262

fixed memory leak in colour parsing code

2001-05-21 23:10 VZ, revision 10261

fix for releasing the HDC in WM_DRAWITEM handler

2001-05-21 22:49 VZ, revision 10260

(blind) fix for joystick compilation problems

2001-05-21 20:31 DW, revision 10259

Visualage fixes for Stefan's socket implementations, some scrolling fixes and dir fixes

2001-05-21 20:30 DW, revision 10258

Visualage fixes for Stefan's socket implementations and true to TRUE in db.cpp

2001-05-21 20:29 DW, revision 10257

Visualage fixes for Stefan's socket implementations

2001-05-21 19:03 RL, revision 10256

Default wxDateTime objects are now 'invalid', changed wxDefaultDateTime definition to suit. Removed IsValid asserts from Set methods. Fixed broken test for validity that was checking m_time directly.

2001-05-21 18:55 RL, revision 10255

Make default wxDateTime ctor create an 'invalid' datetime. Remove IsValid asserts from Set methods. fix broken m_time test for a valid datetime.

2001-05-21 11:14 VZ, revision 10254

removed extra newlines from wxLogDebugs (again)

2001-05-21 10:31 VZ, revision 10253

removed extra newlines from wxLogDebugs

2001-05-21 04:06 DW, revision 10252

Final scrolling updates

2001-05-21 00:17 VZ, revision 10251

fixed usage of LOWORD/HIWORD instead of GET_[XY]_LPARAM

2001-05-21 00:16 VZ, revision 10250

fixed wxComboBox sizing problem again

2001-05-20 22:18 VS, revision 10249

New code for inserting unknown controls into resources via <object class='unknown'>. This one even works.

2001-05-20 21:31 SN, revision 10248

Included filefn.h for non-precompiled headers to get definition of wxFILE_SEP_PATH

2001-05-20 21:23 JS, revision 10247

Added dircmn.cpp to VC++ project files

2001-05-20 20:47 SN, revision 10246

Added new files gsockpm.c and dircmn.cpp

2001-05-20 20:46 SN, revision 10245

Added gsockpm.c for OS/2.

2001-05-20 16:54 JS, revision 10244

Readme changes, switched off old help system by default in Help demo, removed non-compiling samples from Mingw32/Cygwin samples makefile

2001-05-20 16:16 SN, revision 10243

Fixed some OS/2 specific problems: EMX defines __UNIX__, which is what good for wxGTK/wxMotif, but sometimes a problem for the PM version.

2001-05-20 13:25 SN, revision 10242

Updated gsocket.c to current unix version, use gsockunx.h instead of gsockos2.h Added gsockpm.c. Hooked socket handling into main loop.

2001-05-20 11:56 VS, revision 10241

fixed WX_APPEND_ARRAY and WX_CLEAR_ARRAY when used with dereferenced pointers (*array)

2001-05-20 11:32 GT, revision 10240

Various makefiles added. Only the VC and B32 makefiles have been tested

2001-05-20 02:00 RD, revision 10239

Some more tweaks