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

2006-12-31 06:50 KO, revision 44081

Adding overview docs and a couple tweaks to the demo.

2006-12-31 06:06 KO, revision 44080

Add SizedControls demo.

2006-12-31 06:03 KO, revision 44079

Make sure mouse events are only sent in the case of the native control.

2006-12-30 21:46 SN, revision 44078

Fixed mismatch between wxOperatingSystemIdNames and wxOperatingSystemId (patch #1625019).

2006-12-30 20:21 CE, revision 44077

revert this as Vadim's seems cleaner http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/distrib/scripts/create_archives.sh.diff?r1=1.19&r2=1.20

2006-12-29 20:22 VZ, revision 44076

wxVariant and wxVariantData are ref counted too (patch 1624344)

2006-12-29 20:18 VZ, revision 44075

wxFileModificationTime return -1, not 0, on error (patch 1624484)

2006-12-29 20:16 VZ, revision 44074

fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)

2006-12-29 19:37 JS, revision 44073

Process capture lost event to avoid assertion

2006-12-28 20:03 PC, revision 44072

fix idle handling when a new event loop is run from an idle event handler

2006-12-28 17:50 KO, revision 44071

Fixing inactive state drawing, and removing warning.

2006-12-28 16:33 VS, revision 44070

added comment with pointers to wxEVT_MOUSE_CAPTURE_LOST discussion

2006-12-28 16:08 SC, revision 44069

fix to always have a proper activation for DataBrowser controls (stay in bkgnd otherwise) bug 1621547

2006-12-28 13:52 JS, revision 44068

Temporary fix for inconsistent menu item margins (see Quit item in ownerdraw sample)

2006-12-28 06:33 KO, revision 44067

exposing generic system option define, adding missing event.Skip() to OnChar, and tweaking handling of scrollbars.

2006-12-27 15:49 SC, revision 44066

applying patch 1622389, fixing two memory leaks

2006-12-26 20:44 KO, revision 44065

Add middle-item click support.

2006-12-26 20:32 RD, revision 44064

Fix for bug #1621459, Made the Selection property read-only since it needs two parameters. You can instead use SelectionStart and SelectionEnd properties for setting the selection if needed.

2006-12-25 19:28 KO, revision 44063

Stop crash when wxVSCROLL is specified for native OS X wxListCtrl.

2006-12-25 14:39 VZ, revision 44062

show RTL message box (in Unicode build only) when using RTL (patch 1622000)

2006-12-25 00:34 KO, revision 44061

Add new wxListCtrl symbols.

2006-12-25 00:21 KO, revision 44060

Implement LIST_KEY_DOWN support, and move new functions into wxABI_VERSION.

2006-12-24 19:50 VS, revision 44059

disable (some) features that are not available in DirectFB

2006-12-24 19:06 VS, revision 44058

fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE

2006-12-24 18:39 KO, revision 44057

Implementing LIST_ITEM_RIGHT_CLICK event support, and fixing sorting (turning off code for native sorting).