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-10-10 06:47 ABX, revision 41856

More .rsp files needs updating after new sample addition.

2006-10-10 06:40 ABX, revision 41855

Add new animate sample to the distribution (probably more steps from technote #1 needed).

2006-10-10 06:29 ABX, revision 41854

Add new animate sample to the distribution (probably more steps from technote #1 needed).

2006-10-10 04:49 PC, revision 41853

remove extraneous semicolons

2006-10-10 04:27 PC, revision 41852

wxAnimationCtrl cleanup

2006-10-10 03:45 RD, revision 41851

Add missing header files so they'll get installed

2006-10-10 03:30 RD, revision 41850

Disown using .this.own(False) instead of .thisown = False

2006-10-10 03:27 RD, revision 41849

CreateButtonSizer changes

2006-10-09 23:44 VZ, revision 41848

fixed crash in wxColour ctor after RGBA-ization

2006-10-09 23:13 RD, revision 41847

DLL build fixes

2006-10-09 22:56 VZ, revision 41846

use native toolbar, font dialog and CG by default

2006-10-09 22:26 VZ, revision 41845

swap wxANIHeader bytes on big endian architectures

2006-10-09 21:59 VZ, revision 41844

replaced Ok() with IsOk(), no real changes

2006-10-09 21:29 VZ, revision 41843

avoid conflict between wxBookCtrlBase::DoSetSelection() and the derived classes; refactor more common code into the base class

2006-10-09 21:15 VZ, revision 41842

added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSizer()

2006-10-09 21:15 VZ, revision 41841

call Refresh() to make animation work under Mac

2006-10-09 21:11 VZ, revision 41840

added more helper functions for setting borders in wxSizerFlags

2006-10-09 21:10 VZ, revision 41839

added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSizer()

2006-10-09 21:08 VZ, revision 41838

use wxSizerFlags and updated CreateButtonSizer() in all generic dialogs

2006-10-09 20:49 VZ, revision 41837

forgot to commit during last regeneration

2006-10-09 20:32 RR, revision 41836

IsExposed() needs to reverse the direction in RTL. I actually wonder if not the calling code is wrong, but this fixes wxListCtrl and wxTreeCtrl for the time being.

2006-10-09 20:12 RR, revision 41835

[ 1573855 ] Improved appearance of wxComboCtrl's wxTextCtrl More work needs to be done for the version with images.

2006-10-09 20:10 RR, revision 41834

Compilation.

2006-10-09 19:54 VZ, revision 41833
  • D /wxWidgets/trunk/samples/animate/anitest.rc

RC file is not needed and not used

2006-10-09 19:33 RR, revision 41832

Compile fix.