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-23 16:54 JS, revision 6238

Misc small changes, some for VC++ 1.5

2000-02-23 16:15 VZ, revision 6237

fall back on text value if no long/double value could be retrieved from the cell

2000-02-23 15:58 VZ, revision 6236

removed saveValue param in EndEdit()

2000-02-23 15:45 VZ, revision 6235

fix for (too big) combobox height

2000-02-23 15:38 VZ, revision 6234

command events are not redirected to focused window

2000-02-23 15:32 VZ, revision 6233

fix to allow non-extension based template choosing to work from Vegh Janos

2000-02-23 13:17 SB, revision 6232

Add exemple for redirecting cout

2000-02-23 12:31 GT, revision 6231

TablesInUse did not have DeleteContents() set to TRUE in __WXDEBUG__ mode

2000-02-23 07:15 MB, revision 6230

Added wxGrid::DrawGridSpace function to suppress junk beyond last row and col of grid.

2000-02-23 07:03 RD, revision 6229

Some mouse events need to be handled even when outside the grid. Added flag and accessors to enable/disable the dragging of the grid lines.

2000-02-23 04:45 RD, revision 6228

delay getting the default editor and renderer (by data type) until actually needed

2000-02-23 00:30 VZ, revision 6227

multiple/single sel mode can now be toggled from menu

2000-02-22 23:06 DW, revision 6226

More wxWindow updates

2000-02-22 22:48 RL, revision 6225

added missing files to life & poem, added wxPython/demo

2000-02-22 22:39 RR, revision 6224

Playing with scrolling, als fixed redraw bug in wxGrid (outer regions). You must not to maths with update regions within an scroll related OnPaint(). Everything else is allowed.

2000-02-22 20:09 VS, revision 6223

fixed divide by zero exception when layouting justified text

2000-02-22 20:09 VS, revision 6222

one of error messages had way too much spaces in it

2000-02-22 20:08 VS, revision 6221

better documented wxListCtrl::GetItem (it was absolutely unclear how to use it)

2000-02-22 20:02 RD, revision 6220

1. wxGridCellEditor::SetSize needs to use the wxSIZE_ALLOW_MINUS_ONE flag otherwise the choice editor will not move to row 1, (the wxRect given has a -1 y value.) 2. I fixed wxGridCellChoiceEditor::BeginEdit to not only set the current value into the text field, but also to make it the current selection in the dropdown. 3. EndEdit was getting called twice for each cell when you leave it with the TAB or ENTER. I commented out a call to SaveEditControlValue in SetCurrentCell to take care of this. It shouldn't hurt anything since SaveEditControlValue is also called within the EnableCellEditControl(FALSE) which gets called next. If this causes no problems for anybody it can be removed entirely.

2000-02-22 18:20 GL, revision 6219

AVI file playing on Windows is working Many fixes

2000-02-22 17:25 SN, revision 6218

Compilation fixes

2000-02-22 17:23 KB, revision 6217

added

2000-02-22 17:19 DW, revision 6216

GetSubcontrols now returns a reference to an Arraylong

2000-02-22 17:11 DW, revision 6215

no message

2000-02-22 16:57 VZ, revision 6214

added combobox editor