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-08-10 15:46 VZ, revision 40553

removed wxHtmlWindow::m_Style which duplicated wxWindow::m_windowStyle and prevented changeing wxHW_XXX window style after Create() from working

2006-08-10 15:42 VZ, revision 40552

move the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn keys even when focus is outside of the notebook to wxControlContainer from wxTopLevelWindowMSW to allow it work for notebooks whose parent is not a TLW (as a side effect, this now also works in all ports although I don't really know how desirable this is)

2006-08-10 14:26 VS, revision 40551

moved duplicated wxRegionContain definitions to wx/region.h

2006-08-10 13:53 VS, revision 40550

compilation fix for compilation w/o precompiled headers

2006-08-10 13:38 MW, revision 40549

Add parameter to the --enable-universal_binary option for the path to the SDK.

2006-08-10 12:51 JS, revision 40548

Need include so user code can access book control

2006-08-10 12:43 JS, revision 40547

Need include so user code can access book control

2006-08-10 11:16 VS, revision 40546

moved mgl/colour.{cpp,h} to generic so that it can be reused by other ports without native colour representation

2006-08-10 10:09 VS, revision 40545

check that wxUniv is enabled when compiling for wxMGL

2006-08-10 05:31 SC, revision 40544

using newer API

2006-08-10 04:05 KO, revision 40543

Adding technotes about the release system and about adding apps/screenshots to the wxWidgets.org front page

2006-08-10 00:45 VZ, revision 40542

empty spin range is valid and even useful (at least for testing purposes)

2006-08-10 00:44 VZ, revision 40541

fixes for SetRange(): ensure that the value is valid for the new range; update the visible state of the spin arrows when range becomes [in]valid

2006-08-10 00:43 VZ, revision 40540

added NormalizeValue() which can be used to ensure that the control value is in range

2006-08-10 00:14 VZ, revision 40539

Added wxID_PAGE_SETUP standard id

2006-08-10 00:13 VZ, revision 40538

do mention AUI in change log

2006-08-09 21:38 RD, revision 40537

Remove wxColour* typemap, it causes more problems than it solves.

2006-08-09 21:23 VZ, revision 40536

invalid size is (size_t)-1, not 0xffffffff; stream returned by GetInputstream() must be destroyed while wxHTTP object is still alive; some English corrections

2006-08-09 18:54 RD, revision 40535

Change def of WX_LINGUAS so it works on OS X.

2006-08-09 18:50 RD, revision 40534

Add typemaps for wxColour*

2006-08-09 18:50 RD, revision 40533

Add wx.Rect.InsideRect

2006-08-09 18:49 RD, revision 40532

Add wxWS_EX_CONTEXTHELP, leaving wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTHELP for compatibility.

2006-08-09 17:59 VS, revision 40531

moved wxIcon implementation for ports where it's identical to wxBitmap to generic/icon.{cpp,h} so that the same code is not duplicated several times

2006-08-09 11:18 MW, revision 40530

Detect and use sys/select.h required by POSIX for select

2006-08-09 08:43 CE, revision 40529

update to 2.7.1-rc