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-05-17 23:53 VZ, revision 53633

fix handling of the commands with negative ids (e.g. created by NewControlId()) in MDI frames

2008-05-17 23:42 VZ, revision 53632

(blind) fixes for PCH-less build after r53626

2008-05-17 23:14 VZ, revision 53631

fix gcc warnings about not calling the base class ctors (replaces patch 1962992)

2008-05-17 23:07 VZ, revision 53630

make cast from double to long explicit to suppress gcc warning (part of patch 1962992)

2008-05-17 22:51 VZ, revision 53629

allow loading wxAnimationCtrl contents from stream (patch 1962344)

2008-05-17 22:49 VZ, revision 53628

added language info for Northern Sami (patch 1964036)

2008-05-17 22:44 VZ, revision 53627

fix crash in BitmapComboBoxWidgetsPage under wxUniv

2008-05-17 22:43 VZ, revision 53626

native wxBitmapComboBox implementation for MSW (patch 1941399)

2008-05-17 22:41 VZ, revision 53625

take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316) [should have been part of r53562]

2008-05-17 22:13 VZ, revision 53624

don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622) [should have been part of r53565]

2008-05-17 21:24 VS, revision 53623

minor Unicode overview corrections

2008-05-17 17:54 JS, revision 53622

Fixed common style collection and superscript/subscript selection

2008-05-17 17:54 JS, revision 53621

Fixed common style collection and superscript/subscript selection

2008-05-17 16:20 JS, revision 53619

Cast for argument to delete[] - VC6 doesn't want to delete a const pointer

2008-05-17 12:56 VZ, revision 53617

fix window rectangle computation in Centre(wxCENTER_ON_SCREEN)

2008-05-17 09:41 VS, revision 53616

wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme, not lowlovel port

2008-05-17 09:40 SN, revision 53615

Fixed wxWindowOS2::Reparent.

2008-05-17 09:34 VS, revision 53614

fixed error logging in TIFF image handler to output something useful regardless of the build

2008-05-17 09:28 SN, revision 53613

Added missing #include.

2008-05-17 09:28 SN, revision 53612

Added missing #include.

2008-05-16 22:05 RR, revision 53611

Tried unsuccessfully to change individual line height

2008-05-16 21:03 RR, revision 53610

Correct vert alignment

2008-05-16 20:08 RR, revision 53609

ignore invisble columns in height calculation

2008-05-16 19:51 RR, revision 53608

Typo

2008-05-16 15:21 SN, revision 53607

Ensure that wxApp::Yield is always processing pending event by creating a temporary event loop if needed.