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):

2009-05-12 21:56 SC, revision 60606
  • D /wxWidgets/trunk/include/wx/osx/carbon/databrow.h
  • D /wxWidgets/trunk/src/osx/carbon/databrow.cpp

files are replaced by dataview implementations

2009-05-12 19:08 VZ, revision 60605

Cygwin doesn't have std::wstring nor std::wostream

2009-05-12 16:10 VZ, revision 60602

VC6 compilation fix (thanks buildbot)

2009-05-12 14:22 VZ, revision 60601

add missing wxUSE_DEFERRED_SIZING tests (closes #10766)

2009-05-12 12:33 VZ, revision 60600

don't scroll to the child which gets focus if it's already fully visible (see #9563) [backport of r57402 from trunk]

2009-05-12 12:13 VZ, revision 60599

ignore MSVC workspace/solution files in these directories too

2009-05-12 12:11 VZ, revision 60598

add MSVC project files to svn for consistency

2009-05-12 12:07 VZ, revision 60597

don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles [backport of r60596 from trunk]

2009-05-12 11:13 VZ, revision 60596

don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles

2009-05-12 10:59 VZ, revision 60595

wxActiveX files are low level as there is no wxUniv equivalent for this functionality (closes #10786 as this resulted in link errors when building wxMedia/Univ before)

2009-05-12 08:25 JJ, revision 60594

declaration of sendevent should be equal in grid.cpp and grid.h

2009-05-11 23:54 VZ, revision 60588

fixed wxRadioBox positioning to take the client area origin into account; also simplified the code to avoid duplication with the base class version

2009-05-11 14:53 RR, revision 60587

Forgot to commit header as part of r60586, Reapplied some previous patches

2009-05-11 13:28 RR, revision 60586

Reapplied some previous patches that got lost while merging the Cocoa implementation

2009-05-10 21:44 SC, revision 60585

moving all dataview files to advanced

2009-05-10 21:43 SC, revision 60584

exporting methods properly

2009-05-10 01:12 VZ, revision 60580

don't assume that we use timer proc with WM_TIMER as we don't any more (closes #10764 for 2.9) [backport of r60579 from trunk]

2009-05-10 01:10 VZ, revision 60579

don't assume that we use timer proc with WM_TIMER as we don't any more (since r60296) (closes #10764 for trunk)

2009-05-09 22:35 SC, revision 60578

commenting out uncompilable code

2009-05-09 22:30 SC, revision 60577

fixing dataview entries

2009-05-09 19:26 VZ, revision 60576

don't check for connected state of UDP sockets which are never connected (closes #10717)

2009-05-09 19:25 VZ, revision 60575

compilation fix for Windows after the last change (misplaced #endif)

2009-05-09 19:23 VZ, revision 60574

added UDP test (see #10717)

2009-05-09 18:55 VZ, revision 60573

don't use GetParent() in GetParentForModalDialog() itself as it can be called before m_parent is initialized

2009-05-09 18:09 VZ, revision 60572

recreate configure using 0.2.6 version of bakefile.m4