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

2007-12-24 19:25 VS, revision 50914

compilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC should be used after all, WX_STR_FUNC_NO_INVERT is incomplete

2007-12-24 01:53 PC, revision 50913

fix setting client data

2007-12-24 00:05 PC, revision 50912

update mac gl, after rev 50900

2007-12-22 21:54 VZ, revision 50911

include wx/dcclient.h to declare wxWindowDC (blind fix for buildbot compilation error)

2007-12-22 21:21 RR, revision 50910

Compilo

2007-12-22 20:37 RR, revision 50909

Added a bit of cross-linking in the wxGrid docs

2007-12-22 19:55 RR, revision 50908

Added more function groups to wxGrid docs

2007-12-22 19:46 RR, revision 50907

Add HideCol/RowLabels

2007-12-22 18:29 RR, revision 50906

Added API for column reordering

2007-12-22 17:38 PC, revision 50905

non-pch build fix

2007-12-22 16:52 VZ, revision 50904

allow centering wxMessageDialog on its parent window (patch 1836072)

2007-12-22 16:29 VZ, revision 50903

unset the window as invoking window of wxCurrentPopupMenu (which now exists in all ports and not just wxMSW-based ones) if it being destroyed before the menu itself (modified patch 1837214)

2007-12-22 15:58 VZ, revision 50902

implement wxListCtrl::ScrollList() (in report view and vertical direction only) (slightly modified patch 1843647)

2007-12-22 15:52 VZ, revision 50901

fixes to wxImage::ResambleBox() (patch 1843902)

2007-12-22 15:48 VZ, revision 50900

made SetCurrent() and SwapBuffers() return boolean status indicator instead of void (slightly modified patch 1844090)

2007-12-22 15:22 VZ, revision 50899

handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVariant() (patch 1845897)

2007-12-22 15:14 VZ, revision 50898

replace wxWindowDC with wxDC in generic wxOverlayImpl too to fix compilation after r50886--50890 changes

2007-12-22 15:03 VZ, revision 50897

added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)

2007-12-22 14:56 VZ, revision 50896

don't use rand() for selecting the colour of the bitmaps to append, this results in 2 pairs of identical colours here without srand() and looks too much like a bug

2007-12-22 14:37 VZ, revision 50895

fix the size of bitmaps we create (bug 1851598)

2007-12-22 14:05 VZ, revision 50893

discard any pending messages for the socket being destroyed to avoid the problem with having them delivered to the next socket we create which reuses the same message number (patch 1856012)

2007-12-22 09:25 SC, revision 50892

keep the owning window

2007-12-22 09:23 SC, revision 50891

removing unnecessary casts

2007-12-22 09:16 SC, revision 50890

changing to wxDC, so that wxGCDC can be used as well

2007-12-22 09:13 SC, revision 50889

changing to wxDC, so that wxGCDC can be used as well