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-06-22 09:18 RR, revision 46606

Call clipping region methods from base class.

2007-06-22 06:53 PC, revision 46605

gtk_widget_destroy does not unref the widget unless it's a TLW or in a container, so use gtk_object_sink to delete temporary, parentless widgets. Fixes memory leak bug #1741184.

2007-06-22 02:01 VZ, revision 46604

document CreateConfig() (extended patch 1739374)

2007-06-22 01:31 FT, revision 46603

Refactor away multi-platform inheritance. Use new wxtest module instead. Fixed some tests so they fail when they do the wrong thing. Update some documentation.

2007-06-22 00:23 FT, revision 46602

Multiple platform-dependent test class hierarchies was a step in the wrong direction. The wxtest module will allow for platform-specific code to be executed within tests in the least hackish manner possible.

2007-06-21 22:29 VZ, revision 46601

don't use DLL export declaration with inline functions, it is ignored and just results in a warning from mingw32 3.4.5 cross-compiler

2007-06-21 21:56 VZ, revision 46600

changed AddPendingEvent() to take const wxEvent reference, it doesn't need to modify it

2007-06-21 21:45 VZ, revision 46599

fix STL build (don't rely on implicit wxString to char* conversions)

2007-06-21 21:34 VZ, revision 46598

fixed compilation in Unicode build (it was silently disabled before...)

2007-06-21 21:29 VZ, revision 46597

fix compilation in ANSI STL build

2007-06-21 19:49 RR, revision 46596

Added minor clarification to the wxListBox events used by wxVListBox.

2007-06-21 18:34 FT, revision 46595

Text manipulation tests for wx.TextCtrl.

2007-06-21 18:14 VZ, revision 46594

blind fix for wxUSE_WXDIB==0 compilation (replaces patch 1739858)

2007-06-21 16:33 PC, revision 46593

fix typo

2007-06-21 15:52 RD, revision 46592

docstring update

2007-06-21 15:26 RD, revision 46591

Added MemoryFSHandler.AddFileWithMimeType

2007-06-21 15:25 RD, revision 46590

docstring fixes

2007-06-21 15:24 RD, revision 46589

move wxDouble typedef to _defs.i

2007-06-21 15:23 VZ, revision 46588

pass double as sqrt() argument as at least Sun compiler has troubles with sqrt(2) [backport from HEAD]

2007-06-21 15:21 VZ, revision 46587

pass double as sqrt() argument as at least Sun compiler has troubles with sqrt(2)

2007-06-21 15:19 RD, revision 46586

Layout and other tweaks/fixes from Ric

2007-06-21 15:16 JS, revision 46585

Copied fonts in art Clone

2007-06-21 15:13 JS, revision 46584

Added new wxAuiNotebook symbols

2007-06-21 15:07 JS, revision 46583

Added font setting and ability to determine AUI notebook height for a given page height

2007-06-21 14:46 VZ, revision 46582

added wxLogChain::DetachOldLog()