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-12-20 12:03 VZ, revision 50858

use LF EOL style for Unix files

2007-12-20 11:24 RR, revision 50857

Remove old event type compatibility

2007-12-20 10:52 JS, revision 50856

Corrected wxRTTI for wxNotebook so dynamic casting to wxBookCtrlBase works

2007-12-20 10:51 JS, revision 50855

Corrected wxRTTI for wxNotebook so dynamic casting to wxBookCtrlBase works

2007-12-20 06:25 PC, revision 50852

remove old thread debugging code

2007-12-20 06:08 PC, revision 50851

remove unused variables, tabs

2007-12-20 06:08 PC, revision 50850

remove extra semicolon

2007-12-20 06:08 PC, revision 50849

make access for virtuals match base

2007-12-20 06:07 PC, revision 50848

DC headers don't need to be in gtk/private.h

2007-12-20 06:07 PC, revision 50847

more code simplification

2007-12-20 01:19 VZ, revision 50846

set up the correct layout direction for memory dc in Render() (patch 1789359)

2007-12-20 01:05 VZ, revision 50845

use LF style for Unix files which don't work under Cygwin if they have CR LF (feature request 1853440)

2007-12-20 00:55 VZ, revision 50844

no need to reenable VC warning 4251 now as it's globally disabled in wx/defs.h

2007-12-20 00:53 VZ, revision 50843

made deprecated erase() overload inline

2007-12-20 00:47 VZ, revision 50842

document HideWithEffect() too

2007-12-19 19:21 VS, revision 50835

when a window inside scrolled window receives focus, make sure the parent is scrolled so that the window with focus is visible

2007-12-19 18:52 VS, revision 50834

implemented wxExecute() for wxDFB; share the implementation with wxX11

2007-12-19 17:05 SC, revision 50833

fixing strange bug under OS X (null strings from within CoreFoundation)

2007-12-19 16:50 VZ, revision 50832

fix for ANSI mode build (patch 1853001)

2007-12-19 16:45 VZ, revision 50831

more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)

2007-12-19 14:35 VZ, revision 50830

fix compilation after r50329

2007-12-18 20:33 VS, revision 50816

clarified wxRect::Contains(wxRect) comment

2007-12-18 19:35 RD, revision 50815

Use 1040 for the PPC VERSION_MAX_ALLOWED, and do a proper weak linker reference check for CGContextSetBlendMode. This allows the wxPython PPC half of the Universal binary to be fully functional on Tiger+.

2007-12-18 17:19 VS, revision 50814

use #include <> for system headers, not #include ""

2007-12-18 16:53 SC, revision 50813

fixing the HITextView single line scrolling under 10.5