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-06-28 18:57 VS, revision 47010

return const wxString& from wxFontMapper::GetDefaultConfigPath()

2007-06-28 18:56 VS, revision 47009

ANSI+Unicode compatibility fixes to wxArrayString

2007-06-28 18:39 RD, revision 47008

Patch from Andrea. Adds focus rectangle on the tabs, and provides best size.

2007-06-28 18:38 RD, revision 47007

Patch from Andrea. Adds focus rectangle on the tabs, and provides best size.

2007-06-28 17:55 FT, revision 47006

Tests for wx.RadioBox.

2007-06-28 17:33 VS, revision 47005

dont use wxChar* arguments in wxHTML API

2007-06-28 17:03 VS, revision 47004

dont use wxChar* arguments in wxDatePickerCtrlGeneric API

2007-06-28 16:59 VS, revision 47003

don't use wxChar* arguments in wxLogWindow API

2007-06-28 15:09 FT, revision 47002

Added tests for wx.RadioButton. Nearly all functionality is tested.

2007-06-28 14:41 FT, revision 47001

Added tests for wx.CheckBox; they are virtually comprehensive. Removed tested classes from "classes not yet tested" list.

2007-06-28 13:11 BIW, revision 47000

fix for wxAuiNotebook middle-click close (was closing wrong page)

2007-06-28 13:07 BIW, revision 46999

fix for wxAuiNotebook middle-click close (was closing wrong page)

2007-06-28 12:57 VS, revision 46998

fixes to handling of focus changes for toplevel windows

2007-06-28 12:52 VS, revision 46997

don't assign m_next twice in wxStringIteratorNode ctor

2007-06-28 12:49 VS, revision 46996

1. added default constructors for wxString iterators 2. fixed assignment of iterator to iterator that points to a different string

2007-06-28 12:36 VS, revision 46995

added wxString::FromAscii(char*,size_t) for consistency with FromUTF8()

2007-06-28 12:04 VZ, revision 46994

CanAcceptFocus() now returns true if either the window itself or one of its children accepts focus; added new IsFocusable() to test whether the window itself accepts focus

2007-06-28 08:46 VS, revision 46993

fixed typo in comment

2007-06-28 07:54 VS, revision 46992

use same names for test suites as the ones in ./test -l

2007-06-28 02:16 PC, revision 46991

wxMac bitmap now requires QuickTime

2007-06-28 01:57 VZ, revision 46990

corrected some links

2007-06-28 01:55 VZ, revision 46989

mention wxLogInterposer(Temp)

2007-06-27 21:27 FT, revision 46988

Added tests for wx.Gauge.

2007-06-27 20:50 VS, revision 46987

compatibility fix: have wxListKey ctors from C strings so that passing string literals to functions expecting wxListKey works

2007-06-27 20:49 VS, revision 46986

compilation fixes after string changes