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-16 02:09 VZ, revision 51234

removed unneeded wxWeakRefDynamic::AssignCopy() (last part of patch 1870445)

2008-01-16 02:07 VZ, revision 51233

compilation fixes for standard-conformant compilers and added back implicit conversion of wxWeakRef<T> to T* (part of patch 1870445)

2008-01-16 02:04 VZ, revision 51232

define (unusual) copy ctor and assignment operator for wxTrackable (part of patch 1870445); also make its ctors and dtor protected as this class shouldn't used otherwise as a base class

2008-01-16 02:03 VZ, revision 51231

remove the test of weak references classes size, it's implementation-dependent

2008-01-16 01:49 VZ, revision 51230

don't enable disabled windows when showing them (patch 1871879)

2008-01-16 01:43 VZ, revision 51229

don't create unnecessary temporary wxFont (patch theFont)

2008-01-16 01:39 VZ, revision 51228

made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384)

2008-01-15 19:24 SC, revision 51227

fixing leopard configure for universal_binary when no minimal sys given

2008-01-15 18:06 FM, revision 51226

don't give out an error when using --cflags followed by a list of libraries; this happens for example in the WX_CONFIG_CHECK macro in wxwin.m4

2008-01-15 16:56 VZ, revision 51225

added unit tests for decoding invalid base64 strings; corrected bugs exposed by them

2008-01-15 12:13 VS, revision 51223

fixed wxHTML parser to not assert on invalid HTML input (unclosed tags)

2008-01-14 22:40 VS, revision 51218

fixed wxXmlResource::GetText() in ANSI build to correctly convert the string to current locale's charset

2008-01-14 22:36 VS, revision 51217

fixed wxXmlResource::GetText() in ANSI build to correctly convert the string to current locale's charset

2008-01-14 22:23 VZ, revision 51215

rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxToolBook-specific and documented it

2008-01-14 22:17 VZ, revision 51214

added wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)

2008-01-14 18:16 PC, revision 51211

make XPM data pointer parameter fully const

2008-01-14 18:15 PC, revision 51210

avoid GCC warning about type-punned pointer breaking strict aliasing rules

2008-01-14 15:56 JS, revision 51209

More split tree fixes

2008-01-14 13:35 FM, revision 51208

fixed setting BUILD variable in any case (not only when DEBUG=auto)

2008-01-14 13:31 FM, revision 51207

fixed the WX_VERSION name clash renaming the variable in major.minor form as WX_RELEASE

2008-01-14 11:18 FM, revision 51206

added AC_SUBST for EXTRALIBS_STC which was missing and caused wx-config to print @EXTRALIBS_STC@ on the output line of --libs option

2008-01-14 11:04 RR, revision 51205

Partial impl of auto resizing columns

2008-01-13 22:17 VZ, revision 51203

set mime-type to correct image/x-xpixmap for XPM files instead of wrong x-pixmap used by the last commit

2008-01-13 20:39 VZ, revision 51202

set mime-type to image/x-pixmap to allow generation of diffs for XPM files

2008-01-13 18:07 SC, revision 51201

make matching code case-insensitive