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-12-02 16:31 FM, revision 57069

fix #4754 providing better description of how to set an event handler for (popup) wxMenu instances

2008-12-02 15:39 JJ, revision 57068

Update OpenVMS compile support

2008-12-02 15:31 VZ, revision 57067

compilation fix for wxStrlcpy use in STL Unicode build

2008-12-02 12:00 VZ, revision 57066

better documentation for wxEvent ctor

2008-12-01 22:20 FM, revision 57064

document wx[US]Char and wxStringCharType typedefs; in docs for wxS() specify better that it makes wide strings under UTF16 builds and narrow strings under UTF8 builds

2008-12-01 22:09 FM, revision 57063

initial declaration of wx*Char*Buffer and wxUniChar* classes (need someone more experienced to document the various methods)

2008-12-01 21:37 FM, revision 57062

add 'redirection page' for wxULongLong

2008-12-01 21:19 FM, revision 57061

add @deprecated tag

2008-12-01 21:18 FM, revision 57059

remove wxNotebookSizer; it's not in wx anymore

2008-12-01 17:54 FM, revision 57058

committing the slightly-modified patch by R.U.10 for documenting some public functions of wxDocTemplate (closes #10078)

2008-12-01 17:46 FM, revision 57057

adding a new topic overview about writing custom widgets; currently there's no official guide...

2008-12-01 17:44 FM, revision 57056

use sections and an initial TOC like all other overviews

2008-12-01 17:44 FM, revision 57055

put wxURI under networking group, next to wxURL

2008-12-01 10:41 CE, revision 57054

make safari 3 on windows read SVG file containing png images

2008-12-01 09:39 CE, revision 57053

make safari 3 on windows read SVG file

2008-12-01 02:03 PC, revision 57052

fix for uninitialized alpha being used to create mask, fixes wxMemoryDC with 32-bit bitmaps

2008-12-01 01:13 FM, revision 57051

create better QCH files

2008-12-01 00:23 VZ, revision 57050

demonstrate column reordering -- currently it demonstrates that it's completely broken in various and interesting ways

2008-12-01 00:13 VZ, revision 57049

don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point to force all derived table classes to implement it when it has a default implementation which works just fine in 99% of cases

2008-11-30 21:51 VZ, revision 57047

don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point to force all derived table classes to implement it when it has a default implementation which works just fine in 99% of cases

2008-11-30 21:13 VZ, revision 57046

removed small and tabular grid tests which didn't seem to do anything useful (will replace the latter with a test of column reodering soon)

2008-11-30 14:46 FM, revision 57044

document default ctor

2008-11-30 13:53 VZ, revision 57043

really fix the typo in the message

2008-11-30 13:49 FM, revision 57042

typo fix

2008-11-30 03:49 VZ, revision 57036

fix typo in new wxVector(size_t, T) ctor