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

2006-10-31 16:16 VZ, revision 42856

increase the notebook size to accomodate the size of the controls inside it

2006-10-31 15:27 BIW, revision 42855

wxaui documentation updates

2006-10-31 15:22 JS, revision 42854

implement wcsftime for versions of VS earlier than 2005

2006-10-31 15:07 JS, revision 42853

wxWinCE compile fixes

2006-10-31 15:00 VZ, revision 42852

added entry for 2.7.2

2006-10-31 14:44 VZ, revision 42851

use SelectObjectAsSource when we don't need to modify the bitmap

2006-10-31 14:43 VZ, revision 42850

fix wxBitmap mask copying

2006-10-31 14:34 VZ, revision 42849

don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600 if it's not defined

2006-10-31 14:31 VS, revision 42848

compilation fix for !wxUSE_PALETTE

2006-10-31 13:55 BIW, revision 42847

aui notebook - foreign tab drops are positioned correctly

2006-10-31 13:42 VZ, revision 42846

fixes for status bar positioning with non-top aligned toolbars

2006-10-31 13:25 JS, revision 42845

Version changes

2006-10-31 13:13 VZ, revision 42844

recognize wxTB_TOP/LEFT/RIGHT/BOTTOM styles too

2006-10-31 13:12 BIW, revision 42843

aui docking works well on systems with solid window dragging turned off

2006-10-31 13:11 VZ, revision 42842

many fixes to toolbar positioning code

2006-10-31 13:10 VZ, revision 42841

checking that a wxWindow is of run-time type wxWindow is hopefully useless

2006-10-31 13:09 VZ, revision 42840

ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise the latest toolbar positioning code breaks down

2006-10-31 13:01 JS, revision 42839

Remove unnecessary restriction for sizer parent

2006-10-31 12:51 VZ, revision 42838

don't define specifyLevel variable in release builds (fixes gcc and probably others warning)

2006-10-31 12:51 VZ, revision 42837

removed unused Tell() call

2006-10-31 12:50 VZ, revision 42836

don't define TRACE_CLIPBOARD in release builds (fixes gcc warning)

2006-10-31 12:17 VZ, revision 42835

fix crash in wxRadioBox creation due to its DoGetBestSize() now being called from the base class Create(), before m_radioButtons are created

2006-10-31 12:02 VZ, revision 42834

blind compilation fixes for OS/2

2006-10-31 11:39 VZ, revision 42833

fix refcountlist subsection location

2006-10-31 11:20 VZ, revision 42832

SetBestSize() is now deprecated, don't use it