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 18:17 KO, revision 42956

Sizing fixes for generic control.

2006-11-02 17:05 RD, revision 42955

AUI updates.

2006-11-02 16:31 BIW, revision 42954

added a cursor hint so user knows a tab is being dragged

2006-11-02 15:45 JS, revision 42953

Typo correction

2006-11-02 15:41 BIW, revision 42952

aui sample update to include newly implemented options

2006-11-02 15:40 BIW, revision 42951

implemented wxAUI_NB_TAB_SPLIT and wxAUI_NB_TAB_MOVE

2006-11-02 14:54 BIW, revision 42950

option for no close button for wxAuiNotebook in aui demo

2006-11-02 14:52 JJ, revision 42949

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/xrc/descrip.mms

2006-11-02 14:34 SC, revision 42948

first version for docs on graphics classes

2006-11-02 14:28 SC, revision 42947

first version for docs on graphics classes

2006-11-02 14:16 BIW, revision 42946

wxAuiNotebook window styles implemented

2006-11-02 14:13 BIW, revision 42945

updated aui sample to expose notebook flags

2006-11-02 13:19 JS, revision 42944

Style application fixes

2006-11-02 13:11 BIW, revision 42943

close button better positioning

2006-11-02 13:06 BIW, revision 42942

various close-button styles implemented in wxAuiNotebook

2006-11-02 12:18 CE, revision 42941

replace out of date (and broken) ini

2006-11-02 11:23 CE, revision 42940

replace out of date (and broken) ini

2006-11-02 11:07 VZ, revision 42939

slightly better fix for missing c_str() in OnCellValueChanged

2006-11-02 11:05 JS, revision 42938

Compile in non-CG mode

2006-11-02 10:45 BIW, revision 42937

proper indentation

2006-11-02 10:42 JS, revision 42936

Moved function

2006-11-02 09:51 JS, revision 42935

Moving GTK+-specfic function - it shouldn't be in public headers because it then becomes impossible to include in app without adding further include paths

2006-11-02 09:23 JS, revision 42934

Eliminate POD warning/error

2006-11-02 09:18 SC, revision 42933

using the foreground brush to fill mono bitmaps - gradients are not yet supported

2006-11-02 09:16 SC, revision 42932

interpreting DrawBitmap for mono bitmaps according to the docs : using textfore- and background-colors

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