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-01-26 22:54 VZ, revision 51390

set listview extended styles after switching to report view and not only when creating it (blind fix for bug 1874996)

2008-01-26 22:31 VZ, revision 51389

don't append anything back in DoDeleteOneItem() if the control becomes empty (fixes bug 1880411)

2008-01-26 22:20 VZ, revision 51388

fix the code to not use dangling pointers resulting in asserts about invalid Unicode strings mentioned in the bug 1880411

2008-01-26 21:54 VZ, revision 51387

fix a typo

2008-01-26 01:38 VZ, revision 51379

fix assert when using owner-drawn menu items with the newest (Vista) SDK [backport from trunk]

2008-01-26 01:34 VZ, revision 51378

fix assert when using owner-drawn menu items with the newest (Vista) SDK

2008-01-25 21:51 VZ, revision 51377

include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalTimeMillis() declarations

2008-01-25 16:38 JS, revision 51376

Corrected image saving to HTML

2008-01-25 16:38 JS, revision 51375

Corrected image saving to HTML

2008-01-25 15:03 JS, revision 51374

HTML output corrections

2008-01-25 15:02 JS, revision 51373

HTML output corrections

2008-01-25 12:10 JS, revision 51371

Image objects should load and save attributes

2008-01-25 12:10 JS, revision 51370

Image objects should load and save attributes

2008-01-25 09:16 JS, revision 51368

Fixed a bug in HasAlignment

2008-01-25 09:15 JS, revision 51367

Fixed a bug in HasAlignment

2008-01-24 22:43 JS, revision 51365

Update caret in SetInsertionPoint

2008-01-24 22:43 JS, revision 51364

Update caret in SetInsertionPoint

2008-01-24 22:23 JS, revision 51363

Style removal fix

2008-01-24 18:13 PC, revision 51362

remove redundant WX_CLEAR_LIST, it's done by base dtor

2008-01-24 18:12 PC, revision 51361

don't clear m_items before deleting m_menu (partial backport of r49263)

2008-01-24 17:59 PC, revision 51360

fix memory leak when wxMenu is used as a popup

2008-01-24 17:28 JS, revision 51359

Optimization correction

2008-01-24 17:28 JS, revision 51358

Optimization correction

2008-01-24 11:25 VS, revision 51357

supress warning about in custom build steps with VC7+ (temporary workaround until bakefile 0.2.4)

2008-01-24 11:23 VZ, revision 51356

fix assert when calling ExpandAll() on hidden root item (bug 1768282)