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

2007-06-22 14:46 VZ, revision 46631

Sun CC doesn't allow calling static function from template instantiations so rename ConvertStringToBuf() to wxInternalConvertStringToBuf() and make it extern

2007-06-22 14:25 VZ, revision 46630

test for Sun CC under Linux too, and not only Solaris (mirrors the change in bakefile)

2007-06-22 14:22 VZ, revision 46629

don't redefine __WCHAR_TYPE__ when using Sun CC if it's already defined (as is the case at least under Linux)

2007-06-22 13:59 VZ, revision 46628

Sun CC (at least version 5.9) has wint_t as a separate type too

2007-06-22 13:58 VZ, revision 46627

fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION

2007-06-22 13:55 VS, revision 46626

PCH-less compilation fix

2007-06-22 13:39 FT, revision 46625

Update wx.Button test docs and add test for SetDefault.

2007-06-22 13:23 FT, revision 46624

Update wxtest documentation and fix simple typo.

2007-06-22 12:56 VS, revision 46623

fixed documentantion for wxMemoryFSHandler::AddFileWithMimeType() -- older version for two versions of AddFile() was checked in by mistake

2007-06-22 12:56 VS, revision 46622

added documentantion for wxMemoryFSHandler::AddFileWithMimeType()

2007-06-22 12:34 VS, revision 46621

made wxUSE_UNICODE=1 the default

2007-06-22 12:34 RR, revision 46620

Forgot this part of the event change patch from 2_8

2007-06-22 12:30 VS, revision 46619

wxUSE_STL compilation fix

2007-06-22 12:28 VS, revision 46618

normalize printf/scanf format strings correctly on all platforms, while accounting for wxArgNormalizer<T> conversions

2007-06-22 12:26 RR, revision 46617

Upport: Always use GdkPixbuf in wxBitmapButton

2007-06-22 12:25 RR, revision 46616

Always use (or create on-the-fly) pixbuf representation in wxBitmapButtom, fixes [ 1739413 ] Transparency, wxBitmapButton, GTK, disabled

2007-06-22 12:17 RR, revision 46615

Only apply wxALWAYS_SHOW_SB to main window in wxListCtrl.

2007-06-22 12:12 JS, revision 46614

Backported filter fix

2007-06-22 11:12 VS, revision 46613

have only one string form of operator<< in output streams

2007-06-22 11:10 VS, revision 46612

normalize printf/scanf format strings correctly on all platforms, while accounting for wxArgNormalizer<T> conversions

2007-06-22 10:53 RR, revision 46611

Upported event filter patch for wxTextCtrl::SetValue() (work around doesn't work anymore with recent versions of GTK+).

2007-06-22 10:37 RR, revision 46610

Rewrote code that prevents (double) TEXT_UPDATE events in wxTextCtrl::SetValue(). This should fix [ 1735374 ] EVT_TEXT doesn't get called when changing wxTextCtrl

2007-06-22 10:11 RR, revision 46609

Correct gridlines drawing

2007-06-22 10:09 RR, revision 46608

Correct grid lines in wxListCtrl (I cannot find the bug report anymore)

2007-06-22 09:22 RR, revision 46607

Call base class methods for setting clipping region. Part of [ 1739766 ] Clipping non-rectanguar areas in wxGnomePrintDC