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-15 15:06 VS, revision 60642

simplified code now that utf8_str() always returns a scoped buffer

2009-05-15 13:22 JS, revision 60641

Added background colour control

2009-05-15 13:20 JS, revision 60640

Added background colour control

2009-05-15 10:17 VS, revision 60639

set icons bundle instead of single icon for wxHtmlHelpFrame

2009-05-15 06:32 SC, revision 60638

applying, closes #9012

2009-05-15 06:31 SC, revision 60637

applying, closes #9012

2009-05-14 14:45 JS, revision 60636

Fixed event propagation problems in wxMac native list control

2009-05-14 14:40 JS, revision 60635

Corrected event routing/id change bug

2009-05-14 14:40 JS, revision 60634

Corrected event processing whereby event routing was interrpted and event id changed

2009-05-14 12:46 BIW, revision 60633

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 12:31 BIW, revision 60632

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 11:59 BIW, revision 60631

in wxAuiToolBar, make certain that IsChecked() returns correct value

2009-05-14 11:55 BIW, revision 60630

implement default width for toolbar lables (from trunk r60199)

2009-05-14 11:53 BIW, revision 60629

Fixed a bug whereby setting one element size set all element sizes (from trunk r60162)

2009-05-14 08:58 BIW, revision 60628

fix from r59107 - aui toolbar crash fixed (fixes #10371)

2009-05-14 00:29 VZ, revision 60625

don't use empty attribute name in wxIconXmlHandler too (should have been part of r60624)

2009-05-13 23:54 VZ, revision 60624

fix handling of wxBitmap nodes broken by previous changes; remove the special case of passing empty attribute name to GetBitmap/Icon(wxString) and use the overload taking wxXmlNode directly instead

2009-05-13 21:19 BP, revision 60623

Small build and run fixes made to screenshotgen util after wxMSW changes. Updated wxOSX (Carbon) screenshots in the manual.

2009-05-13 20:40 BP, revision 60622

Replaced dir control screenshot in the manual with one that doesn't have personal info in it.

2009-05-13 20:34 BP, revision 60621

Updated wxMSW screenshots in the manual generated with a default Windows font sizes, theme, and locale.

2009-05-13 20:30 BP, revision 60620

Removed dependancy on wx/bitmap.h from autocapture.h. Fixed issue with Union() improperly generating a combined bitmap from two source bitmaps (only shown on Mac). Replaced old wxWidgets logo with the new one.

2009-05-13 18:22 VZ, revision 60619

remove misleaing mentions of wxEXEC_ASYNC from wxExecute() overloads always executing synchronously

2009-05-13 10:41 VZ, revision 60616

compare wxMessageDialog::ShowModal() return value with wxID_YES, not wxYES (closes #10789)

2009-05-13 09:51 SC, revision 60615

missing classinfo

2009-05-13 09:01 SC, revision 60614

add window-modal dialog calls and fallback implementation

2009-05-12 21:56 SC, revision 60606
  • D /wxWidgets/trunk/include/wx/osx/carbon/databrow.h
  • D /wxWidgets/trunk/src/osx/carbon/databrow.cpp

files are replaced by dataview implementations

2009-05-12 19:08 VZ, revision 60605

Cygwin doesn't have std::wstring nor std::wostream

2009-05-12 16:10 VZ, revision 60602

VC6 compilation fix (thanks buildbot)

2009-05-12 14:22 VZ, revision 60601

add missing wxUSE_DEFERRED_SIZING tests (closes #10766)

2009-05-12 12:33 VZ, revision 60600

don't scroll to the child which gets focus if it's already fully visible (see #9563) [backport of r57402 from trunk]

2009-05-12 12:13 VZ, revision 60599

ignore MSVC workspace/solution files in these directories too

2009-05-12 12:11 VZ, revision 60598

add MSVC project files to svn for consistency

2009-05-12 12:07 VZ, revision 60597

don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles [backport of r60596 from trunk]

2009-05-12 11:13 VZ, revision 60596

don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles

2009-05-12 10:59 VZ, revision 60595

wxActiveX files are low level as there is no wxUniv equivalent for this functionality (closes #10786 as this resulted in link errors when building wxMedia/Univ before)

2009-05-12 08:25 JJ, revision 60594

declaration of sendevent should be equal in grid.cpp and grid.h

2009-05-11 23:54 VZ, revision 60588

fixed wxRadioBox positioning to take the client area origin into account; also simplified the code to avoid duplication with the base class version

2009-05-11 14:53 RR, revision 60587

Forgot to commit header as part of r60586, Reapplied some previous patches

2009-05-11 13:28 RR, revision 60586

Reapplied some previous patches that got lost while merging the Cocoa implementation

2009-05-10 21:44 SC, revision 60585

moving all dataview files to advanced

2009-05-10 21:43 SC, revision 60584

exporting methods properly

2009-05-10 01:12 VZ, revision 60580

don't assume that we use timer proc with WM_TIMER as we don't any more (closes #10764 for 2.9) [backport of r60579 from trunk]

2009-05-10 01:10 VZ, revision 60579

don't assume that we use timer proc with WM_TIMER as we don't any more (since r60296) (closes #10764 for trunk)

2009-05-09 22:35 SC, revision 60578

commenting out uncompilable code

2009-05-09 22:30 SC, revision 60577

fixing dataview entries

2009-05-09 19:26 VZ, revision 60576

don't check for connected state of UDP sockets which are never connected (closes #10717)

2009-05-09 19:25 VZ, revision 60575

compilation fix for Windows after the last change (misplaced #endif)

2009-05-09 19:23 VZ, revision 60574

added UDP test (see #10717)

2009-05-09 18:55 VZ, revision 60573

don't use GetParent() in GetParentForModalDialog() itself as it can be called before m_parent is initialized

2009-05-09 18:09 VZ, revision 60572

recreate configure using 0.2.6 version of bakefile.m4

2009-05-09 18:04 VZ, revision 60571

compilation fix for Windows after the last change (misplaced #endif)

2009-05-09 16:45 SC, revision 60570

adapting to new font method

2009-05-09 15:24 VZ, revision 60569

don't call Disconnect() if the connection had been already lost (closes #10747) [backport of r60568 from trunk]

2009-05-09 15:19 VZ, revision 60568

don't call Disconnect() if the connection had been already lost (closes #10747)

2009-05-09 15:07 VZ, revision 60567

initialize the local address before calling getsockname() on it (closes #10779)

2009-05-09 15:06 VZ, revision 60566

add tests for GetLocal() and GetPeer() (see #10779)

2009-05-09 14:57 VZ, revision 60565

remove unneeded wxFindSuitableParent()

2009-05-09 14:42 FM, revision 60564

typo fix (closes #10699)

2009-05-09 14:41 FM, revision 60563

add a few comments about wxDEPRECATED stuff to ease upgrade path (closes #10628)

2009-05-09 14:40 FM, revision 60562

add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)

2009-05-09 14:32 FM, revision 60561

build fix for gcc4.3.3 (different types for arguments of ?: operator)

2009-05-09 14:31 VZ, revision 60560

remove another occurrence of FindSuitableParent

2009-05-09 14:26 VZ, revision 60559

remove wxMSW-specific FindSuitableParent() and use GetParentForModalDialog() everywhere; extend it with additional checks and remove redundant ones elsewhere

2009-05-09 14:22 VZ, revision 60558

set wxWS_EX_TRANSIENT flag for splash screen to prevent it from being implicitly used as dialog parent

2009-05-09 01:12 VZ, revision 60555

check for Python and disable automatic STC files updating which requires it if it's not available

2009-05-09 01:10 VZ, revision 60554

set native EOL styles for more files

2009-05-08 21:45 VZ, revision 60553

corrections to setting the height of the visible part of wxChoice after recent changes

2009-05-08 19:07 RR, revision 60552

Add wxDataViewCtrl implementation for OSX/Cocoa (closes #10617: wxDataView for wxOSX-Cocoa)

2009-05-08 18:38 VZ, revision 60551

remove error message from wxCSConv initialization: there is no easy way to suppress it and no way to test if the encoding is supported so rely on calling code using IsOk() itself if necessary

2009-05-07 19:29 VZ, revision 60548

add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647)

2009-05-07 19:09 VZ, revision 60547

generate the click event from the button with correct id if SetEscapeId() was called instead of always using wxID_CANCEL (closes #10746)

2009-05-07 19:01 VZ, revision 60546

add SetEscapeId() test (see #10746)

2009-05-07 10:58 VZ, revision 60545

document that setting an empty clipping region destroys the existing one

2009-05-07 10:57 SC, revision 60544

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

2009-05-07 10:52 SC, revision 60543

explicitly export symbols

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