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

2006-11-02 07:27 BIW, revision 42931

fixed aui flicker bug caused by typo

2006-11-02 01:48 VZ, revision 42930

close the file before removing it

2006-11-01 23:44 RD, revision 42929

reSWIGged

2006-11-01 23:33 RD, revision 42928

miniframe default style

2006-11-01 23:32 RD, revision 42927

AUI updates

2006-11-01 22:52 RD, revision 42926

Added the sample code from wxPython In Action to the samples dir

2006-11-01 22:36 RD, revision 42925

Added the sample code from wxPython In Action to the samples dir

2006-11-01 21:53 VZ, revision 42924

override ExitMainLoop() to exit the MFC main loop instead of wxWidgets one, otherwise the application hangs on exit

2006-11-01 21:38 VZ, revision 42923

define _AFXDLL to ensure that MFC libraries are linked in

2006-11-01 21:37 VZ, revision 42922

removed inline from the method which is not inline

2006-11-01 20:38 VZ, revision 42921

sections cleanup

2006-11-01 20:02 BIW, revision 42920

fixed bad rename

2006-11-01 19:27 RR, revision 42919

Least important change: move AUI docs in alphabetical index.

2006-11-01 19:13 BIW, revision 42918

while we're at it, rename wxAuiFloatingPane to the more correct wxAuiFloatingFrame

2006-11-01 19:03 BIW, revision 42917

wxaui docs after big rename

2006-11-01 18:51 BIW, revision 42916

wxaui big class rename

2006-11-01 17:43 BIW, revision 42915

wxaui maximize/restore button patch from Aleksey Sanin (many thanks)

2006-11-01 17:10 BIW, revision 42914

wxaui notebook style flags added

2006-11-01 16:30 JS, revision 42913

Corrected directory example

2006-11-01 15:45 RR, revision 42912

Remove debug printf.

2006-11-01 15:30 JS, revision 42911

IsDir() test is pretty useless, use DirExists

2006-11-01 15:29 JS, revision 42910

Allow for WinCE drive-less single backslash

2006-11-01 15:24 RR, revision 42909

Make wxDataViewCtrl compile and work in ANSI mode.

2006-11-01 14:35 VZ, revision 42908

do not include <windows.h> directly

2006-11-01 14:24 BIW, revision 42907

aui this really has to be BOOL and not bool