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-03-01 23:07 VZ, revision 6388

used in the sample

2000-03-01 20:27 RR, revision 6387

Various changes due to OGL and glcanvas having changed position. Had to butcher Vadims system header patch.

2000-03-01 20:13 RR, revision 6386

OGL: misc.cpp clashes with misc.c frim iODBC, therefore added oglmsc.cpp instead. misc.cpp should be removed.

2000-03-01 20:11 RR, revision 6385

typo in plot.cpp

2000-03-01 20:11 RR, revision 6384

get opengl samples going again

2000-03-01 19:24 VZ, revision 6383

added a note about where to find makegen

2000-03-01 19:22 VZ, revision 6382

created 'how to add a sample' technote

2000-03-01 19:22 VZ, revision 6381

created tech note directory

2000-03-01 18:55 VZ, revision 6380

1. warning in gtk/menu.cpp fixed 2. Unicode fix in msw/textctrl.cpp 3. more parameters support in grid editors/handlers

2000-03-01 18:09 JS, revision 6379

Full-screen dragging fix (GC setting)

2000-03-01 17:21 VZ, revision 6378

asserts in wxGridStringTable corrected

2000-03-01 17:08 VZ, revision 6377

patch for using system libz

2000-03-01 17:02 VZ, revision 6376

IMPLEMENT_DYNAMIC_CLASS() for wxMenuBar correction

2000-03-01 16:39 GRG, revision 6375

DrawButtonFrame was a bit wrong because it was ignoring COLOR_3DLIGHT; fixed now.

2000-03-01 15:01 JS, revision 6374

Fixing commit problem

2000-03-01 14:57 GRG, revision 6373

wxBitmapButton transparency fixed by using wxDC API at all times

2000-03-01 11:05 JS, revision 6372

Added wxDragImage generic implementation and sample; added mask handling to Motif's wxImage::ConvertToBitmap

2000-03-01 10:35 BJ, revision 6371

remove 'extern' from IsKeyDown,... for bcc

2000-03-01 08:44 BJ, revision 6370

Restore previous ogl sources. Waiting for fix in configure system

2000-03-01 04:10 MB, revision 6369

Minor compilation fix for Borland

2000-03-01 01:01 GT, revision 6368

Fixed the QUERY dialog so it would not crash on exit, and the COUNT button now works

2000-02-29 23:58 GT, revision 6367

Added a #include of wx/module.h

2000-02-29 23:18 DW, revision 6366

no message

2000-02-29 21:12 GRG, revision 6365

Beginning the thread with _beginthreadex but ending with ExitThread is not a good thing.

2000-02-29 21:05 GRG, revision 6364

Tell is now compatible with the wback buffer

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