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-26 08:35 RR, revision 41456

[ 1553595 ] Doc error: wxView::OnDraw

2006-09-26 08:19 RR, revision 41455

[ 1565385 ] wxImage scaling fix - apply mask when scaling

2006-09-26 08:03 CE, revision 41454

remove wx.pdf correctly

2006-09-26 00:58 VZ, revision 41453

let the control process WM_RBUTTONDOWN finally, trying to do it ourselves doesn't look right and results in some weird events (see bug 1541148), it's easier to generate WM_CONTEXTMENU manually instead

2006-09-26 00:27 RD, revision 41452

Add WXDLLEXPORT to wxRegionWithCombine declaration

2006-09-26 00:26 RD, revision 41451

Add properties

2006-09-25 21:11 RR, revision 41450

Implement most of AppendRow(), PrependRow(), InsertRow(), DeleteRow() for GTK+ version and sorted model. Added tests for these.

2006-09-25 20:26 RD, revision 41449

add tests for EVT_TEXT_ENTER

2006-09-25 20:24 RD, revision 41448

build tweaks, also drop most Python 2.3 builds

2006-09-25 20:22 RD, revision 41447

various changes to get up to date with CVS

2006-09-25 19:08 VS, revision 41446

added assert to check for not-yet-implemented behavior of SetClippingRegion

2006-09-25 18:59 RD, revision 41445

Forward declare wxMacListControl

2006-09-25 18:18 VZ, revision 41444

compilation fixes after recent changes

2006-09-25 18:15 VZ, revision 41443

fix undefined behaviour due to using shift variable twice in the same expression

2006-09-25 17:35 VZ, revision 41442

make wxMacItem::m_colId of type DataBrowserPropertyID instead of short to avoid warnings whenever comparing it with values of type DataBrowserPropertyID

2006-09-25 17:34 VZ, revision 41441

fixed warnings, reformatted braces

2006-09-25 17:30 VZ, revision 41440

compilation fix after last change

2006-09-25 17:22 RD, revision 41439

fix attribute errors when importing wxPython.wx

2006-09-25 16:17 ABX, revision 41438

Corrections after The Great wxRegion Refactoring.

2006-09-25 14:35 VS, revision 41437

compilation fix (missing void)

2006-09-25 13:15 RR, revision 41436

Mention wxODCombo stuff.

2006-09-25 13:09 ABX, revision 41435

Build fix for wxMSWUniv makefile driven builds. univ/setup0.h should be autoregenerated in the future too.

2006-09-25 13:01 RR, revision 41434

Forgot to commit wxBitmapComboBox docs

2006-09-25 12:55 VZ, revision 41433

added wxUSE_VARIANT guards

2006-09-25 12:42 ABX, revision 41432

Warning fixes.