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-28 16:35 BIW, revision 43706

added wxAuiNotebook::Split() documentation

2006-11-28 16:24 MW, revision 43705

Rename boolean to wxjpeg_boolean to avoid conflicts, e.g. with boolean defined in the Windows headers.

2006-11-28 15:25 BIW, revision 43704

added wxAuiNotebook::Split(); hooked up wxAuiMDIParentFrame::Tile() to it

2006-11-28 14:55 JS, revision 43703

Added wxAuiNotebook::GetPageText, GetPageBitmap

2006-11-28 14:47 MW, revision 43702

Put setting of CC and CXX for wine back before compiler checks.

2006-11-28 06:52 KO, revision 43701

Fix SetItemCount bug with adding items, a blind fix for generic control dnd issues, native control impls for GetTopItem and GetScrollPos, and improve the code paths of the drawing color code.

2006-11-28 04:52 KO, revision 43700

Propagate key up events to the wxGenericListCtrl parent, like we do with key down and char events.

2006-11-27 22:04 VZ, revision 43699

better fix for scope resolution operator and Borland (bug 1592939): don't use it for struct stat but do use it for functions

2006-11-27 21:48 VZ, revision 43698

don't define wxMBFILES for Borland, this breaks compilation with wxUSE_UNICODE_MSLU (bug 1592939) and genereally speaking doesn't make any sense

2006-11-27 21:38 VZ, revision 43697

don't use scope resolution operator for Borland in wxPOSIX_IDENT() (part of the fix for bug 1592939)

2006-11-27 21:30 VZ, revision 43696

include stdio.h to get FILE declaration (bug 1592935)

2006-11-27 21:29 RR, revision 43695

[ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp (when compiling against GTK+ 2.10).

2006-11-27 21:20 RR, revision 43694

Compile fix of no backtrace() is present.

2006-11-27 20:18 RD, revision 43693

reSWIGged

2006-11-27 20:17 RD, revision 43692

Test for wx.TB_HORZ_LAYOUT too

2006-11-27 18:40 KO, revision 43691

Ensure that InsertItem doesn't lead to a crash in virtual mode, and don't use SortProperty to determined column clicked in virtual mode as we cannot sort virtual controls and it returns an invalid value.

2006-11-27 17:03 JS, revision 43690

Fixed some typos

2006-11-27 16:36 VZ, revision 43689

avoid assert in DoGetBestSize() for an empty tree

2006-11-27 16:35 VZ, revision 43688

cache the best size in overridden DoGetBestSize()

2006-11-27 15:03 VZ, revision 43687

don't link with GUI libraries when wxUSE_GUI==0

2006-11-27 15:03 VZ, revision 43686

added test for Get/UngetWriteBuf()

2006-11-27 15:03 VZ, revision 43685

NUL terminate the string in UngetWriteBuf(len) (bug 1594189)

2006-11-27 15:02 VZ, revision 43684

make Ok button in the dialog the default one as people expect it (see bug 1582051)

2006-11-27 15:02 VZ, revision 43683

fixed missing initialization of line variable in InitFrames() (coverity id 213)

2006-11-27 15:02 VZ, revision 43682

replaced assert in wxPrintfConvSpec::ReplaceAsteriskWith() with a wxCHECK to avoid crash in release builds (coverity id 212)