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-03-09 13:18 VZ, revision 37928

fix gcc4 warning for wndproc casts (patch 1431939)

2006-03-09 13:16 VZ, revision 37927

let _T() work with macros (modified patch 1437983)

2006-03-09 13:12 VZ, revision 37926

fixed mouse (and other?) events generation broken by recent changes (patch 1446205)

2006-03-09 13:08 VZ, revision 37925

compilation fix after last commit

2006-03-09 13:02 VZ, revision 37924

compilation fix after last commit; some extra comments

2006-03-09 12:48 VZ, revision 37923

added wxListBox::HitTest() from Ryan (patch 1446207)

2006-03-09 07:49 JS, revision 37922

Missing >

2006-03-09 07:46 MR, revision 37921

Lets make the stc sample actually compile.

2006-03-09 06:27 RD, revision 37920

Patch #1446110: use of uninitialized variables

2006-03-09 03:03 VZ, revision 37919

don't check that the cursor is over the window calling SetCursor(), it might have captured it and so want to change the cursor even when it's outside the window boundaries

2006-03-09 02:22 RD, revision 37918

Backport changes for key up/down event consistency with wxMSW

2006-03-09 02:20 RD, revision 37917

Keep the key up/down event consistency without relying on toupper()

2006-03-09 01:15 RD, revision 37916

Applied patch #1443295: wxMediaCtrl QT7 win fixes

2006-03-09 00:59 RD, revision 37915

Applied Patch #1445778: A few mediactrl unix backports

2006-03-09 00:50 RD, revision 37914

doc update

2006-03-09 00:49 RD, revision 37913

Make the 'this' attribute a real attribute of the Facade, not a viritual one. This is needed because of some SWIG optimizations that will skip using getattr to find the 'this'.

2006-03-09 00:49 RD, revision 37912

Publisher is now able to parse a dotted notation string into a topic tuple. For example: subscribing to "timer.clock.seconds" is the same as subscribing to ("timer", "clock", "seconds").

2006-03-09 00:48 RD, revision 37911

Add SWIG version to PlatformInfo

2006-03-09 00:47 RD, revision 37910

Add GetHandlers()

2006-03-09 00:46 RD, revision 37909

clean up overview doc

2006-03-09 00:45 RD, revision 37908

Use EVT_CONTEXT_MENU

2006-03-09 00:32 RD, revision 37907

Applied (a slightly refactored) Patch #1445169: wxListBox bestsize fixes

2006-03-08 23:57 RD, revision 37906

Fix for bug #1436503. Delay the start of the DnD oprtation in case the user just intended to click, not drag.

2006-03-08 23:35 JS, revision 37905

Name clash correction

2006-03-08 23:22 RD, revision 37904

warning fix