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-10-13 11:03 FM, revision 56271

add docs for the #define of wxBookCtrl

2008-10-13 10:52 RR, revision 56270

Correct spelling, now use Indices

2008-10-13 10:35 VZ, revision 56269

no need to test that the pointer is non-NULL before deleting it (closes #10070)

2008-10-13 10:27 FM, revision 56268

revised the documentation of the book controls; moved common API to wxBookCtrlBase

2008-10-13 08:55 FM, revision 56267

revised n*h headers

2008-10-13 08:51 FM, revision 56266

use wxEmptyString instead of wxString() for default values

2008-10-13 08:39 FM, revision 56265

remove ugly AD-HOC FIX for wxHyperlinkCtrl; use the generic facilities of RegisterControl() instead (patch by Utensil Candel)

2008-10-13 08:32 FM, revision 56264

patch by Utensil Candel to improve wxMac autocapture code

2008-10-13 08:31 FM, revision 56263

modified text for wxRichTextCtrl to show more features in less space (modified patch by Utensil)

2008-10-13 08:22 FM, revision 56262

build fix (SetBitmaps is only for wxMSW)

2008-10-13 08:11 FM, revision 56261

typo fix

2008-10-13 08:05 FM, revision 56260

re-enabled all @appearance tags

2008-10-12 23:04 VZ, revision 56259

no changes at all, just reformatted to use consistent indentation before the upcoming real changes

2008-10-12 22:55 VZ, revision 56258

create local event loop for the operations which need it; test reading with wxSOCKET_BLOCK flag

2008-10-12 22:55 VZ, revision 56257

use the currently active event loop for the event dispatching instead of wxYield(), this allows to create local event loops when using non-blocking sockets; assert if there is no active event loop under MSW as sockets won't work without it

2008-10-12 22:32 VZ, revision 56256

compilation fix for PCH-less build

2008-10-12 22:30 VZ, revision 56255

get rid of unused variable warning

2008-10-12 22:27 VZ, revision 56254

wxUSE_STL compilation fix

2008-10-12 20:57 VZ, revision 56253

don't allocate a too big buffer on stack

2008-10-12 20:45 VZ, revision 56252

add simple (and disabled by default) wxSocket client test

2008-10-12 18:07 RR, revision 56251

Correct spelling and signature of FixIndexesOfChildren

2008-10-12 15:15 VZ, revision 56247

don't replace . and .. with the corresponding directoties names in GetLongPath() as this breaks the normalization of file names without wxPATH_NORM_DOTS flag (#9814)

2008-10-12 14:51 VZ, revision 56246

fix off by one bug in the buffer size (fixes #10039)

2008-10-12 14:41 VZ, revision 56245

renamed the subdirectory to indicate that it contains stock icons

2008-10-12 14:24 VZ, revision 56244

add stock images to the stock items page (closes #9533)