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

2008-12-17 09:49 VZ, revision 57391

added .c_str() to wxStrlcpy() calls to fix wxUSE_STL build (closes #10252)

2008-12-17 09:47 VZ, revision 57390

replace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs

2008-12-17 09:40 VZ, revision 57389

don't crash if the extra controls are not used in the file dialog (closes #10260)

2008-12-17 09:34 VZ, revision 57388

don't change the value of the hash element if insert() didn't add it (closes #10261)

2008-12-17 09:26 CE, revision 57387

fix for Borland compilation

2008-12-17 09:03 VZ, revision 57386

many improvements and corrections from Charles (see #10276)

2008-12-17 08:47 VZ, revision 57385

PCH-less build fixes

2008-12-17 00:11 VZ, revision 57380

made wxHeaderCtrl::GetColumn() const to get rid of the const_cast<>s

2008-12-16 23:56 VZ, revision 57379

added wxRearrange{List,Ctrl,Dialog} and use it in wxHeaderCtrl and wxGrid to provide a way to interactively customize the columns

2008-12-16 22:02 RR, revision 57378

Fixes #10246: wxDataViewCtrl - first row does not react on return-key

2008-12-16 21:57 RR, revision 57377

Fixes #10247: wxDataViewCtrl - event is generated when clicking on a non existing row

2008-12-16 21:46 CE, revision 57376

same as r57054 in 2.8

2008-12-16 21:26 CE, revision 57375

same as r57053 in 2.8

2008-12-16 21:23 RR, revision 57374

Added wxDataViewCtrl::IsExpanded(item)

2008-12-16 20:42 FM, revision 57373

typo fix

2008-12-16 19:44 FM, revision 57372

don't remove docs for wxThreadHelper::Create; list it in deprecated methods changelog section

2008-12-16 15:53 VZ, revision 57371

added wxGrid::SetColumnsOrder() too

2008-12-16 15:27 RR, revision 57369

Mention header control in Category page

2008-12-16 14:52 VZ, revision 57368

mention that mouse events carry position in window coordinates of the window which generated the event (#10274)

2008-12-16 13:59 VZ, revision 57367

fix initial best size of (check) list boxes under MSW

2008-12-16 07:15 BP, revision 57366

Moved wxWeakRef template docs from the misc category to the smart pointers category.

2008-12-15 22:54 VZ, revision 57364

the dialogs documented here are defined in wxcore, not wxbase

2008-12-15 22:42 VZ, revision 57363

handle actions of the columns popup menu in wxHeaderCtrl itself (but the derived class must implement UpdateColumnVisibility()); also renamed wxHD_DRAGDROP to wxHD_ALLOW_REORDER as it will be possible to reorder columns interactively using a customization dialog and not just by dragging them soon

2008-12-15 19:14 BP, revision 57360

Fixed the incorrectly placed parenthesis so ScrollWindow is always called if there are window children.

2008-12-15 19:09 BP, revision 57359

Always call ScrollWindow() when there are window children (originally discussed on wx-dev in Oct 2004, but only ever applied to 2.9+).