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)