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

2011-10-26 19:10 VS, revision 69547

Fix incorrect handling of ItemsAdded() in wxDataViewCtrl. When adding items to the model in bulk and then calling ItemsAdded(), internal representation in both the generic and GTK+ versions wasn't updated correctly if the order of the notifications was such that an item would be inserted after other new, but not yet inserted, items. Fixes bug #13587.

2011-10-26 10:36 JS, revision 69546

Typo correction

2011-10-26 07:52 RD, revision 69545

Interface tweaks and fixes for Phoenix

2011-10-26 07:39 RD, revision 69544

Work around a multiple inheritance ambiguity

2011-10-26 07:38 SC, revision 69543

move declaration into cocoa part

2011-10-26 00:44 JS, revision 69534

Now uses wxRTC-specific font table instead of slower general-purpose wxFontList to cache fonts.

2011-10-25 21:29 SC, revision 69532

deactivate wxUSE_TIMEPICKCTRL for iphone

2011-10-25 20:44 SC, revision 69531

files added

2011-10-25 20:31 SC, revision 69530

files added

2011-10-25 20:04 SC, revision 69529

files added

2011-10-25 18:56 PC, revision 69528

fix wxMDIChildFrame after r69390 and r69468, TLW realization code should not be called, fixes #13593

2011-10-25 18:55 SC, revision 69527

panelg removal

2011-10-25 13:52 SC, revision 69526

fixing reentrancy problem under iOS 5

2011-10-25 13:51 SC, revision 69525

fixing iPhone build

2011-10-25 13:51 SC, revision 69524

fixing iPhone build

2011-10-25 08:00 PC, revision 69523

avoid GDK warning "drawable is not a pixmap or window"

2011-10-25 07:12 PC, revision 69522

avoid GTK3 warning "GtkNotebook %p is mapped but visible child wxPizza %p is not mapped" whatever problem this hack was supposed to solve, this was not the way to fix it

2011-10-23 20:03 PC, revision 69516

revert (presumably unintentional) change from r59562, which caused auto-scroll sample selection to be broken for last 2.5 years

2011-10-22 19:42 JS, revision 69515

On Windows, searches for fonts instead of creating many fonts. This will help reduce resource proliferation and in extremis, crashes.

2011-10-22 15:49 JS, revision 69514

Fix for indeterminate attribute specification

2011-10-22 15:48 JS, revision 69513

Fix for indeterminate attribute specification

2011-10-22 15:19 JS, revision 69512

Applied patch #13534: wxRichTextCtrl: Make it easier to use TextEffects flags

2011-10-22 15:08 JS, revision 69511

Allow user to select indeterminate state for font attributes

2011-10-22 15:05 JS, revision 69510

Allow user to select indeterminate state for font attributes

2011-10-22 04:31 RD, revision 69509

Add missing styles and flags, and specify pure virtuals that are implemented