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-21 20:11 RL, revision 6188

modified burnt_name to use only soname instead of full version name

2000-02-21 18:34 VZ, revision 6187

added "bugs table" which will show non string data support when it's ready

2000-02-21 18:13 SB, revision 6186

tiny fixes

2000-02-21 18:08 SB, revision 6185

Check multiple selection :-)

2000-02-21 18:01 VZ, revision 6184

added SetColMinimalWidth()

2000-02-21 18:01 RR, revision 6183

Slightly better GC pooling, Implemented automatic updateregion clipping as MSW does. Made drawing sample a bit saner.

2000-02-21 17:37 VZ, revision 6182

make it possible to specify the virtual table size (this makes it easier to see that the memory taken by the grid doesn't depend on it with top)

2000-02-21 17:25 VZ, revision 6181

a couple of terrible typos fixed

2000-02-21 17:10 SN, revision 6180

Eliminate apparently unnecessary updates in SetScrollbars.

2000-02-21 16:48 VZ, revision 6179

Left() -> BeforeFirst()

2000-02-21 16:39 VZ, revision 6178

virtualized m_row/col height/widths arrays

2000-02-21 14:35 VZ, revision 6177

added wxCURSOR_DEFAULT to others (not GTK only), hide the current selection in the tree ctrl during dnd

2000-02-21 14:31 VZ, revision 6176

Michaels change to OnEraseBackground()

2000-02-21 14:27 VZ, revision 6175

1. removed 3d border, but a) made DrawCellHighlight() virtual to allow overriding it in user code b) fixed bug with grid lines painting over the border, so it should really work now 2. char events to readonly cells are Skip()ped which makes Alt-X work for them too

2000-02-21 14:25 VZ, revision 6174

include

2000-02-21 14:19 VZ, revision 6173

a couple of wors about wxObjArray::Index()

2000-02-21 14:16 RR, revision 6172

Implemented MSW's paint region clipping, but it exposed some bug in GTK's guffaw stuff. Implmented GC pooling. Implemented Corrcet mixing of pain region clipping, user clipping and masked bitmap clipping. Minor other corrections.

2000-02-21 14:13 RR, revision 6171

Set logical functions to wxCOPY, no -1.

2000-02-21 14:12 RR, revision 6170

Make use of FillRect() when possible.

2000-02-21 13:19 VZ, revision 6169

wxUSE_NEW_GRID implies wxUSE_GRID

2000-02-21 13:17 VZ, revision 6168

compile fix for wxUSE_STD_IOSTREAM case

2000-02-21 12:31 MJ, revision 6167

browsedb.cpp dbgrid.cpp dbtree.cpp dlguser.cpp de/dbbrowse.mo de/dbbrowse.po de/xget.cfg

2000-02-21 12:30 MJ, revision 6166

xget.cfg

2000-02-21 09:53 MB, revision 6165

Changed system colours for better default display of wxGrid. Please revert this if it causes problems with other things and let me know on wxwin-dev.

2000-02-21 09:42 JS, revision 6164

Fixed (I hope) the wxDialog reactivation bug