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-02-19 13:18 FM, revision 51910

moved the images under images folder

2008-02-19 13:02 FM, revision 51909

adjusted topic links

2008-02-19 02:43 VZ, revision 51905

implement wxRadioBox::Reparent(): it didn't reparent the radio buttons (patch 1891030)

2008-02-19 02:37 VZ, revision 51904

don't encode collons in file:// URLs under Windows as IE is incapable of opening them (and other browsers can open both forms) (patch 1890922)

2008-02-19 01:13 DE, revision 51903

Backport 51898 from trunk

2008-02-19 00:25 DE, revision 51902

Backport 51895 & 51896 which define HAVE_DLOPEN/HAVE_DLERROR when configure is run on an OS X system supporting them (everything >= 10.3).

2008-02-19 00:04 FM, revision 51901

added initial version of the Doxygen manual

2008-02-18 23:58 VZ, revision 51900

make IsOk() virtual to allow it to be overridden in e.g. wxEnhMetaFile (replaces patch 1896222)

2008-02-18 23:47 VZ, revision 51899

reverted r51340: don't use wxWeakRef in the library code as long as not all supported compilers (notably all versions of Borland C++) can compile it; reapply r51340 once wxWeakRef is supported everywhere

2008-02-18 23:44 DE, revision 51898

Rework the dl* Darwin compatibility code so it uses the real functions when available. If compiled to allow for pre-10.3 systems it will do the check at runtime and the compatibility functions will be compiled but likely not used. If compiled with 10.3 or higher as the minimum version, the compatibility functions will not be compiled and the library will work identically as it does on all other UNIX. Even if the compatibility code is compiled in, the function names are now prefixed with wx_darwin_ and are marked static so they don't make it into the exported symbols, even in their C++-mangled form.

2008-02-18 23:43 VZ, revision 51897

honour locale modifiers such a @valencia in system locale (patch 1896444)

2008-02-18 22:53 DE, revision 51896

Don't include dlfcn.h from wx/dynlib.h on Darwin. We might be using our own internal replacement functions.

2008-02-18 22:50 DE, revision 51895

Test for dlopen/dlerror on Mac OS X as with any other UNIX. Indent dlerror test appropriately.

2008-02-18 21:51 DE, revision 51894

Limit wxListBox best size to 100x100. Particularly important on trunk where the best size is not cached and will thus keep telling the sizers that the best size is the full size of the content (i.e. such that you wouldn't need to scroll it).

2008-02-18 21:26 DE, revision 51893

Revert the 2.8 hacks from r51892 on the trunk.

2008-02-18 21:13 DE, revision 51892

Ensure that the NSTableColumn width is that of its largest item to enable horizontal scrolling in wxListBox. Copyright 2008 Software 2000 Ltd.

2008-02-18 20:36 DE, revision 51891

Add a new macro to the Objective-C uniquifying support that allows a uniquified class to be a subclasses of another uniquified class.

2008-02-18 13:44 VZ, revision 51888

tell user to define _USE_OLD_RW_STL for BC5.6 instead of refusing to compile with it entirely

2008-02-18 04:58 DE, revision 51869

Fix bug where native views with the NSScrollView wrapper would have their document size reset to the wx virtual size upon any size event.

2008-02-17 20:11 VZ, revision 51864

add ka_GE, ku_TR and ne_NP; some cleanup and better handling of sr_XX (patch 1858926)

2008-02-17 09:16 SC, revision 51858

going private again

2008-02-17 08:58 SC, revision 51857

going private again

2008-02-17 01:37 VZ, revision 51853

fix wxNotebook::GetPage{Text,Image}() when they were called from the page change event handler for the first added page (patch 1895161)

2008-02-16 21:37 SC, revision 51852

wxstat fn_str() aftermath ..

2008-02-16 21:33 SC, revision 51851

wxstat fn_str() aftermath ..