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):

2009-01-06 17:06 JS, revision 57861

Use own cursor implementation if Mac CG=1, since otherwise there are cursor dropouts with more than one wxRTC

2009-01-06 16:37 BP, revision 57860

Replaced IsLocked with IsOk in 2.8 docs (was already fixed in trunk).

2009-01-06 16:17 BP, revision 57859

Switched @NULL back to (the appropriate) @NUL and added NUL command to Doxygen.

2009-01-06 16:07 FM, revision 57858

remove link to the old HTML manual

2009-01-06 16:04 FM, revision 57857

remove f.html and fft.html; they're old and unlinked from other test HTML pages

2009-01-06 13:59 FM, revision 57856

add #if WXWIN_COMPATIBILITY_2_6 around wxUsleep

2009-01-06 13:52 FM, revision 57855

add the @appearance tag to wxFileCtrl

2009-01-06 12:56 FM, revision 57854

add WXWIN_COMPATIBILITY_2_6 block around wxUsleep deprecation; put wxPlatform declaration out of the 'Miscellaneous functions' block

2009-01-06 10:04 CE, revision 57853

set default scales to 1.0 (as in baseDC)

2009-01-06 09:40 SC, revision 57852

bringing ctrl and cmd accel handling for menus in line with pure key event handling

2009-01-06 09:39 SC, revision 57851

fixing include type

2009-01-06 09:38 SC, revision 57850

adding DefaultAttributes support

2009-01-06 09:36 SC, revision 57849

using GetFont calls instead of direct accessors

2009-01-06 09:34 SC, revision 57848

using GetFont calls instead of direct accessors

2009-01-06 08:11 BP, revision 57847

Fixed a couple Doxygen warnings, patch from Tim Stahlhut.

2009-01-05 20:48 BP, revision 57846

Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+.

2009-01-05 19:34 BP, revision 57845

Committing Doxygen 1.5.7+ configuration changes as Francesco has found a fix for our show-stopper for this. Said fix will be done in next commit.

2009-01-05 19:12 FM, revision 57844

only formatting changes. s/FALSE/false and s/TRUE/true; remove excessive empty lines; remove TABs; s/ ;/;

2009-01-05 18:24 FM, revision 57843

use doxygen autolink for global enumerations

2009-01-05 16:15 FM, revision 57841

fix crash because of a missing wxOK constant

2009-01-05 15:20 FM, revision 57840

use GetCopyrightToDisplay instead of GetCopyright; part of commit 57245

2009-01-05 03:42 PC, revision 57839

backport r55463, fix for infinite loop when wxBeginBusyCursor is called from idle handler, #1547

2009-01-04 21:15 VZ, revision 57837

add a custom printer for wxString to use with Python-enabled gdb

2009-01-04 19:05 JMS, revision 57836

Fixes in wxPGProperty::StringToValue(): Prevent it-- from iterating into negative index; only really mark/add nested children as changed if child's StringToValue() returned true

2009-01-04 18:39 JMS, revision 57835

In wxPGProperty::StringToValue(), variant.SetName() really has to be called after child->StringToValue() has been called