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

2009-05-03 09:43 VZ, revision 60496

check for wxHAS_EVENT_BIND instead of its converse; updated/coorected some comments

2009-05-03 09:43 VZ, revision 60495

remove mentions of wxEVENTS_COMPATIBILITY_2_8

2009-05-03 09:10 VS, revision 60494

optimized <object_ref> handling for the common case of simple reference with no overwrites

2009-05-03 09:00 VS, revision 60493

fixed XRC errors location reporting when using <object_ref>

2009-05-03 01:07 KO, revision 60491

Separate the parts of make_bindings.py out into common parts, and SWIG and SIP specific parts.

2009-05-03 00:26 KO, revision 60490

Move the scripts into a separate directory and commit initial start on automatic bindings generator.

2009-05-03 00:20 KO, revision 60489

Add the ability to query if a class is derived from another class.

2009-05-02 23:59 VZ, revision 60488

fix typo (see #10637)

2009-05-02 20:59 KO, revision 60486

(Forward port from 2.8) Allow m_current to be used for the focused item, and reset the scroll position when removing all items from the data browser control.

2009-05-02 20:55 KO, revision 60485

Allow m_current to be used for the focused item, and reset the scroll position when removing all items from the data browser control.

2009-05-02 20:29 VZ, revision 60483

added wxStd{In,Out}putStream classes (closes #10637)

2009-05-02 19:54 VZ, revision 60482

update for bakefile 0.2.6

2009-05-02 19:06 VZ, revision 60481

don't use dialog size gripper under CE (should close #10765)

2009-05-02 18:17 VZ, revision 60480

use correct Windows CE version number in strnlen() check (really closes #10763)

2009-05-02 17:44 VZ, revision 60479

don't use invalid image list index (closes #10472)

2009-05-02 17:31 VZ, revision 60478

don't use access declarations with Watcom which doesn't support them correctly (closes #10749)

2009-05-02 17:28 VZ, revision 60477

allow passing temporary functors to Bind() too (closes #10653)

2009-05-02 17:25 VZ, revision 60476

WinCE doesn't provide strnlen/wcsnlen() until version 6.0 (closes #10763)

2009-05-02 17:09 BIW, revision 60475

fix for crash when undocking AUI toolbars (same as r59107 in 2.8 branch)

2009-05-02 15:44 SC, revision 60474

reverting r43119, fixes #10752

2009-05-02 15:42 SC, revision 60473

reverting r43119, fixes #10752

2009-05-02 15:10 VZ, revision 60472

keep {Left,Middle,Right}Down() methods of wxMouseState which were present in 2.9; just deprecate them in favour of the new XXXIsDown() ones (see #10756)

2009-05-02 15:09 FM, revision 60471

on wxWinCE don't use some message constants since they're not defined there (closes #10759)

2009-05-02 14:52 VZ, revision 60470

improvements to wxEventFunctor classes; use wxHAS_EVENT_BIND instead of wxEVENTS_COMPATIBILITY_2_8 (see #10653)

2009-05-02 14:48 CE, revision 60469

up to Bakefile 0.2.6 for second time