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-21 23:22 VZ, revision 47631

added --enable-ownerdrawn MSW-only option

2007-07-21 23:07 RR, revision 47630

added wxDataViewIndexListModel and sample

2007-07-21 22:56 VZ, revision 47629

allow overriding automatic alpha detection during icon->bitmap conversions (slightly modified patch 1738168)

2007-07-21 22:51 VZ, revision 47628

initialize m_labelWidget to 0 to fix crash when the label is empty (backport of part of r45312 changes from trunk)

2007-07-21 21:36 VZ, revision 47627

removed unused variable left after the last commit

2007-07-21 16:43 VS, revision 47623

fixed wxMotif to compile in Unicode mode (this is not full Unicode support, all strings must be representable in current locale's charset, similarly to MSLU)

2007-07-21 13:22 VZ, revision 47622

removed duplicate MSW-specific options, they're now all between special start/end MSW options comment

2007-07-21 13:09 VZ, revision 47621

added --enable-ps-in-msw configure option

2007-07-21 13:07 VZ, revision 47620

removed wxUSE_UXTHEME_AUTO which wasn't used anywhere

2007-07-21 13:06 VZ, revision 47619

removed all MSW-specific options from this file, what were they doing here?

2007-07-21 13:05 VZ, revision 47618

removed all MSW-specific options from this file, what were they doing here?

2007-07-21 13:01 VZ, revision 47617

added wxUSE_REGKEY option

2007-07-21 12:58 VZ, revision 47616

regenerated MSW part from wx/msw/setup_inc.h

2007-07-21 12:56 VZ, revision 47615

extracted MSW-specific setup.h options to their own wx/msw/setup_inc.h file which is now used to automaitcally generate both wx/msw/setup0.h and setup.h.in by update-setup-h

2007-07-21 11:41 VZ, revision 47614

correct the last patch: we should compare wxGenericTreeItem pointers, not a pointer with an id

2007-07-21 11:15 VZ, revision 47612

corrected (and simplified) configarg.cache updating broken by last changes to WX_ARG_WITH/ENABLE

2007-07-21 07:31 VZ, revision 47611

define wxUSE_FONTENUM

2007-07-21 02:20 VZ, revision 47610

define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOOP == 0 (because it's declared pure virtual in the base class), just return NULL from it

2007-07-21 02:20 VZ, revision 47609

added wxUSE_FONTENUM for wxFontEnumerator

2007-07-21 02:05 VZ, revision 47608

fixes for building wxMSW with --disbale-all-features

2007-07-21 01:42 VZ, revision 47607

added --enable-uxtheme option

2007-07-21 01:30 VZ, revision 47606

always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independently of whether wxDD_MUST_EXIT flag is used, as the create folder dialog has confusing UI [backport from trunk]

2007-07-21 01:26 VZ, revision 47605

always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independently of whether wxDD_MUST_EXIT flag is used, as the create folder dialog has confusing UI

2007-07-21 01:17 VZ, revision 47604

use colour in the libraries diagram to indicate base/GUI libraries instead of explicitly drawing the arrows from all libraries to the base and core one

2007-07-20 22:11 DE, revision 47603

wxCocoa: Implement wxControl::GetLabel/SetLabel by stowing the label in the wxNonControlNSControl instance used when the wxControl is a non-native subclass (e.g. a generic control). Not needed in trunk since there is now m_labelOrig. Copyright 2007 Software 2000 Ltd.