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-23 06:50 SC, revision 10288

added mouse down before activate event in background window

2001-05-23 06:24 SC, revision 10287

scrollbar fixes and workaround for redraw problems w/o erase , setbitmap triggers refresh

2001-05-23 06:15 SC, revision 10286

scrollbar fixes

2001-05-22 22:04 VS, revision 10285

applied workaround patch to get rid of crashes in wxrcedit on MSW

2001-05-22 22:03 VS, revision 10284

fixed parsing of tag properties with common suffixes in 2.2 too

2001-05-22 22:03 VS, revision 10283

implemented wxGetSingleChoiceIndex version that takes wxArrayString

2001-05-22 22:03 VS, revision 10282

fixed wxSpinButton handler (did refer to spinbutton nodename, not wxSpinButton class)

2001-05-22 22:03 VS, revision 10281

fixed ID handling in 'unknown' handler

2001-05-22 22:02 VS, revision 10280

XMLCTRL() macro now uses wxDynamicCast in debug builds (should help in catching typo bugs when accessing XRC controls)

2001-05-22 18:22 RD, revision 10279

Some distribution tweaks

2001-05-22 17:57 RD, revision 10278

Fixed "make dist" so it doesn't try to copy some files that don't exist

2001-05-22 17:25 DW, revision 10277

Fixes errno.h problems with OS/2

2001-05-22 17:25 DW, revision 10276

Fixes errno.h problems

2001-05-22 17:25 DW, revision 10275

Fixes errno.h problems and enable joystick code

2001-05-22 16:58 RD, revision 10274

Updated SWIG generated code for wxGTK version

2001-05-22 16:02 RD, revision 10273

Changed IDs used for the popup menu

2001-05-22 15:16 JS, revision 10272

Corrected recursive GetToolMargins()

2001-05-22 15:15 JS, revision 10271

Corrected recursive GetToolMargins

2001-05-22 14:11 VZ, revision 10270

updated for 2.2.7 release

2001-05-22 14:02 VZ, revision 10269

wxCommandEvent::IsChecked() now returns the toolbar button checked status as well

2001-05-22 14:01 VZ, revision 10268

fix for discrepancies between wxNotebookEvent and wxNotebook GetSelection() results

2001-05-22 13:26 VZ, revision 10267

always return a non NULL font from wxLoadFont

2001-05-22 10:56 JS, revision 10266

Replaced typedef with #define for VC++ 1.5, to prevent 'no constructor' error

2001-05-22 10:52 JS, revision 10265

Replaced typedef with #define in longlong.h, for VC++ 1.x compilation, otherwise we get a 'no constructors' error for some reason

2001-05-22 05:59 RD, revision 10264

changed version number A few final twaeks and fixes

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