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

2009-01-02 18:10 PC, revision 57780

fix GCC warning "suggest explicit braces..."

2009-01-02 17:35 PC, revision 57779

fix header dependancy

2009-01-02 17:34 VZ, revision 57778

use guard classes automatically restoring the old state in their dtor instead of manually changing wxSocketBase::m_reading/writing/flags

2009-01-02 17:29 PC, revision 57777

fix header dependancy

2009-01-02 16:59 VZ, revision 57776

rename wxSocketSelectManager to wxSocketFDIOManager, the old name was confusing as it could be either select()- or epoll()-based

2009-01-02 01:00 VZ, revision 57725

fix WaitForXXX() to work as before: if the socket is already ready for reading/writing they should return immediately

2009-01-02 00:59 VZ, revision 57724

show the string received from client in test 2 correctly; use TestLogger just as in the client; use wxCharBuffer instead of manual new/delete

2009-01-02 00:44 VZ, revision 57723

add accelerators for the other menu commands; plug memory leak in OnTest3(); use wxCharBuffer instead of manual new/delete to avoid leaks in the future

2009-01-02 00:04 VZ, revision 57720

don't call DoWrite() if we have nothing to send (not nothing to receive)

2009-01-01 23:56 VZ, revision 57718

fix a bug in EventWorker::DoRead(): if both signature and the size of the incoming data were not received during the same read, the signature byte was lost and overwritten by size during the next read

2009-01-01 23:53 VZ, revision 57716

LogWorker() was always called with m_peer as first argument so make it a member function to avoid having to pass it all the time to it

2009-01-01 23:49 VZ, revision 57715

no changes, just reformat and avoid unnecessary uses of wxString::Format()

2009-01-01 23:25 VZ, revision 57712

also add wxSizer::IsEmpty()

2009-01-01 23:23 VZ, revision 57711

make the new GetItemCount() const

2009-01-01 22:05 RR, revision 57708

Added wxSizer::GetItemCount()

2009-01-01 22:04 RR, revision 57707

Correct wx-config's output of base libs for OSX ports (don't include the _carbon/_cocoa)

2009-01-01 17:08 VZ, revision 57705

VC6 doesn't support using keyword (closes #10322)

2009-01-01 15:18 VZ, revision 57704

update copyright year to 2009 (closes #10319)

2009-01-01 15:17 VZ, revision 57703

VC6 compilation fix after r57689 (closes #10318)

2008-12-31 23:40 VS, revision 57701

backported wxArtProvider::PushBack() to 2.8 so that one can write code compatible with both wx2.8 and wx3

2008-12-31 18:52 FM, revision 57697

replace dynamic_cast<> with wxDynamicCast

2008-12-31 17:31 FM, revision 57695

remove tabs added by error in previous commit

2008-12-31 17:17 KO, revision 57694

Fix for OS X Cocoa build.

2008-12-31 17:07 FM, revision 57693

allow the user to pass NULL for the status widths; this was a feature supported by generic and MSW status bar but was not documented; document it; add menu item in the statbar sample for testing it

2008-12-31 15:27 VZ, revision 57692

compilation fix after last change