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-03-31 01:58 VZ, revision 45181

decouple primary selection handling from clipboard and further simplifications/refactoring in clipboard code

2007-03-31 00:05 VZ, revision 45180

simplified the code by using new wxClipboardSync class abstracting wait for clipboard results and wxScopeGuard to ensure that the 'waiting' flag is reset in every case

2007-03-30 21:31 VS, revision 45179

fixed wxDB compilation

2007-03-30 20:54 VZ, revision 45178

reverted part of patch 1610494 (rev 1.35) which broke handling of ends of lines

2007-03-30 20:30 VS, revision 45177

added missing public keyword to wxWritableCharTypeBuffer declaration

2007-03-30 20:16 VZ, revision 45176

don't use deprecated wxSizerItem::SetWindow/Sizer/Spacer(), use AssignXXX() equivalents instead

2007-03-30 20:09 VS, revision 45175

added char_str() and wchar_str() methods to wxString for obtaining char*/wchar_t* pointers

2007-03-30 20:07 VZ, revision 45174

clear m_oldStatusText after restoring it, otherwise we could restore it again the next time instead of restoring the up-to-date status bar text [backport from HEAD]

2007-03-30 20:06 VZ, revision 45173

clear m_oldStatusText after restoring it, otherwise we could restore it again the next time instead of restoring the up-to-date status bar text

2007-03-30 19:57 VZ, revision 45172

added wxSizerItem::AssignXXX() methods replacing the old SetXXX() but freeing the current item contents (modified patch 1687785)

2007-03-30 19:04 VZ, revision 45171

don't handle orderly socket shutdown by the peer as an error (patch 1688222) [backport from HEAD]

2007-03-30 19:02 VZ, revision 45170

don't handle orderly socket shutdown by the peer as an error (patch 1688222)

2007-03-30 18:56 VZ, revision 45169

fixed broken link and use \backslash instead of literal backslash which has special meaning in TeX in wxJoin() documentation

2007-03-30 18:53 VZ, revision 45168

added more wxART_XXX ids (patch 1687751)

2007-03-30 18:50 VZ, revision 45167

added more wxART_XXX ids (patch 1687750)

2007-03-30 18:48 VZ, revision 45166

added <set-wxlike> tag (patch 1691429)

2007-03-30 18:34 VZ, revision 45165

compilation fix for Win64 (patch 1690999)

2007-03-30 16:49 VZ, revision 45164

added check for index validity to OnTabButton()

2007-03-30 16:48 VZ, revision 45163

added SetSelectionToPage/Window() to simplify code and fix more problems with passing possibly negative indices to SetSelection()

2007-03-30 16:37 VZ, revision 45162

don't pass potentially negative index to SetSelection()

2007-03-30 16:33 VZ, revision 45161

added IO errors handling to TGA reading code

2007-03-30 16:27 VZ, revision 45160

fix error handling in the generic branch of wxCopyFile()

2007-03-30 16:22 VZ, revision 45159

fixed memory leaks when reading invalid GIFs

2007-03-30 16:13 VZ, revision 45158

fix memory leak in wxFileTypeImpl::SetCommand() if creating the association fails

2007-03-30 16:10 VZ, revision 45157

fix memory leak in wxFileTypeImpl::SetDefaultIcon() if creating the association fails