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

2007-01-06 19:44 RD, revision 44106

Add dependency on tabmdi.h

2007-01-06 09:01 RD, revision 44105

Added wx.aui.AuiNotebook.GetAuiManager(). Added wx.aui.AuiMDIParentFrame and wx.aui.AuiMDIChildFrame, which essentially implement the MDI interface using a normal wx.Frame and a wx.aui.AuiNotebook.

2007-01-06 08:59 RD, revision 44104

Fixes for segfaults when the parent frame is destroyed

2007-01-06 08:53 RD, revision 44103

Add GetAuiManager

2007-01-06 02:09 KO, revision 44102

Add a grid sizer demo, and document the props accepted by SetSizerProps.

2007-01-06 01:53 KO, revision 44101

Don't draw the primary highlight colors if the control doesn't have the focus.

2007-01-05 19:45 KO, revision 44100

Apply patch #1626802, which fixes GetNextItem to return -1 instead of 0 when an item can't be found, and add support for wxLIST_NEXT_ABOVE, wxLIST_NEXT_BELOW, and wxLIST_STATE_DONTCARE.

2007-01-05 17:30 ABX, revision 44099

'-version' parameter for tex2rtf.

2007-01-05 16:28 SC, revision 44098

allowing vertical scrolling even if wxTE_NO_VSCROLL is given, displaying a scrollbar only when needed.

2007-01-05 14:49 VZ, revision 44097

more unescaped underscores

2007-01-05 14:30 VZ, revision 44096

fix broken links to File/DirName()

2007-01-05 13:36 VZ, revision 44095

rename Inside(x,y) parameters to avoid gcc warnings about parameters shadowing member variables

2007-01-04 08:09 JJ, revision 44094

Update OpenVMS make-files Modified Files: wxWidgets/src/common/descrip.mms wxWidgets/src/x11/descrip.mms

2007-01-04 06:47 KO, revision 44093

Have SetSizerProps internally handle the assignment of growable rows and cols.

2007-01-03 17:25 VS, revision 44092

fixed deadlock when calling wxPostEvent() from worker thread

2007-01-02 23:19 RD, revision 44091

Remove some items from the Recent additions list

2007-01-02 23:18 RD, revision 44090

reformat the overview string

2007-01-02 20:50 CE, revision 44089

fix errant __BORLAND__ see http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/70616/match=common+intl+cpp+problems+bcc

2007-01-02 09:55 JJ, revision 44088

avoid reading KDE-tables on OpenVMS. They will never be installed since KDE is not available on OpenVMS. Modified Files: wxWidgets/src/unix/mimetype.cpp

2007-01-01 22:27 PC, revision 44087

restore declaration inline specifier, and make definition match

2007-01-01 20:56 RD, revision 44086

reSWIGged

2007-01-01 20:48 RD, revision 44085

Don't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTIVATED if any of the modifier keys is pressed. This let's RETURN+Modifier be used as a normal accelerator key when the list ctrl has the focus.

2007-01-01 20:47 RD, revision 44084

fixed a compile error in one of the stub classes

2007-01-01 19:49 PC, revision 44083

remove inline from declaration of functions which are not inline

2006-12-31 18:07 VZ, revision 44082

correct OnOpenError() return type