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-07 17:39 VZ, revision 44406

update the text of a read-only combobox (and hence wxChoice) when selection is changed too

2007-02-07 17:04 VZ, revision 44405

fix unused variable warning with wxUSE_TOOLTIPS==0

2007-02-07 16:30 VZ, revision 44404

fix compilation after the last change in msw/thread.cpp: we can't use wxEventLoop from there; use the hack described at http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/83190 instead

2007-02-07 16:24 RD, revision 44403

merge from 2.8 branch

2007-02-07 16:09 VZ, revision 44402

define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX (backport from HEAD)

2007-02-07 16:07 VZ, revision 44401

define wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX

2007-02-07 13:55 VS, revision 44400

fixed makefile.rsp to include samples/Makefile.in

2007-02-07 12:24 JS, revision 44399

Added flag for removing attributes

2007-02-07 12:21 JS, revision 44398

Removed unnecessary assignment

2007-02-07 10:24 CE, revision 44397

fix for bug reported at http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?8:mss:97233:200702:jkocpijdefodmmdphebn

2007-02-07 02:14 RD, revision 44396

rebaked after changing the version number

2007-02-07 01:47 RD, revision 44395

Fix unused param warnings

2007-02-06 21:54 RD, revision 44394

Add wxHL_* styles (ported from 2.8 branch)

2007-02-06 21:53 RD, revision 44393

Allow wxWANTS_CHARS to be effective on native controls too (ported from 2.8 branch)

2007-02-06 21:53 RD, revision 44392

Reset g_lastMouseEvent after processing the mouse button release event (ported from 2.8 branch)

2007-02-06 21:52 RD, revision 44391

Don't capture the mouse until after the possible wxEVT_GRID_CELL_BEGIN_DRAG event. (ported from 2.8 branch)

2007-02-06 21:14 RD, revision 44390

use ChangeValue instead of SetValue to avoid bogus EVT_TEXT events when just setting the descriptive text. (ported from 2.8 branch)

2007-02-06 21:13 RD, revision 44389

Set version number

2007-02-06 21:13 RD, revision 44388

Added SetToolNormalBitmap and SetToolDisabledBitmap (ported from 2.8 branch)

2007-02-06 21:11 RD, revision 44387

Fill in more details for the wxEVT_STC_AUTOCOMP_SELECTION event (ported from 2.8 branch)

2007-02-06 19:58 RD, revision 44386

Set version number

2007-02-06 18:24 RD, revision 44385

Remove default ctors from wxGraphicsMatrix and wxGraphicsPath since they are supposed to be constructed vie the factory functions in wxGraphicsContext.

2007-02-06 18:15 RD, revision 44384

Allow wxWANTS_CHARS to be effective on native controls too

2007-02-06 18:14 RD, revision 44383

Add wxHL_* styles

2007-02-06 18:12 RD, revision 44382

Backport Mac optimization to always use Refresh instead of Update