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-10 09:59 ABX, revision 37953

Avoid unexpected negative array index (CID 41).

2006-03-10 09:56 ABX, revision 37952

wxTinderbox build fix.

2006-03-10 09:54 ABX, revision 37951

wxTinderbox warning fix.

2006-03-10 00:31 RD, revision 37950

slight refactor

2006-03-10 00:30 RD, revision 37949

Test wx.ListBox.HitTest

2006-03-10 00:29 RD, revision 37948

Test wx.CommandEvent.GetClientData

2006-03-10 00:27 RD, revision 37947

Give classes that need one a destructor wrapper, and set %disown when another class takes ownership.

2006-03-10 00:26 RD, revision 37946

Add wx.ListBox.HitTest

2006-03-10 00:24 RD, revision 37945

Add wx.CommandEvent.GetClientData

2006-03-10 00:05 RD, revision 37944

Compilation fix

2006-03-10 00:01 vell, revision 37943

cleanup magic number usage and comments

2006-03-09 23:53 ABX, revision 37942

FontEnum fix: use NULL for global enumeration.

2006-03-09 23:36 ABX, revision 37941

FontEnum fix: use NULL for global enumeration.

2006-03-09 19:09 VZ, revision 37940

always return something in GetCommandForVerb() second argument, even if verb not found

2006-03-09 18:15 VZ, revision 37939

corrected typo in the previous commit

2006-03-09 14:16 VZ, revision 37938

corrected test for NUL in wxHtmlEntitiesParser::Parse() (patch 1443823)

2006-03-09 14:12 VZ, revision 37937

call SetWindowPos(SWP_FRAMECHANGED) after changing some styles (patch 1445096)

2006-03-09 14:04 VZ, revision 37936

define UDM_{SETRANGE|SETPOS|GETPOS}32 if we don't have them in the headers to allow using full 32bit range even for older compilers/SDK (patch 1439887)

2006-03-09 13:59 VZ, revision 37935

don't clear clipboard if it was changed by another application since we used it (patch 1436601)

2006-03-09 13:47 VZ, revision 37934

made SetFirstItem() work again (patch 1445170)

2006-03-09 13:44 VZ, revision 37933

fixed idle event generation logic (thanks to Paul Cornett for patch 1444602)

2006-03-09 13:38 VZ, revision 37932

removed useless colMapAllocCounter (patch 1413456)

2006-03-09 13:36 VZ, revision 37931

moved wxapp_install_idle_handler and g_isIdle from many cpp files into gtk/private.h (patch 1435529)

2006-03-09 13:33 VZ, revision 37930

removed unused ifdef wxUSE_THREADS block (patch 1435521)

2006-03-09 13:23 VZ, revision 37929

uninitialized variable warning fixed (modified patch 1434065)

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