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-04-06 21:23 VZ, revision 45281

compilation fix: test correctly for filter string not being empty in MakeUserDataRec

2007-04-06 21:08 RD, revision 45280

More patches from FM to clean up after moving contribs. Also removes use of wxUSE_RESOURCES

2007-04-06 20:49 SN, revision 45279

Rather use the "obvious" implementation of wxStaticText::DoGetLabel().

2007-04-06 20:42 SN, revision 45278

Tentative implementation of wxStaticText::DoGetLabel().

2007-04-06 20:31 SN, revision 45277

Compilation fix for wxCStrData handling.

2007-04-06 20:06 SN, revision 45276

Compilation fix for wxCStrData handling.

2007-04-06 19:22 VZ, revision 45275

handle child destruction notifications in wxTLW itself and reset both normal and temporary default item pointers when the default window is destroyed

2007-04-06 19:16 VZ, revision 45274

more compilation and linking fixes for !wxHAS_NATIVE_TAB_TRAVERSAL after recent changes

2007-04-06 19:08 VZ, revision 45273

compilation fix for VC7.1: add size_t overloads for arithmetic operators on wxStringImpl::iterator

2007-04-06 18:08 SN, revision 45272

Compilation fix for wxCStrData handling.

2007-04-06 17:22 SN, revision 45271

Compilation fix for wxCStrData handling.

2007-04-06 17:10 SN, revision 45270

OS/2 specific compilation fix for wxCStrData handling.

2007-04-05 22:33 VZ, revision 45269

compilation fix for g++ 3 (and probably others) after the last commit

2007-04-05 22:32 VZ, revision 45268

compilation fixes for generic TAB navigation after last commit

2007-04-05 22:29 VZ, revision 45267

make wxControlContainer accept focus depending on whether it has any focusable children when using native TAB navigation too but also allow to manually override this automatic detection; added wxWindow::SetCanFocus() to notify GTK+ about changed focus state

2007-04-05 21:56 VZ, revision 45266

wxString::[const_]iterator operators -= and += should return reference and not iterator object

2007-04-05 21:55 VZ, revision 45265

added overloads taking pairs of const char/wchar_t pointers for wxString methods working with const_iterators for backwards compatibility with old wxString::const_iterator which used to be convertible to/from const wxChar *

2007-04-05 21:54 VZ, revision 45264

added WX_ASSERT_STR_EQUAL helper macro for comparing wxStrings with C strings

2007-04-05 21:47 VS, revision 45263

compilation fix for previous commit

2007-04-05 21:28 VS, revision 45262

provide both const char* and const wchar_t* implicit conversion of wxCStrData regardless of the build type

2007-04-05 18:28 RD, revision 45261

Compile fix for gcc on MSW

2007-04-05 18:26 RD, revision 45260

Patch from FM with more bakefile tweaks and etc.

2007-04-05 16:31 BIW, revision 45259

avoid assert in window list drop down

2007-04-05 15:38 VS, revision 45258

compilation fixes

2007-04-05 15:01 VZ, revision 45257

use wxINT32_MIN, not LONG_MIN, in wxDateTime default ctor to fix it under LP64 platforms