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.

2006-02-25 12:07 RR, revision 37728

Add compilation guards.

2006-02-25 03:36 JG, revision 37727

Fixes for WinCE build caused by my last commit.

2006-02-25 03:28 VZ, revision 37726

cleaned up and disabled by default the toolbar buttons colour remapping code

2006-02-25 00:22 VZ, revision 37725

DT_WORD_ELLIPSIS is not defined under CE

2006-02-24 23:41 VZ, revision 37724

we need to pass szLocale allocated by strdup() and not retloc itself to setlocale() (backport from HEAD)

2006-02-24 23:40 VZ, revision 37723

we need to pass szLocale allocated by strdup() and not retloc itself to setlocale()

2006-02-24 23:40 VZ, revision 37722

need to include wx/treectrl.h to use CLASSINFO(wxTextCtrl)

2006-02-24 23:14 RD, revision 37721

reSWIGged

2006-02-24 23:07 RD, revision 37720

Add a copy ctor

2006-02-24 23:06 RD, revision 37719

Don't return references to wxDateTime objects, return copies instead

2006-02-24 20:52 RD, revision 37718

Some more changes from wxWidgets

2006-02-24 19:53 RD, revision 37717

Use correct attribution

2006-02-24 18:19 RR, revision 37716

Added wxDataViewCustomCell.

2006-02-24 18:14 RD, revision 37715

Workaround the lack of a wx.EVT_FIND_CLOSE on Windows when doing a normal search.

2006-02-24 16:55 MR, revision 37714

Test commit

2006-02-24 16:41 MR, revision 37713

Test commit

2006-02-24 16:37 MR, revision 37712

Fix gtk callback return types and more in window.cpp

2006-02-24 16:05 JS, revision 37711

Backported wxCheckListBox from 2.7

2006-02-24 16:05 , revision 37710

This commit was manufactured by cvs2svn to create branch 'WX_2_6_BRANCH'.

2006-02-24 16:00 JS, revision 37709

Fixed interpretation of selection and added selection/check notification

2006-02-24 15:32 VZ, revision 37708

implemented EditLabel() with custom text controls and GetEditControl()

2006-02-24 14:19 JG, revision 37707

Make wx{List,Tree}Ctrl resize their standard font if the user changes the system font.

2006-02-24 13:19 RR, revision 37706

added wxDataViewToggleCell

2006-02-24 12:00 RR, revision 37705

Updates changes.

2006-02-24 11:53 RR, revision 37704

Implemented user dashes for PS print.