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-02-09 03:09 VZ, revision 37403

more standard (although less RFC-conformant) treatment of file: URIs (patch 1415189)

2006-02-09 00:51 VZ, revision 37402

great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665)

2006-02-09 00:37 VZ, revision 37401

fix for wrong debugging message (replaces patch 1424028)

2006-02-09 00:28 VZ, revision 37400

fixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other fixes to prevent wxTabCtrl from being built into the library unnecessarily (patch 1416049)

2006-02-08 22:32 VZ, revision 37399

avoid warnings C4311/4312 when building with MSVC >= 7 (patch 1414052)

2006-02-08 22:24 VZ, revision 37398

don't always find the file if it's in the current directory (even if it's not in the search path) (patch 1411994 closing bug 1214987)

2006-02-08 22:22 VZ, revision 37397

deprecated wxSizerItem::IsShown() because it doesn't really make sense for the sizers

2006-02-08 22:15 VZ, revision 37396

don't lose the alignment flags when setting the column image (replaces patch 1411870; closes bug 1155504)

2006-02-08 22:03 VZ, revision 37395

fix for artefacts when dragging a column divider in wxListCtrl with wxLC_VRULES style (patch 1411857 closing bug 673394)

2006-02-08 21:55 VZ, revision 37394

don't update m_iconized in IsIconized(), this can break wxFrame::HandleSize() logic (bug 1407848)

2006-02-08 21:47 VZ, revision 37393

make access specifiers for the virtual functions match their access in the base class (patch 1400131)

2006-02-08 21:32 VZ, revision 37392

removed duplicate entries for UTF-16/32 (which are aliases for either LE or BE variants) from the encodings data arrays (patch 1382350)

2006-02-08 17:46 vell, revision 37391

cleanup - reformatting (again)

2006-02-08 15:41 VZ, revision 37390

removed code refreshing toolbar on every MDI child move -- no idea why was it there (since rev 1.1) but it results in horrible flicker and removing it doesn't seem to do any harm

2006-02-08 15:38 VZ, revision 37389

set the same background colour for wxMDIParentFrame as for wxFrame

2006-02-08 15:23 VZ, revision 37388

account for DrawThemeParentBackground() returning S_FALSE

2006-02-08 14:42 VZ, revision 37387

don't set colours for the toolbar manually, this prevents default redrawing from taking place; draw themed background if the parent is themed (based on patch 1358919)

2006-02-08 14:01 VZ, revision 37386

no changes; just code cleanup in OnEraseBackground()

2006-02-08 14:00 VZ, revision 37385

added wxCHANGE_HDC_MAP_MODE to avoid #ifdef __WXWINCE__ everywhere

2006-02-08 13:33 VZ, revision 37384

documented wxToolBar dontattachtoframe tag

2006-02-08 13:29 VZ, revision 37383

added a page showing wxToolBars (part of patch 1358919)

2006-02-08 13:22 VZ, revision 37382

added support for <bg> tag for toolbars in XRC

2006-02-08 13:20 VZ, revision 37381

added support disabled tag for toolbar elements in XRC

2006-02-08 13:04 VZ, revision 37380

removed a few more extra semicolons (patch 1425785)

2006-02-08 13:02 VZ, revision 37379

corrected description of font parameter of GetTextExtent()