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-05-07 09:49 SC, revision 60542

after rebake with new files.bkl

2009-05-07 09:39 SC, revision 60541

explicitly export symbols

2009-05-07 08:23 SC, revision 60540

fixing usage of common generic files for all osx_ ports, adding webkit to common osx files

2009-05-06 20:51 SC, revision 60534

backport of r60533, fixes #10770

2009-05-06 20:22 SC, revision 60533

first stab at having webkit under osx_cocoa working

2009-05-06 18:04 PC, revision 60531

draw focus rect for wxCheckListBox item

2009-05-06 17:51 PC, revision 60530

fix off-by-one size of wxCheckListBox item draw rect

2009-05-06 17:50 SC, revision 60529

fixing osx_carbon guard, fixes #10769

2009-05-06 17:41 SC, revision 60528

fixing osx_carbon guard

2009-05-06 13:42 VZ, revision 60526

enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later

2009-05-06 05:08 PC, revision 60525

build fixes for wxUSE_CONFIG==0

2009-05-06 00:51 PC, revision 60524

build fix for wxUSE_CONFIG==0

2009-05-05 20:23 VS, revision 60522

use <bitmapsize> to load bitmaps at the specified size in wxToolBar's XRC handler

2009-05-05 18:09 VS, revision 60521

fixed deadlock when posting events from another thread to wxDFB (patch from #10408 by Anders Larsen)

2009-05-05 14:26 SC, revision 60519

switching to pthreads on 2.8 for osx as well, needed for performance reasons, since TEConverters are now guarded by a mutex, reported by Charlie Fenton from BOINC

2009-05-04 12:23 VZ, revision 60514

don't duplicate wxGetTopLevelParent() code in wxHtmlHelpController::FindTopLevelWindow()

2009-05-04 12:14 VZ, revision 60513

don't use deprecated EVT_GRID_CELL_CHANGED synonym

2009-05-04 00:27 FM, revision 60509

fix placement of wxStaticBox contents also under wxMSW, when using the (new) approach (i.e. when creating wxStaticBox contents as children of the staticbox itself, instead of as siblings)

2009-05-03 13:36 VZ, revision 60503

removed the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_INT(wxFileOffset)

2009-05-03 11:59 VZ, revision 60502

allow comparison of int with 64 bit integer type (see #10637)

2009-05-03 11:29 VZ, revision 60501

VC6 compilation fixes

2009-05-03 11:29 VZ, revision 60500

correct a typo in a comment in the example (see #10637)

2009-05-03 09:57 VZ, revision 60499

add missing fn_str() calls to fix wxUSE_STL=1 wxWinCE build

2009-05-03 09:52 VZ, revision 60498

std::streamoff is just a (32 bit) long under Win32 with MSVC so extra WX_CPPUNIT_ALLOW_EQUALS_TO_INT(std::streamoff) is not needed in this case; this also seems to be the case for Borland and Watcom so assume this is always so for Windows compilers

2009-05-03 09:44 VZ, revision 60497

test whether wxHAS_EVENT_BIND is supported in wx/features.h itself, not wx/chkconf.h as the former is included after the latter and so the check was done too early and wxHAS_EVENT_BIND was always defined