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

2001-07-15 21:12 GD, revision 11065

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 21:07 GD, revision 11064

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif ----------------------------------------------------------------------

2001-07-15 21:04 GD, revision 11063

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 19:36 RR, revision 11062

Up-ported code to make tree item visible when programmatically selected.

2001-07-15 18:47 GD, revision 11061

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 10:45 GD, revision 11060

added common regex added missing dependency files

2001-07-15 10:11 SC, revision 11059

committed - just to be sure

2001-07-15 10:06 SC, revision 11058

no message

2001-07-15 10:02 SC, revision 11057

added new project file having the new files

2001-07-14 21:18 VZ, revision 11056

bug fix to the recent wxConvertFromMSW change

2001-07-14 21:01 VZ, revision 11055

use LVM_SETITEMSTATE instead of LVM_SETITEM for virtual controls

2001-07-14 20:39 VZ, revision 11054

blind fix for clearing font attributes in SetStyle()

2001-07-14 20:38 VZ, revision 11053

removed obsolete comment

2001-07-14 18:49 RR, revision 11052

Minor beautification of wxToolBar under Mac.

2001-07-14 18:12 RR, revision 11051

Corrected wxScrolledWindow's OnSize behaviour. Formated code.

2001-07-14 18:11 RR, revision 11050

Corrected wxScrolledWindow's OnSize behaviour.

2001-07-14 17:41 VZ, revision 11049

merged NULL wxFrame parent HWND fix from 2.2 branch

2001-07-14 17:37 VZ, revision 11048

merged MapBitmap() from 2.2 branch

2001-07-14 16:41 VZ, revision 11047

use wxRegEx if available in wxString::Matches

2001-07-14 16:41 VZ, revision 11046

added wxRegEx docs

2001-07-14 16:13 VZ, revision 11045

rewrote wxRegEx::Replace() to do something useful

2001-07-14 14:29 RR, revision 11044

Restored wxFileName::GetFullPath()

2001-07-14 14:28 RR, revision 11043

wxIsAbsolutePath was correct.

2001-07-14 14:27 RR, revision 11042

Mac-ify wxTreeCtrl further.

2001-07-14 14:26 RR, revision 11041

Fix HTML help on Mac.