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

2000-02-29 21:04 GRG, revision 6363

Changed to use current wxSocket flag names instead of old ones

2000-02-29 21:02 GRG, revision 6362

Added some safety checks

2000-02-29 21:00 GRG, revision 6361

mfc not available for mingw

2000-02-29 20:58 GRG, revision 6360

moved Destroy() to the beginning

2000-02-29 20:57 GRG, revision 6359

Fixed potential bug related to clock skew when different clocks are used for hi and lo res timing. Still to be solved where ftime or gettimeofday are not available!

2000-02-29 19:30 VZ, revision 6358

setting parameters for wxGridCellFloatRenderer seems to work

2000-02-29 18:36 VZ, revision 6357

1. more corrections for ref counted editors/renderers (doesn't crash any more, might leak memory though) 2. attempt to add parameters to renderers - failed.

2000-02-29 17:42 VZ, revision 6356

wxGridCellRenderer/Editor made ref counted

2000-02-29 17:21 VZ, revision 6355

1. added range checks in wxGridStringTable 2. added AutoSizeRow(), setting minimal size for the rows is supported as well now 3. replaced ugly wxHashTables with (just created) wxHashTableLong

2000-02-29 17:19 VZ, revision 6354

added wxHashTableLong

2000-02-29 16:12 RL, revision 6353

added missing include mdi.h

2000-02-29 15:09 RR, revision 6352

Commented out debug code.

2000-02-29 15:00 VZ, revision 6351

wxListCtrl uses SetWindowChange() in its OnChar

2000-02-29 12:48 MJ, revision 6350

Makefile.in makefile.g95 makefile.vc

2000-02-29 12:21 JJ, revision 6349

Committing in . Configuration for VMS Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2000-02-29 11:27 GT, revision 6348

Fixed a misleading comment regarding MySQL and Postgres

2000-02-29 08:27 MB, revision 6347

AutoSizeColumns and AutoSizeRows changed to pass FALSE for calcOnly arg to SetOrCalcXXXSizes()

2000-02-29 08:14 MT, revision 6346

add wxTE_AUTO_SCROLL

2000-02-29 01:52 VZ, revision 6345

typo(s) fixed

2000-02-29 01:49 VZ, revision 6344

1. fruitless attempts to reproduce wxNotebook bug in the sample 2. multiple selection related changes in the treetest

2000-02-29 01:47 VZ, revision 6343

1. fixed bug with MDI child frames changign state when parent frame was iconized/uniconized 2. multiple selection emulation for wxTreeCtrl almost done

2000-02-29 01:37 MB, revision 6342

Added wxWANTS_CHARS style to all windows so that the grid reacts to cursor keys when it is on a panel.

2000-02-29 01:27 MB, revision 6341

Changed string members in BugsGridData struct to wxChar * for Borland only and added code to BugsGridTable::SetValue() for Borland to set string values.

2000-02-28 23:47 DW, revision 6340

no message

2000-02-28 19:08 VZ, revision 6339

wxGridCellAttr::Clone() added to allow the demo of custom grid cell attr provider to work