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.

2007-07-20 22:00 VZ, revision 47602

replaced with Debian Etch version which has slightly better fseeko() test

2007-07-20 20:41 DE, revision 47601

Merged trunk 47600: wxCocoa: Implement wxTopLevelWindow::SetDefaultItem Copyright 2007, Software 2000 Ltd.

2007-07-20 20:35 DE, revision 47600

wxCocoa: Implement wxTopLevelWindow::SetDefaultItem Copyright 2007, Software 2000 Ltd.

2007-07-20 19:47 DE, revision 47599

Merged trunk 47598: wxCocoa: Basic support for font underlining: * Make wxWindow::SetFont call wxWindowBase::SetFont. * Make wxDC::SetFont store the font in existing m_font. * Make wxFont::GetUnderlined return the m_underlined flag. * Implement underlining in wxDC::DoDrawText Copyright 2007, Software 2000 Ltd.

2007-07-20 19:05 DE, revision 47598

wxCocoa: Basic support for font underlining: * Make wxWindow::SetFont call wxWindowBase::SetFont. * Make wxDC::SetFont store the font in existing m_font. * Make wxFont::GetUnderlined return the m_underlined flag. * Implement underlining in wxDC::DoDrawText Copyright 2007, Software 2000 Ltd.

2007-07-20 18:27 PC, revision 47597

more AC_CHECK_HEADERS fixes

2007-07-20 17:59 DE, revision 47596

Restore AC_CHECK_HEADERS in preference to AC_CHECK_HEADER so that the HAVE_* defines will be generated when needed. This fixes breakage caused by 44703. Only usage where HAVE_* macro is in setup.h.in or was used by configure itself (e.g. HAVE_X11_XLIB_H) is changed.

2007-07-20 17:51 DE, revision 47595

Update all of the .m4 files using Apple-shipped autoconf with a change to functions.m4 to make the output match what is currently ni the tree from VZ.

2007-07-20 17:23 PC, revision 47594

use the right cast to fix warning, rather than just suppressing it

2007-07-20 16:22 VZ, revision 47593

moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h; added it to setup.h.in so that it gets defined (always as 0 as mingw32 doesn't support it anyhow) for configure builds too

2007-07-20 14:10 VZ, revision 47591

document wxCB_SORT

2007-07-20 12:24 RR, revision 47590

Optimise internal sorting datastructure

2007-07-20 09:01 RR, revision 47589

Renamed HasChildren() to IsContainer(), added GetParent() to wxDataViewModel

2007-07-20 08:23 RR, revision 47588

Fix for crash when opening empty node

2007-07-20 06:44 PC, revision 47587

add missing parens to bitwise expression

2007-07-20 05:47 DE, revision 47586

Merged trunk 47585: Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects.

2007-07-20 05:40 DE, revision 47585

Implement wxWindow::SetCursor to invalidate Cocoa's cursor rects.

2007-07-20 04:16 DE, revision 47584

Merged trunk 47580, 47581: Rewrite conversion from classic Mac OS 'CURS'-style structures to NSCursor. * Leave data as separate image and mask planes instead of interleaving it * Specify bytesPerRow to make compatible with 10.4 (Tiger) and higher * Use endian-independent math. * Document that the cursor data came from wxMac source. Rework the wxCusor ctor taking wx stock number to provide as many cursors as possible by using the system cursors first, a set of built-in cursors copied from wxMac if a system cursor was not found, and a normal cursor otherwise. Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly showing which cursors are and are not available from each source. Copyright 2007, Software 2000 Ltd.

2007-07-20 04:13 DE, revision 47583

Merged trunk 47570: Strip mnemonics from the label before passing it to Cocoa.

2007-07-20 04:08 DE, revision 47582

Remove wxStockCursor function that should never have been global.

2007-07-20 04:06 DE, revision 47581

Rework the wxCusor ctor taking wx stock number to provide as many cursors as possible by using the system cursors first, a set of built-in cursors copied from wxMac if a system cursor was not found, and a normal cursor otherwise. Fixes lack of wxCURSOR_HAND and makes the code easier to follow by clearly showing which cursors are and are not available from each source. Copyright 2007, Software 2000 Ltd.

2007-07-20 02:12 DE, revision 47580

Rewrite conversion from classic Mac OS 'CURS'-style structures to NSCursor. * Leave data as separate image and mask planes instead of interleaving it * Specify bytesPerRow to make compatible with 10.4 (Tiger) and higher * Use endian-independent math. * Document that the cursor data came from wxMac source. Copyright 2007, Software 2000 Ltd.

2007-07-20 01:10 VZ, revision 47578

make To/From8bit() inline for performance reasons

2007-07-20 01:03 VZ, revision 47577

rewrite FilterInValue() using iterators, this results iin 12x performance improvement in UTF-8 build

2007-07-19 23:00 VZ, revision 47576

check for setenv first, then putenv as using setenv in wxSetEnv() is much easier [backport from trunk]