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-19 23:00 VZ, revision 47575

check for setenv first, then putenv as using setenv in wxSetEnv() is much easier

2007-07-19 22:58 VZ, revision 47574

added code to free memory allocated in wxSetEnv() when it uses putenv()

2007-07-19 19:48 DE, revision 47573

Merged trunk 47523, 47567, 47569 (full wxRadioBox implementation): * Partially implement wxRadioBox for wxCocoa. * Implement most of wxRadioBox's methods. * Implement wxCocoa wxRadioBox event. Copyright 2007 Software 2000 Ltd.

2007-07-19 19:44 DE, revision 47572

Merged trunk 47568: Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.

2007-07-19 19:43 DE, revision 47571

Merged trunk 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-19 19:19 DE, revision 47570

Strip mnemonics from the label before passing it to Cocoa.

2007-07-19 18:52 DE, revision 47569

Implement wxCocoa wxRadioBox event.

2007-07-19 18:00 DE, revision 47568

Make wxRadioButton::SetValue(true) deselect all other wxRadioButton in its group if it is part of a group.

2007-07-19 17:58 DE, revision 47567

Implement most of wxRadioBox's methods.

2007-07-19 17:40 DE, revision 47566

Added include wx/timer.h to non WX_PRECOMP case.

2007-07-19 15:47 VZ, revision 47564

do platform-specific checks after ensuring that the symbols we use are defined; extract wxGTK-specific checks to wx/gtk/chkconf.h

2007-07-19 14:03 RR, revision 47562

Better sorting example and better default

2007-07-19 13:55 VZ, revision 47561

don't assert when right/down cursor arrows are used in an empty tree control with wxTR_HIDE_ROOT style [backport of patch 1756184 from trunk]

2007-07-19 05:46 BY, revision 47560

Merge changes from the trunk. Robert has add sorting support for the model.

2007-07-19 01:06 VZ, revision 47558

always generate the taskbar sample makefile; this was wrong since the line adding it to SAMPLES_SUBDIRS was added in the wrong place in rev 15927

2007-07-19 01:02 VZ, revision 47557

added wxUSE_TASKBARICON; corrected condition for generating the taskbar sample makefile in configure

2007-07-18 23:42 VZ, revision 47556

don't assert when right/down cursor arrows are used in an empty tree control with wxTR_HIDE_ROOT style (patch 1756184)

2007-07-18 23:37 VZ, revision 47555

speed up reading wxFileConfig from wxInputStream by factors of 3.5, 20 and 7 for ANSI/wchar_t/UTF-8 builds respectively (replaces patch 1755969)

2007-07-18 22:01 VZ, revision 47553

wxGTK/Univ compilation fixes

2007-07-18 18:46 RR, revision 47552

Completed sorting in wxDataViewCtrl

2007-07-18 18:09 VZ, revision 47551

added documentation of wxUSE_XXX symbols (modified patch 1755127)

2007-07-18 18:08 VZ, revision 47550

fix broken wxvscrolledwindowsetrowcount link

2007-07-18 15:03 VS, revision 47549

compilation fix for minimal build

2007-07-18 15:02 VS, revision 47548

compilation fix for minimal build

2007-07-18 14:09 RR, revision 47547

First work at resort with header click