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-11-17 11:24 VZ, revision 56819

minor optimization: create wxTCPEventHandler only when/if we really need it

2008-11-17 11:12 VZ, revision 56818

fix assert failure if NULL size pointer was passed to Request() (as happened in the sample...)

2008-11-17 11:08 VZ, revision 56817

stricter reply code checking: verify that we get the expected reply, not just that we don't get IPC_FAIL

2008-11-17 11:00 VZ, revision 56816

really ensure that the pointer returned from MyConnection::OnRequest() remains valid

2008-11-17 09:59 VZ, revision 56815

preliminary documentation of wxEventLoop

2008-11-17 04:01 KO, revision 56812

svn merge -r 56501:56811 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-11-16 23:58 KO, revision 56806

Mac fix for moving methods to non-virtual.

2008-11-16 23:46 KO, revision 56805

Fix issues caused by making DrawBitmap/CreateBitmap non-virtual on MSW.

2008-11-16 23:28 KO, revision 56802

Fix typo made during patch cleanup.

2008-11-16 23:25 KO, revision 56801

Landing 2.8 ABI compatible version of wxGraphicsBitmap API/implementation.

2008-11-16 22:24 KO, revision 56800

Experimental MSVC Project File build support, and some MSW tweaks.

2008-11-16 18:40 PC, revision 56798

remove obsolete macros

2008-11-16 18:31 PC, revision 56797

simplify wxPizza a bit by always drawing the border on parent

2008-11-16 18:20 PC, revision 56796

cleanup: unreachable code, unused variables, indentation, etc

2008-11-16 18:20 PC, revision 56795

make access for virtuals match base

2008-11-16 18:03 PC, revision 56794

check for self assignment in operator=

2008-11-16 14:24 VZ, revision 56792

fix some of icc 11.0 warnings and disable a few others

2008-11-16 14:22 VZ, revision 56791

fix restoration of the old font size in DoGetTextExtent() (thanks icc for a nice warning)

2008-11-15 11:49 FM, revision 56786

removed redundant wxClassName:: prefix

2008-11-15 11:37 FM, revision 56785

interface fixes; removed many functions which were deprecated in past and have already been removed from wx; renamed others wrongly named; added some @onlyfor tags to avoid false warnings in ifacecheck logs

2008-11-15 11:29 FM, revision 56784

avoid false warnings for wxThread and wxIPAddress

2008-11-15 11:10 FM, revision 56783

make GetPaperRect() and GetResolution() const functions

2008-11-15 10:34 JMS, revision 56782

Fixed various NULL reference issues. Also cleaned up wxPGComboBox code overall a bit.

2008-11-15 10:11 JMS, revision 56781

Fixed wxPropertyGridPage::DoSetSplitterPosition() infinite recursion

2008-11-14 23:44 VZ, revision 56776

do override SetSplitterPosition() in wxPropertyGridPage: this was clearly meant to happen but wasn't because of signature mismatch