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

2007-07-18 13:25 RR, revision 47546

Forgot this one

2007-07-18 13:23 RR, revision 47545

First actual sorting for wxDataViewCtrl

2007-07-18 12:58 VZ, revision 47544

removed the hyphen from the new --enable{baseevt,epoll,select}loop options description

2007-07-18 10:15 VS, revision 47543

don't use _T() for literals in wxDFB, it uses UTF-8 build

2007-07-18 09:44 VS, revision 47542

use iterators instead of c_str()

2007-07-17 23:34 RD, revision 47541

wxPython wants monolithic build on OSX

2007-07-17 23:04 VZ, revision 47540

added new libraries (patch from Francesco)

2007-07-17 22:53 VZ, revision 47538

added missing libraries to the requirements list

2007-07-17 22:51 VZ, revision 47537

remove references to contrib (patch from Francesco)

2007-07-17 22:47 VZ, revision 47536

check whether the string is non-empty before accessing its first element [backport from trunk]

2007-07-17 22:46 VZ, revision 47535

check whether the string is non-empty before accessing its first element

2007-07-17 22:01 RR, revision 47534

Some code renaming to avoid confusion. Test editable column in sample.

2007-07-17 13:25 CE, revision 47530
  • D /wxWidgets/trunk/BuildCVS.txt

svn rather than cvs

2007-07-17 13:24 CE, revision 47529

svn rather than cvs

2007-07-17 11:59 VS, revision 47528

compilation fix for Borland C++

2007-07-17 11:11 FM, revision 47527

moved XTI subheaders to include\wx folder (they're not really private headers) and fixed all headers intra-dependencies

2007-07-17 11:10 FM, revision 47526

moved XTI subheaders to include\wx folder (they're not really private headers) and fixed all headers intra-dependencies

2007-07-17 10:44 FM, revision 47525

fix an issue with GTK filedialog (already fixed in the trunk)

2007-07-17 08:15 BY, revision 47524

merge changes from trunk.

2007-07-17 05:41 DE, revision 47523

Partially implement wxRadioBox for wxCocoa. Copyright 2007 Software 2000 Ltd.

2007-07-17 05:31 DE, revision 47522

Add a couple of wxAutoNSAutoreleasePool in some key spots where Cocoa itself does a number of autoreleases.

2007-07-17 05:14 DE, revision 47521

Don't use exceptions to determine lack of a method implementation. Exceptions aren't designed for this in Cocoa. Instead, use respondsToSelector:.

2007-07-17 02:46 BY, revision 47520
  • D /wxWidgets/branches/SOC2007_DVC/wxPython

syc with the trunk

2007-07-16 23:28 VZ, revision 47517

remove file containing many obsolete defines, if anyone wants to revive MicroWindows support the MicroWin-specific checks should be added to wx/msw/chkconf.h or wx/msw/microwin/chkconf.h

2007-07-16 23:09 DE, revision 47516

Added preliminary documentation about how to write new wxCocoa controls. Basically just a brain dump but it's better than nothing.