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

2008-11-22 12:39 FM, revision 56895

fix docs for wxRect::Intersect overloads (fixes #4445)

2008-11-22 12:29 FM, revision 56894

fix docs for wxWindow::Layout (fixes #4297)

2008-11-22 12:17 FM, revision 56893

fix description for wxWS_EX_CONTEXTHELP; fixes #4276

2008-11-22 12:10 FM, revision 56892

add event table for wxAuiNotebook (partially fixes #4175)

2008-11-22 11:56 FM, revision 56891

minor fixes

2008-11-22 10:52 FM, revision 56890

wxCursor derives (on almost all ports) from wxGDIObject (closes #3711)

2008-11-22 10:41 FM, revision 56889

few other fixes for wxChar => wxString

2008-11-22 10:32 FM, revision 56888

add description for GetFrameParameters() function; some other minor fixes (closes ticket #10146)

2008-11-22 04:40 KO, revision 56887

wxGraphicsBitmap implementation for Cairo.

2008-11-22 04:10 KO, revision 56886

Forward port event handler fixes to trunk.

2008-11-22 00:21 FM, revision 56885

minor fixes; replace references to Windows95 with references to wxMSW where possible

2008-11-21 16:18 VZ, revision 56884

no changes, just reformat, remove extraneous semicolons and inline keywords

2008-11-21 16:17 VZ, revision 56883

fix virtual function hiding for LoadFile(); replace a few more longs with wxBitmapTypes

2008-11-21 16:16 VZ, revision 56882

fix tags generation for OS X port after renaming

2008-11-21 04:46 KO, revision 56880

Backport MSW wxGraphicsBitmap fixes from trunk.

2008-11-20 23:28 VZ, revision 56876

use ShellExecuteEx() instead of ShellExecute() which doesn't exist under WinCE (closes #10201)

2008-11-20 23:27 VZ, revision 56875

fix file dialog caption

2008-11-20 23:21 VZ, revision 56874

define wxUSE_REGKEY for WinCE too (closes #10211)

2008-11-20 23:19 VZ, revision 56872

use GetWindow() instead of GetNextWindow() to fix CE compilation (closes #10210)

2008-11-20 23:15 FM, revision 56871

use @onlyfor tag

2008-11-20 21:27 FM, revision 56870

mention wxArtProvider

2008-11-20 18:30 VZ, revision 56869

don't test sei.hInstApp in DoLaunchDefaultBrowser(), just look at ShellExecuteEx() return value (#10190)

2008-11-20 18:19 VZ, revision 56868

fix substr() calls broken by r56215 (#10198)

2008-11-20 18:12 VZ, revision 56867

don't log an error if the directory can't be opened at all for compatibility with MSW (#10194)

2008-11-20 17:59 VZ, revision 56866

add missing Detach() after r56863 changes (thanks troelsk)