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-09-23 09:00 RR, revision 41381

Reset m_oldValue of after ::SetValue().

2006-09-23 04:15 RD, revision 41380

Added wx.lib.expando, a multi-line textctrl that exands as more lines are needed.

2006-09-22 22:55 RD, revision 41379

Fix my last fix. The method is pure virtual in the base class so it can't be fully removed.

2006-09-22 21:55 RD, revision 41378

Remove the wxVariantDataString::Read method since the >> operator it depends on has been removed.

2006-09-22 21:47 RD, revision 41377

Patch from Tim Kosse to allow virtual list ctrl to work when using the generic control

2006-09-22 21:46 RD, revision 41376

add some properties

2006-09-22 21:45 RD, revision 41375

docstring fix

2006-09-22 21:19 RD, revision 41374

Catch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too

2006-09-22 17:37 KO, revision 41373

Fixing SetColumnWidth and selection handling, attempt at fixing ClearAll(), and initial impl. for EditLabel / EndEditLabel.

2006-09-22 17:20 KH, revision 41372

When autosizing a row or column (AutoSize____), use GetMultiLineTextExtent to determine header size. Otherwise, the column header widths are artificially inflated, and row header heights are not high enough.

2006-09-22 14:46 SC, revision 41371

typo

2006-09-22 14:28 SC, revision 41370

further encapsulation of graphics context, wxdc becoming 'generic'

2006-09-22 14:25 SC, revision 41369

allow access to wxWindow*

2006-09-22 14:19 SC, revision 41368

extending graphics context encapsulation

2006-09-22 14:10 SC, revision 41367

extending graphics context encapsulation

2006-09-22 13:04 JJ, revision 41366

Update OpenVMS make files Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms wxWidgets/src/univ/descrip.mms

2006-09-22 06:55 VS, revision 41365

implemented SetFocus

2006-09-22 00:53 VZ, revision 41364

don't release the DC which we don't own in wxUSE_UXTHEME case (backport from HEAD)

2006-09-22 00:50 VZ, revision 41363

don't release the DC which we don't own in wxUSE_UXTHEME case

2006-09-21 22:51 RD, revision 41362

reSWIGged

2006-09-21 22:45 RD, revision 41361

disown wxPyXmlResourceHandler

2006-09-21 22:44 RD, revision 41360

Use the generic listctrl on Mac by default until it gets up to par

2006-09-21 22:42 RD, revision 41359

s_macSupportPCMenuShortcuts no longer exists

2006-09-21 21:00 VZ, revision 41358

fix unescaped underscores

2006-09-21 20:57 VZ, revision 41357

fix incorrect \param usage