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-09-25 21:41 VZ, revision 55893

don't give errors if SetLayeredWindowAttributes() is not available (as is the case under Win95)

2008-09-25 21:31 FM, revision 55892

w*h interface revisions

2008-09-25 20:00 FM, revision 55891

final f*h interface header reviews

2008-09-25 19:15 FM, revision 55890

more f*h interface file revisions

2008-09-25 18:36 FM, revision 55889

fix for non-PCH builds

2008-09-25 18:31 SC, revision 55888

adding auibar, fixes #10006

2008-09-25 18:20 FM, revision 55887

build fix

2008-09-25 18:14 FM, revision 55886

revisions by Utensil Candel

2008-09-25 18:01 BP, revision 55885

Tagged 2.8.9 release from r55637 of WX_2_8_BRANCH.

2008-09-25 17:56 FM, revision 55884

provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)

2008-09-25 17:23 JMS, revision 55883

Removed wxPropertyGridManager::GetChildrentCount() member functions - now use page->GetRoot()->GetChildCount() and such

2008-09-25 17:19 JMS, revision 55882

AddPage(), InsertPage() now return page ptr instead of index

2008-09-25 17:19 VS, revision 55881

fixed pagebreaks computation in tables (#9935, backport of r55505)

2008-09-25 17:11 JMS, revision 55880

Reduce ambiguity of selection functions in wxPropertyGridManager, make them better match for wxPropertyGrid ones

2008-09-25 17:04 JMS, revision 55879

Removed wxPGProperty:GetArrIndex() in favor of GetIndexInParent()

2008-09-25 17:02 JMS, revision 55878

Removed redundant wxPGChoices::Set()

2008-09-25 17:00 JMS, revision 55877

Removed redundant wxPGProperty::SetChoices()

2008-09-25 16:50 VZ, revision 55876

don't test for both stream.fail() and stream.bad() as the latter implies the former; also use operator!() instead of fail() to make it more clear what's going on

2008-09-25 16:31 JMS, revision 55875

Slightly better wxStockCursor usage

2008-09-25 16:27 VZ, revision 55873

specify the file name in IO errors messages; also make Do{Open,Save}Document() use the same logic flow

2008-09-25 16:13 JMS, revision 55870

Fixed bug: Settings property attribute to wxNullVariant would cause GetAttribute() to fail (wxPG SourceForge bug #2128485)

2008-09-25 16:11 JMS, revision 55869

Fix wxCursor() ctor compilation by casting argument to wxStockCursor

2008-09-25 16:10 RD, revision 55868

Consolidate old and new implementations of Get/SetSelection

2008-09-25 16:08 RD, revision 55867

remove another SWIG #if

2008-09-25 15:59 JMS, revision 55866

Fixed bug: wxPGProperty::OnEvent() was never called if primary editor window was NULL (as could be if limited editing was used)