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

2008-07-13 22:13 KO, revision 54610

Revert accidently committed experimental code.

2008-07-13 18:20 VZ, revision 54609

define {first,second}_type in the struct declared by _WX_DECLARE_PAIR too for compatibility with std::pair, we can avoid #ifdefs in the code using the hash then (#9725)

2008-07-13 18:16 VZ, revision 54608

set wxKeyEvent::m_uniChar correctly in the events generated by generic wxListCtrl (#4581)

2008-07-13 18:06 VZ, revision 54607

added wxFlexGridSizer::Add{Row,Col}Growable() (#2603)

2008-07-13 18:02 VZ, revision 54606

mention that GetItemRect() is new in 2.9.0

2008-07-13 18:01 VZ, revision 54605

relay out the control after deleting any page, not just the last one (#9684); also extract the size event sending code in a separate function to be able to replace it with something better easier later

2008-07-13 17:52 VZ, revision 54604

don't assert when GetSubItemRect() is called in non-report view if it's called with wxLIST_GETSUBITEMRECT_WHOLEITEM

2008-07-13 17:34 VZ, revision 54603

add back parameter dropped during Doxygen conversion (#9697)

2008-07-13 17:31 VZ, revision 54602

correct wrong example of using wxSizerFlags::Border() (#9699)

2008-07-13 17:28 VZ, revision 54601

added wxVListBox::GetItemRect() (#9711)

2008-07-13 16:33 VZ, revision 54600

use wxString::Format() instead of hardcoding floating point numbers string representation, this doesn't work in locales using decimal comma (#9714)

2008-07-13 16:29 VZ, revision 54599

more compilation fixes for wxUSE_STL && wxUSE_DEBUG_CONTEXT build (#9698)

2008-07-13 12:13 JS, revision 54598

Shift+Return now puts the cursor on the next line Fixed GetContiguousPlainText bug that caused wrapping problem

2008-07-13 12:11 JS, revision 54597

Shift+Return now puts the cursor on the next line Fixed GetContiguousPlainText bug that caused wrapping problem

2008-07-12 02:43 VZ, revision 54593

run tests several times with different socket flags

2008-07-12 02:30 VZ, revision 54592

check that the stream raises no error other than EOF when it's supposed to be at EOF

2008-07-12 02:29 VZ, revision 54591

enable the rest of wxSocketStream tests now that they pass

2008-07-12 02:28 VZ, revision 54590

add wxSocket::IsClosed(), use it to implement Eof() in wxSocketStream

2008-07-12 02:17 VZ, revision 54588

no changes, just removed broken #if 0'd out code

2008-07-12 02:12 VZ, revision 54587

no changes, just removed the unnecessary inline keywords

2008-07-12 02:01 VZ, revision 54585

remove unused private wxSocketBase::m_lastError

2008-07-10 02:28 RD, revision 54574

ShouldAccountFor was a 2.8 only change. Use IsShown instead.

2008-07-10 02:07 VZ, revision 54573

make wxApp::Yield() exception-safe

2008-07-10 01:33 RD, revision 54569

Bump subrelease number

2008-07-10 01:32 RD, revision 54568

If an item is hidden, don't check it for overflows.