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-01-09 14:39 VZ, revision 51131

STL build compilation fix (remove useless cast of wxString to const wxChar*)

2008-01-09 14:35 VZ, revision 51130

compilation fix after _() changes; also don't use wxChar for purely ASCII strings

2008-01-09 09:27 RR, revision 51125

Corrected docs of ::release and ::reset in smart pointers

2008-01-09 07:35 PC, revision 51124

avoid undefined behavior from token paste resulting in more than one token

2008-01-09 04:08 PC, revision 51123

check for self-assignment in operator=

2008-01-08 22:41 RD, revision 51119

Remove WXDLLIMPEXP_BASE from the declaration of wxList_SortFunction to resolve link errors with MSVC 7.1

2008-01-08 22:02 RR, revision 51118

Added the conversion to unspecfied_bool to all smart pointers, added T& operator* to wxObjectDataPtr

2008-01-08 19:30 VZ, revision 51117

fix LaTeX error (escape underscores); don't abuse bold face

2008-01-08 19:27 VZ, revision 51116

test Clear() in the sample

2008-01-08 19:24 VZ, revision 51115

resolve ambiguity between 2 inherited versions of Clear() in wxSimpleHtmlListBox (see bug 1836384)

2008-01-08 19:08 VZ, revision 51114

restore SetSelection(-1, -1) behaviour which was broken during wxTextEntry refactoring

2008-01-08 17:57 RR, revision 51111

Last part from weak ref patch for event sink disconnection

2008-01-08 14:23 VZ, revision 51109

add conversion to unspecified_bool_type to allow writing if(weakref)

2008-01-08 13:57 VZ, revision 51108

compilation fix for !HAVE_STRPTIME case after ParseXXX() changes

2008-01-08 13:50 VZ, revision 51107

compilation fix after wxWindowIDRef changes

2008-01-08 12:26 RR, revision 51105

docs

2008-01-08 11:01 RR, revision 51104

mention some more changes

2008-01-08 10:55 RR, revision 51103

I assume ptr_scpd.h and ptr_shrd.h should only be in BASE_CMN_HDR and not in GUI_CMN_HDR

2008-01-08 10:51 RR, revision 51102

Added wxSharedPtr<T>

2008-01-08 09:58 RR, revision 51101

Updated wxTrackable to patch Weak references for wx - part 2

2008-01-08 09:55 RR, revision 51100

Updated wxWeakRef<T> to patch Weak references for wx - part 2, removed T*() and added T* get(), other minor docs corr

2008-01-08 06:05 PC, revision 51094

speed up ReadWord by using more efficient separator searching

2008-01-08 05:46 PC, revision 51093

speed up drawing text window in UTF8 build (something like 40 times faster in debug)

2008-01-08 00:37 VZ, revision 51087

STL build fix

2008-01-08 00:32 VZ, revision 51086

compilation fix for STL build; also don't pass unknown string potentially containing percent signs to printf-like functions