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-09-21 20:52 VZ, revision 41356

fixed unmatched braces

2006-09-21 20:46 VZ, revision 41355

don't release DC we don't own in MSWOnDraw() (backport of a fix in HEAD)

2006-09-21 19:14 RD, revision 41354

Add support for aborting the worker thread

2006-09-21 17:30 VS, revision 41353

put remaining toolbars-related methods into #if wxUSE_TOOLBAR

2006-09-21 17:01 RD, revision 41352

use the MSVC 7.1 DLLs for python versions >= 2.4, not ==

2006-09-21 17:00 RD, revision 41351

reSWIGged

2006-09-21 16:59 RD, revision 41350

Several methods dropped the const from their signature

2006-09-21 16:59 RD, revision 41349

Use GridNameStr

2006-09-21 16:58 RD, revision 41348

new wxCONTROL constants

2006-09-21 16:57 RD, revision 41347

Add comment about additional forms of Inflate(). Decide what to do about them later.

2006-09-21 16:56 RD, revision 41346

Import numpy.oldnumeric

2006-09-21 16:09 VS, revision 41345

send wxChildFocusEvent

2006-09-21 12:56 VS, revision 41344

fixed DrawText to use text colours instead of pen+brush colours

2006-09-21 10:22 ABX, revision 41343

PCH build fixes.

2006-09-21 10:13 VS, revision 41342

hide the caret before setting m_updateRegion: produces small flicker, but works

2006-09-21 06:27 SC, revision 41341

cleanup

2006-09-21 05:49 ABX, revision 41340

PCH build fix.

2006-09-21 05:38 SC, revision 41339

getting out for 'addded' events early enough

2006-09-20 23:59 VZ, revision 41338

removed operator>>(istream&, wxString&) -- it's better to not have it at all than have an empty function which compiles but doesn't work

2006-09-20 23:33 KO, revision 41337

Remove instances where wxGenericImageList is included directly.

2006-09-20 23:10 VZ, revision 41336

make colours of the selected text inversed

2006-09-20 23:09 VZ, revision 41335

add more virtual border drawing functions used by frame decorations code

2006-09-20 22:55 VZ, revision 41334

centre frame decoration bitmaps in their buttons

2006-09-20 22:52 VZ, revision 41333

removed stubs for frame decorations drawing

2006-09-20 22:49 VZ, revision 41332

move frame decorations drawing to the base class