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):

2007-02-19 21:14 RD, revision 44531

simple wx.LogWindow test

2007-02-19 21:13 RD, revision 44530

fix import

2007-02-19 20:35 RD, revision 44529

Patch #1662729: TreeListCtrl::SetColumnWidth accepting wxLIST_AUTOSIZE and wxLIST_AUTOSIZE_USEHEADER.

2007-02-19 20:31 RD, revision 44528

TreeMixins 0.6 from Frank

2007-02-19 20:30 RD, revision 44527

wxMac can handle the foreign DnD too

2007-02-19 20:02 VS, revision 44526

added WXWIN_COMPATIBILITY_2_8

2007-02-19 18:32 JS, revision 44525

Layout correction

2007-02-19 18:30 JS, revision 44524

Doc corrections

2007-02-17 12:32 RR, revision 44523

Most of FM's wxDataViewCtrl patch.

2007-02-17 11:35 RR, revision 44522

Minor parts from FM's wxDataViewCtrl patch.

2007-02-17 09:16 RR, revision 44521

[1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr

2007-02-17 02:35 VZ, revision 44520

do adjust scrollbars in our EVT_SIZE handler now that we turn them off correctly (otherwise scrollbars wouldn't be shown correctly when the grid becomes too small to show its contents entirely after changes in rev 1.410)

2007-02-16 23:47 RD, revision 44519

use InspectableApp for testing

2007-02-16 23:46 RD, revision 44518

reSWIGged

2007-02-16 23:35 RD, revision 44517

Remove boxus property (getter requires param)

2007-02-16 23:34 RD, revision 44516

Add wx.lib.mixins.treemixin from Frank Niessink.

2007-02-16 23:32 RD, revision 44515

Fixes as described in #1661049 (Uncollectable ogl objects)

2007-02-16 22:12 JS, revision 44514

IsShown shouldn't cause empty sizers to not have their positions calculated

2007-02-16 17:43 VZ, revision 44513

don't delete inexistent column indices in DeleteCols() [backport from HEAD]

2007-02-16 17:41 VZ, revision 44512

don't delete inexistent column indices in DeleteCols()

2007-02-16 14:47 VZ, revision 44511

suppress warning about casting -1 to guint

2007-02-16 08:16 JS, revision 44510

Added support for hover bitmap

2007-02-16 02:21 VZ, revision 44509

update from Ivan Masar

2007-02-15 12:38 VZ, revision 44508

return size without decorations from size_request GTK callback in wxTLW

2007-02-14 20:35 VZ, revision 44507

use AllocExclusive() instead of duplicating its code in wxFont-specific Unshare(); this fixes recreating the font whenever it is modified (even if it's not shared) bug