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-07 15:58 JS, revision 57886

Always use live sash update on Mac since it can't paint the splitter

2009-01-07 14:51 JS, revision 57885

Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxMac/CG

2009-01-07 14:45 JS, revision 57884

Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxOSX

2009-01-07 14:17 FM, revision 57883

MYcopystring is not required anymore when compat2.8 is off

2009-01-07 13:24 FM, revision 57882

fix wxSplitPath usage

2009-01-07 11:45 JS, revision 57881

Fixed assert caused by incorrect number of flex grid sizer rows

2009-01-07 11:44 JS, revision 57880

Fixed assert caused by incorrect number of flex grid sizer rows

2009-01-07 11:28 FM, revision 57879

fix wxYield[IfNeeded] dll linkage (closes #10325)

2009-01-07 11:11 FM, revision 57878

fix include file

2009-01-07 09:24 JS, revision 57877

Don't use client DC yet for size feedback on Mac/CG or you'll get a smear. Better to have no feedback.

2009-01-07 08:51 JS, revision 57876

Added missing includes

2009-01-07 08:49 JS, revision 57875

Added missing include

2009-01-07 05:26 PC, revision 57874

do minimal invalidations to get border to redraw properly

2009-01-07 01:47 FM, revision 57873

s/wxSplitPath/wxFileName::SplitPath

2009-01-07 01:29 FM, revision 57872

deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName, wxExpandPath, wxContractPath, wxRealPath, wxCopyAbsolutePath, wxSplitPath and provide deprecation description in the docs (for the documented functions) or directly in the header (for undocumented functions)

2009-01-07 01:08 FM, revision 57871

s/wxGetTempFileName/wxFileName::CreateTempFileName

2009-01-07 01:04 FM, revision 57870

use wxFileName instead of ::wxStripExtension

2009-01-07 01:01 FM, revision 57869

s/wxGetTempFileName/wxFileName::CreateTempFileName

2009-01-07 00:41 FM, revision 57868

fix doxygen warning about XHTML syntax

2009-01-07 00:38 FM, revision 57867

rewrite wxContractPath as wxFileName::ReplaceEnvVariable and wxFileName::ReplaceHomeDir; add test units and docs for them

2009-01-07 00:17 FM, revision 57866

better docs for wxPathNormalize

2009-01-06 22:28 VS, revision 57865

wx is not a compiler, it doesn't need AC_CANONICAL_TARGET

2009-01-06 21:58 BP, revision 57864

Fixed wxTreeCtrl docs link.

2009-01-06 20:25 FM, revision 57863

use WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBILITY_2_6 for wxUsleep even if it was deprecated since wx2.6

2009-01-06 17:36 JS, revision 57862

Workaround for _SetDstBlits32BGRA crash when compiling and running on Leopard (happens in complex app but not in AUI sample)