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-02-24 22:19 KO, revision 59120

Fix for deprecated constructor issues, setting a function without a body as inline doesn't work for Mac whether debug is set or not. Since it's a workaround for old versions of gcc, limit its use to those cases to avoid future problems.

2009-02-24 19:34 BIW, revision 59117

focus fixes for wxAUINotebook (fixes #4361)

2009-02-24 18:37 BIW, revision 59116

focus fixes for wxAUINotebook (fixes #4361)

2009-02-24 18:10 VZ, revision 59115

render <TH> contents in bold, as all the browsers do

2009-02-24 05:51 KO, revision 59114

Turn off the annoying beep when a key down is passed all the way up the handler chain.

2009-02-23 21:24 VZ, revision 59110

remove non-existent wx/msw/datecontrols.h from files.bkl (it's a private file and shouldn't be installed)

2009-02-23 21:20 VZ, revision 59109

add wx/persist/*.h files

2009-02-23 21:15 VZ, revision 59108

fix (harmless) warnings in release mingw32 build

2009-02-23 18:28 BP, revision 59107

Blind fix for crash when undocking AUI toolbars (#10371 and #10516).

2009-02-23 11:51 VZ, revision 59105

fix some buffer overflows (closes #10500)

2009-02-22 23:54 VZ, revision 59101

correct the coordinates used for DIBs in StretchBlt() (closes #10501)

2009-02-22 23:49 VZ, revision 59100

avoid integer overflow when computing the radius in DoDrawArc() (see #10494)

2009-02-22 23:38 VZ, revision 59099

no changes, just update the copyright in the header

2009-02-22 23:38 VZ, revision 59098

add accessors for sockaddr to wxSockAddress (closes #10511)

2009-02-22 22:20 KO, revision 59097

Quick fix to prevent a crash when running on 10.4.

2009-02-22 21:52 VZ, revision 59096

add public wxXmlResource::GetResourceNode() which can be used directly instead of deriving from wxXmlResource and using FindResource()

2009-02-22 21:30 KO, revision 59095

Missed one symbol used in the compatibility path.

2009-02-22 21:22 KO, revision 59094

Fix for building under 10.4, where the BlendMode constants are not defined.

2009-02-22 19:09 SN, revision 59091

Various compilation fixes.

2009-02-22 18:25 KO, revision 59090

Landing basic EVT_CHAR support, along with the rest of EVT_TEXT support fix.

2009-02-22 18:13 KO, revision 59089

Add support for EVT_TEXT in OS X Cocoa.

2009-02-22 17:38 VZ, revision 59088

put something in the content field type in the tables to avoid ugly appearance of empty table cells in Doxygen-generated HTML

2009-02-22 17:10 SN, revision 59087

Cleanup of functions not taking any parameter. Compilation fix for wxMappingMode.

2009-02-22 16:07 CE, revision 59086

fix as per http://article.gmane.org/gmane.comp.lib.wxwindows.general/64255

2009-02-22 15:13 JMS, revision 59085

Added wxComboPopup::GetComboCtrl()