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-02-27 15:16 VZ, revision 37753

fix for wxPathList::FindValidPath() for wxUSE_STL (backport from HEAD)

2006-02-27 15:14 VZ, revision 37752

fix for wxPathList::FindValidPath() for wxUSE_STL

2006-02-27 14:20 RR, revision 37751

Removed superfluous code.

2006-02-27 14:18 RR, revision 37750

MVC works now.

2006-02-27 13:09 RR, revision 37749

Added generic MVC hookup code.

2006-02-27 09:34 RR, revision 37748

Most things about wxDataViewDateCell work.

2006-02-27 09:16 RR, revision 37747

Make wxTransientPopupWindow ignore button down events which have been sent before or at the same time as the control creation time so that these evens don't make the control disappear again.

2006-02-27 05:52 KO, revision 37746

Sorry, zapping rogue print statement. ;-/

2006-02-27 05:06 KO, revision 37745

Bumping the arg numbers since we now don't have a CFGFILE as first argument.

2006-02-27 03:25 KO, revision 37744

Adding code to load Config objects from a file, and move to modifying environment variables rather than sourcing the config file (so that every script is not required to do this).

2006-02-26 19:26 RR, revision 37743

Move wxDataViewCtrl to Adv (hope this has worked..).

2006-02-26 16:53 SN, revision 37742

Added handling of dashes (patch #1438894).

2006-02-26 15:48 RR, revision 37741

Some restructuring, beginning of wxDataViewDateCell.

2006-02-26 10:45 ABX, revision 37740

Missing wxPen (dashes) members.

2006-02-26 09:31 KO, revision 37739

Backporting monolithic build support for user bakefiles.

2006-02-26 02:37 ABX, revision 37738

Correct wxCheckListBox insertion.

2006-02-26 02:04 ABX, revision 37737

WinCE friendly wxCheckListBox sample.

2006-02-26 02:00 ABX, revision 37736

Correct wxCheckListBox insertion.

2006-02-26 01:51 RR, revision 37735

Makes custom cell activatable.

2006-02-25 23:11 ABX, revision 37734

Revitalise SIP support in all toplevel wince windows.

2006-02-25 21:15 ABX, revision 37733

Make wxWinCE buildable (workaround eVC++ limitations).

2006-02-25 14:51 MR, revision 37732

Revert the strict aliasing "fix". As per Michael Wetherell it isn't correct as we aren't able to make a runtime guarantee for the cast to be correct

2006-02-25 14:07 RR, revision 37731

Add scrollbars, fix crash, leak less memory.

2006-02-25 13:34 RR, revision 37730

Mention GTK+ refresh code correction.

2006-02-25 13:13 RR, revision 37729

Added wxDataViewProgressCell with native code for GTK 2.6 and fallbacks otherwise.