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

2006-05-28 15:20 VZ, revision 39378

fix crashes in the calctl sample under OS/2 (patch 1495898)

2006-05-28 15:18 VZ, revision 39377

wxVsnprintf() implementation with positional parameters support (patch 1462778); disabled for now

2006-05-28 15:06 VZ, revision 39376

added assertion_traits<> specialization for wxString and convenient CPPUNIT_ASSERT_STR_EQUAL macro

2006-05-28 14:33 VZ, revision 39375

explicitly call base class ctor to silent gcc warning (patch 1492701)

2006-05-28 14:30 VZ, revision 39374

added SetDoubleBuffered() (patch 1491093)

2006-05-28 14:19 VZ, revision 39373

wizards not using sizers for the page layout now work again

2006-05-28 14:17 VZ, revision 39372

no changes (spaces only)

2006-05-28 13:51 VZ, revision 39371

wxFontEnumerator::GetFacenames/Encodings() now return arrays and not pointers to them (patch 1483341)

2006-05-28 13:08 VZ, revision 39370

update from Adrián González

2006-05-28 10:53 MR, revision 39369

The following methods appear to be new since 2.7.0 (from 64-bit stream patch): wxLongLong& operator operator=(wxULongLong_t ll) wxLongLong& operator operator=(long l) wxLongLong& operator operator=(unsigned long l) wxLongLong& operator operator=(const wxULongLong & ll)

2006-05-28 10:19 MR, revision 39368

wxStringTokenizer::GetLastDelimiter is new since 2.7.0

2006-05-28 10:12 MR, revision 39367

GetDocumentsDir, GetResourcesDir and GetLocalizedResourcesDir are new since 2.7.0

2006-05-28 10:03 MR, revision 39366

Underscore escaping fix from Angel Vidal Veiga

2006-05-28 09:47 MR, revision 39365

\newsince{2.7.0} for GetMouseCursor with a note to GetCursor

2006-05-28 09:41 MR, revision 39364

newsince for ProcessMouseClick with a note to OnMouseClick in earlier versions

2006-05-28 09:29 MR, revision 39363

Add \newsince{2.7.0} to GetAsString and Set(wxString&)

2006-05-28 09:12 MR, revision 39362

Fix underscore escaping again (one obscure one left in wxmsw.tex)

2006-05-28 09:05 MW, revision 39361

Missing header.

2006-05-27 14:29 VZ, revision 39360

moved power functions for MSW from utils.cpp to (new) power.cpp and implemented them

2006-05-27 14:09 VZ, revision 39359

added wxPowerEvent; moved power functions stubs to common/powercmn.cpp

2006-05-27 12:24 VZ, revision 39358

added more directories

2006-05-27 00:03 ABX, revision 39357

More small devices adjustements.

2006-05-26 23:58 ABX, revision 39356

Correct dll usage for wxDatePickerCtrl under WinCE.

2006-05-26 19:02 RD, revision 39355

Fixes for the DLL build

2006-05-26 18:47 ABX, revision 39354

Include wx/wx/bmpbuttn.h according to precompiled headers of wx/wx.h (with other minor cleaning).