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-06-27 18:49 VZ, revision 39853

added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

2006-06-27 14:58 VZ, revision 39852

added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId; this reduces code duplication and also allows us to easily ensure that client data pointer is set properly for all events (it was never initialized before) (replaces patch 1503531)

2006-06-27 14:33 VZ, revision 39851

look in the environment for the options values

2006-06-27 14:24 VZ, revision 39850

added wxUSE_PRINTF_POS_PARAMS which can be used to force the use of built-in printf (2nd part of patch 1462778)

2006-06-27 14:21 VZ, revision 39849

fix handling of % in our printf implementation (part of patch 1462778)

2006-06-27 14:15 VZ, revision 39848

create text control with wxTE_PROCESS_ENTER style if we have wxPROCESS_ENTER ourselves (patch 1512803)

2006-06-27 14:12 VZ, revision 39847

fix VC compilation warnings about implicit int->bool conversion after last check in

2006-06-27 14:07 VZ, revision 39846

use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042)

2006-06-27 14:04 VZ, revision 39845

remove duplicate m_popupInterface (patch 1509424)

2006-06-27 08:01 JS, revision 39844

Added wxPROPSHEET_TREEBOOK option

2006-06-27 07:55 JS, revision 39843

Remove use of GetVolumeInformation since it causes long delays on network drives.

2006-06-26 14:39 VZ, revision 39842

allow empty filename in ctor taking the extents

2006-06-26 14:37 VZ, revision 39841

include wx/msw/metafile.h when wxUSE_WIN_METAFILES_ALWAYS==1

2006-06-26 12:32 VZ, revision 39840

backported fix for incorrect selection being returned from GetSelection() called from EVT_COMBOBOX handler (1.137 in HEAD)

2006-06-26 12:20 VZ, revision 39839

force showing 0 in the spin control instead of leaving it empty as the native spin button seems to be content to do

2006-06-26 01:04 VZ, revision 39838

picker controls improvements: fixes to valid paths recognition and event generation under GTK (patch 1510064)

2006-06-26 00:47 VZ, revision 39837

add SetSelection(-1) test (part of patch 1506943)

2006-06-26 00:46 VZ, revision 39836

deselect all items when SetSelection(-1) is called (patch 1506943)

2006-06-26 00:39 VZ, revision 39835

added SetModified() for people who find it easier to understand than MarkDirty/DiscardEdits (patch 1504449)

2006-06-26 00:11 VZ, revision 39834

remove the item from proportions arrays as well as from m_growableCols/Rows in wxFlexGridSizer::RemoveGrowableCol/Row(); also added an assert in case the item to remove is not growable

2006-06-26 00:03 VZ, revision 39833

define WXMAKINGDLL_QA when WXMAKINGDLL is defined (patch 1502015)

2006-06-26 00:01 VZ, revision 39832

explicitely include <shellapi.h>, apparently needed when wxUSE_GUI=0 and PCH are not used (patch 1501701)

2006-06-25 23:53 VZ, revision 39831

avoid infinite loop in AlwaysYield() if we somehow got WM_PAINT in the queue (patch 1501682)

2006-06-25 23:47 VZ, revision 39830

fix gcc warnings about in printf format (partly modified patch 1500717)

2006-06-25 23:43 VZ, revision 39829

added an extra pixel to the margin in CalcSizeFromPage() (patch 1498847)